ExamGecko
Home Home / Salesforce / Certified Heroku Architecture Designer

Salesforce Certified Heroku Architecture Designer Practice Test - Questions Answers, Page 10

Question list
Search
Search

List of questions

Search

Related questions











Which Heroku features should an Architect recommend to create a secure connection between Heroku and Microsoft Azure?

A.
Heroku Private Spaces and Private Space VPN Connections, using Azure's built-in VPN endpoint.
A.
Heroku Private Spaces and Private Space VPN Connections, using Azure's built-in VPN endpoint.
Answers
B.
Heroku Private Spaces and Private Space VPN Connections, using a compatible VPN endpoint on Azure
B.
Heroku Private Spaces and Private Space VPN Connections, using a compatible VPN endpoint on Azure
Answers
C.
Heroku Shield Private Spaces and Internal Routing, using Azure's built-in VPN endpoint
C.
Heroku Shield Private Spaces and Internal Routing, using Azure's built-in VPN endpoint
Answers
D.
Heroku Private Spaces and Private Space Peering, using Azure's VPC Peering.
D.
Heroku Private Spaces and Private Space Peering, using Azure's VPC Peering.
Answers
Suggested answer: B

Explanation:

- https://devcenter.herokuxom/articles/using-sso-services-with-heroku#end-user-account-creationand-removal

Universal Containers (UC) uses Heroku Connect to synchronize changes to the Account object in their Salesforce org. UC's Heroku application makes a batch update that changes one million records to the Heroku Postgres database table that mirrors the Account object. Approximately, how long will these updates take to sync back to the Salesforce org?

A.
It depends on the sync performance, which can vary from one connection to another.
A.
It depends on the sync performance, which can vary from one connection to another.
Answers
B.
1 hour.
B.
1 hour.
Answers
C.
One million updates is too many for Heroku Connect to handle; therefore, the sync will fail
C.
One million updates is too many for Heroku Connect to handle; therefore, the sync will fail
Answers
D.
12 hours.
D.
12 hours.
Answers
Suggested answer: A

Explanation:

- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#prerequisites-for-ssowith-heroku

A client has 3 Heroku applications: App 1, App 2, App 3. They would like to restrict external web traffic to App 3 only. Which two Heroku features should an Architect recommend to enable this architecture?

A.
VPC Peering
A.
VPC Peering
Answers
B.
Trusted IP ranges
B.
Trusted IP ranges
Answers
C.
Private Spaces
C.
Private Spaces
Answers
D.
Internal Routing
D.
Internal Routing
Answers
Suggested answer: B

Upon arrival for a Service Appointment, the Field Service Technician reports that a team of people is required to resolve the issue.

How can the Dispatcher ensure that the required staff is assigned to the project?

A.
Assign the existing Service Appointment to a Crew.
A.
Assign the existing Service Appointment to a Crew.
Answers
B.
Assign the existing Work Order to each staff member
B.
Assign the existing Work Order to each staff member
Answers
C.
Create a new Service Appointment and assign a Crew.
C.
Create a new Service Appointment and assign a Crew.
Answers
D.
Assign the existing Work Order to a Crew.
D.
Assign the existing Work Order to a Crew.
Answers
Suggested answer: C

Universal Containers acquires a company that runs an application on Google Cloud Platform (GCP).

The GCP 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
A.
Ensure that the Private Space and GCP use distinct CIDR ranges
Answers
B.
Disable Internal Routing on the Heroku app.
B.
Disable Internal Routing on the Heroku app.
Answers
C.
Ensure that the Private Space and GCP use matching CIDR ranges.
C.
Ensure that the Private Space and GCP use matching CIDR ranges.
Answers
D.
Establish a secure site-to-site VPN connection between the Private Space and GCP.
D.
Establish a secure site-to-site VPN connection between the Private Space and GCP.
Answers
Suggested answer: A, D

Explanation:

- Here is the https://devcenter.heroku.com/articles/vpn-private-space. google-cloudplatform#manual-setup

Universal Export wants to build an app that serves company dat a. The data has no strong compliance requirements, and the app should only be reachable from trusted IP addresses. Which solution should an Architect recommend?

A.
Deploy the app in a Shield Private Space with a Shield-tier Heroku Postgres database
A.
Deploy the app in a Shield Private Space with a Shield-tier Heroku Postgres database
Answers
B.
Deploy the app in the Common Runtime with a Standard-tier Heroku Postgres database
B.
Deploy the app in the Common Runtime with a Standard-tier Heroku Postgres database
Answers
C.
Deploy the app in a Private Space with a Private-tier Heroku Postgres database.
C.
Deploy the app in a Private Space with a Private-tier Heroku Postgres database.
Answers
D.
Deploy the app in the Common Runtime with a Premium-tier Heroku Postgres database.
D.
Deploy the app in the Common Runtime with a Premium-tier Heroku Postgres database.
Answers
Suggested answer: C

Explanation:

- https://devcenter.heroku.eom/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrictrecord-visibility

An existing app is experiencing performance degradation because of multiple executions of multiple, expensive SQL read queries. This SQL code cannot be optimized any further and the frequency of the execution of the queries cannot be reduced. Which two options should an Architect recommend in this scenario?

A.
Hardcode the results of the query into app logic
A.
Hardcode the results of the query into app logic
Answers
B.
Add a read-only Heroku Postgres follower
B.
Add a read-only Heroku Postgres follower
Answers
C.
Create a database caching layer
C.
Create a database caching layer
Answers
D.
Restart the Heroku Postgres server to reclaim cache
D.
Restart the Heroku Postgres server to reclaim cache
Answers
Suggested answer: B, C

Explanation:

- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creationand-removal

When designing a Heroku application, which two approaches observe the Twelve-Factor methodology? Choose 2 answers.

A.
On deployment, Heroku fetches and installs any dependencies that are missing according to the application's list of dependencies
A.
On deployment, Heroku fetches and installs any dependencies that are missing according to the application's list of dependencies
Answers
B.
On startup, the application's source code fetches and installs any dependencies that are missing according to the application's list of dependencies.
B.
On startup, the application's source code fetches and installs any dependencies that are missing according to the application's list of dependencies.
Answers
C.
The application's database configuration is stored in the application's Profile
C.
The application's database configuration is stored in the application's Profile
Answers
D.
The application's database configuration is stored in the application's config vars.
D.
The application's database configuration is stored in the application's config vars.
Answers
Suggested answer: A, D

Explanation:

- https://devcenter.heroku.com/articies/heroku-connect-database-tables#encrypted-strings

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
A.
Restrict the Private Space's trusted IP range to Salesforce IP addresses
Answers
B.
Restrict the Private Space's trusted IP range to Universal Containers' VPN
B.
Restrict the Private Space's trusted IP range to Universal Containers' VPN
Answers
C.
Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
C.
Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
Answers
D.
Restrict the Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
D.
Restrict the Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
Answers
Suggested answer: A, D

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#salesforceheroku-apps

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.
Provision an add-on with a free plan
A.
Provision an add-on with a free plan
Answers
B.
Manage the app's config vars.
B.
Manage the app's config vars.
Answers
C.
Transfer the app to another Enterprise Team.
C.
Transfer the app to another Enterprise Team.
Answers
D.
Roll back a release
D.
Roll back a release
Answers
Suggested answer: A, B, D

Explanation:

- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strings

Total 185 questions
Go to page: of 19