ExamGecko
Ask Question

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

List of questions

Question 81

Report
Export
Collapse

Which two logs and logging recommendations are prescribed by the Twelve-Factor app methodology? Choose 2 answers.

Apps should not concern themselves with routing or storing logs
Apps should not concern themselves with routing or storing logs
Logs from all processes and backing services should be aggregated together.
Logs from all processes and backing services should be aggregated together.
Logs should be written to a shared file system for scalability.
Logs should be written to a shared file system for scalability.
Apps should only keep a limited, rolling buffer of logs available
Apps should only keep a limited, rolling buffer of logs available
Suggested answer: A, B

Explanation:

- https://devcenter heroku com/articles/internal-routing

asked 23/09/2024
Donald Wu
32 questions

Question 82

Report
Export
Collapse
30 A client has a Heroku Redis instance that can be accessed over the public internet. To meet compliance requirements, the IT Security team requires that all databases must be isolated from the public internet. Which solution should be suggested by an Architect?
30 A client has a Heroku Redis instance that can be accessed over the public internet. To meet compliance requirements, the IT Security team requires that all databases must be isolated from the public internet. Which solution should be suggested by an Architect?
Enclose the existing Heroku Redis instance inside a Pnvate Space. Enable Private Space VPN.
Enclose the existing Heroku Redis instance inside a Pnvate Space. Enable Private Space VPN.
Use a Heroku Redis instance with a Private Tier plan. Enable Trusted IP ranges on the Redis instance.
Use a Heroku Redis instance with a Private Tier plan. Enable Trusted IP ranges on the Redis instance.
Use a Heroku Private Space and a Heroku Redis instance with a Private Tier plan. Redeploy the app into the Space
Use a Heroku Private Space and a Heroku Redis instance with a Private Tier plan. Redeploy the app into the Space
Enclose the existing Heroku Redis instance inside a Shield Private Space. Configure the firewall to allow Redis traffic through
Enclose the existing Heroku Redis instance inside a Shield Private Space. Configure the firewall to allow Redis traffic through
Suggested answer: C

Explanation:

- https/AJevcenter heroku com/articles/event-driven-microservices-with-apache-kafka__________

asked 23/09/2024
Randhir Singh
37 questions

Question 83

Report
Export
Collapse

A client needs to securely connect a Heroku app to a database on their on-premise network. Which two Heroku Enterprise features should an Architect consider?

Private Space Peering
Private Space Peering
SSLEndpoint
SSLEndpoint
Heroku Private Spaces
Heroku Private Spaces
Private Space VPN Connections
Private Space VPN Connections
Suggested answer: C, D

Explanation:

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

asked 23/09/2024
Tarnauceanu Diana
40 questions

Question 84

Report
Export
Collapse

A client is building a system that will sync data from multiple Salesforce orgs to a single Heroku Postgres database. This system also needs to push the synced data to an external data warehouse for analytics processing. Which solution meets all of the requirements in this scenario?

Use Heroku Connect to synchronize data between the Salesforce orgs, the Heroku Postgres database and the external data warehouse
Use Heroku Connect to synchronize data between the Salesforce orgs, the Heroku Postgres database and the external data warehouse
Use Salesforce Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use Heroku Connect to sync data between the Heroku Postgres database and the external data warehouse.
Use Salesforce Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use Heroku Connect to sync data between the Heroku Postgres database and the external data warehouse.
Use Heroku External Objects to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
Use Heroku External Objects to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
Use Heroku Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
Use Heroku Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
Suggested answer: D

Explanation:

- https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges

asked 23/09/2024
miquel martin leiva
32 questions

Question 85

Report
Export
Collapse

Which 2 architectures are enabled by using a single Private Space and the Internal Routing feature?

A microservices architecture that also uses DNS Service Discovery to facilitate communication
A microservices architecture that also uses DNS Service Discovery to facilitate communication
Multiple public-facing web apps with different sets of trusted inbound IP ranges
Multiple public-facing web apps with different sets of trusted inbound IP ranges
A single public-facing web app that performs network-isolated communication with multiple nonpublic- facing web apps.
A single public-facing web app that performs network-isolated communication with multiple nonpublic- facing web apps.
Network-isolated communication between applications in the Private Space and applications in the Common Runtime
Network-isolated communication between applications in the Private Space and applications in the Common Runtime
Suggested answer: A, C

Explanation:

- https://devcenter.herokuxorn/articles/event-driven-microservices-with-apache-kafka

asked 23/09/2024
Courage Marume
35 questions

Question 86

Report
Export
Collapse

A client is building a collection of web apps that will serve short-lived marketing sites during REST.

The apps must support HTTPS connections. They also need to scale up and down at unpredictableintervals. The client is not currently a Heroku Enterprise customer. Given the scenario, what shouldan Architect recommend?

Sign up for Heroku Enterprise and deploy each app to a different Private Space
Sign up for Heroku Enterprise and deploy each app to a different Private Space
Sign up for Heroku Enterprise without deploying the apps to the same Private Space
Sign up for Heroku Enterprise without deploying the apps to the same Private Space
Sign up for Heroku Enterprise and deploy the apps to the same Private Space
Sign up for Heroku Enterprise and deploy the apps to the same Private Space
Deploy the apps to the Common Runtime
Deploy the apps to the Common Runtime
Suggested answer: D

Explanation:

- https://devcenter.heroku.com/articles/internal-routing

asked 23/09/2024
Fai Malali
30 questions

Question 87

Report
Export
Collapse

Universal Containers has an app deployed on Heroku that is now required to handle high-volume message processing. What should an Architect recommend to fulfill this new requirement?

Create a custom buildpack
Create a custom buildpack
Configure a Heroku button
Configure a Heroku button
Provision an Apache Kafka on Heroku add-on
Provision an Apache Kafka on Heroku add-on
Add Heroku Redis
Add Heroku Redis
Suggested answer: C

Explanation:

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

asked 23/09/2024
Meghan Crofford
39 questions

Question 88

Report
Export
Collapse

A customer runs Production Check on an application from the Dashboard. Which two runtime issues does it check for? Choose 2 answers.

Worker dyno scale: ensuring at least 1 worker dyno is available.
Worker dyno scale: ensuring at least 1 worker dyno is available.
Dyno redudancy: ensuring at least 2 web dynos are available
Dyno redudancy: ensuring at least 2 web dynos are available
CDN ensuring a CDN is available to the web dynos
CDN ensuring a CDN is available to the web dynos
Production-tier database: ensuring a production-tier database is being used
Production-tier database: ensuring a production-tier database is being used
Suggested answer: B, D

Explanation:

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

asked 23/09/2024
Paul Cessant
34 questions

Question 89

Report
Export
Collapse

A client has an e-commerce application that stores credit card information. The application will run the production. Which security certification does the application need to meet?

ISO 27017
ISO 27017
PCI level 1
PCI level 1
SOC2Typel
SOC2Typel
ISO 27018
ISO 27018
Suggested answer: B

Explanation:

-

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

asked 23/09/2024
Mohamed Abdul Haq Mohamed Akram
45 questions

Question 90

Report
Export
Collapse

A client has data in a Heroku Postgres table. They want to generate analytics based on the table and make the results available in their Salesforce org. Their Salesforce administrator wants to minimize the amount of data that is written to Salesforce to accomplish this. Which strategy should an Architect recommend on this scenario?

Use Heroku Connect to sync the Heroku Postgres table to the Salesforce org, and generate analytics from the Salesforce org.
Use Heroku Connect to sync the Heroku Postgres table to the Salesforce org, and generate analytics from the Salesforce org.
Use the Heroku application to generate analytics, and write the results to a separate Heroku Postgres table-Expose that table to the Salesforce org with Heroku External Objects.
Use the Heroku application to generate analytics, and write the results to a separate Heroku Postgres table-Expose that table to the Salesforce org with Heroku External Objects.
Use the Heroku application to generate analytics, and write the results to the Salesforce org with the Salesforce Bulk API.
Use the Heroku application to generate analytics, and write the results to the Salesforce org with the Salesforce Bulk API.
Use the Heroku application to generate analytics and write them to a separate Heroku Postgres table. Sync that table to the Salesforce org with Heroku Connect.
Use the Heroku application to generate analytics and write them to a separate Heroku Postgres table. Sync that table to the Salesforce org with Heroku Connect.
Suggested answer: B

Explanation:

-https://devcenter.herokuxom/articles/event-driven-microservices-with-apache-kafka

asked 23/09/2024
Ahmed Khalifa
47 questions
Total 185 questions
Go to page: of 19
Search

Related questions