Valid Heroku-Architecture-Designer Exam Q&A PDF Heroku-Architecture-Designer Dump is Ready (Updated 185 Questions) [Q46-Q62]

Share

Valid Heroku-Architecture-Designer Exam Q&A PDF Heroku-Architecture-Designer Dump is Ready (Updated 185 Questions)

Exam Questions and Answers for  Heroku-Architecture-Designer Study Guide

NEW QUESTION 46
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 remove from the Service Territory once expired.
  • B. Add the Resource Skill and set the End Date.
  • C. Add the Resource Skill and create Absence once expired.
  • D. Add the Resource Skill and track certification using reminder.

Answer: B

 

NEW QUESTION 47
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.)

  • A. Heroku Postgres Continuous Protection backups
  • B. Heroku Dataclips
  • C. Fork and follower databases
  • D. Snapshots created with Heroku PGBackups

Answer: B,C

Explanation:
Explanation
- https://devcenter.heroku com/articles/heroku-postgresql

 

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

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

Answer: D

 

NEW QUESTION 49
Universal Containers is preparing to deploy a high-volume production web application to the Heroku Common Runtime. Which two best practices should an Architect recommend for large-scale load testing of the application? Choose 2 answers.

  • A. Ensure that the application runs on Performance-tier dynos
  • B. Move the apps into a Private Space to provide an isolated test environment
  • C. Disable autoscaling to prevent application startup overhead from skewing results
  • D. Open a ticket with Heroku support for approval.

Answer: A,D

Explanation:
Explanation
-
https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges

 

NEW QUESTION 50
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 51
Universal Containers (UC) has a Heroku Postgres database attached to a Heroku app, which is running in the Common Runtime.
What should an Architect recommend UC do to secure their database to only trusted locations?

  • A. Set up a VPN from the trusted locations to the app.
  • B. Set up a VPC in a one-off dyno when access to Heroku Postgres is needed.
  • C. Add a Trusted IP range to the Heroku Postgres configuration.
  • D. Move the database and the app into the Private Space.

Answer: C

 

NEW QUESTION 52
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 53
Universal Containers experienced an outage with their production Heroku Postgres database due to a fault with the underlying infrastructure. The database was unavailable for an hour. The database is on the Standard-0 plan.
Which two actions should an Architect recommend to mitigate such database failures and outages in the future? (Choose two.)

  • A. Create a follower database that uses the same plan as the leader.
  • B. Create a fork of the database that uses the same plan as the leader.
  • C. Migrate the database to a Premium-tier plan.
  • D. Migrate the database to a larger Standard-tier plan.

Answer: A,D

 

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

  • A. Set Up Milestones. Set Up Entitlements Process for Work Orders, Create Entitlement records.
  • B. Set Up Entitlements Process for Work Orders, Set Up Milestones, Create Entitlement records
  • C. Set Up Milestones. Create Entitlenen: records, Set Up Entitlements Process for Work Orders.
  • D. Create Entitlement records, Set Up Entitlements Process for Work Orders. Set Up Milestones

Answer: B

 

NEW QUESTION 55
Salesforce Connect is used for:

  • A. Bidirectional syncing of external data in Salesforce
  • B. Proxying external data into Salesforce
  • C. Developing ETL services
  • D. Replicating external data into Salesforce

Answer: B

 

NEW QUESTION 56
A RESTfulAPIis:

  • A. A methodology (or maximizing the effectiveness of any vacation
  • B. An Actually Pretty Informative meditation session
  • C. How the web displays data in a hierarchical format readable by both people and machines
  • D. A web-based service that provides standard ways for clients to make requests and receive responses

Answer: A

 

NEW QUESTION 57
For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)

  • A. Providing a data cache layer
  • B. Adding jobs to a queue
  • C. Querying relational data
  • D. Providing long-term data warehousing

Answer: C,D

 

NEW QUESTION 58
A financial reporting application, hosted on an on-premise server, uses a native library (wkhtmltopdf) to convert its HTML reports into PDFs. The app is being migrated to Heroku.
What option should an Architect recommend to enable the Heroku application to use wkhtmltopdf?

  • A. Ensure that the Heroku app fetches the wkhtmltopdf library from cloud storage on dyno restart.
  • B. Continue to host wkhtmltopdf on-premise, and build a REST API so the library can be invoked from the Heroku app.
  • C. Use a custom buildpack to install wkhtmltopdf using apt.
  • D. Install the dependency using sudo apt install wkhtmltopdf from .profile in the project root.

Answer: C

 

NEW QUESTION 59
Universal Containers provides prompt service and has multiple service levels for different customers. Over
50% of Service Appointments are created on the same day they need to be completed. As a result, a Technician's daily schedule can change multiple times throughout the day.
What method of dispatching should a Consultant recommend implementing?

  • A. Automatically run Optimization Background Job every hour.
  • B. Automatically change the status to Dispatched of all Service Appointments.
  • C. Automatically schedule unscheduled services to available Resources.
  • D. Automatically Dispatch Service Appointments using Drip Feed.

Answer: A

 

NEW QUESTION 60
Universal Containers maintains their service level agreements at the customer level only.
How can a Consultant ensure agents can verify coverage?

  • A. Create Milestones, set up Entitlement Process, display the related List on the Work Order Page Layout.
  • B. Set up Entitlement Process, set up Service Contracts, display the related List on the Contact Page Layout.
  • C. Create Contract Line Items, set up Entitlement Process, display the related List on the Asset Page Layout.
  • D. Create Milestones, set up Entitlement Process, display the related List on the Account Page Layout.

Answer: D

 

NEW QUESTION 61
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 with Internal Routing enabled, in a Private Space.
  • C. Create the application in a Private Space and restrict the application's set of trusted IP ranges.
  • D. Create the application in a Shield Private Space to enforce stricter requirements for TLS termination.

Answer: C

 

NEW QUESTION 62
......

Certification dumps - Salesforce Architecture Designer Heroku-Architecture-Designer guides - 100% valid: https://www.examcost.com/Heroku-Architecture-Designer-practice-exam.html

100% Pass Your Heroku-Architecture-Designer Salesforce Certified Heroku Architecture Designer at First Attempt with ExamCost: https://drive.google.com/open?id=13L_X0w_tDxnX9e_2iWWAldyeWCzQg6OH