Universal Containers is receiving increased complaints about incomplete Work Orders. What option should a Consultant recommend to improve this situation?
A. Send an email CSAT survey.
B. Decrease Resource Rank Score.
C. Change the Scheduling Rules.
D. Implement Signature Capture.
Universal Containers' (UC) Technicians often report seeing competitors' assets when on-site. UC would like to run a report on which of their customers have competitive assets. How should a Consultant recommend meeting this requirement using the Field Service mobile app?
A. Manually create a competitor's Asset Record on the Field Service mobile app.
B. Use a Quick Action to create a competitor's Asset Record on the Field Service mobile app.
C. Use a Macro to create a competitor's Asset Record on the Field Service mobile app.
D. Use a Quick Action to create a Note to explain the competitor's Asset and attach it to the Work Order.
A hospital wants to build a mobile app that allows patients to check the status of submitted insurance claims, which the hospital stores in Salesforce Health Cloud. The app's back end will run on Heroku. Which two measures should an Architect recommend to help ensure that the app is compliant with HIPAA? (Choose two.)
A. Use Heroku Shield Connect to sync claim data from Salesforce to a Heroku Postgres database.
B. Use only Heroku Shield Postgres databases to store claim data outside of Salesforce Health Cloud.
C. Ensure that the back-end application's code encrypts all claim data before writing it to a Heroku Postgres database.
D. Ensure that the mobile app can only run when on the hospital's intranet, which is connected to the back end's Shield Private Space via VPN.
When creating a Private Space, what is a valid reason to specify a region other than the default region?
A. Private Spaces restrict inbound traffic to the current region.
B. Heroku pricing varies by region.
C. Running an application closer to its intended users can reduce latency.
D. Available compute resources vary by region.
Universal Containers is developing a Salesforce app thatinvokes a Heroku app's web service, which asynchronously generates customer invoices. The Heroku app is deployed to a Private Space. When an invoice is ready, the Heroku app sends a POST request to the Salesforce REST API. Which two options should an Architect recommend to ensure that neither the Salesforce nor the Heroku app is accessible from the public internet? Choose 2 answers.
A. Restrict the Private Space's trusted IP range to Salesforce IP addresses
B. Restrict the Private Space's trusted IP range to Universal Containers' VPN
C. Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
D. Restrict the Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
A client is building a system that will sync data from multiple Salesforce orgs to a singleHeroku Postgres database. This system also needs to push the synced data to an external data warehouse for analytics processing. Which solution meets all of the requirements in this scenario?
A. Use Heroku Connect to synchronize data between the Salesforceorgs, the Heroku Postgres database and the external data warehouse
B. Use Salesforce Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use Heroku Connect to sync data between the Heroku Postgres database and the external data warehouse.
C. Use Heroku External Objects to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
D. Use Heroku Connect to synchronizedata between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
A client has an e-commerce application that stores creditcard information. The application will run the production. Which security certification does the application need to meet?
A. ISO 27017
B. PCI level 1
C. SOC2Typel
D. ISO 27018
Thebest use of Canvas apps is to:
A. Render custom widgets on Chatter feeds
B. All of these
C. Display third-party apps in Salesforce
D. Display real estate photos in Salesforce for house listings
When designing a Heroku application, which two approaches observe the Twelve-Factor methodology? Choose 2 answers.
A. On deployment, Heroku fetches and installs any dependencies that are missing according to the application's list of dependencies
B. On startup, the application's source code fetches and installs any dependencies that are missing according to the application's list of dependencies.
C. The application's database configuration is stored in the application's Profile
D. The application's database configuration is stored in the application's config vars.
To satisfy the requirements of an upcoming compliance audit, a client must provide a record of all interactive commands run against a production application in the last six months. Which Heroku feature should an Architect recommend to help with this use case?
A. Heroku Shield keystroke logging
B. Dataclips
C. Private Space Logging
D. SSH tunneling using Heroku Exec