New 2021 Guaranteed Success with GetValidTest Heroku-Architecture-Designer Dumps Salesforce PDF Questions [Q67-Q91]

Share

New 2021 Guaranteed Success with GetValidTest Heroku-Architecture-Designer Dumps Salesforce PDF Questions

Exceptional Practice To Salesforce Certified Heroku Architecture Designer Pass the First Time

NEW QUESTION 67
A Field Technician from Universal Containers arrived onsite for an appointment, and unfortunately the customer was not present UC wants to ensure they cantrack these customer no-show events for future process improvement What process should a Consultant recommend to handle this situation?

  • A. Set the existing Service Appointment status to Cannot Complete; Create a new Service Appointment against the same Work Order for the follow-up trip.
  • B. Set the existing Service Appointment status to Complete; Create a new Work Order and Service Appointment for the follow-up trip.
  • C. Set the existing Service Appointment status to In Progress; Create a new Work Order and Service Appointment for the follow-up trip.
  • D. Set the existing Service Appointment status to Cannot Complete: Create a new Work Order Line Item for the follow-up trip

Answer: A

 

NEW QUESTION 68
Which of the following is a Heroku CLI command?

  • A. heroku create
  • B. git push
  • C. git push heroku master
  • D. heroku new

Answer: A

 

NEW QUESTION 69
What set of configurations make up Scheduling Policies and let companies adhere to their business constraints and preferences?

  • A. Service Objectives and WonX Rules
  • B. Service Objectives and Work Types
  • C. Service Levels and Work Rules
  • D. Service Contracts and Service Levels

Answer: A

 

NEW QUESTION 70
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 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.
  • B. 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.
  • 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.

Answer: A

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

 

NEW QUESTION 71
Universal Containers (UC) wants to allow its developers to only use certain add-ons. UC enables Add-on Controls for Enterprise Teams and adds the add-ons they wish to allow to the list. There is an existing set of add-ons attached to applications, which are NOT on the list.
What happens to these add-ons?

  • A. They are deleted, and all data is backed up and saved.
  • B. They are added to the allowed add-ons list.
  • C. They are added to the exception list and not affected.
  • D. They are flagged for removal, and the developers are notified.

Answer: D

Explanation:
Explanation
- https://devcenter.heroku.com/articles/addon-controls

 

NEW QUESTION 72
What are 3 examples of backing services, as described in the Twelve Factor app methodology?

  • A. An email delivery service
  • B. A database
  • C. A logging tool
  • D. A background process with a long running task

Answer: A,B,C

Explanation:
Explanation
- https/Vdevcenter heroku.com/articles/internal-routing

 

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

Answer: A,B

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

 

NEW QUESTION 74
Two million Opportunities need to be loaded in different batches into Salesforce using the Bulk API in parallel mode.
What should an Architect consider when loading the Opportunity records?

  • A. Create indexes on Opportunity object text fields.
  • B. Use the Name field values to sort batches.
  • C. Order batches by Auto-number field.
  • D. Group batches by the AccountId field.

Answer: D

 

NEW QUESTION 75
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 1 as a Preferred Resource.
  • B. Assign Contractor 2 as an Excluded Resource
  • C. Assign Contractor 1 and 2 different capacities for repair work
  • D. Assign Contractor 1 and 2 different Skill Levels for repair Work Type.

Answer: D

 

NEW QUESTION 76
Universal Containers has an application running in the Common Runtime that uses Heroku Redis. The data in Heroku Redis needs to be accessed by a third-party application.
Which connection method should an Architect recommend to ensure the security of the data as it moves from Heroku Redis to the third-party application?

  • A. Set up both a VPN and a VPC between Heroku and the third-party application.
  • B. Set up SSL Certificates on Heroku and the third-party application.
  • C. Use stunnel to secure the connection between Heroku Redis and the third-party application.
  • D. Only allow access to Heroku Redis through an SSH connection.

Answer: D

Explanation:
Explanation
- https://devcenter.heroku.com/articles/securing-heroku-redis

 

NEW QUESTION 77
A hospital wants to build a mobile app that allows patients to check the status of submitted insurance claims, which the hospital stores in Salesforce Health Cloud. The app's back end will run on Heroku.
Which two measures should an Architect recommend to help ensure that the app is compliant with HIPAA?
(Choose two.)

  • A. Use Heroku Shield Connect to sync claim data from Salesforce to a Heroku Postgres database.
  • B. Use only Heroku Shield Postgres databases to store claim data outside of Salesforce Health Cloud.
  • C. Ensure that the back-end application's code encrypts all claim data before writing it to a Heroku Postgres database.
  • D. Ensure that the mobile app can only run when on the hospital's intranet, which is connected to the back end's Shield Private Space via VPN.

Answer: A,C

 

NEW QUESTION 78
Universal Containers collects sensor data from millions of sensors that are located around the World. Now.
they want to process this data on Heroku. What are three advantages of using a microservices architecture with Apache Kafka on Heroku in this scenario? Choose 3 answers.

  • A. Kafka is highly available and fault-tolerant
  • B. Individual services can efficiently communicate with each other using REST APIs.
  • C. Consumers and producers can be scaled independently.
  • D. Individual services can be scaled easily for high-volume event processing

Answer: A,C,D

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

 

NEW QUESTION 79
Universal Containers has a microservices architecture on Heroku. One microservice. named the Metrics Microservice. periodically fetches metrics from a fleet of loT sensors. Then, the Metrics Microservice is required to send relevant metrics to each of the other microservices using REST. When a new microservice is added to the architecture, the Metrics Microservice must send metrics to that new microservice too. As a result, adding microservices to the architecture causes performance issues. How should an Architect recommend changing this architecture to improve its scalability?

  • A. Configure the other microservices to pull the Metrics Microservice for updates every five seconds
  • B. Use Apache Kafka on Heroku to publish metrics to a topic that the other microservices can consume.
  • C. Configure each microservices to directly fetch the sensor metrics that are relevant to it.
  • D. Use Private Space DNS Service Discovery to reduce the amount of time required for the Metrics Microservice to obtain each other microservice's IP address

Answer: B

Explanation:
Explanation
- https://devcenter.heroku.com/arlicles/heroku<onnect-faq#can-i-use-sharing-rules-to-restrict-recorcd-visibility

 

NEW QUESTION 80
Universal Containers has an application running in the Common Runtime that uses Heroku Redis. The data in Heroku Redis needs to be accessed by a third-party application.
Which connection method should an Architect recommend to ensure the security of the data as it moves from Heroku Redis to the third-party application?

  • A. Set up both a VPN and a VPC between Heroku and the third-party application.
  • B. Set up SSL Certificates on Heroku and the third-party application.
  • C. Use stunnel to secure the connection between Heroku Redis and the third-party application.
  • D. Only allow access to Heroku Redis through an SSH connection.

Answer: D

 

NEW QUESTION 81
A healthcare services client is requesting an architecture for a set of applications: one is a marketing application, and the other two are of customer service applications that allow for customers to interact with their healthcare records. The marketing application must be able to scale up within seconds in response to traffic spikes. The client wants to be able to deploy each of these applications to the U.S. East Coast and EMEA.
Which applications should be deployed into which Heroku runtime?

  • A. The marketing application into Private Spaces; customer service applications into separate Private Spaces
  • B. The marketing application into the Common Runtime; customer service applications into Private Spaces
  • C. The marketing application into Private Spaces; customer service applications into Shield Private Spaces
  • D. The marketing application into the Common Runtime; customer service applications into Shield Private Spaces

Answer: C

 

NEW QUESTION 82
Upon arrival for a Service Appointment, the Field Service Technician reports that a team of people is required to resolve the issue.
How can the Dispatcher ensure that the required staff is assigned to the project?

  • A. Assign the existing Work Order to each staff member.
  • B. Assign the existing Service Appointment to a Crew.
  • C. Create a new Service Appointment and assign a Crew.
  • D. Assign the existing Work Order to a Crew.

Answer: C

 

NEW QUESTION 83
Technicians earn certifications that must be renewed periodically to ensure their skills remain up-to-date. How can these certifications be managed on the Resource?

  • A. Add the Resource Skill and create Absence once expired
  • B. Add the Resource Skill and remove from the Service Territory once expired
  • C. Add the Resource Skill and set the End Date.
  • D. Add the Resource Skill and track certification using reminder.

Answer: C

 

NEW QUESTION 84
Universal Containers is receiving increased complaints about incomplete Work Orders.
What option should a Consultant recommend to improve this situation?

  • A. Implement Signature Capture.
  • B. Change the Scheduling Rules.
  • C. Send an email CSAT survey.
  • D. Decrease Resource Rank Score.

Answer: A

 

NEW QUESTION 85
A client's Heroku application is publishing messages to an instance of Apache Kafka on Heroku.
What does a second Heroku application need to do to consume those messages?

  • A. Subscribe to the Kafka topic(s) that the messages are being published to.
  • B. Join a consumer group that also includes the publishing application.
  • C. Convert the publishing application into a stream processor.
  • D. Subscribe to the Kafka partition(s) that the messages are being published to.

Answer: D

Explanation:
Explanation
- https://wwwxloudkarafka.com/blog/2016-11-30-part1-kafka-for-beginners-what-is- apache-kafka.html

 

NEW QUESTION 86
Heroku Connect data replication happens:

  • A. Near real time for writes to Salesforce. and either on a polling window or near real time for writes to Heroku Postgres (depending on the user configuration)
  • B. Near real time for writes to Salesforce. and on a 30-second polling window for writes to Heroku Postgres
  • C. Near real time in both directions
  • D. Instantly in both directions

Answer: A

 

NEW QUESTION 87
Cloud Kicks has a Salesforce instance with 12,000 Account records. Managers at the company have noticed similar, but not identical, Account names and addresses.
The Chief Technology Officer (CTO) at Cloud Kicks is concerned about proper data quality.
Which steps should the CTO take to address this issue?

  • A. 1. Run a report.
    2. Find Accounts whose name starts with the same five characters, and merge those Accounts.
  • B. 1. Have the Account Owner clean their Accounts' addresses.
    2. Merge Accounts with the same address.
  • C. 1. Enable Account de-duplication by creating matching rules in Salesforce.
    2. The system will then mass merge duplicate Accounts.
  • D. 1. Use a service to standardize Account addresses.
    2. Use a 3rd-party tool to merge Accounts based on rules.

Answer: C

 

NEW QUESTION 88
The Disaster at Universal Containers would like to schedule Service Appointments from the Dispatcher's Console while taking the Scheduling Policy into consideration.
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 Appointments from the list and press the "Schedule" action.
  • C. Select multiple Service Appointment from the list and bulk schedule them.
  • D. Select a Service Appointment from the list, press the "Candidates" action, and select the best time slot.
  • E. Select a Service Appointment from the list, press the "Edit" action and allocate the Resource.

Answer: A,B,C

 

NEW QUESTION 89
A client has a web application that persists data to a local JSON file. They are migrating the application to Heroku. In order for the application to conform to the Twelve-Factor methodology, what changes should an Architect recommend?

  • A. The application should use at least 2 dynos to ensure that the JSON file is highly available.
  • B. The application should persist the data to a local SQLite database.
  • C. The application should persist the data to a database add-on.
  • D. The application should be stateless and therefore not persist data at all.

Answer: C

 

NEW QUESTION 90
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 in this scenario, should an Architect recommend?

  • A. Salesforce SOAP API
  • B. Heroku Connect
  • C. Custom Apex callouts
  • D. Salesforce Connect

Answer: B

 

NEW QUESTION 91
......

Heroku-Architecture-Designer EXAM DUMPS WITH GUARANTEED SUCCESS: https://www.getvalidtest.com/Heroku-Architecture-Designer-exam.html