ExamGecko
Ask Question

Salesforce Certified Heroku Architecture Designer Practice Test - Questions Answers, Page 11

List of questions

Question 101

Report
Export
Collapse

A client currently runs a Ruby script in a one-off dyno each time they deploy their Go application to Heroku. The development team wants the script to be executed before the application is deployed because it performs necessary database migrations. Which approach should an Architect recommend?

Modify the Go buildpacK to install Ruby, and run the script from the _profile
Modify the Go buildpacK to install Ruby, and run the script from the _profile
Convert the Ruby release script to Go and execute it on application startup
Convert the Ruby release script to Go and execute it on application startup
Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
Define different process types for the Ruby script and the Go application in the app's Profile.
Define different process types for the Ruby script and the Go application in the app's Profile.
Suggested answer: C

Explanation:

- There are many scenarios in which a single buildpack is not sufficient when building an application.

This includes cases when you need to: Run a buildpack for each language your app uses For example, run a JavaScript buildpack for assets and a Ruby buildpack for your application Run a daemon process such as pgbouncer with your application. Pull in system dependencies with apt. You can check the following for more information: https://devcenter heroku com/articles/using-multiple-buildpacksfor- an-app

asked 23/09/2024
dion alken
40 questions

Question 102

Report
Export
Collapse

The primary benefit of a workflow outbound message over an Apex trigger is:

The message supports different authentication mechanisms
The message supports different authentication mechanisms
The message can deliver the payload only as SOAP
The message can deliver the payload only as SOAP
Messages are completely declarative.
Messages are completely declarative.
The message can handle every database event.
The message can handle every database event.
Suggested answer: C
asked 23/09/2024
Avion Bryant
46 questions

Question 103

Report
Export
Collapse

Which Heroku feature allows you to deploy a real app complete with code, config, and add-ons already configured?

Heroku Getting Started guides
Heroku Getting Started guides
Heroku Deployment wizard
Heroku Deployment wizard
git push heroku master
git push heroku master
Heroku Buttons
Heroku Buttons
Suggested answer: D
asked 23/09/2024
Rene Claassen
38 questions

Question 104

Report
Export
Collapse

Which of the following is a Heroku CLI command?

heroku create
heroku create
heroku new
heroku new
git push heroku master
git push heroku master
git push
git push
Suggested answer: A
asked 23/09/2024
Marco Morsiani
45 questions

Question 105

Report
Export
Collapse

The Heroku CLI give you the ability to:

Leverage the most powerful interface in the galaxy to have complete control over a fully operational battle station
Leverage the most powerful interface in the galaxy to have complete control over a fully operational battle station
Install your own Heroku instance on to your on-prem servers
Install your own Heroku instance on to your on-prem servers
Use Heroku with an expressive and powerful toolset on the command line
Use Heroku with an expressive and powerful toolset on the command line
Make a mean cup of Java
Make a mean cup of Java
Suggested answer: C
asked 23/09/2024
Aparna Roy
40 questions

Question 106

Report
Export
Collapse

What is a Heroku dyno?

An on-prem server that you can install in a rack at your nearest co-location facility
An on-prem server that you can install in a rack at your nearest co-location facility
Your application code compiled and ready to be served to a variety of web clients
Your application code compiled and ready to be served to a variety of web clients
A specialized dinosaur monitoring service delivered from the cloud
A specialized dinosaur monitoring service delivered from the cloud
A managed runtime container with a Linux operating system underneath
A managed runtime container with a Linux operating system underneath
Suggested answer: D
asked 23/09/2024
Juan Carlos Yepez
36 questions

Question 107

Report
Export
Collapse

Universal Containers provides prompt service and has multiple service levels (or different customers Over 50% of Service Appointments are created on the sameday they need to be completed As a result, a Technician's daily schedule can change multiple times throughout the day What method of dispatching should a Consultant recommend implementing?

Automatically Dispatch Service Appointments using Drip Feed.
Automatically Dispatch Service Appointments using Drip Feed.
Automatically run Optimization Background Job every hour.
Automatically run Optimization Background Job every hour.
Automatically schedule unscheduled services to available Resources
Automatically schedule unscheduled services to available Resources
Automatically change the status to Dispatched of all Service Appointments.
Automatically change the status to Dispatched of all Service Appointments.
Suggested answer: B
asked 23/09/2024
Wasawatt Ch
39 questions

Question 108

Report
Export
Collapse

Universal Containers has an initiative to increase customer satisfaction by committing preferred resources to accounts and providing prompt service Which two Scheduling Policies would assist to meet this initiative? (Choose two )

Emergency Policy
Emergency Policy
Customer First
Customer First
Soft Boundaries
Soft Boundaries
High Intensity
High Intensity
Suggested answer: B, C
asked 23/09/2024
M Kumar
40 questions

Question 109

Report
Export
Collapse

A Field Technician from Universal Containers arrived onsite for an appointment, and unfortunately the customer was not present UC wants to ensure they cantrack these customer no-show events for future process improvement What process should a Consultant recommend to handle this situation?

Set the existing Service Appointment status to Complete; Create a new Work Order and Service Appointment for the follow-up trip.
Set the existing Service Appointment status to Complete; Create a new Work Order and Service Appointment for the follow-up trip.
Set the existing Service Appointment status to Cannot Complete: Create a new Work Order Line Item for the follow-up trip
Set the existing Service Appointment status to Cannot Complete: Create a new Work Order Line Item for the follow-up trip
Set the existing Service Appointment status to Cannot Complete; Create a new Service Appointment against the same Work Order for the follow-up trip.
Set the existing Service Appointment status to Cannot Complete; Create a new Service Appointment against the same Work Order for the follow-up trip.
Set the existing Service Appointment status to In Progress; Create a new Work Order and Service Appointment for the follow-up trip.
Set the existing Service Appointment status to In Progress; Create a new Work Order and Service Appointment for the follow-up trip.
Suggested answer: C
asked 23/09/2024
Dimitri Alvarez Ruiz
41 questions

Question 110

Report
Export
Collapse

Universal Containers would like to report on the volume of products installed within a specific timeframe. What solution will help meet the customer's requirement?

Utilize a custom "Installation Date" field on Asset
Utilize a custom "Installation Date" field on Asset
Utilize the standard "Installation Date" field on Asset.
Utilize the standard "Installation Date" field on Asset.
Utilize a Work Order related list on Asset
Utilize a Work Order related list on Asset
Utilize Field History Tracking on Asset.
Utilize Field History Tracking on Asset.
Suggested answer: B
asked 23/09/2024
Vusani Nedzungani
50 questions
Total 185 questions
Go to page: of 19

Related questions