
Pass Heroku-Architecture-Designer Brain Dump Updated Certification Sample Questions
Online Heroku-Architecture-Designer Test Brain Dump Question and Test Engine
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 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
NEW QUESTION 31
A customer wants to sync data between their Salesforce org and Heroku Postgres.
Which two limitations should an Architect remember when recommending Heroku Connect? (Choose two.)
- A. Heroku Connect can only access fields and objects that its associated Salesforce integration user can access.
- B. Heroku Connect cannot sync custom objects.
- C. Heroku Connect does not support all Salesforce objects and fields.
- D. Heroku Connect does not provide an API.
Answer: A,D
NEW QUESTION 32
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. Add a logging add-on from the Elements marketplace.
- B. Replace autoscaling with a manual scaling option of 2.
- C. Upgrade to performance-L dynos with 14 GB RAM.
- D. Move long-running tasks to worker dynos.
Answer: D
Explanation:
Explanation/Reference: http://storage.hinterland.nu/webdav/Documents/To%20Read/Heroku%20Cloud%20Application%
20Development.pdf (290)
NEW QUESTION 33
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. Fork and follower databases
- B. Heroku Postgres Continuous Protection backups
- C. Snapshots created with Heroku PGBackups
- D. Heroku Dataclips
Answer: A,D
NEW QUESTION 34
Universal Containers is preparing to deploy a high-volume production web application to the Heroku Common Runtime. Which two best practices should an Architect recommend for large-scale load testing of the application? Choose 2 answers.
- A. Ensure that the application runs on Performance-tier dynos
- B. Open a ticket with Heroku support for approval.
- C. Disable autoscaling to prevent application startup overhead from skewing results
- D. Move the apps into a Private Space to provide an isolated test environment
Answer: A,B
Explanation:
Explanation
-
https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges
NEW QUESTION 35
Universal Containers needs to integrate three separate apps: a Salesforce app, an app developed to Heroku, and a custom-built app hosted on-premise. Each app needs to send and receive data from any of the other apps.
Which two integration options should an Architect recommend that can connect all three systems in a fire-and-forget pattern? Choose 2 answers.
- A. Use Heroku Connect to synchronize all systems with Heroku Postgres
- B. Publish and subscribe to topics on Apache Kafka on Heroku
- C. Use Heroku External Objects as a data proxy
- D. Publish and subscribe to Salesforce platform events
Answer: B,D
Explanation:
Explanation
-https://devcenter.heroku.com/articles/dataclips
NEW QUESTION 36
Universal Containers has Role-based Technicians and Managers who handle Service Appointments. Many times, Technicians arrive on-site but are unable to gain access to the customer's equipment. In this scenario, only the Manager has permission to cancel the Service Appointment.
How should a Consultant recommend adhering to this business process?
- A. Allow Status Transitions based on Role.
- B. Assign Permission Sets that allow Status Transitions.
- C. Limit Status Transitions based on Profile.
- D. Configure Status Transitions based on Resource Type.
Answer: C
NEW QUESTION 37
Universal Containers has enabled Field Service Lightning and is looking to enable Entitlements for Work Orders.
What should a Consultant take into consideration?
- A. Creating Entitlements for Work Orders requires Lightning to be enabled.
- B. Managing page layouts and milestone trackers can be done in the Salesforce mobile app.
- C. Creating Entitlements for Cases and Work Orders must be separated.
- D. Managing page layouts and validation rules can be done in Salesforce Lightning.
Answer: C
NEW QUESTION 38
A client is writing a Heroku application that requires compliance with PCI DSS Level 1. To accomplish this, they deploy an application to the Shield Private Space. Which statement is true about the application?
- A. The application is definitely not compliant with PCI DSS Level 1. because Shield Private Spaces do not provide compliance with it.
- B. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1, assuming the application uses only Shield Postgres databases
- C. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1
- D. The application might still violate PCI DSS Level 1 even though it is deployed to a Shield Private Space
Answer: D
Explanation:
Explanation
- https;//devcenter.herokuxom/articles/usjng-sso-services-witri-heroku#prerequisites-for-sso-with-heroku
NEW QUESTION 39
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 40
A client has an existing Heroku Connect integration. They would like to extend the integration to ad Attachments (which are related binary files) from a mapped Salesforce object. What advice should an Architect provide?
- A. Heroku Connect does not support binary files: therefore migration must be done using another method
- B. An additional object mapping must be added for the Attachments table in Heroku Connect.
- C. A file storage system needs to be added to the Heroku Connect mapping to sync binary files.
- D. A column of type Binary String must be added manually to the Heroku Postgres table and amend Attachments before binary transfer can be enabled.
Answer: A
Explanation:
Explanation
-
https://devcenter.heroku.com/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku
NEW QUESTION 41
Universal Containers has a microservices architecture on Heroku. One microservice. named the Metrics Microservice. periodically fetches metrics from a fleet of loT sensors. Then, the Metrics Microservice is required to send relevant metrics to each of the other microservices using REST. When a new microservice is added to the architecture, the Metrics Microservice must send metrics to that new microservice too. As a result, adding microservices to the architecture causes performance issues. How should an Architect recommend changing this architecture to improve its scalability?
- A. Configure each microservices to directly fetch the sensor metrics that are relevant to it.
- B. Use Private Space DNS Service Discovery to reduce the amount of time required for the Metrics Microservice to obtain each other microservice's IP address
- C. Configure the other microservices to pull the Metrics Microservice for updates every five seconds
- D. Use Apache Kafka on Heroku to publish metrics to a topic that the other microservices can consume.
Answer: D
Explanation:
Explanation
- https://devcenter.heroku.com/arlicles/heroku<onnect-faq#can-i-use-sharing-rules-to-restrict-recorcd-visibility
NEW QUESTION 42
Universal Containers is looking to implement Entitlement Management to meet the following requirements:
1) Any employee from the customer account is eligible for support.
2) Specific purchased products are eligible for support What Objects should be set up for Entitlement Management?
- A. Accounts and Assets
- B. Contacts and Assets
- C. Contacts and Service Contracts
- D. Accounts and Service Contracts
Answer: A
NEW QUESTION 43
Universal Containers is expecting the amount of work to increase significantly over the next three weeks. They have decided to engage a new third-party Contract Provider to help with the additional work.
How should a Consultant recommend configuring the new Contractor?
- A. Create a Capacity-based Resource and delete that Resource after three weeks.
- B. Create a Capacity-based Resource and give them 24-hour availability for the next three weeks.
- C. Create a Capacity-based Resource and give them Capacity for the next three weeks.
- D. Create a Resource and give them 24-hour availability for the next three weeks.
Answer: C
NEW QUESTION 44
Universal Containers (UC) wants to allow its developers to only use certain add-ons. UC enables Add-on Controls for Enterprise Teams and adds the add-ons they wish to allow to the list. There is an existing set of add-ons attached to applications, which are NOT on the list.
What happens to these add-ons?
- A. They are added to the exception list and not affected.
- B. They are flagged for removal, and the developers are notified.
- C. They are added to the allowed add-ons list.
- D. They are deleted, and all data is backed up and saved.
Answer: B
Explanation:
Explanation
- https://devcenter.heroku.com/articles/addon-controls
NEW QUESTION 45
The Disaster at Universal Containers would like to schedule Service Appointments from the Dispatcher's Console while taking the Scheduling Policy intoconsideration.
Which three options are available to the Disaster? (Choose three.)
- A. Select a Service Appointment from the list, press the "Change Status" action and "Dispatch".
- B. Create a Workflow to close the Milestone when the Wrap Up is complete.
- C. Select multiple Service Appointment from the list and bulk schedule them Select a Service Appointment from the list, press the "Edit" action and allocate the Resource
- D. Select a Service Appointments from the list and press the "Schedule" action.
- E. Select a Service Appointment from the list, press the "Candidates" action, and select the best time slot.
Answer: A,C,D
NEW QUESTION 46
......
Real Salesforce Heroku-Architecture-Designer Exam Dumps with Correct 185 Questions and Answers: https://www.examdumpsvce.com/Heroku-Architecture-Designer-valid-exam-dumps.html
