PDF (New 2021) Actual Salesforce Heroku-Architecture-Designer Exam Questions [Q103-Q124]

Share

PDF (New 2021) Actual Salesforce Heroku-Architecture-Designer Exam Questions

Dumps Moneyack Guarantee - Heroku-Architecture-Designer Dumps UpTo 90% Off

NEW QUESTION 103
A phased Salesforce rollout is planned. Three deployments will be spread out over 12 months, and the requirements have been carefully documented.
An Architect needs to trace back configuration changes to the requirements.
Which two approaches should the Architect use? (Choose two.)

  • A. Utilize the Force.com IDE to save the metadata files in source control.
  • B. Analyze the setup audit trail for configuration changes.
  • C. Maintain a data dictionary with the justification for each field.
  • D. Enter the business purpose into the Description of each field.

Answer: C,D

Explanation:
Explanation/Reference:

 

NEW QUESTION 104
Universal Containers utilizes two contractors, Contractor 1 and Contractor 2, to perform repair work.
Contractor 1 has provided service longer for Universal Containers and is considered to have more repair work expertise than Contractor 2.
How should a Consultant configure this expertise for Contractor 1 versus Contractor 2?

  • A. Assign Contractor 2 as an Excluded Resource.
  • B. Assign Contractor 1 as a Preferred Resource.
  • C. Assign Contractor 1 and 2 different capacities for repair work.
  • D. Assign Contractor 1 and 2 different Skill Levels for repair Work Type.

Answer: D

 

NEW QUESTION 105
Which two statements describe characteristics of Private Space Logging? (Choose two.)

  • A. Log entries are collated and forwarded by Heroku's Logplex router.
  • B. Log entries can be forwarded to up to three logging services.
  • C. Log entries are forwarded as HTTPS POST requests.
  • D. Log entries can be forwarded to only one logging service.

Answer: B,C

 

NEW QUESTION 106
According to the Twelve-Factor methodology, which best practice helps minimize the gap between development and production?

  • A. Using the same backing services in all of an application's environments.
  • B. Writing processes that are fast to start up and gracefully shut down
  • C. Configuring application logging to write stdout.
  • D. Executing long-running tasks as background processes.

Answer: A

Explanation:
Explanation
- https://devcenter.heroku.com/articles/internal-routing

 

NEW QUESTION 107
A client wants to add CPU-intensive video processing functionality to their Heroku web application.
Which two strategies should an Architect recommend for implementing this functionality? (Choose two.)

  • A. Add a new process type for worker dynos that pull video processing jobs from a queue.
  • B. Attach a video processing add-on from the Heroku Elements Marketplace to the application.
  • C. Divide each video processing task across multiple web dynos to mitigate added CPU load.
  • D. Delegate video processing tasks to the app's staging version to remove load from the production app.

Answer: A,B

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/how-heroku-works

 

NEW QUESTION 108
Which Heroku runtimes provide keystroke logging?

  • A. Keystroke logging is not available on Heroku
  • B. The Common Runtime, Private Spaces, and Shield Private Spaces
  • C. Shield Private Spaces only
  • D. Private Spaces and Shield Private Spaces

Answer: D

Explanation:
Explanation/Reference: https://www.heroku.com/shield
https://elements.heroku.com/addons/heroku-private-spaces

 

NEW QUESTION 109
Universal Containers would like to avoid H12 ("request timeout") and H22 ("connection limit reached") errors when running an e-commerce retail site that must process millions of inbound requests during their one-day semi-annual sale. Which two solution measures should an Architect recommend to prepare for the semi-annual sale?

  • A. Perform load test using 10% sample size
  • B. Engage with Heroku Support to implement load testing
  • C. Enable and load test autoscaling
  • D. Implement load balancing using Kafka

Answer: B,C

Explanation:
Explanation
- https://devcenter.heroku.com/artlcles/event-driven-microservlces-with-apache-kafka

 

NEW QUESTION 110
What are 3 examples of backing services, as described in the Twelve Factor app methodology?

  • A. An email delivery service
  • B. A database
  • C. A logging tool
  • D. A background process with a long running task

Answer: A,B,C

Explanation:
Explanation
- https/Vdevcenter heroku.com/articles/internal-routing

 

NEW QUESTION 111
In the Dispatch Console, when viewing the Map, which three data elements can be presented to the Dispatcher? (Choose three.)

  • A. Resource's Home Base
  • B. Service Appointments
  • C. Google Traffic Data
  • D. Service Appointment Dependencies
  • E. Resource's Travel Speed

Answer: A,B,C

Explanation:
Explanation/Reference:

 

NEW QUESTION 112
A Field Service Technician wants to view a list of parts consumed during a given time period. The Technician will then use the data to replenish inventory on the truck Which three steps should a Consultant recommend to track the number of parts consumed? (Choose three )

  • A. Build a report to view inventory Transactions
  • B. Build a report using :he Service Appointment Inventory module.
  • C. Build a report to view Products Consumed on Work Order Line Items.
  • D. Build a report using the Work Order inventory module.
  • E. Build a report to view Products Consumed on Work Orders.

Answer: A,C,D

 

NEW QUESTION 113
Universal Containers wants to measure their adherence to specific SLAs for all Work Orders.In which order should a Consultant implement the setup to achieve this requirement?

  • A. Set Up Milestones. Create Entitlenen: records, Set Up Entitlements Process for Work Orders.
  • B. Set Up Milestones. Set Up Entitlements Process for Work Orders, Create Entitlement records.
  • C. Set Up Entitlements Process for Work Orders, Set Up Milestones, Create Entitlement records
  • D. Create Entitlement records, Set Up Entitlements Process for Work Orders. Set Up Milestones

Answer: C

 

NEW QUESTION 114
Universal Containers experienced an outage with their production Heroku Postgres database due to a fault with the underlying infrastructure. The database was unavailable for an hour. The database is on the Standard-0 plan.
Which two actions should an Architect recommend to mitigate such database failures and outages in the future? (Choose two.)

  • A. Create a follower database that uses the same plan as the leader.
  • B. Create a fork of the database that uses the same plan as the leader.
  • C. Migrate the database to a larger Standard-tier plan.
  • D. Migrate the database to a Premium-tier plan.

Answer: A,C

 

NEW QUESTION 115
DreamHouse Realty has a Salesforce org that is used to manage Contacts.
What are two things an Architect should consider using to maintain data quality in this situation? (Choose two.)

  • A. Use workflow to delete duplicate records.
  • B. Use validation rules on new record create and edit.
  • C. Utilize Salesforce duplicate management.
  • D. Utilize the private sharing model.

Answer: B,C

 

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

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

Answer: D

Explanation:
Explanation/Reference:

 

NEW QUESTION 117
A customer's Heroku Redis instance regularly reaches its storage limit. Besides upgrading to a bigger plan, what solution should an Architect recommend for this scenario?

  • A. Explore a different key eviction scheme.
  • B. Migrate the data to a Heroku Postgres database
  • C. Failover to ephemeral filesystem for the running dyno
  • D. Create a fork of the primary Heroku Redis instance.

Answer: A

Explanation:
Explanation
-
https://devcenter.herokuxom/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku

 

NEW QUESTION 118
You can use Salesforce Connect to proxy which types of data sources:

  • A. OData 2.0 and 4.0
  • B. REST with JSONpayloads
  • C. REST with XML payloads
  • D. SOAP
  • E. All of these

Answer: E

 

NEW QUESTION 119
Which Heroku features should an Architect recommend to create a secure connection between Heroku and Microsoft Azure?

  • A. Heroku Private Spaces and Private Space VPN Connections, using Azure's built-in VPN endpoint.
  • B. Heroku Private Spaces and Private Space VPN Connections, using a compatible VPN endpoint on Azure
  • C. Heroku Shield Private Spaces and Internal Routing, using Azure's built-in VPN endpoint
  • D. Heroku Private Spaces and Private Space Peering, using Azure's VPC Peering.

Answer: B

Explanation:
Explanation
- https://devcenter.herokuxom/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal

 

NEW QUESTION 120
Universal Containers provides multiple service types (i.e., Installation, Maintenance, Break/Fix, etc.) Each service requires a variety of skills and certifications inorder for a resource to excel Which two configurations should a Consultant implement to meet this requirement? (Choose two )

  • A. Select the relevant Work Types for each Resource
  • B. Assign the appropriate Skills to Resources
  • C. Use Work Types with Required Skills
  • D. Create Multiple Work Orders Line Items per service.

Answer: B,C

 

NEW QUESTION 121
Get Cloudy Consulting needs to evaluate the completeness and consistency of contact information in Salesforce. Their sales reps often have incomplete information about their accounts and contacts. Additionally, they are not able to interpret the information in a consistent manner. Get Cloudy Consulting has identified certain ""key"" fields which are important to their sales reps.
What are two actions Get Cloudy Consulting can take to review their data for completeness and consistency?
(Choose two.)

  • A. Run a report which shows the last time the key fields were updated.
  • B. Run a process that can fill in default values for blank fields.
  • C. Run a report that shows the percentage of blanks for the important fields.
  • D. Run one report per key field, grouped by that field, to understand its data variability.

Answer: A,C

 

NEW QUESTION 122
Which of the following is a Heroku CLI command?

  • A. heroku create
  • B. git push
  • C. git push heroku master
  • D. heroku new

Answer: A

 

NEW QUESTION 123
Universal Containers runs an application in a Private Space in the Frankfurt region. The majority of the application's users (based in Asia) are reporting issues related to high latency. What should an Architect recommend to remediate this issue cost-effectively?

  • A. Deploy the application to the Common Runtime and select Tokyo as the region. Delete the existing Private Space.
  • B. Add the Tokyo region to the existing Private Space. Update the application's configuration to move it to Tokyo region.
  • C. Create a new Private Space in the Tokyo Region, and deploy the application to the region. Delete the existing Private Space.
  • D. Create an additional Private Space in the Tokyo region. Deploy an additional instance of the application to the region.

Answer: C

Explanation:
Explanation
-
https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings

 

NEW QUESTION 124
......


Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:

TopicDetails
Topic 1
  • Construct Architectures Which Leverage Heroku To Achieve Different Security Certifications
  • Describe The Compliance Features Of Heroku Shield
Topic 2
  • Architect And Deploy Solutions Using Add-Ons And Other Components From The Elements Marketplace
Topic 3
  • Recommend Networking Solutions That Use Heroku Private Spaces Or The Common Runtime
Topic 4
  • Describe The Use Cases Of Dataclips
  • Security, And Common Use Cases For Follower Databases
Topic 5
  • Recommend When An App Should Run In The Private Space Runtime Versus The Common Runtime
Topic 6
  • Including Various Add-Ons, Buildpacks, And Heroku Buttons
  • Architect Scalable Solutions That Are Performant Even During High Traffic Spikes

 

Updated Nov-2021 Pass Heroku-Architecture-Designer Exam - Real Practice Test Questions: https://www.actual4labs.com/Salesforce/Heroku-Architecture-Designer-actual-exam-dumps.html

Pass Your Exam With 100% Verified Heroku-Architecture-Designer Exam Questions: https://drive.google.com/open?id=1QyA_2LM60Kkt36NIcmPfq4CIMOxsfjAq

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 )
From Monday to Saturday

Support: Contact now