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.)

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.)A . Log messages from each of an app's dynos are kept separate from each other.B . Heroku apps define process types in a Procfile.C . A...

June 11, 2021 No Comments READ MORE +

Which solution should be suggested by an Architect?

Q. 30 A client has a Heroku Redis instance that can be accessed over the public internet. To meet compliance requirements, the IT Security team requires thatall databases must be isolated from the public internet . Which solution should be suggested by an Architect?A . Enclose the existing Heroku Redis...

June 11, 2021 No Comments READ MORE +

Approximately, how long will these updates take to sync back to the Salesforce org?

Universal Containers (UC) usesHeroku Connect to synchronize changes to the Account object in their Salesforce org. UC's Heroku application 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...

June 10, 2021 No Comments READ MORE +

Heroku add-ons are cool because they:

Heroku add-ons are cool because they:A . Give you the ability to add complex functionality to your application without having to manage the underlying software or infrastructure.B . Accessorize your dynos with over-clocked CPU power and faster I/O speedsC . Can be provisioned easily from the Heroku Enterprise Flea Market...

June 10, 2021 No Comments READ MORE +

Which two services related to Heroku Postgres are located in the U.S.?

A client provisions a Heroku Postgres database in the EU region. Which two services related to Heroku Postgres are located in the U.S.? (Choose two.)A . Fork and follower databasesB . Heroku Postgres Continuous Protection backupsC . Snapshots created with Heroku PGBackupsD . Heroku DataclipsView AnswerAnswer: A,D Explanation: https://devcenter.heroku com/articles/heroku-postgresql

June 10, 2021 No Comments READ MORE +

What are 2 implications of using the Merged Writes algorithm in this scenario?

Universal Containers has a Heroku app that uses Heroku Connect to sync data with their Salesforce org. The app makes frequemt updates to the same records over short period of time, and sync speeds have begun to worsen. An Architect recommends using Heroku Connect'sMerged Writes algorithm to improve sync speeds...

June 10, 2021 No Comments READ MORE +

Which should an Architect recommend in this scenario?

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 of all engineers who create interactive sessions for the application. Which should an Architect recommend in...

June 10, 2021 No Comments READ MORE +

Which 2 architectures are enabled by using a single Private Space and the Internal Routing feature?

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 communicationB . Multiple public-facing web apps with different sets of trusted inbound IP rangesC . A single public-facing web app that performs network-isolated...

June 9, 2021 No Comments READ MORE +

Which Heroku feature should an Architect recommend to create the connection?

A client wants to create a secure network connection between Heroku applications running in a Private Space and an AWS VPC. Which Heroku feature should an Architect recommend to create the connection?A . Internal RoutingB . Private Space PeeringC . Private Space VPN connectionsD . Heroku ConnectView AnswerAnswer: C Explanation:...

June 9, 2021 No Comments READ MORE +

What does a follower of Heroku Postgres leader database provide?

What does a follower of Heroku Postgres leader database provide?A . A static snapshot of the leaderB . A in-memory snapshot of the leader.C . A read-only replica of the leader.D . A writable replica of the leader.View AnswerAnswer: C Explanation: https://devcenter.heroku.eom/articles/rieroku-corinect-database-tables#encrypted-strings

June 9, 2021 No Comments READ MORE +