Skip to main content

HEROKU-ARCHITECT Real Exam Questions

Salesforce Certified Heroku Architect (Plat-Arch-206)

185 questions available · Page 1 of 19

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Universal Containers would like to report on the volume of products installed within a specific timeframe.

What solution will help meet the customer's requirement?

  1. A

    Utilize a custom"Installation Date" field on Asset

  2. B

    Utilize the standard "Installation Date" field on Asset.

  3. C

    Utilize a Work Order related list on Asset

  4. D

    Utilize Field History Tracking on Asset.

Show answer and explanation

Correct answer: B

Question 2 Multiple choice

Universal Containers would like to engage contractors and customers directly in their Field Service solution.

Which three options will provide read, write, and edit access to Work Order objects? (Choose three.)

  1. A

    Partner Community license

  2. B

    Chatter File Connect

  3. C

    Customer Community license

  4. D

    Chatter Customer Group

  5. E

    Customer Community Plus license

Show answer and explanation

Correct answers: A, C, D

Question 3 Single choice

Which of the following is NOT an advantage of data replication over data proxies?

  1. A

    A replicated data set reduces data access latency.

  2. B

    Areplicated data set supports bidirectional writes.

  3. C

    A replicated data set offloads processing and requests from an origin data server.

  4. D

    A replicated data set is always and immediately in sync with the origin data

Show answer and explanation

Correct answer: D

Question 4 Multiple choice

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

  1. A

    Fork and follower databases

  2. B

    Heroku Postgres Continuous Protection backups

  3. C

    Snapshots created with Heroku PGBackups

  4. D

    Heroku Dataclips

Show answer and explanation

Correct answers: A, D

Explanation

https://devcenter.herokucom/articles/heroku-postgresql

Question 5 Single choice

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?

  1. A

    Create Salesforce orgs in each region and use Heroku Connect to link them.

  2. B

    Deploy instances of their applications into Private Spaces in Tokyo and Frankfurt.

  3. C

    Deploy a globally-distributed CDN in front of the application.

  4. D

    Create a Heroku Pipeline to mirrorthe app and its data in each region.

Show answer and explanation

Correct answer: A

Question 6 Single choice

A client's Heroku application syncs data between a Heroku Postgres database and a Salesforce org using 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 inthis scenario, should an Architect recommend?

  1. A

    Custom Apex callouts

  2. B

    Heroku Connect

  3. C

    Salesforce SOAP API

  4. D

    Salesforce Connect

Show answer and explanation

Correct answer: B

Question 7 Single choice

Universal Containers has recently experienced a higher volume of traffic on their mobile app hosted on Heroku. When Universal Containers was running 4 standard-2x dynos with 1 GB RAM each, they encountered multiple H12 ("request timeout") errors. The app never consumed more than 800 MB of RAM.
They then switched to performance-m dynos, with 2.5 GB RAM, and set autoscaling to a maximum of 2
dynos. However, they still encountered H12 ("request timeout") errors.

What remediation should an Architect recommend to alleviate this problem?

  1. A

    Move long-running tasks to worker dynos.

  2. B

    Add a logging add-on from the Elements marketplace.

  3. C

    Upgrade to performance-L dynos with 14 GB RAM.

  4. D

    Replace autoscaling with a manual scaling option of 2.

Show answer and explanation

Correct answer: A

Question 8 Single choice

Universal Export wants to build an app that serves company data. The data has no strong compliance requirements, and the app should only be reachable from trusted IP addresses.

Which solution should an Architect recommend?

  1. A

    Deploy the app in a Shield Private Space with a Shield-tier Heroku Postgres database

  2. B

    Deploy the app in the Common Runtime with a Standard-tier Heroku Postgres database

  3. C

    Deploy the app in a Private Space with a Private-tier Heroku Postgres database.

  4. D

    Deploy the app in the Common Runtime with a Premium-tier Heroku Postgres database.

Show answer and explanation

Correct answer: C

Explanation

https://devcenter.heroku.eom/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrict-record-visibility

Question 9 Single choice

When creating a Private Space, what is a valid reason to specify a region other than the default region?

  1. A

    Private Spaces restrict inbound traffic to the current region.

  2. B

    Heroku pricing varies by region.

  3. C

    Running an applicationcloser to its intended users can reduce latency.

  4. D

    Available compute resources vary by region.

Show answer and explanation

Correct answer: C

Question 10 Single choice

Universal Containers has a Heroku Private Space with a VPN connection to their on-premise network.
They want their remote employees to be able to access their Heroku applications using a VPN connection only.

Which solution should an Architect recommend?

  1. A

    Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.

  2. B

    Enable remote employees to VPN into the company's on-premise network.

  3. C

    Configure a second VPN connection for the Private Space that remote employees can use.

  4. D

    Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via
    SSO.

Show answer and explanation

Correct answer: C