Salesforce Certified Heroku Architect (Plat-Arch-206) Heroku-Architect Question # 25 Topic 3 Discussion

Salesforce Certified Heroku Architect (Plat-Arch-206) Heroku-Architect Question # 25 Topic 3 Discussion

Heroku-Architect Exam Topic 3 Question 25 Discussion:
Question #: 25
Topic #: 3

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.


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.


D.

Use a custom buildpack to install wkhtmltopdf using apt.


Get Premium Heroku-Architect Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.