ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 8 - Certified Heroku Architecture Designer discussion

Report
Export

A client wants to add CPU-intensive video processing functionality to their Heroku web application.

Which two strategies should an Architect recommend for implementing this functionality? (Choose two.)

A.
Add a new process type for worker dynos that pull video processing jobs from a queue.
Answers
A.
Add a new process type for worker dynos that pull video processing jobs from a queue.
B.
Attach a video processing add-on from the Heroku Elements Marketplace to the application.
Answers
B.
Attach a video processing add-on from the Heroku Elements Marketplace to the application.
C.
Delegate video processing tasks to the app's staging version to remove load from the production app. D. Divide each video processing task across multiple web dynos to mitigate added CPU load.
Answers
C.
Delegate video processing tasks to the app's staging version to remove load from the production app. D. Divide each video processing task across multiple web dynos to mitigate added CPU load.
Suggested answer: A, B

Explanation:

Reference:

asked 23/09/2024
Javier Portabales
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first