Heroku-Architecture-Designer Salesforce Certified Heroku Architecture Designer (SP20)

Loading demo links...

Showing 13–15 of 15 questions

Question 13

Universal Containers wants to allow Field Technicians to view work progress through the Work Order Line Item card in the Field Service mobile app.

How can this be supported?

Select an option, then click Submit answer.

  • Create a Report Chart that summarizes Work Order Line Items and add a link to the Lens on the Service Appointment Layout.

  • Create a custom Visualforce page, add an external link from the Mobile app to view the page in the mobile browser.

  • Add the Work Order Line Items Related List to the Work Order Page Layout and assign the Layout to the Technician's profile.

  • Create a custom Lightning Component that displays Work Order progress and deploy it to Technicians through the Salesforce Mobile app.

Question 14

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?

Select an option, then click Submit answer.

  • Ensure that the Heroku app fetches the wkhtmltopdf library from cloud storage on dyno restart.

  • Install the dependency using sudo apt install wkhtmltopdf from .profile in the project root.

  • Continue to host wkhtmltopdf on-premise, and build a REST API so the library can be invoked from the Heroku app.

  • Use a custom buildpack to install wkhtmltopdf using apt.

Question 15

Which of the following is a Heroku CLI command?

Select an option, then click Submit answer.

  • heroku create

  • heroku new

  • git push heroku master

  • git push