Salesforce Certified Heroku Architecture Designer — Question 2
For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)
Answer options
- A. Providing long-term data warehousing
- B. Adding jobs to a queue
- C. Providing a data cache layer
- D. Querying relational data
Correct answer: A, D
Explanation
The correct answers are A and D because Heroku Redis is not designed for long-term data storage or querying relational data, which require different database solutions. Options B and C are incorrect as Heroku Redis is indeed well-suited for queuing jobs and providing a caching layer.