
Practice Heroku-Architect Questions With Certification guide Q&A from Training Expert TorrentValid
Free Salesforce Heroku-Architect Test Practice Test Questions Exam Dumps
NEW QUESTION # 111
How does Heroku Connect work with Salesforce authentication?
- A. OAuth provides Heroku Connect with API tokens after the user authorizes the Heroku Connect application on Salesforce
- B. A single integration user's credentials are stored.
- C. SAML authorizes Heroku Connect to make API calls
- D. The end user of a Heroku app authorizes Heroku Connect via OAuth.
Answer: A
NEW QUESTION # 112
How are languages, buildpacks, and slugs related?
- A. A buildpack knows how to compile code in a specific language down to a slug that runs on Heroku
- B. A language uses a slug to deploy buildpacks as a service across the entire Salesforce Platform.
- C. A slug is a shortened version of a language that compiles down into a buildpack
- D. A slug and a buildpack are sandwiched together between several Heroku add-ons, and the result Is a new open-source language.
Answer: A
NEW QUESTION # 113
A customer runs Production Check on an application from the Dashboard. Which two runtime issues does it check for? Choose 2 answers.
- A. CDN ensuring a CDN is available to the web dynos
- B. Worker dyno scale: ensuring at least 1 worker dyno is available.
- C. Dyno redudancy: ensuring at least 2 web dynos are available
- D. Production-tier database: ensuring a production-tier database is being used
Answer: C,D
Explanation:
- https://devcenter.heroku.com/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrict-record-visibility
NEW QUESTION # 114
A client is building a collection of Heroku applications that will be audited regularly. To comply with the audit, it must be guaranteed that the applications all forward thei logs to the same, single destination. Which solution meets this requirements?
- A. Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled
- B. Deploy all the applications to the Common runtime, and add the same log drain URL to all of them.
- C. Deploy all the applications to the same Private Space with Logplrx disabled.
- D. Deploy all of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them.
Answer: A
Explanation:
- https://devcenter.heroku.com/articles/dataclips
NEW QUESTION # 115
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 aWorkflow toclose the Milestone when the Wrap Up is complete
- C. Create a Milestone which has entry criteria (or Status = Technician Wrap Up.
- D. Create an Entitlement Process which has entry criteria for Status = Technician Wrap Up
- E. Create a Process to call a Flow that completes the Milestone when the Wrap Up is complete.
Answer: B,C,D
NEW QUESTION # 116
A client's application needs to run in a European country for data residence purposes.
What is a consideration in this scenario?
- A. European regions are only available for applications running in Private Spaces.
- B. There is no guarantee that a Heroku Postgres database will be created in the same region as the application that provisions it.
- C. Heroku Postgres backup snapshots and dataclips are always stored in the U.S.
- D. When a dyno is cycled, its replacement might run in a different region.
Answer: A
Explanation:
- https://devcenter.heroku.eom/articles/heroku-postaresql#data-residencv
NEW QUESTION # 117
A client wants to secure their web application using SSL/TLS. They do not have specific requirements regarding using a particular version of SSL/TLS.
Which two Heroku features should an Architect recommend as options? (Choose two.)
- A. Heroku SSL
- B. Heroku Shield Private Spaces
- C. Heroku Private Spaces
- D. Automated Certificate Management
Answer: A,D
NEW QUESTION # 118
A customer needs to test a database schema migration. Which approach should an Architect recommend?
- A. Fork the production database, and run the migration and tests against the fork
- B. Create a follower database, and run the migration and test against the follower database
- C. Detach the Heroku Postgres add-on. and run the migration and tests against the database.
- D. Place the app into maintenance mode, and then perform the tests
Answer: A
Explanation:
- https://www.herokuxom/tech-sessions/get-started-with-apache-kafka
NEW QUESTION # 119
Universal Containers wants to limit the total cost of their Heroku usage while they're getting started on the platform. To accomplish this, they are considering replacing certain add-ons with comparable open-source components, but the development team doesn't want to lose access to certain features that the add-ons provide.
Which option should an Architect recommend for reducing add-on costs without affecting feature availability?
- A. Remove aliases for high-cost add-ons.
- B. Remove data store add-ons from the staging and development versions of the applications.
- C. Share a single instance of a compatible paid add-on across multiple applications.
- D. Migrate add-ons to free plans.
Answer: B
Explanation:
https://devcenterheroku com/articles/heroku-connect-faq#can-j-use-sharing-rules-to-restrict-record- visibility
NEW QUESTION # 120
Which three actions can a user perform on an app in a Heroku Enterprise Team, if that user has been granted only the "deploy" permission for that app? Choose 3 answers.
- A. Transfer the app to another Enterprise Team.
- B. Manage the app's config vars.
- C. Provision an add-on with a free plan
- D. Roll back a release
Answer: B,C,D
Explanation:
- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION # 121
Universal Containers is developing a new application that has a lightweight Node.js front end. They will also be using a Java-based API, which combines data with Salesforce customer dat a. All of the data, and the API, is highly confidential.
What should an Architect suggest to enforce security?
- A. Deploy all of the apps to a Heroku Private Space. Deploy the Java app with Internal Routing enabled. Deploy the Node.js app without Internal Routing enabled.
- B. Deploy all of the apps to the Common Runtime. Force the Java app to use SSI/TLS sessions, and point the Node.js app to its appname.herokuapp.com domain.
- C. Deploy all of the apps to a Heroku Private Space. Force the Java app to use SSI/TLS sessions, and point the Node.js app to its appname.herokuapp.corn domain.
- D. Deploy the apps into either Heroku runtime. Force the Java app to use a CDN, and point the Node.js app to its appname.herokuapp.com domain.
Answer: A
NEW QUESTION # 122
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. Add Heroku Redis as a job queue.
- B. Increase the number of workers to consume thejob faster.
- C. Add a CDN add-on from the Elements marketplace.
- D. Move the application to a Private Space.
Answer: B,D
Explanation:
References:
NEW QUESTION # 123
Upon arrival for a Service Appointment, theField Service Technician reports that a team of people is required to resolve the issue.
How can theDispatcher ensure that the required staff is assigned to the project?
- A. Create a new Service Appointment and assign a Crew.
- B. Assign the existingWork Order to a Crew.
- C. Assign the existing Service Appointment to a Crew.
- D. Assign the existing WorkOrder to each staff member
Answer: A
NEW QUESTION # 124
A client has 3 Heroku applications: App 1, App 2, App 3. They would like to restrict external web traffic to App 3 only. Which two Heroku features should an Architect recommend to enable this architecture?
- A. Trusted IP ranges
- B. Internal Routing
- C. VPC Peering
- D. Private Spaces
Answer: A
NEW QUESTION # 125
Universal Containers uses Heroku Connect to sync their Salesforce org's data with Heroku Postgres. Periodically, they write a very large set of changes that needs to be fully replicated between these two systems.
Which two sets of actions should an Architect propose? (Choose two.)
- A. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to expose them to the Salesforce org using Heroku External Objects.
- B. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync them to the Salesforce org.
- C. Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres.
- D. Pause Heroku Connect then make the changes directly in the Salesforce org. Then allow Heroku Connect to use the Salesforce Bulk API to sync them to Heroku Postgres.
Answer: A,B
NEW QUESTION # 126
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. Provision an Apache Kafka on Heroku add-on
- B. Configure a Heroku button
- C. Create a custom buildpack
- D. Add Heroku Redis
Answer: A
Explanation:
- https://www.heroku.com/tech-sessions/get-started-with-apache-kafka
NEW QUESTION # 127
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 and restrict the application's set of trusted IP ranges.
- B. Create the application in a Shield Private Space to enforce stricter requirements for TLS termination.
- C. Create the application with Internal Routing enabled, in a Private Space.
- D. Create the application in a Private Space with default options.
Answer: A
NEW QUESTION # 128
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 is more likely to approach Salesforce API rate limits.
- 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 does not support using the Salesforce Bulk API.
Answer: C,D
Explanation:
- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION # 129
A client needs to securely connect a Heroku app to a database on their on-premise network. Which two Heroku Enterprise features should an Architect consider?
- A. Private Space Peering
- B. Heroku Private Spaces
- C. SSLEndpoint
- D. Private Space VPN Connections
Answer: B,D
Explanation:
- https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION # 130
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 # 131
Universal 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 Orders with Operating Hours
- B. Operating Hours for Customer Accounts.
- C. Work Types with an Estimated Duration.
- D. Work Types with Service Level Agreement.
Answer: C
NEW QUESTION # 132
Which two Heroku features require Heroku Enterprise Teams? (Choose two.)
- A. Heroku Pipelines
- B. Single Sign-on
- C. Paid add-on plans
- D. Fire-grained app access controls
Answer: A,D
NEW QUESTION # 133
A client wants to deconstruct a monolithic application into a set of microservices The microservices require securer direct peer-to-peer communications.
Which Heroku Enterprise features should an Architect recommend? Choose one answer
- A. Heroku Private Spaces and Private Space VPN connections.
- B. Heroku Private Spaces and Internal Routing.
- C. Heroku Private Spaces and Apache Kafka on Heroku
- D. Shield Private Spaces and Heroku Shield Connect
Answer: B
NEW QUESTION # 134
......
Salesforce Heroku-Architect Certification Exam covers a range of topics, including Heroku application architecture, Heroku data management, Heroku integration, and Heroku security. Heroku-Architect exam consists of multiple-choice questions that assess your understanding of the concepts and best practices related to each of these topics. Heroku-Architect exam is timed and consists of 60 questions. You will have 105 minutes to complete the exam, and you must score at least 68% to pass.
Prepare Top Salesforce Heroku-Architect Exam Audio Study Guide Practice Questions Edition: https://www.torrentvalid.com/Heroku-Architect-valid-braindumps-torrent.html
Dumps Practice Exam Questions Study Guide for the Heroku-Architect Exam: https://drive.google.com/open?id=1rKcp4L4vJPA2el9VBSPXHa42jTicSOHI