Heroku-Architect Dumps

Heroku-Architect Free Practice Test

Salesforce Heroku-Architect: Salesforce Certified Heroku Architect (SU22)

QUESTION 46

For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)

Correct Answer: AD

QUESTION 47

A client wants to secure their web application using SSL/TLS. They do not have specific requirements regardingusing a particular version of SSL/TLS.
Which two Heroku features should an Architect recommend as options? (Choose two.)

Correct Answer: BC

QUESTION 48

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?

Correct Answer: D
https://devcenter.heroku.com/arlicles/heroku<onnect-faq#can-i-use-sharing-rules-to-restrict-recorcd-visibility

QUESTION 49

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

Correct Answer: AB
- https://devcenter heroku com/articles/internal-routing

QUESTION 50

A client currently runs a Ruby script in aone-off dyno each time they deploy their Go application to Heroku. The development team wants the script to be executed before the application is deployed because it performs necessary database migrations. Which approach should an Architect recommend?

Correct Answer: C
- There are many scenarios in which a single buildpack is not sufficient when building an application. This includes cases when you need to: Run abuildpack for each language your app uses For example, run a JavaScript buildpack for assets and a Ruby buildpack for your application Run a daemon process such as pgbouncer with your application. Pull in system dependencies with apt. You can check the following for more information: https://devcenter heroku com/articles/using-multiple-buildpacks-for-an-app