
[Jan-2022] Salesforce Heroku-Architecture-Designer Official Cert Guide PDF
Exam Heroku-Architecture-Designer: Salesforce Certified Heroku Architecture Designer - PassTorrent
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 49
Universal Containers provides 24/7 service support to its customers. However, their Field Service Technicians have specified working hours.
Which two items should the Consultant create? (Choose two.)
- A. Create operating hours for the Optimization Engine.
- B. Create operating hours for the Service Territory.
- C. Create operating hours for the Service Appointment.
- D. Create operating hours for the Service Resource.
Answer: B,D
Explanation:
Explanation/Reference:
NEW QUESTION 50
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. Deploy a multi-region version of Apache Kafka on Heroku.
- C. Use Heroku's multi-tenant Kafka Basic plan.
- D. The app in Asia should write to the Kafka instance in Virginia.
Answer: C
Explanation:
Explanation
-https://www.heroku.com/tech-sessions/get-started-with-apache-kafka
NEW QUESTION 51
A customer would like to analyze data stored in a single, large, high-traffic Heroku Postgres database using a reporting tool that runs long-running, expensive read queries. What reporting architecture should be recommended?
A client wants to create a Heroku web application that needs to provide a low-latency experience for its users, who are based primarily in Japan. Many common user actions will result in synchronous writes to the application's Heroku Postgres database. The application does not have advanced compliance requirements.
Which should an Architect recommend?
- A. Deploy the application to a Private Space in the Tokyo region
- B. Deploy the application to a Shield Private Space In the Tokyo region
- C. Deploy the application to the Common Runtime in the Tokyo region
- D. Deploy the application to the Common Runtime in the U.S region and use a CDN to accelerate content delivery
Answer: A
Explanation:
Explanation
-https://devcenter.heroku.com/articles/dataclips
NEW QUESTION 52
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 Types
- C. Service Levels and Work Rules
- D. Service Objectives and WonX Rules
Answer: D
NEW QUESTION 53
Universal Containers has a Heroku Private Space with a VPN connection to their on-premise network. They want their remote employees to be able to access their Heroku applications using a VPN connection only.
Which solution should an Architect recommend?
- A. Enable remote employees to VPN into the company's on-premise network.
- B. Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.
- C. Configure a second VPN connection for the Private Space that remote employees can use.
- D. Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
Answer: C
NEW QUESTION 54
A customer runs Production Check on an application from the Dashboard. Which two runtime issues does it check for? Choose 2 answers.
- A. Production-tier database: ensuring a production-tier database is being used
- B. Dyno redudancy: ensuring at least 2 web dynos are available
- C. Worker dyno scale: ensuring at least 1 worker dyno is available.
- D. CDN ensuring a CDN is available to the web dynos
Answer: A,B
Explanation:
Explanation
- https://devcenter.heroku.com/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrict-record-visibility
NEW QUESTION 55
A healthcare client is creating a web portal for their customers on Heroku, which is sourced from a Salesforce instance. Some of the Salesforce data they wish to display falls under HIPAA compliance, and their auditors have determined this data must be stored encrypted-at-rest. To satisfy this requirement, they have enabled Platform Encryption on Salesforce.
They are investigating Heroku Shield Private Spaces, Shield Dynos, Shield Postgres, and Shield Heroku Connect.
How will Shield Heroku Connect interact with the encrypted fields in Salesforce?
- A. Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.
- B. Shield Heroku Connect will be able to access only cypher text in the fields from Salesforce. They will need to import the encryption key from Salesforce to decrypt to store in Shield Postgres.
- C. Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.
- D. Shield Heroku Connect will be able to synchronize data from fields in Salesforce without additional customization, but any writes will need to be encrypted using the Salesforce encryption key first before being written.
Answer: D
Explanation:
Explanation/Reference:
NEW QUESTION 56
Universal Containers is developing a Salesforce app that invokes a Heroku app's web service, which asynchronously generates customer invoices. The Heroku app is deployed to a Private Space. When an invoice is ready, the Heroku app sends a POST request to the Salesforce REST API. Which two options should an Architect recommend to ensure that neither the Salesforce nor the Heroku app is accessible from the public internet? Choose 2 answers.
- A. Restrict the Private Space's trusted IP range to Salesforce IP addresses
- B. Restrict the Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
- C. Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
- D. Restrict the Private Space's trusted IP range to Universal Containers' VPN
Answer: A,B
Explanation:
Explanation
- This is no VPN connection and a trusted IP range is used to limit the trusted outside application's IP address And there is document related to this use case:
https://devcenterheroku.com/articles/establish-trust-private-space-and-salesforce#salesforce-heroku-apps
NEW QUESTION 57
A client wants to use Heroku Connect to sync data bidirectionally between a Salesforce org and a Heroku Postgres database.
In this scenario, which two are advantages to setting a custom External Identifier field in the Heroku Connect mapping? (Choose two.)
- A. External IDs improve speed when inserting multiple related objects.
- B. External IDs are required to enable bidirectional synchronization.
- C. External IDs prevent the creation of orphaned duplicates in Heroku Postgres.
- D. External IDs simplify the mapping of polymorphic relationships in the Salesforce org.
Answer: B,C
NEW QUESTION 58
A client is building a system that will sync data from multiple Salesforce orgs to a single Heroku Postgres database. This system also needs to push the synced data to an external data warehouse for analytics processing. Which solution meets all of the requirements in this scenario?
- A. Use Heroku External Objects to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
- B. Use Heroku Connect to synchronize data between the Salesforce orgs, the Heroku Postgres database and the external data warehouse
- C. Use Salesforce Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use Heroku Connect to sync data between the Heroku Postgres database and the external data warehouse.
- D. Use Heroku Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
Answer: D
Explanation:
Explanation
- https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges
NEW QUESTION 59
Which two statements describe characteristics of Private Space Logging? (Choose two.)
- A. Log entries can be forwarded to up to three logging services.
- B. Log entries are collated and forwarded by Heroku's Logplex router.
- C. Log entries are forwarded as HTTPS POST requests.
- D. Log entries can be forwarded to only one logging service.
Answer: A,C
NEW QUESTION 60
Universal Containers is developing a new application that has a lightweight Node.js front end. They will also be using a Java-based API, which combines data with Salesforce customer data. All of the data, and the API, is highly confidential.
What should an Architect suggest to enforce security?
- A. Deploy the apps into either Heroku runtime. Force the Java app to use a CDN, and point the Node.js app to its appname.herokuapp.com domain.
- B. Deploy all of the apps to the Common Runtime. Force the Java app to use SSI/TLS sessions, and point the Node.js app to its appname.herokuapp.com domain.
- C. Deploy all of the apps to a Heroku Private Space. Deploy the Java app with Internal Routing enabled.
Deploy the Node.js app without Internal Routing enabled. - D. Deploy all of the apps to a Heroku Private Space. Force the Java app to use SSI/TLS sessions, and point the Node.js app to its appname.herokuapp.corn domain.
Answer: C
NEW QUESTION 61
Universal Containers is building a new marketing website on Heroku.
They want to capture user information on the site and have that data flow into Salesforce for followup.
Which Heroku features should an Architect recommend to accomplish this?
- A. Heroku Conned and Heroku Postgres.
- B. Heroku Redis and Heroku Teams.
- C. Heroku Dataclips and the Heroku Platform API.
- D. HeroKu Private Spaces and Private Space Peering.
Answer: A
NEW QUESTION 62
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. Relationships such as circular dependencies are known to cause issues.
- B. The Merged Writes algorithm is more likely to approach Salesforce API rate limits.
- C. The Merged Writes algorithm does not support using the Salesforce Bulk API.
- D. The Merged Writes algorithm does not support using Salesforce SOAP API
Answer: A,C
Explanation:
Explanation
-
https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION 63
A client has a Heroku app that uses Apache Kafka on Heroku. They want to refactor the app into 2 distinct apps that will both continue to use Kafka (because they probably don't have so much to do in their life). Based on this refactoring, what should an Architect recommend?
- A. Ensure that the apps consume mutually excliusive sets of Kafka topics
- B. Attach the existing Kafka add-on to both apps
- C. Attach the existing Kafka add-on to one app and attach a new Kafka add-on to the other app
- D. Designate one app as a producer and the other as a consumer
Answer: B
NEW QUESTION 64
A healthcare services client is requesting an architecture for a set of applications: one is a marketing application, and the other two are of customer service applications that allow for customers to interact with their healthcare records. The marketing application must be able to scale up within seconds in response to traffic spikes. The client wants to be able to deploy each of these applications to the U.S. East Coast and EMEA.
Which applications should be deployed into which Heroku runtime?
- A. The marketing application into the Common Runtime; customer service applications into Shield Private Spaces
- B. The marketing application into Private Spaces; customer service applications into separate Private Spaces
- C. The marketing application into the Common Runtime; customer service applications into Private Spaces
- D. The marketing application into Private Spaces; customer service applications into Shield Private Spaces
Answer: D
NEW QUESTION 65
......
Free Heroku-Architecture-Designer Exam Dumps to Improve Exam Score: https://www.passtorrent.com/Heroku-Architecture-Designer-latest-torrent.html