Universal Containers (UC) has a Heroku Postgres database attached to a Heroku app, which is running in the Common Runtime. What should an Architect recommend UC do to secure their database to only trusted locations?
A. Move the database and the app into the Private Space.
B. Add a Trusted IP range tothe Heroku Postgres configuration.
C. Set up a VPN from the trusted locations to the app.
D. Set up a VPC in a one-off dyno when access to Heroku Postgres is needed.
What set of configurations make up Scheduling Policies and let companies adhere to their business constraints and preferences?
A. Service Levels and Work Rules
B. Service Objectives and WonX Rules
C. Service Contracts and Service Levels
D. Service Objectives and Work Types
Upon arrival for a Service Appointment, theField Service Technician reports that a team of people is required to resolve the issue. How can the Dispatcher ensure that the required staff is assigned to the project?
A. Assign the existing Service Appointment to a Crew.
B. Assign the existing WorkOrder to each staff member
C. Create a new Service Appointment and assign a Crew.
D. Assign the existing Work Order to a Crew.
A platform as a service (PaaS) is:
A. A monthly bare-metal server rental service
B. A way to deliver hardware and software tools, such as those needed for application development, to users as a service
C. A service to help you buy and install your own server hardware
D. A piece of software in the cloud that you can use just by logging in
An app has two web dynos, Dyno A and Dyno B. The app receives a request, which is routed to Dyno A. A second request is sent from the same client. Which Dyno is the request routed to?
A. The request is routed to Dyno A if it has finished handling the first request
B. The request is routed randomly to Dyno A orDyno B
C. The request is definetly routed to Dyno A.
D. The request is definetly routed to Dyno B.
A clientwants to use Heroku Connect to sync data bidirectionally between a Salesforce org and a Heroku Postgres database.
In this scenario, which two are advantages to setting a custom External Identifier field in the Heroku Connect mapping? (Choose two.)
A. External IDs simplify the mapping of polymorphic relationships in the Salesforce org.
B. External IDs improve speed when inserting multiple related objects.
C. External IDs prevent the creation of orphaned duplicates in Heroku Postgres.
D. External IDs are required to enable bidirectional synchronization.
Which is a characteristic of an add-on that is "available" for applications in Private Spaces but not "installable" in a Private Space?
A. The add-on always runs in the samePrivate Space as the provisioning application.
B. The traffic between the provisioning app and the add-on will travel across the public Internet.
C. The add-on will always run in the same region, but not in the same Private Space, as the provisioning application.
D. The add-on's data will always be stored in the same Private Space as the provisioning application.
Universal Containers (UC) wants to better understand their service business and Field Service Technician teams' schedules. A Consultant suggested UC start toforecast and plan. Which two abilities does forecasting and planning provide? (Choose two )
A. More accurately assign Work Orders based on skills.
B. Proactively adjust to demand fluctuations.
C. Proactively adjust Service Contracts
D. More consistently meet customer response times
A customer wants to sync data between their Salesforce org and Heroku Postgres.
Which two limitations should an Architect remember when recommending Heroku Connect? (Choose two.)
A. HerokuConnect can only access fields and objects that its associated Salesforce integration user can access.
B. Heroku Connect does not support all Salesforce objects and fields.
C. Heroku Connect does not provide an API.
D. Heroku Connect cannot sync custom objects.
A client wants to deconstruct a monolithic application into a set of microservices The microservicesrequire securer direct peer-to-peer communications. Which Heroku Enterprise features should an Architect recommend? Choose one answer
A. Heroku Private Spaces and Apache Kafka on Heroku
B. Shield Private Spaces and Heroku Shield Connect
C. Heroku Private Spaces and Internal Routing.
D. Heroku Private Spaces and Private Space VPN connections.