Pre-Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

Heroku-Architect Salesforce Certified Heroku Architect (Plat-Arch-206) is now Stable and With Pass Result | Test Your Knowledge for Free

Exams4sure Dumps

Heroku-Architect Practice Questions

Salesforce Certified Heroku Architect (Plat-Arch-206)

Last Update 1 day ago
Total Questions : 169

Dive into our fully updated and stable Heroku-Architect practice test platform, featuring all the latest Architect Exams exam questions added this week. Our preparation tool is more than just a Salesforce study aid; it's a strategic advantage.

Our free Architect Exams practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about Heroku-Architect. Use this test to pinpoint which areas you need to focus your study on.

Heroku-Architect PDF

Heroku-Architect PDF (Printable)
$43.75
$124.99

Heroku-Architect Testing Engine

Heroku-Architect PDF (Printable)
$50.75
$144.99

Heroku-Architect PDF + Testing Engine

Heroku-Architect PDF (Printable)
$63.7
$181.99
Question # 11

Universal Containers (UC) has a Heroku application that runs in Virginia, in the U.S., that uses Apache Kafka on Heroku. They have deployed a copy of the app in Asia. Now, both apps need a messaging backbone that will support multi-region distribution.

What is the least complex architecture that an Architect should recommend?

Options:

A.  

Deploy a multi-region version of Apache Kafka on Heroku.

B.  

Use Heroku's multi-tenant Kafka Basic plan.

C.  

The app in Asia should write to the Kafka instance in Virginia.

D.  

Provision a second Kafka add-on in Asia. Each instance of the app should sync with each other.

Discussion 0
Question # 12

Universal Containers (UC) has expressed a desire to have encryption-at-rest enabled on their Heroku Postgres databases.

Which three tiers would UC need to use to have that feature enabled? (Choose three.)

Options:

A.  

Private

B.  

Standard

C.  

Hobby

D.  

Shield

E.  

Premium

Discussion 0
Question # 13

A client is writing a Heroku application that requirescompliance with PCI DSS Level 1. To accomplish this, they deploy an application to the Shield Private Space. Which statement is true about the application?

Options:

A.  

The application might still violate PCI DSS Level 1 even though it is deployed to a Shield Private Space

B.  

The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1, assuming the application uses only Shield Postgres databases

C.  

The application is definitely not compliant with PCI DSS Level 1. because Shield PrivateSpaces do not provide compliance with it.

D.  

The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1

Discussion 0
Question # 14

Universal Containers wants to process mobile payments. How can this requirement be met?

Options:

A.  

Install an AppExchange package

B.  

Create a custom payments object

C.  

Add a custom field to store the credit card number

D.  

Attach a picture of thecredit card.

Discussion 0
Question # 15

Universal Containers (UC) has an app that allows a costumer to schedule a compute-intensive job. It allows the costumer to schedule the 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 and job 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?

Options:

A.  

Apache Kafka on Heroku as a bus between all services Create topics for billing, jobs, and website clicks Create an additional service, which will subscribe for all topics, and dump every message into a data lake

B.  

Heroku Redis, create a large Redis store. Allow each service to place messages with an agreed-upon format into a single queue, backed by the Redis storeServices listen for messages addressed to them and take action on them. Redis will serve as the data lake.

C.  

Heroku Connect and Salesforce Sync all relevant data into Salesforce and allow it to flow into each service Create custom objects for each serviceand alow them to post to each others' objects as needed. Push data from Salesforce into Heroku Postgres for a data lake.

D.  

Apache Kafka on Heroku Create a Kafka queue for each service. Create a central routing service that connects to all of the Kafka queues and routes data. The central router is attached to a data lake, and pushes every message into It.

Discussion 0
Question # 16

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?

Options:

A.  

ISO 27017

B.  

PCI level 1

C.  

SOC2Typel

D.  

ISO 27018

Discussion 0
Question # 17

Universal Containers wants to measure their adherence to specific SLAs for all Work Orders.In which order should a Consultant implement the setup to achieve this requirement?

Options:

A.  

Set Up Milestones. Create Entitlenen: records, Set Up EntitlementsProcess for Work Orders.

B.  

Set Up Entitlements Process for Work Orders, Set Up Milestones, Create Entitlement records

C.  

Create Entitlement records, Set Up Entitlements Process for Work Orders. Set Up Milestones

D.  

Set Up Milestones. Set Up EntitlementsProcess for Work Orders, Create Entitlement records.

Discussion 0
Question # 18

Universal Containers needs to write their Heroku application's logs to twodestinations: an on-premise Syslog log server and a cloud analytics provider that ingests logs using an HTTPS endpoint.

What should an Architect recommend in this scenario?

Options:

A.  

Publish all logs to Apache Kafka on Heroku, and create a separate app thatconsumes and distributes log messages.

B.  

Write all logs to Heroku Redis as a buffer and use an add-on to send them to both destinations.

C.  

Add a logging library to the application source that sends all logs directly to both destinations.

D.  

Write all logs to stdout, and configure a separate log drain for each destination.

Discussion 0
Question # 19

Which Is an effect of "locking" anapplication that belongs to a Heroku Enterprise Team?

Options:

A.  

New members of the Enterprise Team are granted no automatic permissions for the application.

B.  

The application cannot be deployed until is unlocked.

C.  

Members of the Enterprise Team who are not administrators have their permissions for the application revoked.

D.  

Members of the Enterprise Team cannot be granted new permissions for the application until it's unlocked.

Discussion 0
Question # 20

A hospital is planning to rewrite its on-premise patient registration system. Their current system is HIPAA-compliant as well as ISO 27018-compliant. They need to maintain these same certification levels after the rewrite. Their new app also needs to sync PII (personally identifiable information) data with their Salesforce org.

What Heroku Enterprise solutions should an Architect propose?

Options:

A.  

Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Apache Kafka on Heroku to stream from the Salesforce org.

B.  

Build the app in the Common Runtime, use a Heroku Postgres database, and use Heroku Connect to sync to Salesforce.

C.  

Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Shield Heroku Connect to sync to Salesforce.

D.  

Build the app in a Private Space with a Private Heroku Postgres database, and use Heroku Connect to sync to Salesforce.

Discussion 0
Get Heroku-Architect dumps and pass your exam in 24 hours!

Free Exams Sample Questions