[Q100-Q115] Pass Salesforce Heroku-Architecture-Designer Exam in First Attempt Guaranteed [Sep-2022]

Share

Pass Salesforce Heroku-Architecture-Designer Exam in First Attempt Guaranteed [Sep-2022]

Exam Sure Pass Salesforce Certification with Heroku-Architecture-Designer exam questions


Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:

TopicDetails
Topic 1
  • Recommend Heroku Private Space Peering Or VPN Connections For Appropriate Use Cases
  • Services And
  • Or Functions
Topic 2
  • Architect Solutions Using Apache Kafka On Heroku To Facilitate Streaming Communication Between Applications
Topic 3
  • Recommend Networking Solutions That Use Heroku Private Spaces Or The Common Runtime
Topic 4
  • Demonstrate How Features Of Heroku Enterprise Can Improve A System's Architecture
  • Architect Solutions Using Heroku Redis
Topic 5
  • Demonstrate Knowledge Of Heroku Postgres, Including Data Handling
Topic 6
  • Describe The Features Of Enterprise Teams
  • Recommend Architectures That Use The Twelve-Factor App Methodology Correctly
Topic 7
  • Recommend When An App Should Run In The Private Space Runtime Versus The Common Runtime
Topic 8
  • Architect And Deploy Solutions Using Add-Ons And Other Components From The Elements Marketplace
Topic 9
  • Demonstrate The Ability To Prescribe A Third-Party Add-On And Add-On Sharing
Topic 10
  • Construct Architectures Which Leverage Heroku To Achieve Different Security Certifications
  • Describe The Compliance Features Of Heroku Shield
Topic 11
  • Including Various Add-Ons, Buildpacks, And Heroku Buttons
  • Architect Scalable Solutions That Are Performant Even During High Traffic Spikes

 

NEW QUESTION 100
Universal Containers' customers typically like to be served by the same Technician that completed the initial installation.
How should a Consultant implement this rule?

  • A. Add all other Resources as Excluded Resources.
  • B. Add the Resource as a Required Resource.
  • C. Add the Resource as a Preferred Resource.
  • D. Add the Account as one of the Resource Skills.

Answer: C

 

NEW QUESTION 101
Technicians earn certifications that must be renewed periodically to ensure their skills remain up-to-date.
How can these certifications be managed on the Resource?

  • A. Add the Resource Skill and create Absence once expired.
  • B. Add the Resource Skill and remove from the Service Territory once expired.
  • C. Add the Resource Skill and set the End Date.
  • D. Add the Resource Skill and track certification using reminder.

Answer: C

 

NEW QUESTION 102
Cloud Kicks has the following requirements:
- Data needs to be sent from Salesforce to an external system to generate invoices from their Order Management System (OMS).
- A Salesforce administrator must be able to customize which fields will be sent to the external system without changing code.
What are two approaches for fulfilling these requirements? (Choose two.)

  • A. An ObjectField to determine which fields to send in an HTTP callout.
  • B. Turn on the field-level security permissions for the fields to send.
  • C. An Outbound Message to determine which fields to send to the OMS.
  • D. A Field Set that determines which fields to send in an HTTP callout.

Answer: C,D

 

NEW QUESTION 103
What set of configurations make up Scheduling Policies and let companies adhere to their business constraints and preferences?

  • A. Service Contracts and Service Levels
  • B. Service Levels and Work Rules
  • C. Service Objectives and Work Types
  • D. Service Objectives and Work Rules

Answer: D

Explanation:
Explanation/Reference:

 

NEW QUESTION 104
When creating a Private Space, what is a valid reason to specify a region other than the default region?

  • A. Running an application closer to its intended users can reduce latency.
  • B. Private Spaces restrict inbound traffic to the current region.
  • C. Available compute resources vary by region.
  • D. Heroku pricing varies by region.

Answer: A

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/regions#default-regions

 

NEW QUESTION 105
A company needs to track field history on 50 Opportunity fields.
Which two actions can be taken to accomplish this goal? (Choose two.)

  • A. Create a custom object to store the previous and new field values.
  • B. Store a copy of the record when changed by using Analytic Snapshots.
  • C. Create a custom object to store a copy of the record when changed.
  • D. Select the 50 fields in the Opportunity Set History Tracking page.

Answer: A,C

 

NEW QUESTION 106
A client wants to use Heroku Connect to sync data from a Heroku Postgres table to a Salesforce org. The client only needs to sync a specific subset of the rows in the table.
How should this be performed?

  • A. Filter the data in the database, and provide an alternative table or view for use in the sync.
  • B. Use the Heroku Connect Mapping Query Editor, and add filters to the query.
  • C. Add a mapping filter to the table when setting up the sync, and select appropriate criteria from the list.
  • D. Place Sharing Rules on the records, and restrict visibility to only those rows that are needed.

Answer: D

Explanation:
Explanation
- https://devcenterheroku com/artJcles/heroku-connect-faq#can-j-use-sharJng-rules-to-restrict-record-Visibility

 

NEW QUESTION 107
The leadership team at Get Cloudy Consulting has identified a total of ten text fields on the Contact object as critical. The team wants to capture any changes made to these fields, including the following:
* who made the change
* when they made the change
* what is the old value
* what is the new value
Get Cloudy Consulting needs to be able to report on these field data changes within Salesforce for the past 3 months.
Which two approaches will meet this requirement? (Choose two.)

  • A. Create a workflow to evaluate the rule when a record is created and use field update actions to store previous values for these ten fields in ten new fields.
  • B. Create a Contact report including these ten fields and Salesforce Id, then schedule the report to run once a day and send email to the admin.
  • C. Write an Apex trigger on Contact after insert event and after update events and store the old values in another custom object.
  • D. Turn on field Contact object history tracking for these ten fields, then create reports on contact history.

Answer: C,D

 

NEW QUESTION 108
A healthcare client is creating a web portal for their customers on Heroku, which is sourced from a Salesforce instance. Some of the Salesforce data they wish to display falls under HIPAA compliance, and their auditors have determined this data must be stored encrypted-at-rest. To satisfy this requirement, they have enabled Platform Encryption on Salesforce.
They are investigating Heroku Shield Private Spaces, Shield Dynos, Shield Postgres, and Shield Heroku Connect.
How will Shield Heroku Connect interact with the encrypted fields in Salesforce?

  • A. Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.
  • B. Shield Heroku Connect will be able to access only cypher text in the fields from Salesforce. They will need to import the encryption key from Salesforce to decrypt to store in Shield Postgres.
  • C. Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.
  • D. Shield Heroku Connect will be able to synchronize data from fields in Salesforce without additional customization, but any writes will need to be encrypted using the Salesforce encryption key first before being written.

Answer: D

Explanation:
Explanation/Reference:

 

NEW QUESTION 109
A client wants to create a scalable set of microservices that communicate with each other, where multiple microservices have a public REST API.
Which architecture strategy allows this on Heroku?

  • A. Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
  • B. Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.
  • C. Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
  • D. Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.

Answer: B

Explanation:
Explanation/Reference: https://blog.heroku.com/announcing-dns-service-discovery

 

NEW QUESTION 110
Universal Containers would like to engage contractors and customers directly in their Field Service solution.
Which three options will provide read, write, and edit access to Work Order objects? (Choose three.)

  • A. Customer Community Plus license
  • B. Customer Community license
  • C. Partner Community license
  • D. Chatter File Connect
  • E. Chatter Customer Group

Answer: A,B,C

 

NEW QUESTION 111
Universal Containers sells products that are made up of serialized components. Field Technicians often need to work on a specific component.
How should a Consultant recommend tracking customer purchases so Work Orders can be assigned to a component?

  • A. Use Orders and Order Products.
  • B. Use Work Orders and define a hierarchy.
  • C. Use Products and Product Families.
  • D. Use Assets and define a hierarchy.

Answer: C

 

NEW QUESTION 112
Universal Containers (UC) is opening offices in Japan and Germany. This will allow them to serve new customers in Asia and in Europe. UC is concerned about application latency for their new customers, especially because the app serves large amounts of dynamic content.
Which Heroku Enterprise feature should an Architect recommend to alleviate this concern?

  • A. Create Salesforce orgs in each region and use Heroku Connect to link them.
  • B. Deploy instances of their applications into Private Spaces in Tokyo and Frankfurt.
  • C. Deploy a globally-distributed CDN in front of the application.
  • D. Create a Heroku Pipeline to mirror the app and its data in each region.

Answer: A

Explanation:
Explanation/Reference:

 

NEW QUESTION 113
Universal Containers has an app deployed on Heroku that is now required to handle high-volume message processing. What should an Architect recommend to fulfill this new requirement?

  • A. Configure a Heroku button
  • B. Provision an Apache Kafka on Heroku add-on
  • C. Create a custom buildpack
  • D. Add Heroku Redis

Answer: B

Explanation:
Explanation
- https://www.heroku.com/tech-sessions/get-started-with-apache-kafka

 

NEW QUESTION 114
Universal Containers wants to track the total associated price when servicing Work Orders for customers.
Which two of the following should the Consultant recommend? (Choose two.)

  • A. Use a custom object to model the Work Order pricing.
  • B. Set up Products and Price Books.
  • C. Use the Einstein Pricing Configurator.
  • D. Use Work Order and Work Order Line Items.

Answer: B,D

 

NEW QUESTION 115
......

Real Salesforce Heroku-Architecture-Designer Exam Questions Study Guide: https://www.torrentvalid.com/Heroku-Architecture-Designer-valid-braindumps-torrent.html

Download Real Heroku-Architecture-Designer Exam Dumps for candidates. 100% Free Dump Files: https://drive.google.com/open?id=1dakz015mPt6AVrlUx2kDhEKzKMm681tV