
[Oct-2022 Newly Released] Pass Heroku-Architecture-Designer Exam - Real Questions and Answers
Pass Heroku-Architecture-Designer Review Guide, Reliable Heroku-Architecture-Designer Test Engine
Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION 23
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 private space. The microservices communicate by using DNS Service Discovery.
- B. Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
- C. Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
- D. Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
Answer: A
Explanation:
Explanation/Reference: https://blog.heroku.com/announcing-dns-service-discovery
NEW QUESTION 24
A client provisions a Heroku Postgres database in the EU region.
Which two services related to Heroku Postgres are located in the U.S.? (Choose two.)
- A. Snapshots created with Heroku PGBackups
- B. Heroku Postgres Continuous Protection backups
- C. Heroku Dataclips
- D. Fork and follower databases
Answer: C,D
Explanation:
Explanation
- https://devcenter.heroku com/articles/heroku-postgresql
NEW QUESTION 25
Universal Containers would like to enforce a 48-hour SLA to ensure that Technicians perform certain follow-up activities after they leave a customer site The starting point of the SLA is when the Work Order Status is set to "Technician Wrap Up." The Technician is required to provide confirmation that wrap up is completed.
Which three configurations should a Consultant implement to ensure this can be achieved? (Choose three.)
- A. Create a Process to call a Flow that completes the Milestone when the Wrap Up is complete.
- B. Create a Workflow to close the Milestone when the Wrap Up is complete
- C. Create an Entitlement Process which has entry criteria for Status = Technician Wrap Up
- D. Create a Milestone which has entry criteria (or Status = Technician Wrap Up.
- E. Create custom fields to capture that the Wrap Up Activities have been completed.
Answer: B,C,D
NEW QUESTION 26
Heroku Connect is an add-on that syncs Force, com data into:
- A. Only one dyno in your app's dyno formation
- B. A Heroku Postgres database
- C. A secondary Salesforce instance
- D. Someone else's isolated network environment
Answer: B
NEW QUESTION 27
Universal Containers (UC) has a Heroku application that runs in Virginia, in the U.S., that uses Apache Kafka on Heroku. They have deployed a copy of the app in Asia. Now, both apps need a messaging backbone that will support multi-region distribution.
What is the least complex architecture that an Architect should recommend?
- A. Provision a second Kafka add-on in Asia. Each instance of the app should sync with each other.
- B. The app in Asia should write to the Kafka instance in Virginia.
- C. Deploy a multi-region version of Apache Kafka on Heroku.
- D. Use Heroku's multi-tenant Kafka Basic plan.
Answer: D
NEW QUESTION 28
What does a follower of Heroku Postgres leader database provide?
- A. A static snapshot of the leader
- B. A read-only replica of the leader.
- C. A writable replica of the leader.
- D. A in-memory snapshot of the leader.
Answer: B
Explanation:
Explanation
- https://devcenter.heroku.eom/articles/rieroku-corinect-database-tables#encrypted-strings
NEW QUESTION 29
A client needs to securely connect a Heroku app to a database on their on-premise network. Which two Heroku Enterprise features should an Architect consider?
- A. Private Space Peering
- B. Heroku Private Spaces
- C. SSLEndpoint
- D. Private Space VPN Connections
Answer: B,D
Explanation:
Explanation
- https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION 30
A client's Heroku application syncs data between a Heroku Postgres database and a Salesforce org using the Salesforce Bulk API. The client has determined the application currently uses 90% of the client's daily Salesforce Bulk API limit.
To overcome this issue, what feature, to replace the Bulk API implementation in this scenario, should an Architect recommend?
- A. Custom Apex callouts
- B. Salesforce SOAP API
- C. Heroku Connect
- D. Salesforce Connect
Answer: C
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/integrating-heroku-and-salesforce
NEW QUESTION 31
Universal Containers has a Partner Community. Work Orders are assigned to these partners. Partners are not interacting with Service Appointments or Service Resources.
How would a Partner user update the Work Order record from a mobile device?
- A. Salesforce Touch
- B. Field Service mobile app
- C. Salesforce mobile app
- D. Work Order records cannot be updated on a mobile device
Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION 32
A client wants to create a secure network connection between Heroku applications running in a Private Space and an AWS VPC.
Which Heroku feature should an Architect recommend to create the connection?
- A. Private Space Peering
- B. Heroku Connect
- C. Private Space VPN connections
- D. Internal Routing
Answer: C
Explanation:
Explanation
- https://devcenterheroku.corn/articles/event-driven-microservices-with-apache-kafka
NEW QUESTION 33
Universal Containers has recently experienced a higher volume of traffic on their mobile app hosted on Heroku. When Universal Containers was running 4 standard-2x dynos with 1 GB RAM each, they encountered multiple H12 ("request timeout") errors. The app never consumed more than 800 MB of RAM.
They then switched to performance-m dynos, with 2.5 GB RAM, and set autoscaling to a maximum of 2 dynos. However, they still encountered H12 ("request timeout") errors.
What remediation should an Architect recommend to alleviate this problem?
- A. Replace autoscaling with a manual scaling option of 2.
- B. Upgrade to performance-L dynos with 14 GB RAM.
- C. Add a logging add-on from the Elements marketplace.
- D. Move long-running tasks to worker dynos.
Answer: D
NEW QUESTION 34
Universal Containers wants their Field Technicians to indicate if any of their Service Appointments are at risk of not being completed on time. They would like for this to be achieved on a mobile device using a Quick Action.
What should a Consultant recommend to achieve this requirement?
- A. Update the Service Appointment Status field.
- B. Reschedule the Service Appointment for later.
- C. Update the Service Appointment Chatter feed.
- D. Update the Service Appointment field "In Jeopardy".
Answer: A
NEW QUESTION 35
What are the three access levels a user can have in a Heroku Organization account?
- A. Jedi. Padawan, and Co-pilot
- B. Admin, Member, and Viewer
- C. Admin. Programmer, and Operator
- D. Owner, Author and Viewer
Answer: B
NEW QUESTION 36
Universal Containers would like to report on the volume of products installed within a specific timeframe.
What solution will help meet the customer's requirement?
- A. Utilize the standard "Installation Date" field on Asset.
- B. Utilize Field History Tracking on Asset.
- C. Utilize a custom "Installation Date" field on Asset.
- D. Utilize a Work Order related list on Asset.
Answer: A
NEW QUESTION 37
Which three resources can be found in the Heroku Elements Marketplace? (Choose three.)
- A. Heroku Stacks
- B. Docker image files
- C. Add-ons
- D. Heroku Buttons
- E. Buildpacks
Answer: C,D,E
NEW QUESTION 38
The Private Spaces feature can be useful if you need to:
- A. Ensure that your application's incoming traffic originates from a whitellsted set of IP addresses
- B. Speed up an application's response time by running it on dynos that are located geographically closer to your customers
- C. None of these
- D. Write Apex applications quickly
Answer: A,B
NEW QUESTION 39
......
100% Free Heroku-Architecture-Designer Daily Practice Exam With 185 Questions: https://www.testsimulate.com/Heroku-Architecture-Designer-study-materials.html