ExamGecko
Home Home / Salesforce / Certified Heroku Architecture Designer

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

Question list
Search
Search

List of questions

Search

Related questions











A client has a requirement to deploy versions of their app to different regions around the World.

Which Heroku Enterprise feature would an Architect recommend to accomplish this?

A.
Using a Heroku StMM Space an app can be deployed to a specific region at the time of app creation.
A.
Using a Heroku StMM Space an app can be deployed to a specific region at the time of app creation.
Answers
B.
When creating a Heroku Private Space, you can determine the specific geographic location for the space
B.
When creating a Heroku Private Space, you can determine the specific geographic location for the space
Answers
C.
You can changed the region for any app in any runtime by using the Heroku CLI.
C.
You can changed the region for any app in any runtime by using the Heroku CLI.
Answers
D.
Using the Common Runtime, an app will automatically be deployed to multiple regions.
D.
Using the Common Runtime, an app will automatically be deployed to multiple regions.
Answers
Suggested answer: B

Explanation:

- https://devcenter.heroku.eom/artlcles/pnvate-spaces#trustecl-ip-ranges

A client has a Heroku Postgres database add-on attached to a production application. The client now wants to access the database from another application that they use to perform administrative tasks.

What should an Architect recommend in this scenario?

A.
Copy the database's connection URL and add it to the administrative application as a config var.
A.
Copy the database's connection URL and add it to the administrative application as a config var.
Answers
B.
Attach the database to an application that acts as a database proxy
B.
Attach the database to an application that acts as a database proxy
Answers
C.
Create a fork of the database and attach it to the administrative application.
C.
Create a fork of the database and attach it to the administrative application.
Answers
D.
Attach the same Heroku Postgres add-on to the administrative application
D.
Attach the same Heroku Postgres add-on to the administrative application
Answers
Suggested answer: D

Explanation:

- https://devcenter.heroku.eom/articles/using-sso-services-with-heroku#prerequisiles-for-sso-withtieroku

Which Is an effect of "locking" an application that belongs to a Heroku Enterprise Team?

A.
New members of the Enterprise Team are granted no automatic permissions for the application.
A.
New members of the Enterprise Team are granted no automatic permissions for the application.
Answers
B.
The application cannot be deployed until is unlocked.
B.
The application cannot be deployed until is unlocked.
Answers
C.
Members of the Enterprise Team who are not administrators have their permissions for the application revoked.
C.
Members of the Enterprise Team who are not administrators have their permissions for the application revoked.
Answers
D.
Members of the Enterprise Team cannot be granted new permissions for the application until it's unlocked.
D.
Members of the Enterprise Team cannot be granted new permissions for the application until it's unlocked.
Answers
Suggested answer: A

A client is writing a Heroku application that requires compliance with PCI DSS Level 1. To accomplish this, they deploy an application to the Shield Private Space. Which statement is true about the application?

A.
The application might still violate PCI DSS Level 1 even though it is deployed to a Shield Private Space
A.
The application might still violate PCI DSS Level 1 even though it is deployed to a Shield Private Space
Answers
B.
The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1, assuming the application uses only Shield Postgres databases
B.
The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1, assuming the application uses only Shield Postgres databases
Answers
C.
The application is definitely not compliant with PCI DSS Level 1. because Shield Private Spaces do not provide compliance with it.
C.
The application is definitely not compliant with PCI DSS Level 1. because Shield Private Spaces do not provide compliance with it.
Answers
D.
The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1
D.
The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1
Answers
Suggested answer: A

Explanation:

- https;//devcenter.herokuxom/articles/usjng-sso-services-witri-heroku#prerequisites-for-sso-withheroku

Universal Containers has a microservices architecture on Heroku. One microservice. named the Metrics Microservice. periodically fetches metrics from a fleet of loT sensors. Then, the Metrics Microservice is required to send relevant metrics to each of the other microservices using REST.

When a new microservice is added to the architecture, the Metrics Microservice must send metrics to that new microservice too. As a result, adding microservices to the architecture causes performance issues. How should an Architect recommend changing this architecture to improve its scalability?

A.
Configure each microservices to directly fetch the sensor metrics that are relevant to it.
A.
Configure each microservices to directly fetch the sensor metrics that are relevant to it.
Answers
B.
Use Private Space DNS Service Discovery to reduce the amount of time required for the Metrics Microservice to obtain each other microservice's IP address
B.
Use Private Space DNS Service Discovery to reduce the amount of time required for the Metrics Microservice to obtain each other microservice's IP address
Answers
C.
Configure the other microservices to pull the Metrics Microservice for updates every five seconds
C.
Configure the other microservices to pull the Metrics Microservice for updates every five seconds
Answers
D.
Use Apache Kafka on Heroku to publish metrics to a topic that the other microservices can consume.
D.
Use Apache Kafka on Heroku to publish metrics to a topic that the other microservices can consume.
Answers
Suggested answer: D

Explanation:

- https://devcenter.heroku.com/arlicles/heroku<onnect-faq#can-i-use-sharing-rules-to-restrictrecorcd-visibility

Universal Containers collects sensor data from millions of sensors that are located around the World.

Now. they want to process this data on Heroku. What are three advantages of using a microservices architecture with Apache Kafka on Heroku in this scenario? Choose 3 answers.

A.
Kafka is highly available and fault-tolerant
A.
Kafka is highly available and fault-tolerant
Answers
B.
Individual services can be scaled easily for high-volume event processing
B.
Individual services can be scaled easily for high-volume event processing
Answers
C.
Consumers and producers can be scaled independently.
C.
Consumers and producers can be scaled independently.
Answers
D.
Individual services can efficiently communicate with each other using REST APIs.
D.
Individual services can efficiently communicate with each other using REST APIs.
Answers
Suggested answer: A, B, C

Explanation:

- https://www.heroku.com/lech-sessions/get-started-with-apache-kafka

A company currently uses, and will continue to use, the MulesoftAnypoint Platform integration throughout their architecture. They want to use Heroku Connect to help them integrate Heroku apps with Salesforce apps. What is a benefit of introducing Heroku Connect in this environment?

A.
Heroku Connect provides Salesforce a bidirectional synchronization between Platform Events on Salesforce and Apache Kafka on Heroku
A.
Heroku Connect provides Salesforce a bidirectional synchronization between Platform Events on Salesforce and Apache Kafka on Heroku
Answers
B.
Heroku Connect provides Mulesoft an endpoint that is easily consumable by a back-end integration tool
B.
Heroku Connect provides Mulesoft an endpoint that is easily consumable by a back-end integration tool
Answers
C.
Heroku Connect provides Salesforce a declarative bidirectional synchronization with Postgres and data proxy capability via Heroku Connect External Objects.
C.
Heroku Connect provides Salesforce a declarative bidirectional synchronization with Postgres and data proxy capability via Heroku Connect External Objects.
Answers
D.
Heroku Connect has a Microsoft connector for access to Heroku Postgres Heroku Redis, and Apache Kafka on Heroku
D.
Heroku Connect has a Microsoft connector for access to Heroku Postgres Heroku Redis, and Apache Kafka on Heroku
Answers
Suggested answer: C

How does Heroku Connect work with Salesforce authentication?

A.
The end user of a Heroku app authorizes Heroku Connect via OAuth.
A.
The end user of a Heroku app authorizes Heroku Connect via OAuth.
Answers
B.
OAuth provides Heroku Connect with API tokens after the user authorizes the Heroku Connect application on Salesforce
B.
OAuth provides Heroku Connect with API tokens after the user authorizes the Heroku Connect application on Salesforce
Answers
C.
SAML authorizes Heroku Connect to make API calls
C.
SAML authorizes Heroku Connect to make API calls
Answers
D.
A single integration user's credentials are stored.
D.
A single integration user's credentials are stored.
Answers
Suggested answer: B

A platform as a service (PaaS) is:

A.
A monthly bare-metal server rental service
A.
A monthly bare-metal server rental service
Answers
B.
A way to deliver hardware and software tools, such as those needed for application development, to users as a service
B.
A way to deliver hardware and software tools, such as those needed for application development, to users as a service
Answers
C.
A service to help you buy and install your own server hardware
C.
A service to help you buy and install your own server hardware
Answers
D.
A piece of software in the cloud that you can use just by logging in
D.
A piece of software in the cloud that you can use just by logging in
Answers
Suggested answer: B

In the hierarchy of cloud services, PaaS generally provides more out of the box than:

A.
Software as a service (SaaS)
A.
Software as a service (SaaS)
Answers
B.
Infrastructure as a service (laaS) and on-premises Infrastructure
B.
Infrastructure as a service (laaS) and on-premises Infrastructure
Answers
C.
Salesforce Marketing Cloud
C.
Salesforce Marketing Cloud
Answers
D.
Visualforce pages
D.
Visualforce pages
Answers
Suggested answer: B
Total 185 questions
Go to page: of 19