[2021] Heroku-Architecture-Designer PDF Questions - Perfect Prospect To Go With Pass4Leader Practice Exam [Q105-Q129]

Share

[2021] Heroku-Architecture-Designer PDF Questions - Perfect Prospect To Go With Pass4Leader Practice Exam

Salesforce Heroku-Architecture-Designer Pdf Questions - Outstanding Practice To your Exam

NEW QUESTION 105
Universal Containers wants to give Field Technicians the ability to create follow-up appointments if they are unable to complete a Work Order due to missing inventory What should a Consultant implement to meet this requirement?

  • A. Implement a Custom Button to Create a Service Appointment on the existing Work Order
  • B. Implement a Quick Action to create a new Work Order Line item on the existing Work Order
  • C. Implement a Quick Action to create a new Service Appointment on the existing Work Order
  • D. Implement a Macro to generate Service Appointments on the existing Work Order

Answer: C

 

NEW QUESTION 106
Universal Containers has implemented a Knowledge solution for Agents to provide Field Technicians with information necessary to complete assigned work.
Which two capabilities will now be available? (Choose two.)

  • A. Attach Articles to Work Orders and Work Order Line Items.
  • B. include Quick Actions and Global Actions in Attached Articles.
  • C. Manage Attached Articles and Search the Knowledge Base
  • D. Attach Knowledge Articles to Work Order Line Hems Only.

Answer: A,C

 

NEW QUESTION 107
A client wants to create a scalable set of microservices that communicate with each other, where multiple microservices have a public REST API.
Which architecture strategy allows this on Heroku?

  • A. Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.
  • B. Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
  • C. Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
  • D. Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.

Answer: A

 

NEW QUESTION 108
A client wants to deconstruct a monolithic app into a collection of smaller apps which should be able to send HTTP requests to each other. The smaller apps should not be publicly accessible on the internet. Which Heroku Enterprise features should an Architect recommend to enable this architecture?

  • A. Heroku Connect and Internal Routing
  • B. Heroku Private Spaces and Heroku Connect
  • C. Heroku and Apache Kafka on Heroku
  • D. Heroku Private Spaces and Internal Routing

Answer: D

Explanation:
Explanation
-https://www.heroku.com/tech-sessions/get-started-wtth-apache-kafka

 

NEW QUESTION 109
4Universal Containers wants to help their dispatches determine the length of time a Work Order should last What should the Consultant implement to help achieve this goal?

  • A. Work Types with an Estimated Duration.
  • B. Work Orders with Operating Hours
  • C. Work Types with Service Level Agreement.
  • D. Operating Hours for Customer Accounts.

Answer: C,D

 

NEW QUESTION 110
A client has a Heroku Postgres database add-on attached to a production application. The client now wants to access the database from another application that they use to perform administrative tasks. What should an Architect recommend in this scenario?

  • A. Create a fork of the database and attach it to the administrative application.
  • B. Attach the database to an application that acts as a database proxy
  • C. Attach the same Heroku Postgres add-on to the administrative application
  • D. Copy the database's connection URL and add it to the administrative application as a config var.

Answer: C

Explanation:
Explanation
- https://devcenter.heroku.eom/articles/using-sso-services-with-heroku#prerequisiles-for-sso-with-tieroku

 

NEW QUESTION 111
An app uses a queue of worker dynos to perform complex image processing, but the worker dynos are occasionally running out of memory when performing the processing. All of their dynos are currently standard-1x dynos.
What should an Architect recommend in this scenario?

  • A. Change the type of dynos to standard-2x.
  • B. Move the app to a Private Space.
  • C. Break up the image processing across multiple dynos.
  • D. Add additional worker dynos.

Answer: A

 

NEW QUESTION 112
Universal Containers (UC) has an on-permise application for reporting damage to their shipments. They want to migrate the application to Heroku. The damage reporting process includes uploading one or more pictures to the application which temporarily stores them on the local system. After the report is submitted, a case is created in UC's Salesforce org for processing, amd the images are deleted from the file system. The application's configuration is read from environment variables that are specified in the system user's profile.
The application writes its logs to rotating files using an open-source library. Which two recommendations should an Architect make to ensure that the application runs correctly on Heroku? Choose 2 answers.

  • A. Run the application in a Private Space to enable communication with UC's Salesforce org
  • B. Load the application's configuration from its source code instead of using environment tables
  • C. Use an external object storage service for temporary image uploads
  • D. WritP Inns tn stdmit instead nf writinn thpm tn the flip svstpm

Answer: B,D

Explanation:
Explanation
- https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings

 

NEW QUESTION 113
Dispatchers at Universal Containers want to ensure the Resource being assigned to a Work Order has the correct training.
What should a Consultant implement to accomplish this requirement?

  • A. Set up Service Locations, Set up Location Skills, Define Work Types
  • B. Define Skills, Set up Skill Requirements, and Set up Resource Skills
  • C. Define Work Types, Define Work Order Status, Set up Resource Skills
  • D. Set up Skill Requirements, Define Work Types, Set up Routing Rules

Answer: B

 

NEW QUESTION 114
Universal Containers' customers typically like to be served by the same Technician that completed the initial installation.
How should a Consultant implement this rule?

  • A. Add the Account as one of the Resource Skills.
  • B. Add the Resource as a Required Resource.
  • C. Add the Resource as a Preferred Resource.
  • D. Add all other Resources as Excluded Resources.

Answer: C

 

NEW QUESTION 115
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 Heroku Connect.
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 will be able to synchronize data bidirectionally without additional customization.
  • D. Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.

Answer: B

Explanation:
Explanation
- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strmgs

 

NEW QUESTION 116
A client wants to create a set of applications that all communicate with each other. Only one of the applications should be accessible from the public internet. This application will act as an API gateway and route requests to the interbak applications using HTTPS. Which architecture should an Architect recommend?

  • A. Create all of the apps in a Private Space. Configure the Private Space's trusted IP ranges to only permit requests from within the Private Space
  • B. Create all of the apps in the Common Runtime. Ensure that the internal apps do not define a web process type.
  • C. Create the API gateway application in the Common Runtime. Create all of the internal apps in a Private Space.
  • D. Create all of the apps in a Private Space Create the internal apps with Internal Routing enabled. Create the gateway app as a web app

Answer: D

Explanation:
Explanation
-
https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal

 

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

  • A. Running an application closer to its intended users can reduce latency.
  • B. Heroku pricing varies by region.
  • C. Available compute resources vary by region.
  • D. Private Spaces restrict inbound traffic to the current region.

Answer: A

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/regions#default-regions

 

NEW QUESTION 118
A client has a data Ina SAP data store. The client uses Heroku External Objects to expose Heroku Postgres tables in their Salesforce org. They want to perform custom transformations on the SAP data and then expose the transformed data in their Salesforce org. Which solution should an Architect recommend?

  • A. Use Salesforce Connect to perform any necessary transformations on Vie SAP data and sync the transformed data to the Salesforce org.
  • B. Use Heroku Connect to sync the SAP data to Heroku Postgres and then perform any necessary transformations Ensure the transformes data is in a table that is exposed in the Salesforce org.
  • C. Perform in-place transformations on the data in SAP and then use Heroku Connect to sync the SAP data to Heroku Postgres. Ensure the transformed data is in a table that is exposed in the Salesforce org.
  • D. Use an ETL tool to sync the SAP data to Heroku and then perform any necessary transformations.
    Ensure the transformes data is in a table that is exposed in the Salesforce org.

Answer: D

Explanation:
Explanation
- https//www.heroKu.com/tech-sessions/get-started-wlth-apache-kafka

 

NEW QUESTION 119
Universal Containers (UC) has a front-end web application and a back-end service application running on Heroku. The applications are running in the Common Runtime. Now, UC wants to prevent any public access to the back-end application. Which two Heroku features should an Architect propose?

  • A. Private Space VPN Connections
  • B. Apache Kafka on Heroku
  • C. Heroku Internal Routing
  • D. Private Spaces DNS Service Discovery

Answer: A,D

Explanation:
Explanation
- https //devcenterherokucom/articles/dataclips

 

NEW QUESTION 120
The Private Spaces feature can be useful if you need to:

  • A. Write Apex applications quickly
  • B. Ensure that your application's incoming traffic originates from a whitellsted set of IP addresses
  • C. None of these
  • D. Speed up an application's response time by running it on dynos that are located geographically closer to your customers

Answer: B,D

 

NEW QUESTION 121
Universal Containers has an app deployed on Heroku that is now required to handle high-volume message processing. What should an Architect recommend to fulfill this new requirement?

  • A. Configure a Heroku button
  • B. Add Heroku Redis
  • C. Provision an Apache Kafka on Heroku add-on
  • D. Create a custom buildpack

Answer: C

Explanation:
Explanation
- https://www.heroku.com/tech-sessions/get-started-with-apache-kafka

 

NEW QUESTION 122
Universal Containers has a Partner Community. Work Orders are assigned to these partners. Partners are not interacting with Service Appointments or Service Resources.
How would a Partner user update the Work Order record from a mobile device?

  • A. Work Order records cannot be updated on a mobile device
  • B. Field Service mobile app
  • C. Salesforce Touch
  • D. Salesforce mobile app

Answer: D

Explanation:
Explanation/Reference:

 

NEW QUESTION 123
A company currently uses, and will continue to use, the MulesoftAnypoint Platform integration throughout their architecture. They want to use Heroku Connect to help them integrate Heroku apps with Salesforce apps.
What is a benefit of introducing Heroku Connect in this environment?

  • A. Heroku Connect has a Microsoft connector for access to Heroku Postgres Heroku Redis, and Apache Kafka on Heroku
  • B. Heroku Connect provides Salesforce a bidirectional synchronization between Platform Events on Salesforce and Apache Kafka on Heroku
  • C. Heroku Connect provides Mulesoft an endpoint that is easily consumable by a back-end integration tool
  • D. Heroku Connect provides Salesforce a declarative bidirectional synchronization with Postgres and data proxy capability via Heroku Connect External Objects.

Answer: D

 

NEW QUESTION 124
Universal Containers wants the ability for their Field Technicians to log sales opportunities associated with their Work Orders.
What configuration should a Consultant implement so Field Technicians can easily achieve this through the Field Service mobile app?

  • A. Quick Action on Work Order to Create Opportunity
  • B. Quick Action on Work Order Line Items to Create Opportunity
  • C. Quick Action on Opportunity to Create Work Order Line Item
  • D. Quick Action on Opportunity to Create Work Order

Answer: A

 

NEW QUESTION 125
What does a follower of Heroku Postgres leader database provide?

  • A. A writable replica of the leader.
  • B. A in-memory snapshot of the leader.
  • C. A static snapshot of the leader
  • D. A read-only replica of the leader.

Answer: D

Explanation:
Explanation
- https://devcenter.heroku.eom/articles/rieroku-corinect-database-tables#encrypted-strings

 

NEW QUESTION 126
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?

  • A. Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.
  • B. Enable remote employees to VPN into the company's on-premise network.
  • C. Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
  • D. Configure a second VPN connection for the Private Space that remote employees can use.

Answer: D

Explanation:
Explanation/Reference:

 

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

  • A. A replicated data set reduces data access latency.
  • B. A replicated data set supports bidirectional writes.
  • C. A replicated data set is always and immediately in sync with the origin data
  • D. A replicated data set offloads processing and requests from an origin data server.

Answer: C

 

NEW QUESTION 128
Universal Containers is tracking customer issues in their call center. Sometimes this requires a Technician to be on-site at the customer's location.
What set of steps should a Consultant recommend to dispatch the Technician?

  • A. Create Case, Create Service Appointment, Create Work Order, Dispatch Service Appointment.
  • B. Create Work Order, Create Case, Dispatch Work Order, Create Service Appointment.
  • C. Create Case, Create Work Order, Create Service Appointment, Dispatch Service Appointment.
  • D. Create Service Appointment, Create Work Order, Create Case, Dispatch Service Appointment.

Answer: C

 

NEW QUESTION 129
......

Online Questions - Outstanding Practice To your Heroku-Architecture-Designer Exam: https://www.pass4leader.com/Salesforce/Heroku-Architecture-Designer-exam.html

Practice To Heroku-Architecture-Designer - Pass4Leader Remarkable Practice On your Salesforce Certified Heroku Architecture Designer Exam: https://drive.google.com/open?id=1q9o6mKpxkzZWm0eJX-DlHIWSV-aNr12p