
[Dec-2021] Dumps Practice Exam Questions Study Guide for the Heroku-Architecture-Designer Exam
Heroku-Architecture-Designer Dumps with Practice Exam Questions 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 |
|
| Topic 9 |
|
| Topic 10 |
|
NEW QUESTION 14
Universal Containers wants to reduce their mean-time-to-service.
Which three Field Service process should a Consultant recommend to accomplish this goal? (Choose three.)
- A. Scheduling
- B. Dispatching
- C. Adjust Scheduling Policy
- D. Customer Entitlements
- E. Knowledge Base
Answer: B,C,E
NEW QUESTION 15
Which 2 architectures are enabled by using a single Private Space and the Internal Routing feature?
- A. Network-isolated communication between applications in the Private Space and applications in the Common Runtime
- B. A single public-facing web app that performs network-isolated communication with multiple non-public-facing web apps.
- C. Multiple public-facing web apps with different sets of trusted inbound IP ranges
- D. A microservices architecture that also uses DNS Service Discovery to facilitate communication
Answer: B,D
Explanation:
Explanation
- https://devcenter.herokuxorn/articles/event-driven-microservices-with-apache-kafka
NEW QUESTION 16
Get Cloudy Consulting monitors 15,000 servers, and these servers automatically record their status every 10 minutes. Because of company policy, these status reports must be maintained for 5 years. Managers at Get Cloudy Consulting need access to up to one week's worth of these status reports with all of their details.
An Architect is recommending what data should be integrated into Salesforce and for how long it should be stored in Salesforce.
Which two limits should the Architect be aware of? (Choose two.)
- A. Data storage limits
- B. Workflow rule limits
- C. Webservice callout limits
- D. API Request limits
Answer: A,D
NEW QUESTION 17
Universal Containers has an application running in the Common Runtime that uses Heroku Redis. The data in Heroku Redis needs to be accessed by a third-party application.
Which connection method should an Architect recommend to ensure the security of the data as it moves from Heroku Redis to the third-party application?
- A. Set up both a VPN and a VPC between Heroku and the third-party application.
- B. Set up SSL Certificates on Heroku and the third-party application.
- C. Use stunnel to secure the connection between Heroku Redis and the third-party application.
- D. Only allow access to Heroku Redis through an SSH connection.
Answer: D
Explanation:
Explanation
- https://devcenter.heroku.com/articles/securing-heroku-redis
NEW QUESTION 18
The head of sales at Get Cloudy Consulting wants to understand key relevant performance figures and help managers take corrective actions where appropriate.
What is one reporting option Get Cloudy Consulting should consider?
- A. Opportunity analytic snapshot
- B. Sales KPI Dashboard
- C. Case SLA performance report
- D. Lead conversion rate report
Answer: B
NEW QUESTION 19
Heroku Connect is an add-on that syncs Force, com data into:
- A. A Heroku Postgres database
- B. Only one dyno in your app's dyno formation
- C. Someone else's isolated network environment
- D. A secondary Salesforce instance
Answer: A
NEW QUESTION 20
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. Move the apps into a Private Space to provide an isolated test environment
- B. Open a ticket with Heroku support for approval.
- C. Disable autoscaling to prevent application startup overhead from skewing results
- D. Ensure that the application runs on Performance-tier dynos
Answer: B,D
Explanation:
Explanation
-
https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges
NEW QUESTION 21
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 VPN connections
- C. Internal Routing
- D. Private Space Peering
Answer: B
Explanation:
Explanation/Reference: https://blog.heroku.com/private-spaces-vpn
NEW QUESTION 22
A business that works directly with individual consumers (B2C) currently has a home-grown CRM system, but they are moving to Salesforce. The business has 1.2 million consumer records and wants assistance with achieving optimal use of Salesforce functionality while also avoiding data loading issues.
What should an Architect recommend?
- A. Create one Account and load individual consumers as Contacts linked to that one Account.
- B. Load one Account record and one Contact record for each individual consumer.
- C. Load all individual consumers as Account records and avoid using the Contact object.
- D. Create a Custom object IndividualConsumer_c to load all individual consumers.
Answer: B
NEW QUESTION 23
A Universal Containers' (UC) Technician is completing a service appointment, but is unable to finish one of the tasks defined on the Work Order Line Items because of insufficient inventory.
Assuming UC is using the standard Work Order and Line Item status picklist values, how should the work be recorded?
- A. Mark all completed Work Order Line Items as "Completed". Mark the incomplete Work Order Line Item as "Cannot Complete" and enter details in the Description field. Mark the parent Work Order as
"Cannot Complete". - B. Mark all completed Work Order Line Items as "Completed". Mark the incomplete Work Order Line Item as "Cannot Complete", and enter details in the Description field. Mark the parent Work Order as
"Cancelled." - C. Mark all completed Work Order Line Items as "Completed". Mark the incomplete Work Order Line Item as "Cannot Complete" and enter details in the Description field. Mark the parent Work Order as
"Closed". - D. Mark all Work Order Line Items as "Cannot Complete," including the incomplete Work Order Line Item; mark the parent Work Order as "In Progress".
Answer: A
NEW QUESTION 24
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 Fields
- B. Preferred Resources
- C. Required Resources
- D. Match Boolean
Answer: D
NEW QUESTION 25
A client requires that their web application's logs are accessible only from within the same isolated network as the application itself.
Which solution should an Architect recommend in this scenario?
- A. Deploy the application to a Private Space. Enable Internal Routing to prevent the application's logs from being forwarded outside of the Private Space.
- B. Deploy the application to a Shield Private Space with Private Space Logging enabled. Forward logs to a destination within the Shield Private Space.
- C. Deploy the application to a Private Space. Connect the Private Space to an on-premise logging system using VPN and specify it as a log drain.
- D. Deploy the application to a Private Space. Provide the Private Space's stable outbound IPs to Heroku's Logplex router to block all logs originating from the Private Space.
Answer: C
Explanation:
Explanation
NEW QUESTION 26
A hospital is planning to rewrite its on-premise patient registration system. Their current system is HIPAA-compliant as well as ISO 27018-compliant. They need to maintain these same certification levels after the rewrite. Their new app also needs to sync PII (personally identifiable information) data with their Salesforce org.
What Heroku Enterprise solutions should an Architect propose?
- A. Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Shield Heroku Connect to sync to Salesforce.
- B. Build the app in the Common Runtime, use a Heroku Postgres database, and use Heroku Connect to sync to Salesforce.
- C. Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Apache Kafka on Heroku to stream from the Salesforce org.
- D. Build the app in a Private Space with a Private Heroku Postgres database, and use Heroku Connect to sync to Salesforce.
Answer: A
NEW QUESTION 27
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 does not support using Salesforce SOAP API
- B. Relationships such as circular dependencies are known to cause issues.
- C. The Merged Writes algorithm is more likely to approach Salesforce API rate limits.
- D. The Merged Writes algorithm does not support using the Salesforce Bulk API.
Answer: B,D
Explanation:
Explanation
-
https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION 28
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 29
Which three actions can a user perform on an app in a Heroku Enterprise Team, if that user has been granted only the "deploy" permission for that app? Choose 3 answers.
- A. Manage the app's config vars.
- B. Provision an add-on with a free plan
- C. Transfer the app to another Enterprise Team.
- D. Roll back a release
Answer: A,B,D
Explanation:
Explanation
- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION 30
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 mobile app
- B. Work Order records cannot be updated on a mobile device
- C. Field Service mobile app
- D. Salesforce Touch
Answer: A
Explanation:
Explanation/Reference:
NEW QUESTION 31
......
Free Salesforce Architecture Designer Heroku-Architecture-Designer Exam Question: https://exam-labs.itpassleader.com/Salesforce/Heroku-Architecture-Designer-dumps-pass-exam.html