3 Months Free Update
3 Months Free Update
3 Months Free Update
Which of the following is NOT an advantage of data replication over data proxies?
Universal Containers is preparing to deploy a high-volume production web application tothe Heroku Common Runtime. Which two best practices should an Architectrecommend for large-scale load testing of the application? Choose 2 answers.
Universal Containers has an app deployed on Heroku that is now required to handle high-volume message processing. What should an Architect recommend to fulfill this new requirement?
Universal Containers has implemented a Knowledge solution for Agents to provide Field Technicians with information necessary tocomplete assigned work.
Which two capabilities will now be available? (Choose two.)
What set of configurations make up Scheduling Policies and let companies adhere to their business constraints and preferences?
Universal Containers provides installation, repair, and consulting services When Technicians complete the work, they need to providedifferent reports for the installation, repair, and consulting services.
Which two configurations should a Consultant recommend to meet this requirement? (Choose two )
A client wants to deconstruct a monolithic app into a collection of smaller apps which should be able to send HTTP requests to each other. The smaller apps should not be publicly accessible on the internet. Which Heroku Enterprise features should an Architect recommend to enable this architecture?
Universal Containers intends to build an app which will accept card payments. The app also needsto store, process, and transmit cardholder data.
Which Heroku architecture should an Architect recommend?
Universal Containers has a Heroku Private Space with a VPN connection to their on-premise network. They want their remote employees tobe able to access their Heroku applications using a VPN connection only.
Which solution should an Architect recommend?
Which three items are required to successfully set up Single Sign-on (SSO)services with Heroku? (Choose three.)
Universal Containers wants their Field Technicians to indicate if any of their Service Appointments are at risk of not being completed on time. They would like forthis to be achieved on a mobile device using a Quick Action
What should a Consultant recommend to achieve this requirement?
A client is writing a Heroku application that requirescompliance with PCI DSS Level 1. To accomplish this, they deploy an application to the ShieldPrivate Space. Which statement is true about the application?
4Universal Containers wants to help their dispatches determine the length of time a Work Order should last What should the Consultantimplement to help achieve this goal?
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.)
What are 3 examples of backing services, as described in the Twelve Factor app methodology?
A client wants to use HerokuConnect to sync data from a Heroku Postgres table toa Salesforce org. The client only needs to sync a specific subset of the rows in the table.
How should this be performed?
Universal Containers (UC) has an app that allows a costumer to schedule a compute-intensive job. It allows the costumer to schedulethe job on an ad-hoc basis. UC has decided to break up the app into the following services: - Website: an Interface for their costumers; -Billing: generates monthly invoices based on usage metrics; - Traffic Cop: manages the job queue, job definitions andjob schedule; - Job Runner; runs jobs that Traffic Cop queues up. It Is responsible for self-introspection and self-scaling. UC also wants to createa data lake for analytics. What foundational technology and design should an Architect use to manage communication between these services?
Universal Containers (UC) usesHeroku Connect to synchronize changes to the Account object in their Salesforce org. UC's Herokuapplication makes a batch update that changes one million records to the Heroku Postgres database table that mirrors the Account object. Approximately, how long will these updates take to sync back to the Salesforce org?
Universal Containers has a Heroku app that uses several third-party add-ons. They nowneed to enforce data privacy and be compliant with General Data Protection Regulation (GDPR).
What should an Architect advise UC regarding data residency inthis scenario?
A healthcare client is creating a web portal for their customers on Heroku, which is sourced from a Salesforce instance. Some of the Salesforce data they wish to display falls under HIPAA compliance,and their auditors have determined this data must be stored encrypted-at-rest. To satisfy this requirement, they have enabled Platform Encryption on Salesforce.
They are investigating Heroku Shield Private Spaces, Shield Dynos, Shield Postgres, and Shield HerokuConnect.
How will Shield Heroku Connect interact with the encrypted fields in Salesforce?
A client needs to securely connect a Heroku app to a database on their on-premise network. Which two Heroku Enterprise features should an Architect consider?
Which two conventions of the Heroku platform reflect the Twelve-Factor methodology's recommendation to "execute the app as one or more stateless processes?" (Choose two.)
Universal Containers (UC) is opening offices in Japan and Germany. This will allow them to serve new customers in Asia and in Europe. UC is concerned about application latency for their new customers, especially because the app serves large amounts of dynamic content.
Which Heroku Enterprise feature should an Architect recommend to alleviate this concern?
UniversalContainers (UC) has an on-permise application for reporting damage to their shipments. They want to migrate the application to Heroku. The damage reporting process includes uploading one or more pictures to the application which temporarily stores them onthe local system. After the report is submitted, a case is created in UC's Salesforce org for processing, amd the images are deleted from the file system. The application's configuration is read from environment variables that are specified in the system user's profile. The application writes its logs to rotating files using an open-source library. Which two recommendations should an Architect make to ensure that the application runs correctly on Heroku? Choose 2 answers.
A healthcare services client is requesting an architecture for a set of applications: one is a marketing application, and the other two are of customer service applications that allow for customers to interact with theirhealthcare records. The marketing application must be able to scale up within seconds in response to traffic spikes. The client wants to be able to deploy each of these applications to the U.S. East Coast and EMEA.
Which applications should be deployed into which Heroku runtime?
Universal Containershas enabled Field Service Lightning and is looking to enable Entitlements for Work Orders. What should a Consultant take into consideration?
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.)
Universal Containers is looking to implement Entitlement Management to meet the following requirements:
1) Any employee from the customer account is eligible for support.
2) Specific purchased products are eligible for support What Objects should be set up for Entitlement Management?
A client's application needs to run in a European country for data residence purposes.
What is a consideration in this scenario?
Upon arrival for a Service Appointment, theField Service Technician reports that a team of people is required to resolve the issue.
How can theDispatcher ensure that the required staff is assigned to the project?
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 tosecure their database to only trusted locations?
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 warehousefor analytics processing. Which solution meets all of the requirements in this scenario?
Which three actions can a user perform on an app in a Heroku Enterprise Team, if that user has been granted only the "deploy" permission for that app? Choose 3 answers.
A client has data in a Heroku Postgres table. They want to generate analytics based on the table and make the results available in their Salesforce org. Their Salesforce administratorwants to minimize the amount of data that is written to Salesforce to accomplish this. Which strategy should an Architect recommend on this scenario?
Universal Containers has noticed that with every new product release there is a rise in customer reported Cases and a decrease in first-time fix-rate.
Which two recommendations should a Consultant make?(Choose two.)
Applications on Heroku that use Salesforce REST APIs can usewhich authentication mechanisms:
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 publicinternet.
Which solution should an Architect recommend to meet these requirements?
Which two logs and logging recommendations are prescribed by the Twelve-Factor app methodology? Choose2 answers.
Universal Containers (UC) has a front-end web application and a back-end service application running on Heroku. The applications are running in the Common Runtime. Now, UC wants to prevent any public access to the back-end application. Which two Heroku features should an Architect propose?
Universal Containers has a microservices architecture on Heroku. Onemicroservice. named the Metrics Microservice. periodically fetches metrics from a fleet of loT sensors. Then, the Metrics Microservice is required to send relevant metrics to each of the other microservices using REST. When a new microservice is added to the architecture, the Metrics Microservice must send metrics to that new microservice too. As a result, adding microservices to the architecture causes performance issues. How should an Architect recommend changing this architecture to improve its scalability?
When creating a Private Space, what is a valid reason to specify a region other than the default region?