ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 98 - Certified Heroku Architecture Designer discussion

Report
Export

When designing a Heroku application, which two approaches observe the Twelve-Factor methodology? Choose 2 answers.

A.
On deployment, Heroku fetches and installs any dependencies that are missing according to the application's list of dependencies
Answers
A.
On deployment, Heroku fetches and installs any dependencies that are missing according to the application's list of dependencies
B.
On startup, the application's source code fetches and installs any dependencies that are missing according to the application's list of dependencies.
Answers
B.
On startup, the application's source code fetches and installs any dependencies that are missing according to the application's list of dependencies.
C.
The application's database configuration is stored in the application's Profile
Answers
C.
The application's database configuration is stored in the application's Profile
D.
The application's database configuration is stored in the application's config vars.
Answers
D.
The application's database configuration is stored in the application's config vars.
Suggested answer: A, D

Explanation:

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

asked 23/09/2024
Vyas Dookhun
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first