Get Special Discount Offer of Heroku-Architect Certification Exam Sample Questions and Answers [Q30-Q52]

Share

Get Special Discount Offer of Heroku-Architect Certification Exam Sample Questions and Answers

New Heroku-Architect Dumps For Preparing Salesforce Architect Certified Salesforce Exam Well

NEW QUESTION # 30
Universal Containers has noticed that with every new product release there is a rise in customer reported Cases and a decrease in first-time fix-rate.
Which two recommendations should a Consultant make? (Choose two.)

  • A. Publish training documentation in a closed Chatter group
  • B. Publish pre-release documentation on the Customer Community.
  • C. Increase training to Field Service Technicians
  • D. Increase training to Sales Representatives.

Answer: B,C


NEW QUESTION # 31
Applications on Heroku that use Salesforce REST APIs can use which authentication mechanisms:

  • A. None of these
  • B. OAuth web or user-agent flow in which the user authorizes a connected app using browser redirects
  • C. Username and password with an OAuth connected app
  • D. Anonymous access without credentials on trusted networks

Answer: B,C


NEW QUESTION # 32
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. Consumers and producers can be scaled independently.
  • C. Individual services can efficiently communicate with each other using REST APIs.
  • D. Individual services can be scaled easily for high-volume event processing

Answer: A,B,D

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


NEW QUESTION # 33
Universal Containers has a Heroku app that uses Heroku Connect to sync data with their Salesforce org. The app makes frequemt updates to the same records over short period of time, and sync speeds have begun to worsen. An Architect recommends using Heroku Connect's Merged Writes algorithm to improve sync speeds. What are 2 implications of using the Merged Writes algorithm in this scenario?

  • A. The Merged Writes algorithm does not support using the Salesforce Bulk API.
  • B. The Merged Writes algorithm does not support using Salesforce SOAP API
  • C. Relationships such as circular dependencies are known to cause issues.
  • D. The Merged Writes algorithm is more likely to approach Salesforce API rate limits.

Answer: A,C

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


NEW QUESTION # 34
Heroku add-ons are cool because they:

  • A. Accessorize your dynos with over-clocked CPU power and faster I/O speeds
  • B. Can be provisioned easily from the Heroku Enterprise Flea Market system.
  • C. Give you the ability to add complex functionality to your application without having to manage the underlying software or infrastructure.
  • D. Cost nothing - billing is easy because they're always provided at no additional cost with every Heroku Enterprise account.

Answer: C


NEW QUESTION # 35
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 introducingHeroku Connect in this environment?

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

Answer: A


NEW QUESTION # 36
Universal Containers is developing a Salesforce app that invokes a Heroku app's web service, which asynchronously generates customer invoices. The Heroku app is deployed to a Private Space. When an invoice is ready, the Heroku app sends a POST request to the Salesforce REST API. Which two options should an Architect recommend to ensure that neither the Salesforce nor the Heroku app is accessible from the public internet? Choose 2 answers.

  • A. Restrict the Private Space's trusted IP range to Universal Containers' VPN
  • B. Restrict the Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
  • C. Restrict the Private Space's trusted IP range to Salesforce IP addresses
  • D. Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN

Answer: B,C

Explanation:
- This is no VPN connection and a trusted IP range is used to limit the trusted outside application's IP address And there is document related to this use case: https://devcenterheroku.com/articles/establish-trust-private-space-and-salesforce#salesforce-heroku-apps


NEW QUESTION # 37
Universal Containerswould like toenforce a 48-hour SLA to ensure that Technicians perform certain follow-up activities after they leave a customer site The starting point of the SLA is when the Work Order Status is set to
"Technician Wrap Up." The Technician is required to provide confirmation that wrap up is completed.
Which three configurations should a Consultant implement to ensure this can be achieved? (Choose three.)

  • A. Create custom fields to capture that the Wrap Up Activities have been completed.
  • B. Create a Milestone which has entry criteria (or Status = Technician Wrap Up.
  • C. Create an Entitlement Process which has entry criteria for Status = Technician Wrap Up
  • D. Create a Process to call a Flow that completes the Milestone when the Wrap Up is complete.
  • E. Create aWorkflow toclose the Milestone when the Wrap Up is complete

Answer: B,C,E


NEW QUESTION # 38
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:
- https/Vdevcenter heroku.com/articles/internal-routing


NEW QUESTION # 39
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 anArchitect 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.

Answer: C

Explanation:
- https://devcenter.heroku.eom/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrict-record-visibility


NEW QUESTION # 40
Universal Containers wants to reduce their mean-time-to-service
Which three Field Service process should a Consultant recommend to accomplish this goal? (Choose three )

  • A. Adjust Scheduling Policy
  • B. Customer Entitlements
  • C. Dispatching
  • D. Knowledge Base

Answer: A,C,D


NEW QUESTION # 41
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. Configure a second VPN connection for the Private Space that remote employees can use.
  • B. Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.
  • C. Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
  • D. Enable remote employees to VPN into the company's on-premise network.

Answer: A


NEW QUESTION # 42
When designing a Heroku application, which two approaches observe the Twelve-Factor methodology?
Choose 2 answers.

  • A. On deployment,Heroku fetches and installs any dependencies that are missing according to the application's list of dependencies
  • B. On startup, the application's source code fetches and installs any dependencies that are missing according to the application's list of dependencies.
  • C. The application's database configuration is stored in the application's Profile
  • D. The application's database configuration is stored in the application's config vars.

Answer: A,D

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


NEW QUESTION # 43
Universal Containers would like to avoid H12 ("request timeout") and H22 ("connection limit reached") errors when running an e-commerce retail site that must process millions of inbound requests during their one-day semi-annual sale. Which two solution measures should an Architect recommend to prepare for the semi-annual sale?

  • A. Perform load test using 10% sample size
  • B. Engage with Heroku Support to implement load testing
  • C. Enable and load test autoscaling
  • D. Implement load balancing using Kafka

Answer: B,C

Explanation:
- https://devcenter.heroku.com/artlcles/event-driven-microservlces-with-apache-kafka


NEW QUESTION # 44
A client runs an application on a background worker dyno. The application allows its users to request personalized information as a PDF. At peak usage, the app processes millions of requests at once.The resulting number of requests has caused a bottleneck that is impacting its performance.
Which two solutions can an Architect recommend to resolve the bottleneck and improve performance?
(Choose two.)

  • A. Increase the number of workers to consume thejob faster.
  • B. Add Heroku Redis as a job queue.
  • C. Move the application to a Private Space.
  • D. Add a CDN add-on from the Elements marketplace.

Answer: A,C


NEW QUESTION # 45
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. Fork and follower databases
  • B. Heroku Postgres Continuous Protection backups
  • C. Heroku Dataclips
  • D. Snapshots created with Heroku PGBackups

Answer: A,C

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


NEW QUESTION # 46
To satisfy the requirements of an upcoming compliance audit, a client must provide a record of all interactive commands run against a production application in the last six months. Which Heroku feature should an Architect recommend to help with this use case?

  • A. Heroku Shield keystroke logging
  • B. SSH tunneling using Heroku Exec
  • C. Private Space Logging
  • D. Dataclips

Answer: A

Explanation:
-https://devcenter.heroku.com/articles/event-driven-microservices-with-apache-kafka


NEW QUESTION # 47
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 Internal Routing
  • C. Heroku and Apache Kafka on Heroku
  • D. Heroku Private Spaces and Heroku Connect

Answer: B

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


NEW QUESTION # 48
A client currently runs a Ruby script in a one-off dyno each time they deploy their Go application to Heroku. The development team wants the script to be executed before the application is deployed because it performs necessary database migrations. Which approach should an Architect recommend?

  • A. Convert the Ruby release script to Go and execute it on application startup
  • B. Modify the Go buildpacK to install Ruby, and run the script from the _profile
  • C. Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
  • D. Define different process types for the Ruby script and the Go application in the app's Profile.

Answer: C

Explanation:
- There are many scenarios in which a single buildpack is not sufficient when building an application. This includes cases when you need to: Run a buildpack for each language your app uses For example, run a JavaScript buildpack for assets and a Ruby buildpack for your application Run a daemon process such as pgbouncer with your application. Pull in system dependencies with apt. You can check the following for more information: https://devcenter heroku com/articles/using-multiple-buildpacks-for-an-app


NEW QUESTION # 49
What is a Heroku dyno?

  • A. A managed runtime container with a Linux operating system underneath
  • B. An on-prem server that you can install in a rack at your nearest co-location facility
  • C. A specialized dinosaur monitoring service delivered from the cloud
  • D. Your application code compiled and ready to be served to a variety of web clients

Answer: A


NEW QUESTION # 50
Which Heroku features should an Architect recommend to create a secure connection between Heroku and Microsoft Azure?

  • A. Heroku Private Spaces and Private Space VPN Connections, using a compatible VPN endpoint on Azure
  • B. Heroku Private Spaces and Private Space Peering, using Azure's VPC Peering.
  • C. Heroku Shield Private Spaces and Internal Routing, using Azure's built-in VPN endpoint
  • D. Heroku Private Spaces and Private Space VPN Connections, using Azure's built-in VPN endpoint.

Answer: A

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


NEW QUESTION # 51
Universal Containers would like to enforce a 48-hour SLA to ensure that Technicians perform certain follow-up activities after they leave a customer site The starting point of the SLA is when the Work Order Status is set to "Technician Wrap Up." The Technician is required to provide confirmation that wrap up is completed.
Which three configurations should a Consultant implement to ensure this can be achieved? (Choose three.)

  • A. Create custom fields to capture that the Wrap Up Activities have been completed.
  • B. Create a Milestone which has entry criteria (or Status = Technician Wrap Up.
  • C. Create an Entitlement Process which has entry criteria for Status = Technician Wrap Up
  • D. Create a Process to call a Flow that completes the Milestone when the Wrap Up is complete.
  • E. Create a Workflow to close the Milestone when the Wrap Up is complete

Answer: B,C,E


NEW QUESTION # 52
......

Updated Heroku-Architect Dumps Questions Are Available For Passing Salesforce Exam: https://vcetorrent.examtorrent.com/Heroku-Architect-prep4sure-dumps.html