ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 31 - Certified Heroku Architecture Designer discussion

Report
Export

A financial reporting application, hosted on an on-premise server, uses a native library (wkhtmltopdf) to convert its HTML reports into PDFs. The app is being migrated to Heroku.

What option should an Architect recommend to enable the Heroku application to use wkhtmltopdf?

A.
Ensure that the Heroku app fetches the wkhtmltopdf library from cloud storage on dyno restart.
Answers
A.
Ensure that the Heroku app fetches the wkhtmltopdf library from cloud storage on dyno restart.
B.
Install the dependency using sudo apt install wkhtmltopdf from .profile in the project root.
Answers
B.
Install the dependency using sudo apt install wkhtmltopdf from .profile in the project root.
C.
Continue to host wkhtmltopdf on-premise, and build a REST API so the library can be invoked from the Heroku app.
Answers
C.
Continue to host wkhtmltopdf on-premise, and build a REST API so the library can be invoked from the Heroku app.
D.
Use a custom buildpack to install wkhtmltopdf using apt.
Answers
D.
Use a custom buildpack to install wkhtmltopdf using apt.
Suggested answer: D

Explanation:

Reference:

asked 23/09/2024
Richard Banks
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first