DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Salesforce Certified Heroku Architect Sample Questions and Answers | SPOTO

SPOTO's latest exam dumps on the homepage, with a 100% pass rate! SPOTO delivers authentic Cisco CCNA, CCNP study materials, CCIE Lab solutions, PMP, CISA, CISM, AWS, and Palo Alto exam dumps. Our comprehensive study materials are meticulously aligned with the latest exam objectives. With a proven track record, we have enabled thousands of candidates worldwide to pass their IT certifications on their first attempt. Over the past 20+ years, SPOTO has successfully placed numerous IT professionals in Fortune 500 companies.
Take other online exams

Question #1
For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)
A. Providing long-term data warehousing
B. Adding jobs to a queue
C. Providing a data cache layer
D. Querying relational data
View answer
Correct Answer: AD
Question #2
Universal Containers has multipleHeroku applications that use the same Heroku Postgres database. One of those applications, SFDC-sync. uses Heroku Connect to sync the data between a Salesforce org and the Heroku Postgres database. If the SFDC-sync app Is deleted. Heroku Connect will stopsyncing data. What is another consequence of deleting the SFDC-sync app?
A. All tables synced with Heroku Connect will be removed from the Heroku Postgres database
B. Existing data will remain in both locations
C. All synced objects will be removed from the Salesforce org
D. All tables will be removed from the Heroku Postgre database
View answer
Correct Answer: A
Question #3
What is a Heroku dyno?
A. An on-prem server that you can install in a rack at your nearest co-location facility
B. Your application code compiled and ready to be served to a variety of web clients
C. A specialized dinosaur monitoring service delivered from the cloud
D. A managed runtime container with a Linux operating system underneath
View answer
Correct Answer: D
Question #4
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 Connect to synchronize data between the Salesforce orgs, the Heroku Postgres database and the external data warehouse
B. 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
C. 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
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
View answer
Correct Answer: D
Question #5
UniversalContainers (UC) has an on-permise application for reporting damage to their shipments. They want to migrate the application to Heroku. The damage reporting process includes uploading one or more pictures to the application which temporarily stores them onthe local system. After the report is submitted, a case is created in UC's Salesforce org for processing, amd the images are deleted from the file system. The application's configuration is read from environment variables that are specified in the
A. Load the application's configuration from its source code instead of using environment tables
B. Use an external object storage service for temporary image uploads
C. Run the application in a Private Space to enable communication with UC's Salesforce org
D. WritP Inns tn stdmit instead nf writinn thpm tn the flip svstpm
View answer
Correct Answer: AD
Question #6
What are 3 examples of backing services, as described in the Twelve Factor app methodology?
A. A database
B. A logging tool
C. An email delivery service
D. A background process with a long running task
View answer
Correct Answer: ABC
Question #7
When creating a Private Space, what is a valid reason to specify a region other than the default region?
A. Private Spaces restrict inbound traffic to the current region
B. Heroku pricing varies by region
C. Running an application closer to its intended users can reduce latency
D. Available compute resources vary by region
View answer
Correct Answer: C
Question #8
Which of thefollowing is a good use case for the Heroku Platform?
A. Proof-of-concept or lab approaches
B. All of these
C. Data manipulation
D. Customer engagement applications
E. Empowering mobile apps with an API service
View answer
Correct Answer: D
Question #9
Which 2 users can remove an application from a Heroku Enterprise Team?
A. An administrator of the Enterprise Team
B. A user with the "manage" permission for the app
C. A user with the "deploy" permission for the app
D. A user with the "operate" permission for the app
View answer
Correct Answer: AB
Question #10
Heroku add-ons are cool because they:
A. Give you the ability to add complex functionality to your application without having to manage the underlying software or infrastructure
B. Accessorize your dynos with over-clocked CPU power and faster I/O speeds
C. Can be provisioned easily from the Heroku Enterprise Flea Market system
D. Cost nothing--billing is easy because they're always provided at no additional cost with every Heroku Enterprise account
View answer
Correct Answer: A
Question #11
Universal Containerswould like to provide Field Service Technicians the ability to capture details and customer approval on completed work so that the details can be compiled and sent to the customer electronically What should a Consultant recommend to meet this requirement?
A. Create a custom report
B. Create a Process Builder to generate a report
C. Use the standard Work Order email template
D. Use the standard Service Report
View answer
Correct Answer: D
Question #12
For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)
A. Providing long-term data warehousing
B. Adding jobs to a queue
C. Providing a data cache layer
D. Querying relational data
View answer
Correct Answer: BC
Question #13
Universal Containers has an app deployed on Heroku that is now required to handle high-volume message processing. What should an Architect recommend to fulfill this new requirement?
A. Create a custom buildpack
B. Configure a Heroku button
C. Provision an Apache Kafka onHeroku add-on
D. Add Heroku Redis
View answer
Correct Answer: C
Question #14
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 of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them
B. Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled
C. Deploy all the applications to theCommon runtime, and add the same log drain URL to all of them
D. Deploy all the applications to the same Private Space with Logplrx disabled
View answer
Correct Answer: B
Question #15
Heroku apps that handle callouts from Salesforce can be written in:
A. All of these
B. Python
C. Node, js / JavaScript
D. Java, Scala
E. PHP
View answer
Correct Answer: A
Question #16
What does a follower of Heroku Postgres leader database provide?
A. A static snapshot of the leader
B. A in-memory snapshot of the leader
C. A read-only replica of the leader
D. A writable replica of the leader
View answer
Correct Answer: C
Question #17
Callouts from Salesforce to Heroku can be made using:
A. Corba
B. Web sockets
C. Message bus
D. Apex triggers or outbound messages
View answer
Correct Answer: D
Question #18
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 Salesforceorgs
B. Both orgs can be attached to the same Heroku application as an add-on to ensure data residency in the application's region
C. Heroku External Objects can expose read-only data from both Salesforce orgs to Heroku Postgres
D. A Heroku Postgres database can sync data from both orgs for advanced querying capabilities
View answer
Correct Answer: A
Question #19
A customer would like to analyze data stored in a single, large, high-traffic Heroku Postgres database using a reporting tool that runslong-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 advanc
A. Deploy the application to a Shield Private Space In the Tokyo region
B. Deploy the application to the Common Runtime in the Tokyo region
C. Deploy the application to a Private Space in the Tokyo region
D. Deploy the application to the Common Runtime in the U
View answer
Correct Answer: C
Question #20
What does a follower of Heroku Postgres leader database provide?
A. A static snapshot of the leader
B. A in-memory snapshot of the leader
C. A read-only replica of the leader
D. A writable replica of the leader
View answer
Correct Answer: C
Question #21
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 sing
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 messagesare never processed more than once
D. Scale up the consumer dynos to match the number of partitions so that there is one process for each partition
View answer
Correct Answer: C
Question #22
Universal Containers provides multiple service types (i.e., Installation, Maintenance, Break/Fix, etc.) Each service requires a variety of skills and certifications inorder for a resource to excel Which two configurations should a Consultant implement to meet this requirement? (Choose two )
A. Use Work Types with Required Skills
B. Assign the appropriate Skills to Resources
C. Create Multiple Work Orders Line Items per service
D. Select the relevant Work Types for each Resource
View answer
Correct Answer: AB
Question #23
You can use Salesforce Connect to proxy which types of data sources:
A. OData 2
B. REST with JSON payloads
C. SOAP
D. All of these
E. REST with XML payloads
View answer
Correct Answer: D
Question #24
Universal Containers provides installation, repair, and consulting services When Technicians complete the work, they need to provide different reports for the installation, repair, and consulting services.Which two configurations should a Consultant recommend to meet this requirement? (Choose two )
A. Work Types
B. Assets
C. Service Report Templates
D. Product Templates
View answer
Correct Answer: AC
Question #25
Salesforce Connect custom adapters support:
A. Search
B. Cross-object relationships
C. All of these
D. Data paging
View answer
Correct Answer: C
Question #26
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. Designate one app as a producer and the other as a consumer
D. Attach the existing Kafka add-on to one app and attach a new Kafka add-on to the other app
View answer
Correct Answer: B
Question #27
How does Heroku Connect work with Salesforce authentication?
A. The end user of a Heroku app authorizes Heroku Connect via OAuth
B. OAuth provides Heroku Connect with API tokens after the user authorizes the Heroku Connect application on Salesforce
C. SAML authorizes Heroku Connect to make API calls
D. A single integration user's credentials are stored
View answer
Correct Answer: B
Question #28
Universal Containers wants to process mobile payments. How can this requirement be met?
A. Install an AppExchange package
B. Create a custom payments object
C. Add a custom field to store the credit card number
D. Attach a picture of thecredit card
View answer
Correct Answer: A
Question #29
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 Architectrecommend to accomplish this?
A. Heroku Conned and Heroku Postgres
B. HeroKu Private Spaces and Private Space Peering
C. Heroku Redis and Heroku Teams
D. Heroku Dataclips and the Heroku Platform API
View answer
Correct Answer: A
Question #30
Aclient has a data Ina SAP data store. The client uses Heroku External Objects to expose Heroku Postgres tables in their Salesforce org. They want to perform custom transformations on the SAP data and then expose the transformed data in their Salesforce org.Which solution should an Architect recommend?
A. Use Salesforce Connect to perform any necessary transformations on Vie SAP data and sync the transformed data to the Salesforce org
B. Use Heroku Connect to sync the SAP data to Heroku Postgres and then perform any necessary transformations Ensure the transformes data is in a table that is exposed in the Salesforce org
C. Use an ETL tool to sync the SAP data to Heroku and then perform any necessary transformations
D. Perform in-place transformations on the data in SAP and then use Heroku Connect to sync the SAP data to Heroku Postgres
View answer
Correct Answer: C

View The Updated Salesforce Exam Questions

SPOTO Provides 100% Real Salesforce Exam Questions for You to Pass Your Salesforce Exam!

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number: