ExamGecko
Ask Question

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

List of questions

Question 131

Report
Export
Collapse

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?

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

Explanation:

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

asked 23/09/2024
Moshope Salami
45 questions

Question 132

Report
Export
Collapse

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?

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

Explanation:

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

asked 23/09/2024
Andrea DG
35 questions

Question 133

Report
Export
Collapse

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

New members of the Enterprise Team are granted no automatic permissions for the application.
New members of the Enterprise Team are granted no automatic permissions for the application.
The application cannot be deployed until is unlocked.
The application cannot be deployed until is unlocked.
Members of the Enterprise Team who are not administrators have their permissions for the application revoked.
Members of the Enterprise Team who are not administrators have their permissions for the application revoked.
Members of the Enterprise Team cannot be granted new permissions for the application until it's unlocked.
Members of the Enterprise Team cannot be granted new permissions for the application until it's unlocked.
Suggested answer: A
asked 23/09/2024
Ivan Dujmic
52 questions

Question 134

Report
Export
Collapse

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?

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

Explanation:

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

asked 23/09/2024
Ntombifuthi Shabangu
28 questions

Question 135

Report
Export
Collapse

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?

Configure each microservices to directly fetch the sensor metrics that are relevant to it.
Configure each microservices to directly fetch the sensor metrics that are relevant to it.
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
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
Configure the other microservices to pull the Metrics Microservice for updates every five seconds
Configure the other microservices to pull the Metrics Microservice for updates every five seconds
Use Apache Kafka on Heroku to publish metrics to a topic that the other microservices can consume.
Use Apache Kafka on Heroku to publish metrics to a topic that the other microservices can consume.
Suggested answer: D

Explanation:

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

asked 23/09/2024
Gennaro Migliaccio
33 questions

Question 136

Report
Export
Collapse

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.

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

Explanation:

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

asked 23/09/2024
hotthefish shark
35 questions

Question 137

Report
Export
Collapse

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?

Heroku Connect provides Salesforce a bidirectional synchronization between Platform Events on Salesforce and Apache Kafka on Heroku
Heroku Connect provides Salesforce a bidirectional synchronization between Platform Events on Salesforce and Apache Kafka on Heroku
Heroku Connect provides Mulesoft an endpoint that is easily consumable by a back-end integration tool
Heroku Connect provides Mulesoft an endpoint that is easily consumable by a back-end integration tool
Heroku Connect provides Salesforce a declarative bidirectional synchronization with Postgres and data proxy capability via Heroku Connect External Objects.
Heroku Connect provides Salesforce a declarative bidirectional synchronization with Postgres and data proxy capability via Heroku Connect External Objects.
Heroku Connect has a Microsoft connector for access to Heroku Postgres Heroku Redis, and Apache Kafka on Heroku
Heroku Connect has a Microsoft connector for access to Heroku Postgres Heroku Redis, and Apache Kafka on Heroku
Suggested answer: C
asked 23/09/2024
John Eestermans
31 questions

Question 138

Report
Export
Collapse

How does Heroku Connect work with Salesforce authentication?

Become a Premium Member for full access
  Unlock Premium Member

Question 139

Report
Export
Collapse

A platform as a service (PaaS) is:

Become a Premium Member for full access
  Unlock Premium Member

Question 140

Report
Export
Collapse

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

Become a Premium Member for full access
  Unlock Premium Member
Total 185 questions
Go to page: of 19
Search

Related questions