ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 37 - Certified Heroku Architecture Designer discussion

Report
Export

A client has a web application that persists data to a local JSON file. They are migrating the application to Heroku. In order for the application to conform to the Twelve-Factor methodology, what changes should an Architect recommend?

A.
The application should persist the data to a database add-on.
Answers
A.
The application should persist the data to a database add-on.
B.
The application should persist the data to a local SQLite database.
Answers
B.
The application should persist the data to a local SQLite database.
C.
The application should use at least 2 dynos to ensure that the JSON file is highly available.
Answers
C.
The application should use at least 2 dynos to ensure that the JSON file is highly available.
D.
The application should be stateless and therefore not persist data at all.
Answers
D.
The application should be stateless and therefore not persist data at all.
Suggested answer: A
asked 23/09/2024
Bjorn-Rune Ness Lind
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first