ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 97 - Certified Heroku Architecture Designer discussion

Report
Export

An existing app is experiencing performance degradation because of multiple executions of multiple, expensive SQL read queries. This SQL code cannot be optimized any further and the frequency of the execution of the queries cannot be reduced. Which two options should an Architect recommend in this scenario?

A.
Hardcode the results of the query into app logic
Answers
A.
Hardcode the results of the query into app logic
B.
Add a read-only Heroku Postgres follower
Answers
B.
Add a read-only Heroku Postgres follower
C.
Create a database caching layer
Answers
C.
Create a database caching layer
D.
Restart the Heroku Postgres server to reclaim cache
Answers
D.
Restart the Heroku Postgres server to reclaim cache
Suggested answer: B, C

Explanation:

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

asked 23/09/2024
Matthew Cole
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first