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 Test 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
Call outs in Apex trigger support which authentication mechanisms:
A. Pre-shared keys
B. username and password credentials
C. All of these
D. OAuth flows using named credentials in the Remote Site settings
View answer
Correct Answer: C
Question #2
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. HerokuConnect can only access fields and objects that its associated Salesforce integration user can access
B. Heroku Connect does not support all Salesforce objects and fields
C. Heroku Connect does not provide an API
D. Heroku Connect cannot sync custom objects
View answer
Correct Answer: AC
Question #3
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. Internal Routing
B. Private Space Peering
C. Private Space VPNconnections
D. Heroku Connect
View answer
Correct Answer: C
Question #4
According to the Twelve-Factor methodology, which best practice helps minimizethe gap between development and production?
A. Using the same backing services in all of an application's environments
B. Configuring application logging to write stdout
C. Executing long-running tasks as background processes
D. Writing processes that are fast to start up and gracefully shut down
View answer
Correct Answer: A
Question #5
A platform as a service (PaaS) is:
A. A monthly bare-metal server rental service
B. A way to deliver hardware and software tools, such as those needed for application development, to users as a service
C. A piece of software in the cloud that you can use just by logging in
D. A service to help you buy and install your own server hardware
View answer
Correct Answer: B
Question #6
A client has data in a production Heroku Postgres database, and needs to quickly get access to a subset of that data for reporting needs. Which two features does Heroku Dataclips provide to enable this? (Choose two.)
A. JSON export of query results, with CORS support
B. CSV export of query results
C. A simple REST API access to query results
D. Postgres dump file of query results
View answer
Correct Answer: AB
Question #7
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. Soft Boundaries
D. High Intensity
View answer
Correct Answer: BC
Question #8
A RESTfulAPIis:
A. A methodology (or maximizing the effectiveness of any vacation
B. An Actually Pretty Informative meditation session
C. How the web displays data in a hierarchical format readable by both people and machines
D. A web-based service that provides standard ways for clients to make requests and receive responses
View answer
Correct Answer: A
Question #9
Applications on Heroku that use Salesforce REST APIs can use which authentication mechanisms:
A. Username and password with an OAuth connected app
B. None of these
C. OAuth web or user-agent flow in which the user authorizes a connected app using browser redirects
D. Anonymous access without credentials on trusted networks
View answer
Correct Answer: AC
Question #10
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. Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees
B. Enable remote employees to VPN into the company's on-premise network
C. Configure a second VPN connection for the Private Space that remote employees can use
D. Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO
View answer
Correct Answer: C
Question #11
Universal Containers is developing a Salesforce app thatinvokes 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 Private Space's trusted IP range to Universal Containers' VPN
C. Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
D. Restrict the Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
View answer
Correct Answer: AD
Question #12
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 Cases and Work Orders must beseparated
B. Managing page layouts and validation rules can be done in Salesforce Lightning
C. Managing page layouts and milestone trackers can be done in the Salesforce mobile app
D. Creating Entitlements for Work Orders requires Lightning to be enabled
View answer
Correct Answer: A
Question #13
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 #14
A client's Heroku web application displays data that is fetched from a back-end file storage system. The client now wants this data to be viewable, but not editable, from their Salesforce org. Which recommendation should an Architect make in this scenario?
A. Replicate the files to tables in a Heroku Postgres database, and use Heroku Connect to synchronize the tables to the Salesforce org
B. Store all file URLs in a Heroku Postgres table, and use Heroku Connect to synchronize the table to the Salesforce org
C. Replicate the files to tables in a Heroku Postgres database, and use Heroku External Objects to expose the tables to the Salesforce org
D. Replicate the files to the application's local filesystem, and use worker dynos to periodically sync them to the Salesforce org
View answer
Correct Answer: A
Question #15
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 #16
Universal Containers (UC) has configured SSO for their Heroku EnterpriseTeam using an identity provider (IdP). When a new employee joins the company, how should their Heroku account be created?
A. A Heroku account is created for the employee automatically the first time they log in to Heroku via SSO
B. The employee shouldcreate a new Heroku account with the exact email address listed in their IdP record
C. No account creation is required, because all SSO users in a particular Enterprise Team are associated with a single Heroku account
D. An administrator of the Enterprise Team creates the Heroku account with the exact email address listed in the employee's IdP record
View answer
Correct Answer: A
Question #17
A client has a Heroku Redis instance that can be accessed over the public internet.to meet compliance requirements, the IT Security team requires thatall databases must be isolated from the public internet. Which solution should be suggested by an Architect?
A. Enclose the existing Heroku Redis instance inside a Pnvate Space
B. Use a Heroku Redis instance with a Private Tier plan
C. Use a Heroku Private Space and a Heroku Redis instance with a Private Tier plan
D. Enclose the existing Heroku Redis instance inside a Shield Private Space
View answer
Correct Answer: C
Question #18
A client has an e-commerce application that stores creditcard information. The application will run the production. Which security certification does the application need to meet?
A. ISO 27017
B. PCI level 1
C. SOC2Typel
D. ISO 27018
View answer
Correct Answer: B
Question #19
Heroku Connect data replication happens:
A. Near real time for writes to Salesforce
B. Near real time for writes to Salesforce
C. Instantly in both directions
D. Near real time in both directions
View answer
Correct Answer: B
Question #20
Which three resources can be found in the Heroku Elements Marketplace? (Choose three.)
A. Heroku Buttons
B. Buildpacks
C. Heroku Stacks
D. Docker image files
E. Add-ons
View answer
Correct Answer: ABE
Question #21
A Field Technician from UniversalContainers arrived onsite for an appointment, and unfortunately the customer was not present UC wants to ensure they cantrack these customer no-show events for future process improvementWhat process should a Consultant recommend to handle this situation?
A. Set the existing Service Appointment status to Complete; Create a new Work Order and Service Appointment for the follow-up trip
B. Set the existing Service Appointment status to Cannot Complete: Create a new Work Order Line Item for the follow-up trip
C. Set the existing Service Appointment status to Cannot Complete; Create a new Service Appointment against the same Work Order for the follow-up trip
D. Set the existing Service Appointment status to In Progress; Create a new Work Order and Service Appointment for the follow-up trip
View answer
Correct Answer: C
Question #22
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. Contacts and Service Contracts
B. Accounts and Service Contracts
C. Contacts and Assets
D. Accounts and Assets
View answer
Correct Answer: D
Question #23
Universal Containers (UC) is opening offices in Japan and Germany. This will allow them to serve new customers in Asia and in Europe. UC is concerned about application latency for their new customers, especially because the app serves large amounts of dynamic content.Which Heroku Enterprise feature should an Architect recommend to alleviate this concern?
A. Create Salesforce orgs in each region and use Heroku Connect to link them
B. Deploy instances of their applications into Private Spaces in Tokyo and Frankfurt
C. Deploy a globally-distributed CDN in front of the application
D. Create a Heroku Pipeline to mirror the app and its data in each region
View answer
Correct Answer: A
Question #24
A client requires that their web application's logs are accessible only from within the same isolatednetwork as the application itself.Which solution should an Architect recommend in this scenario?
A. Deploy the application to a Private Space
B. Deploy the application to a Shield Private Space with Private Space Logging enabled
C. Deploy the application to a Private Space
D. Deploy the application to a Private Space
View answer
Correct Answer: C
Question #25
Universal Containers acquires a company that runs an application on Google Cloud Platform (GCP). TheGCP application needs to communicate securely with a Heroku application. The Heroku application has Internal Routing enabled and is running in a Private Space.Which two recommendations should an Architect make to satisfy this use case? Choose 2 answers.
A. Ensure that the Private Space and GCP use distinct CIDR ranges
B. Disable Internal Routing on the Heroku app
C. Ensure that the Private Space and GCP use matching CIDR ranges
D. Establish a secure site-to-site VPN connection between the Private Spaceand GCP
View answer
Correct Answer: AD
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 Apache Kafka on Heroku to stream from the Salesforce org
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 Shield Heroku Connect to sync to Salesforce
D. Build the app in a Private Space with a Private Heroku Postgres database, and use Heroku Connect to sync to Salesforce
View answer
Correct Answer: C
Question #27
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. Deploy a multi-region version of Apache Kafka on Heroku
B. Use Heroku's multi-tenant Kafka Basic plan
C. The app in Asia should write to the Kafka instance in Virginia
D. Provision a second Kafka add-on in Asia
View answer
Correct Answer: B
Question #28
Which of the following is a Heroku CLI command?
A. heroku create
B. heroku new
C. git pushheroku master
D. git push
View answer
Correct Answer: A
Question #29
To satisfy the requirements of an upcoming compliance audit, a client must provide a record of all interactive commands run against a production application in the last six months. Which Heroku feature should an Architect recommend to help with this use case?
A. Heroku Shield keystroke logging
B. Dataclips
C. Private Space Logging
D. SSH tunneling using Heroku Exec
View answer
Correct Answer: A
Question #30
Universal Containers wants the ability for their Field Technicians to log sales opportunities associated with their Work Orders.What configuration should a Consultant implement so Field Technicians can easily achieve this through the Field Service mobile app?
A. Quick Action on Opportunity to Create Work Order Line Item
B. Quick Action on Opportunity to Create Work Order
C. Quick Action on Work Order Line Items to Create Opportunity
D. Quick Action on Work Order to Create Opportunity
View answer
Correct Answer: D

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: