ExamGecko
Home Home / Salesforce / Certified Heroku Architecture Designer

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

Question list
Search
Search

Related questions











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?

A.
Modify the Go buildpacK to install Ruby, and run the script from the _profile
A.
Modify the Go buildpacK to install Ruby, and run the script from the _profile
Answers
B.
Convert the Ruby release script to Go and execute it on application startup
B.
Convert the Ruby release script to Go and execute it on application startup
Answers
C.
Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
C.
Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
Answers
D.
Define different process types for the Ruby script and the Go application in the app's Profile.
D.
Define different process types for the Ruby script and the Go application in the app's Profile.
Answers
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

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

A.
The message supports different authentication mechanisms
A.
The message supports different authentication mechanisms
Answers
B.
The message can deliver the payload only as SOAP
B.
The message can deliver the payload only as SOAP
Answers
C.
Messages are completely declarative.
C.
Messages are completely declarative.
Answers
D.
The message can handle every database event.
D.
The message can handle every database event.
Answers
Suggested answer: C

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

A.
Heroku Getting Started guides
A.
Heroku Getting Started guides
Answers
B.
Heroku Deployment wizard
B.
Heroku Deployment wizard
Answers
C.
git push heroku master
C.
git push heroku master
Answers
D.
Heroku Buttons
D.
Heroku Buttons
Answers
Suggested answer: D

Which of the following is a Heroku CLI command?

A.
heroku create
A.
heroku create
Answers
B.
heroku new
B.
heroku new
Answers
C.
git push heroku master
C.
git push heroku master
Answers
D.
git push
D.
git push
Answers
Suggested answer: A

The Heroku CLI give you the ability to:

A.
Leverage the most powerful interface in the galaxy to have complete control over a fully operational battle station
A.
Leverage the most powerful interface in the galaxy to have complete control over a fully operational battle station
Answers
B.
Install your own Heroku instance on to your on-prem servers
B.
Install your own Heroku instance on to your on-prem servers
Answers
C.
Use Heroku with an expressive and powerful toolset on the command line
C.
Use Heroku with an expressive and powerful toolset on the command line
Answers
D.
Make a mean cup of Java
D.
Make a mean cup of Java
Answers
Suggested answer: C

What is a Heroku dyno?

A.
An on-prem server that you can install in a rack at your nearest co-location facility
A.
An on-prem server that you can install in a rack at your nearest co-location facility
Answers
B.
Your application code compiled and ready to be served to a variety of web clients
B.
Your application code compiled and ready to be served to a variety of web clients
Answers
C.
A specialized dinosaur monitoring service delivered from the cloud
C.
A specialized dinosaur monitoring service delivered from the cloud
Answers
D.
A managed runtime container with a Linux operating system underneath
D.
A managed runtime container with a Linux operating system underneath
Answers
Suggested answer: D

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?

A.
Automatically Dispatch Service Appointments using Drip Feed.
A.
Automatically Dispatch Service Appointments using Drip Feed.
Answers
B.
Automatically run Optimization Background Job every hour.
B.
Automatically run Optimization Background Job every hour.
Answers
C.
Automatically schedule unscheduled services to available Resources
C.
Automatically schedule unscheduled services to available Resources
Answers
D.
Automatically change the status to Dispatched of all Service Appointments.
D.
Automatically change the status to Dispatched of all Service Appointments.
Answers
Suggested answer: B

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 )

A.
Emergency Policy
A.
Emergency Policy
Answers
B.
Customer First
B.
Customer First
Answers
C.
Soft Boundaries
C.
Soft Boundaries
Answers
D.
High Intensity
D.
High Intensity
Answers
Suggested answer: B, C

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?

A.
Set the existing Service Appointment status to Complete; Create a new Work Order and Service Appointment for the follow-up trip.
A.
Set the existing Service Appointment status to Complete; Create a new Work Order and Service Appointment for the follow-up trip.
Answers
B.
Set the existing Service Appointment status to Cannot Complete: Create a new Work Order Line Item for the follow-up trip
B.
Set the existing Service Appointment status to Cannot Complete: Create a new Work Order Line Item for the follow-up trip
Answers
C.
Set the existing Service Appointment status to Cannot Complete; Create a new Service Appointment against the same Work Order for the follow-up trip.
C.
Set the existing Service Appointment status to Cannot Complete; Create a new Service Appointment against the same Work Order for the follow-up trip.
Answers
D.
Set the existing Service Appointment status to In Progress; Create a new Work Order and Service Appointment for the follow-up trip.
D.
Set the existing Service Appointment status to In Progress; Create a new Work Order and Service Appointment for the follow-up trip.
Answers
Suggested answer: C

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?

A.
Utilize a custom "Installation Date" field on Asset
A.
Utilize a custom "Installation Date" field on Asset
Answers
B.
Utilize the standard "Installation Date" field on Asset.
B.
Utilize the standard "Installation Date" field on Asset.
Answers
C.
Utilize a Work Order related list on Asset
C.
Utilize a Work Order related list on Asset
Answers
D.
Utilize Field History Tracking on Asset.
D.
Utilize Field History Tracking on Asset.
Answers
Suggested answer: B
Total 185 questions
Go to page: of 19