
Online Heroku-Architecture-Designer Test Brain Dump Question and Test Engine
Real Salesforce Heroku-Architecture-Designer Exam Dumps with Correct 185 Questions and Answers
Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
NEW QUESTION 102
A client is building a collection of Heroku applications that will be audited regularly. To comply with the audit, it must be guaranteed that the applications all forward thei logs to the same, single destination. Which solution meets this requirements?
- A. Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled
- B. Deploy all the applications to the same Private Space with Logplrx disabled.
- C. Deploy all the applications to the Common runtime, and add the same log drain URL to all of them.
- D. Deploy all of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them.
Answer: A
Explanation:
Explanation
- https://devcenter.heroku.com/articles/dataclips
NEW QUESTION 103
Universal Containers has implemented a Knowledge solution for Agents to provide Field Technicians with information necessary to complete assigned work.
Which two capabilities will now be available? (Choose two.)
- A. Include Quick Actions and Global Actions in Attached Articles.
- B. Attach Articles to Work Orders and Work Order Line Items.
- C. Attach Knowledge Articles to Work Order Line Items Only.
- D. Manage Attached Articles and Search the Knowledge Base.
Answer: B,D
NEW QUESTION 104
Universal Containers wants to process mobile payments. How can this requirement be met?
- A. Attach a picture of the credit card.
- B. Add a custom field to store the credit card number
- C. Install an AppExchange package
- D. Create a custom payments object
Answer: C
NEW QUESTION 105
If an Organization member has the operator privilege on an app, that means the user can:
- A. Deploy the app
- B. Add a paid add-on
- C. Remove a member from the Organization account
- D. Transfer the app to someone else
Answer: B
NEW QUESTION 106
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. Reschedule the Service Appointment for later.
- B. Update the Service Appointment Chatter feed.
- C. Update the Service Appointment field "In Jeopardy".
- D. Update the Service Appointment Status field.
Answer: D
NEW QUESTION 107
Universal Containers has an initiative to increase customer satisfaction by committing preferred resources to accounts and providing prompt service Which two Scheduling Policies would assist to meet this initiative? (Choose two )
- A. Emergency Policy
- B. Customer First
- C. High Intensity
- D. Soft Boundaries
Answer: B,D
NEW QUESTION 108
Q. 30 A client has a Heroku Redis instance that can be accessed over the public internet. To meet compliance requirements, the IT Security team requires that all databases must be isolated from the public internet. Which solution should be suggested by an Architect?
- A. Use a Heroku Private Space and a Heroku Redis instance with a Private Tier plan. Redeploy the app into the Space
- B. Enclose the existing Heroku Redis instance inside a Pnvate Space. Enable Private Space VPN.
- C. Use a Heroku Redis instance with a Private Tier plan. Enable Trusted IP ranges on the Redis instance.
- D. Enclose the existing Heroku Redis instance inside a Shield Private Space. Configure the firewall to allow Redis traffic through
Answer: A
Explanation:
Explanation
- https/AJevcenter heroku com/articles/event-driven-microservices-with-apache-kafka__________
NEW QUESTION 109
A customer needs to test a database schema migration. Which approach should an Architect recommend?
- A. Detach the Heroku Postgres add-on. and run the migration and tests against the database.
- B. Fork the production database, and run the migration and tests against the fork
- C. Place the app into maintenance mode, and then perform the tests
- D. Create a follower database, and run the migration and test against the follower database
Answer: B
Explanation:
Explanation
- https://www.herokuxom/tech-sessions/get-started-with-apache-kafka
NEW QUESTION 110
According to the Twelve-Factor methodology, which best practice helps minimize the gap between development and production?
- A. Configuring application logging to write stdout.
- B. Writing processes that are fast to start up and gracefully shut down
- C. Using the same backing services in all of an application's environments.
- D. Executing long-running tasks as background processes.
Answer: C
Explanation:
Explanation
- https://devcenter.heroku.com/articles/internal-routing
NEW QUESTION 111
Universal Containers (UC) recently acquired another company, International Shipping. Each company has its own Salesforce org, and UC wants those orgs to remain separate for the foreseeable future.
Given this scenario, which Heroku feature should an Architect recommend to provide additional value to UC following the acquisition?
- A. Heroku Connect can be used to synchronize data directly between the two Salesforce orgs.
- B. Heroku External Objects can expose read-only data from both Salesforce orgs to Heroku Postgres.
- C. Both orgs can be attached to the same Heroku application as an add-on to ensure data residency in the application's region.
- D. A Heroku Postgres database can sync data from both orgs for advanced querying capabilities.
Answer: A
NEW QUESTION 112
Get Cloudy Consulting has the following environment:
* All accounts and opportunities are created in Salesforce.
* Salesforce is integrated with three systems:
- An ERP system feeds order data into Salesforce and updates both Account and Opportunity records.
- An accounting system feeds invoice data into Salesforce and updates both Account and Opportunity records.
- A commission system feeds commission data into Salesforce and updates both Account and Opportunity records.
How should an Architect determine which of these systems is the system of record?
- A. Account and opportunity data originates in Salesforce, and therefore Salesforce is the system of record.
- B. Whichever system updates the attribute or object should be the system of record for that field or object.
- C. Data flows should be reviewed with the business users to determine the system of record per object or field.
- D. By default, the system of record is determined by the last integration process that runs.
Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION 113
Universal Containers has a Heroku app that uses Heroku Connect to sync data with their Salesforce org. The app makes frequemt updates to the same records over short period of time, and sync speeds have begun to worsen. An Architect recommends using Heroku Connect's Merged Writes algorithm to improve sync speeds.
What are 2 implications of using the Merged Writes algorithm in this scenario?
- A. The Merged Writes algorithm is more likely to approach Salesforce API rate limits.
- B. The Merged Writes algorithm does not support using Salesforce SOAP API
- C. Relationships such as circular dependencies are known to cause issues.
- D. The Merged Writes algorithm does not support using the Salesforce Bulk API.
Answer: C,D
Explanation:
Explanation
-
https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION 114
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. Heroku Connect
- B. Private Space Peering
- C. Internal Routing
- D. Private Space VPN connections
Answer: D
Explanation:
Explanation
- https://devcenterheroku.corn/articles/event-driven-microservices-with-apache-kafka
NEW QUESTION 115
Part of a client's design is the ability to easily share between two applications running on Heroku.
What should an Architect recommend?
- A. Create Foreign Data Wrappers to expose the tables from one database to another.
- B. Provision Apache Kafka on Heroku to easily stream the data between the two apps.
- C. Attach a single storage add-on, such as Heroku Postgres, to both applications.
- D. Provision Heroku Connect to sync the data into a custom object in Salesforce.
Answer: C
NEW QUESTION 116
Universal Containers wants to ensure that Service Appointments are only assigned to Active Resources. What configuration should a Consultant recommend for the Scheduling Policy?
- A. Match Boolean
- B. Preferred Resources
- C. Match Fields
- D. Required Resources
Answer: A
NEW QUESTION 117
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 Objectives and Work Rules
- C. Service Objectives and Work Types
- D. Service Levels and Work Rules
Answer: B
NEW QUESTION 118
Universal Containers (UC) uses Apache Kafka on Heroku to stream shipment inventory data in real time throughout the world. A Kafka topic is used to send messages with updates on the shipping container GPS coordinates as they are in transit. UC is using a Heroku Kafka basic-0 plan. The topic was provisioned with 8 partitions, 1 week of retention, and no compaction. The keys for the events are being assigned by Heroku Kafka, which means that they will be randomly distributed between the partitions.
UC has a single-dyno consumer application that persists the data to their Enterprise Data Warehouse (EDW).
Recently, they've been noticing data loss in the EDW.
What should an Architect with Kafka experience recommend?
- A. Enable compaction on the topic to drop older messages, which will drop older messages with the same key.
- B. Upgrade to a larger Apache Kafka for Heroku plan, which has greater data capacity.
- C. Use Heroku Redis to store message receipt information to account for "at-least" once delivery, which will guarantee that messages are never processed more than once. Scale up the consumer dynos to match the number of partitions so that there is one process for each partition.
Answer: C
NEW QUESTION 119
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. Utilize Salesforce duplicate management.
- B. Use workflow to delete duplicate records.
- C. Use validation rules on new record create and edit.
- D. Utilize the private sharing model.
Answer: A,C
NEW QUESTION 120
What are 3 examples of backing services, as described in the Twelve Factor app methodology?
- A. A background process with a long running task
- B. An email delivery service
- C. A logging tool
- D. A database
Answer: B,C,D
Explanation:
Explanation
- https/Vdevcenter heroku.com/articles/internal-routing
NEW QUESTION 121
......
Valid Heroku-Architecture-Designer Test Answers & Salesforce Heroku-Architecture-Designer Exam PDF: https://www.vce4dumps.com/Heroku-Architecture-Designer-valid-torrent.html
Salesforce Heroku-Architecture-Designer Certification Real 2022 Mock Exam: https://drive.google.com/open?id=14cXdRLGrFvV8FAYIP7Mh9Msc4bLDz06T