ExamGecko
Ask Question

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

List of questions

Question 121

Report
Export
Collapse

What are 3 examples of backing services, as described in the Twelve Factor app methodology?

A database
A database
A logging tool
A logging tool
An email delivery service
An email delivery service
A background process with a long running task
A background process with a long running task
Suggested answer: A, B, C

Explanation:

- https/Vdevcenter heroku.com/articles/internal-routing

asked 23/09/2024
AHOPkos Varga
29 questions

Question 122

Report
Export
Collapse

Universal Containers (UC) has an app that allows a costumer to schedule a compute-intensive job. It allows the costumer to schedule the job on an ad-hoc basis. UC has decided to break up the app into the following services: - Website: an Interface for their costumers; -Billing: generates monthly invoices based on usage metrics; - Traffic Cop: manages the job queue, job definitions and job schedule; - Job Runner; runs jobs that Traffic Cop queues up. It Is responsible for self-introspection and self-scaling. UC also wants to create a data lake for analytics. What foundational technology and design should an Architect use to manage communication between these services?

Apache Kafka on Heroku as a bus between all services Create topics for billing, jobs, and website clicks Create an additional service, which will subscribe for all topics, and dump every message into a data lake
Apache Kafka on Heroku as a bus between all services Create topics for billing, jobs, and website clicks Create an additional service, which will subscribe for all topics, and dump every message into a data lake
Heroku Redis, create a large Redis store. Allow each service to place messages with an agreedupon format into a single queue, backed by the Redis store Services listen for messages addressed to them and take action on them. Redis will serve as the data lake.
Heroku Redis, create a large Redis store. Allow each service to place messages with an agreedupon format into a single queue, backed by the Redis store Services listen for messages addressed to them and take action on them. Redis will serve as the data lake.
Heroku Connect and Salesforce Sync all relevant data into Salesforce and allow it to flow into each service Create custom objects for each service and alow them to post to each others' objects as needed. Push data from Salesforce into Heroku Postgres for a data lake.
Heroku Connect and Salesforce Sync all relevant data into Salesforce and allow it to flow into each service Create custom objects for each service and alow them to post to each others' objects as needed. Push data from Salesforce into Heroku Postgres for a data lake.
Apache Kafka on Heroku Create a Kafka queue for each service. Create a central routing service that connects to all of the Kafka queues and routes data. The central router is attached to a data lake, and pushes every message into It.
Apache Kafka on Heroku Create a Kafka queue for each service. Create a central routing service that connects to all of the Kafka queues and routes data. The central router is attached to a data lake, and pushes every message into It.
Suggested answer: A

Explanation:

- https //devcenterheroku.com/articles/private-spaces#lruslecl-ip-ranges

asked 23/09/2024
Zahidul Haque
47 questions

Question 123

Report
Export
Collapse

Universal Containers has multiple Heroku 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 stop syncing dat a. What is another consequence of deleting the SFDC-sync app?

All tables synced with Heroku Connect will be removed from the Heroku Postgres database
All tables synced with Heroku Connect will be removed from the Heroku Postgres database
Existing data will remain in both locations.
Existing data will remain in both locations.
All synced objects will be removed from the Salesforce org
All synced objects will be removed from the Salesforce org
All tables will be removed from the Heroku Postgre database
All tables will be removed from the Heroku Postgre database
Suggested answer: A

Explanation:

-https://devcenter.heroku.eom/articles/privale-spaces#lrusted-ip-ranges

asked 23/09/2024
J.L.M. van Loo
48 questions

Question 124

Report
Export
Collapse

A client wants to deconstruct a monolithic app into a collection of smaller apps which should be able to send HTTP requests to each other. The smaller apps should not be publicly accessible on the internet. Which Heroku Enterprise features should an Architect recommend to enable this architecture?

Heroku and Apache Kafka on Heroku
Heroku and Apache Kafka on Heroku
Heroku Connect and Internal Routing
Heroku Connect and Internal Routing
Heroku Private Spaces and Heroku Connect
Heroku Private Spaces and Heroku Connect
Heroku Private Spaces and Internal Routing
Heroku Private Spaces and Internal Routing
Suggested answer: D

Explanation:

-https://www.heroku.com/tech-sessions/get-started-wtth-apache-kafka

asked 23/09/2024
Maurizio Toniato
31 questions

Question 125

Report
Export
Collapse

A client 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?

Use Salesforce Connect to perform any necessary transformations on Vie SAP data and sync the transformed data to the Salesforce org.
Use Salesforce Connect to perform any necessary transformations on Vie SAP data and sync the transformed data to the Salesforce org.
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.
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.
Use an ETL tool to sync the SAP data to Heroku and then perform any necessary transformations.Ensure the transformes data is in a table that is exposed in the Salesforce org.
Use an ETL tool to sync the SAP data to Heroku and then perform any necessary transformations.Ensure the transformes data is in a table that is exposed in the Salesforce org.
Perform in-place transformations on the data in SAP and then use Heroku Connect to sync the SAP data to Heroku Postgres. Ensure the transformed data is in a table that is exposed in the Salesforce org.
Perform in-place transformations on the data in SAP and then use Heroku Connect to sync the SAP data to Heroku Postgres. Ensure the transformed data is in a table that is exposed in the Salesforce org.
Suggested answer: C

Explanation:

- https//www.heroKu.com/tech-sessions/get-started-wlth-apache-kafka

asked 23/09/2024
Endre Horvath
32 questions

Question 126

Report
Export
Collapse

Universal Containers would like to avoid H12 ("request timeout") and H22 ("connection limit reached") errors when running an e-commerce retail site that must process millions of inbound requests during their one-day semi-annual sale. Which two solution measures should an Architect recommend to prepare for the semi-annual sale?

Implement load balancing using Kafka
Implement load balancing using Kafka
Engage with Heroku Support to implement load testing
Engage with Heroku Support to implement load testing
Enable and load test autoscaling
Enable and load test autoscaling
Perform load test using 10% sample size
Perform load test using 10% sample size
Suggested answer: B, C

Explanation:

- https://devcenter.heroku.com/artlcles/event-driven-microservlces-with-apache-kafka

asked 23/09/2024
ang kokwei
42 questions

Question 127

Report
Export
Collapse

Universal Containers (UC) has a front-end web application and a back-end service application running on Heroku. The applications are running in the Common Runtime. Now, UC wants to prevent any public access to the back-end application. Which two Heroku features should an Architect propose?

Private Space VPN Connections
Private Space VPN Connections
Private Spaces DNS Service Discovery
Private Spaces DNS Service Discovery
Heroku Internal Routing
Heroku Internal Routing
Apache Kafka on Heroku
Apache Kafka on Heroku
Suggested answer: A, B

Explanation:

- https //devcenterherokucom/articles/dataclips

asked 23/09/2024
Moinuddin Mohammed
44 questions

Question 128

Report
Export
Collapse

What does a follower of Heroku Postgres leader database provide?

A static snapshot of the leader
A static snapshot of the leader
A in-memory snapshot of the leader.
A in-memory snapshot of the leader.
A read-only replica of the leader.
A read-only replica of the leader.
A writable replica of the leader.
A writable replica of the leader.
Suggested answer: C

Explanation:

- https://devcenter.heroku.eom/articles/rieroku-corinect-database-tables#encrypted-strings

asked 23/09/2024
Kodjo Boessi
33 questions

Question 129

Report
Export
Collapse

A customer would like to analyze data stored in a single, large, high-traffic Heroku Postgres database using a reporting tool that runs long-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 advanced compliance requirements. Which should an Architect recommend?

Deploy the application to a Shield Private Space In the Tokyo region
Deploy the application to a Shield Private Space In the Tokyo region
Deploy the application to the Common Runtime in the Tokyo region
Deploy the application to the Common Runtime in the Tokyo region
Deploy the application to a Private Space in the Tokyo region
Deploy the application to a Private Space in the Tokyo region
Deploy the application to the Common Runtime in the U.S region and use a CDN to accelerate content delivery
Deploy the application to the Common Runtime in the U.S region and use a CDN to accelerate content delivery
Suggested answer: C

Explanation:

-https://devcenter.heroku.com/articles/dataclips

asked 23/09/2024
Carlos John Ricafort
39 questions

Question 130

Report
Export
Collapse

Heroku Connect data replication happens:

Near real time for writes to Salesforce. and on a 30-second polling window for writes to Heroku Postgres
Near real time for writes to Salesforce. and on a 30-second polling window for writes to Heroku Postgres
Near real time for writes to Salesforce. and either on a polling window or near real time for writes to Heroku Postgres (depending on the user configuration)
Near real time for writes to Salesforce. and either on a polling window or near real time for writes to Heroku Postgres (depending on the user configuration)
Instantly in both directions
Instantly in both directions
Near real time in both directions
Near real time in both directions
Suggested answer: B
asked 23/09/2024
Martin Stoyanov
50 questions
Total 185 questions
Go to page: of 19
Search

Related questions