Certified-Heroku-Architecture-Designer Certified Heroku Architecture Designer

Loading demo links...

Showing 7–9 of 15 questions

Question 7

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.)

Select all that apply, then click Submit answer.

  • Add a new process type for worker dynos that pull video processing jobs from a queue.

  • Attach a video processing add-on from the Heroku Elements Marketplace to the application.

  • Delegate video processing tasks to the app's staging version to remove load from the production app.

  • Divide each video processing task across multiple web dynos to mitigate added CPU load.

Question 8

Universal Containers has an application running in the Common Runtime that uses Heroku Redis. The data in Heroku Redis needs to be accessed by a third-party application.

Which connection method should an Architect recommend to ensure the security of the data as it moves from Heroku Redis to the third-party application?

Select an option, then click Submit answer.

  • Use stunnel to secure the connection between Heroku Redis and the third-party application.

  • Set up SSL Certificates on Heroku and the third-party application.

  • Only allow access to Heroku Redis through an SSH connection.

  • Set up both a VPN and a VPC between Heroku and the third-party application.

Question 9

Universal Containers would like to provide Field Service Technicians the ability to capture details and customer approval on completed work so that the details can be compiled and sent to the customer electronically

What should a Consultant recommend to meet this requirement?

Select an option, then click Submit answer.

  • Create a custom report.

  • Create a Process Builder to generate a report.

  • Use the standard Work Order email template.

  • Use the standard Service Report