Certbus > Salesforce > Architect Exams > HEROKU-ARCHITECT > HEROKU-ARCHITECT Online Practice Questions and Answers

HEROKU-ARCHITECT Online Practice Questions and Answers

Questions 4

What are the three access levels a user can have in a Heroku Organization account?

A. Jedi. Padawan, and Co-pilot

B. Owner, Author and Viewer

C. Admin. Programmer, and Operator

D. Admin, Member, and Viewer

Browse 185 Q&As
Questions 5

Which two logs and logging recommendations are prescribed by the Twelve-Factor app methodology? Choose 2 answers.

A. Apps should not concernthemselves with routing or storing logs

B. Logs from all processes and backing services should be aggregated together.

C. Logs should be written to a shared file system for scalability.

D. Apps should only keep a limited, rolling buffer of logs available

Browse 185 Q&As
Questions 6

Universal Containers wants to ensure that inventory needed for repair jobs is tracked and managed so Technicians have the material for their jobs. Which two ways should a Consultant recommend tracking these inventory requirements in Salesforce? (Choose two.)

A. Products Required for Service Appointments

B. Products Required for Work Orders

C. Products Required for Work Order Line Items

D. Products Required for Service Resources

Browse 185 Q&As
Questions 7

Canvas apps can authenticate a user with:

A. OAuth

B. Signed request

C. Usemane and password

D. Either OAuth or signed request

Browse 185 Q&As
Questions 8

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?

A. ISO 27017

B. PCI level 1

C. SOC2Typel

D. ISO 27018

Browse 185 Q&As
Questions 9

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

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.

Browse 185 Q&As
Questions 10

A client wants to use Heroku Connect 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?

A. Add a mapping filter to the table when setting up the sync, and select appropriate criteria from the list.

B. Filter the data inthe database, and provide an alternative table or view for use in the sync.

C. Use the Heroku Connect Mapping Query Editor, and add filters to the query.

D. Place Sharing Rules on the records, and restrict visibility to only those rows that are needed.

Browse 185 Q&As
Questions 11

Universal Containers (UC)uses Apache Kafka on Heroku to stream shipment inventory data in real time throughout the world. A Kafka topic is used to send messages with updates on the shipping container GPS coordinates as they are in transit. UC is using a Heroku Kafka basic-0 plan.The topic was provisioned with 8 partitions, 1 week of retention, and no compaction. The keys for the events are being assigned by Heroku Kafka, which means that they will be randomly distributed between the partitions.

UC has a single-dyno consumer application that persists the data to their Enterprise Data Warehouse (EDW). Recently, they've been noticing data loss in the EDW.

What should an Architect with Kafka experience recommend?

A. Enable compaction on the topic to drop older messages, which will drop older messages with the same key.

B. Upgrade to a larger Apache Kafka for Heroku plan, which has greater data capacity.

C. Use Heroku Redis to store message receipt information to account for "at-least" once delivery, which will guarantee that messagesare never processed more than once.

D. Scale up the consumer dynos to match the number of partitions so that there is one process for each partition.

Browse 185 Q&As
Questions 12

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?

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

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

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

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

Browse 185 Q&As
Questions 13

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 speeds

C. Can be provisioned easily from the Heroku Enterprise Flea Market system.

D. Cost nothing -- billing is easy because they're always provided at no additional cost with every Heroku Enterprise account.

Browse 185 Q&As
Questions 14

You canuse Salesforce Connect to proxy which types of data sources:

A. OData 2.0 and 4.0

B. REST with JSONpayloads

C. SOAP

D. All of these

E. REST with XML payloads

Browse 185 Q&As
Questions 15

Universal Containers utilizes two contractors, Contractor 1 and Contractor 2, to perform repair work Contractor 1 has provided service longer for UniversalContainers and is considered to have more repair work expertise than Contractor 2.

How should a Consultant configure this expertise for Contractor 1 versus Contractor 2?

A. Assign Contractor 2 as an Excluded Resource

B. Assign Contractor 1 and 2 different Skill Levels for repair Work Type.

C. Assign Contractor 1 as a Preferred Resource.

D. Assign Contractor 1 and 2 different capacities for repairwork

Browse 185 Q&As
Questions 16

The Disaster at Universal Containers would like to schedule Service Appointments from the Dispatcher's Console while taking the Scheduling Policy intoconsideration. Which three options are available to the Disaster? (Choose three.)

A. Select a Service Appointment from the list, press the "Change Status" action and "Dispatch".

B. Select a Service Appointment from the list, press the "Candidates" action, andselect the best time slot.

C. Select multiple Service Appointment from the list and bulk schedule them Select a Service Appointment from the list, press the "Edit" action and allocate the Resource

D. Create a Workflow to close the Milestone when the Wrap Up is complete.

E. Select a Service Appointments from the list and press the "Schedule" action.

Browse 185 Q&As
Questions 17

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 public internet. Which solution should an Architect recommend to meet these requirements?

A. Create the application in a Private Space with default options.

B. Create the application in a Private Space and restrict the application's set of trusted IP ranges.

C. Create the application with Internal Routing enabled, in a Private Space.

D. Create the application in a Shield Private Space to enforce stricter requirements for TLS termination.

Browse 185 Q&As
Questions 18

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. Shield Heroku Connect will be able to access only cypher text in the fields from Salesforce. They will need to import the encryption key from Salesforce to decrypt to store in Shield Postgres.

B. Shield Heroku Connect will be able to synchronize data from fields in Salesforce without additional customization, but any writes will need to be encrypted using the Salesforce encryption key first before being written.

C. Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.

D. Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.

Browse 185 Q&As
Exam Code: HEROKU-ARCHITECT
Exam Name: Salesforce Certified Heroku Architect
Last Update: Apr 23, 2024
Questions: 185 Q&As

PDF

$45.99

VCE

$49.99

PDF + VCE

$59.99