When designing a Heroku application, which two approaches observe the Twelve-Factor methodology? Choose 2 answers.
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 dependenciesB . On startup, the application's source code fetches and installs any dependencies that are missing according...
What are 3 examples of backing services, as described in the Twelve Factor app methodology?
What are 3 examples of backing services, as described in the Twelve Factor app methodology?A . A databaseB . A logging toolC . An email delivery serviceD . A background process with a long running taskView AnswerAnswer: A,B,C Explanation: https/Vdevcenter heroku.com/articles/internal-routing
According to the Twelve-Factor methodology, which changes should an Architect recommend?
At Universal Containers (UC), a developer named Yuichiro wrote a PHP application that, in production, uses a MySQL database. Yuichiro is onboarding Mary, a new UC developer, who is setting up her development environment. Yuichiro asks Mary to: 1) install the related PHP libraries manually so the application will run;...
How can these certifications be managed on the Resource?
Technicians earn certifications that must be renewed periodically to ensure their skills remain up-to-date . How can these certifications be managed on the Resource?A . Add the Resource Skill and create Absenceonce expiredB . Add the Resource Skill and remove from the Service Territory once expiredC . Add the Resource...
To overcome this issue, what feature, to replace the Bulk API implementation in this scenario, should anArchitect recommend?
A client's Heroku application syncs data between a Heroku Postgres database and a Salesforce orgusing the Salesforce Bulk API. The client has determined the application currently uses 90% of the client's daily Salesforce Bulk API limit. To overcome this issue, what feature, to replace the Bulk API implementation in this...
Which combination of Heroku features should an Architect recommend to secure the connection between Heroku and GCP?
A client wants to use Heroku to build a data bridge between Salesforce and Google Cloud Platform (GCP). Which combination of Heroku features should an Architect recommend to secure the connection between Heroku and GCP?A . Heroku Shield Private Spacesand Heroku Shield ConnectB . Heroku Private Spaces and Private Space...
Which two configurations should a Consultant implement to meet this requirement?
Universal Containers provides multiple service types (i.e., Installation, Maintenance, Break/Fix, etc.) Each service requires a variety of skills and certifications inorder for a resource to excel Which two configurations should a Consultant implement to meet this requirement? (Choose two)A . Use Work Types with Required SkillsB . Assign the appropriate...
What happens to these add-ons?
Universal Containers (UC) wants to allow its developers to only use certain add-ons. UC enables Add-on Controls for Enterprise Teams and adds the add-ons they wish to allow to the list. There is an existing set of add-ons attached to applications, which are NOT on the list. What happens to...
When a new employeejoins the company, how should their Heroku account be created?
Universal Containers (UC) has configured SSO for their Heroku Enterprise Team using an identity provider (IdP). When a new employeejoins the company, how should their Heroku account be created?A . A Heroku account is created for the employee automatically the first time they log in to Heroku via SSC ....
Which two sets of actions should an Architect propose?
Universal Containers uses Heroku Connect to sync their Salesforce org's data with Heroku Postgres. Periodically, they write a very large set of changes that needs to be fully replicated between these two systems. Which two sets of actions should an Architect propose? (Choose two.)A . Make the changes directly in...