Universal Containers wants to measure their adherence to specific SLAs for all Work Orders.In which order should a Consultant implement the setup to achieve this requirement?
A. Set Up Milestones. Create Entitlenen: records, Set Up EntitlementsProcess for Work Orders.
B. Set Up Entitlements Process for Work Orders, Set Up Milestones, Create Entitlement records
C. Create Entitlement records, Set Up Entitlements Process for Work Orders. Set Up Milestones
D. Set Up Milestones. Set Up EntitlementsProcess for Work Orders, Create Entitlement records.
Dispatchers at Universal Containers want to ensure the Resource being assigned to a Work Order has the correct training. What should a Consultant implement to accomplish this requirement?
A. Set up Skill Requirements. DefineWork Types. Set up Routing Rules
B. Define Skills, Set up Skill Requirements, and Set up Resource Skills
C. Set up Service Locations, Set up Location Skills. Define work Types
D. Define Work Types, Define Work Order Status. Set up Resource Skills
Which three items are required to successfully set up Single Sign-on (SSO) services with Heroku? (Choose three.)
A. An identity provider with built-in support for Heroku
B. A Heroku Enterprise Team
C. An existing Heroku account for each user
D. At leastone valid SSO certificate
E. Administrative permissions on the selected identity provider
A client is planning to deploy an application to Heroku. The client's IT department requires all applications to be hosted from Australia, where their main office is located. Regulators in Australia require keystroke logs ofall engineers who create interactive sessions for the application.
Which should an Architect recommend in this scenario?
A. Deploy the application to a Private Space in the Sydney region with Private Space Logging enabled.
B. Deploy the application to the Common Runtime in the Sydney region.
C. Deploy the application to a Shield Private Space in the Sydney region.
D. Deploy the application to a Private Space in the Sydney region with Internal Routing enabled.
Which of the following is a Heroku CLI command?
A. heroku create
B. heroku new
C. git pushheroku master
D. git push
What is a Heroku dyno?
A. An on-prem server that you can install in a rack at your nearest co-location facility
B. Your application code compiled and ready to be served to a variety of web clients
C. A specialized dinosaur monitoring service delivered from the cloud
D. A managed runtime container with a Linux operating system underneath
Universal Containers wants to ensure that inventory needed for repair jobs is tracked and managed so Technicians have the material for their jobs. Which two ways should a Consultant recommend tracking these inventory requirements in Salesforce? (Choose two.)
A. Products Required for Service Appointments
B. Products Required for Work Orders
C. Products Required for Work Order Line Items
D. Products Required for Service Resources
Which 2 architectures are enabled by using a single Private Space and the Internal Routing feature?
A. A microservices architecture that also uses DNS ServiceDiscovery to facilitate communication
B. Multiple public-facing web apps with different sets of trusted inbound IP ranges
C. A single public-facing web app that performs network-isolated communication with multiple non-public-facing web apps.
D. Network-isolated communication between applications in the Private Space and applications in the Common Runtime
The Disaster at Universal Containers would like to schedule Service Appointments from the Dispatcher's Console while taking the Scheduling Policy intoconsideration. Which three options are available to the Disaster? (Choose three.)
A. Select a Service Appointment from the list, press the "Change Status" action and "Dispatch".
B. Select a Service Appointment from the list, press the "Candidates" action, andselect the best time slot.
C. Select multiple Service Appointment from the list and bulk schedule them Select a Service Appointment from the list, press the "Edit" action and allocate the Resource
D. Create a Workflow to close the Milestone when the Wrap Up is complete.
E. Select a Service Appointments from the list and press the "Schedule" action.
A client is creating a new API application. The app should only be accessible from other apps that they deploy to Heroku. Also, traffic between the other apps and the API should not transit the public internet. Which solution should an Architect recommend to meet these requirements?
A. Create the application in a Private Space with default options.
B. Create the application in a Private Space and restrict the application's set of trusted IP ranges.
C. Create the application with Internal Routing enabled, in a Private Space.
D. Create the application in a Shield Private Space to enforce stricter requirements for TLS termination.