
Heroku-Architect Premium Files Updated Mar-2023 Practice Valid Exam Dumps Question
Practice with Heroku-Architect Dumps for Salesforce Architect Certified Exam Questions & Answer
Salesforce Heroku-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
NEW QUESTION 25
How are languages, buildpacks, and slugs related?
- A. A slug and a buildpack are sandwiched together between several Heroku add-ons, and the result Is a new open-source language.
- B. A buildpack knows how to compile code in a specific language down to a slug that runs on Heroku
- C. A language uses a slug to deploy buildpacks as a service across the entire Salesforce Platform.
- D. A slug is a shortened version of a language that compiles down into a buildpack
Answer: B
NEW QUESTION 26
Universal Containers provides prompt service and has multiple service levels (or different customers Over 50% of Service Appointments are created on the sameday 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 Dispatch Service Appointments using Drip Feed.
- C. Automatically schedule unscheduled services to available Resources
- D. Automatically change the status to Dispatched of all Service Appointments.
Answer: A
NEW QUESTION 27
A platform as a service (PaaS) is:
- A. A piece of software in the cloud that you can use just by logging in
- B. A service to help you buy and install your own server hardware
- C. A way to deliver hardware and software tools, such as those needed for application development, to users as a service
- D. A monthly bare-metal server rental service
Answer: C
NEW QUESTION 28
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 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.
- 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. Use Salesforce Connect to perform any necessary transformations on Vie SAP data and sync the transformed data to the Salesforce org.
- D. 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.
Answer: A
Explanation:
- https//www.heroKu.com/tech-sessions/get-started-wlth-apache-kafka
NEW QUESTION 29
A client has data in a production Heroku Postgres database, and needs to quickly get access to a subset of that data for reporting needs.
Which two features does Heroku Dataclips provide to enable this? (Choose two.)
- A. JSON export of query results, with CORS support
- B. CSV export of query results
- C. A simple REST API access to query results
- D. Postgres dump file of query results
Answer: A,B
Explanation:
- https://devcenter.heroku.com/arlicles/dataclips
NEW QUESTION 30
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. Create Entitlement records, Set Up Entitlements Process for Work Orders. Set Up Milestones
- C. Set Up Entitlements Process for Work Orders, Set Up Milestones, Create Entitlement records
- D. Set Up Milestones. Create Entitlenen: records, Set Up Entitlements Process for Work Orders.
Answer: C
NEW QUESTION 31
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 Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
- B. Restrict the Private Space's trusted IP range to Salesforce IP addresses
- C. Restrict the Private Space's trusted IP range to Universal Containers' VPN
- D. Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
Answer: A,B
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 32
Universal Containers wants to set up communication between multiple public-facing Heroku web applications hosted on the Common Runtime. Which solution should an Architect recommend?
- A. Bind all of the Heroku applications to the same port
- B. Send requests to each application's URL using HTTP/HTTPS.
- C. Move the application to a Private Space, and enable Internal Routing for them
- D. Configure a worker process type for each application that listens for incoming remote procedure calls.
Answer: C
Explanation:
- https://www.heroku.com/tech-sessions/get-started-with-apache-kafka
NEW QUESTION 33
What is a Heroku dyno?
- A. An on-prem server that you can install in a rack at your nearest co-location facility
- B. A specialized dinosaur monitoring service delivered from the cloud
- C. A managed runtime container with a Linux operating system underneath
- D. Your application code compiled and ready to be served to a variety of web clients
Answer: C
NEW QUESTION 34
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. Share a single instance of a compatible paid add-on across multiple applications.
- C. Migrate add-ons to free plans.
- D. Remove data store add-ons from the staging and development versions of the applications.
Answer: D
Explanation:
https://devcenterheroku com/articles/heroku-connect-faq#can-j-use-sharing-rules-to-restrict-record- visibility
NEW QUESTION 35
You can use Heroku Connect for:
- A. All of these
- B. Data proxy with Salesforce Connect
- C. Bidirectional data replication
- D. One-way data replication
Answer: A
NEW QUESTION 36
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. Only allow access to Heroku Redis through an SSH connection.
- B. Set up SSL Certificates on Heroku and the third-party application.
- C. Set up both a VPN and a VPC between Heroku and the third-party application.
- D. Use stunnel to secure the connection between Heroku Redis and the third-party application.
Answer: A
Explanation:
- https://devcenter.heroku.com/articles/securing-heroku-redis
NEW QUESTION 37
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. Snapshots created with Heroku PGBackups
- B. Heroku Dataclips
- C. Heroku Postgres Continuous Protection backups
- D. Fork and follower databases
Answer: B,D
Explanation:
- https://devcenter.heroku com/articles/heroku-postgresql
NEW QUESTION 38
Universal Containers has a large volume of cancellations occurring on their Work Orders. The COO wants to manage Work Order cancellations and subsequentfollow-ups.
Which two options should a Consultant recommend? (Choose two )
- A. Change the Work Order with a closed status of "Cancelled".
- B. Create a child Work Order for the follow-up Work Order
- C. Address
- D. Change the Work Order with a status of "New".
- E. Re-use the existing Work Order for the follow-up.
Answer: A,B
NEW QUESTION 39
Universal Containers wants their Field Technicians to indicate if any of their Service Appointments are at risk of not being completed on time. They would like forthis to be achieved on a mobile device using a Quick Action What should a Consultant recommend to achieve this requirement?
- A. Update the Service Appointment Chatter feed.
- B. Reschedule the Service Appointment for later
- C. Update the Service Appointment Status field.
- D. Update the Service Appointment field "In Jeopardy"
Answer: C
NEW QUESTION 40
Universal Containers has enabled Field Service Lightning and is looking to enable Entitlements for Work Orders. What should a Consultant take into consideration?
- A. Creating Entitlements for Cases and Work Orders must be separated.
- B. Creating Entitlements for Work Orders requires Lightning to be enabled.
- C. Managing page layouts and validation rules can be done in Salesforce Lightning
- D. Managing page layouts and milestone trackers can be done in the Salesforce mobile app.
Answer: A
NEW QUESTION 41
Universal Containers (UC) uses Apache Kafka on Heroku to stream shipment inventory data in real time throughout the world. A Kafka topic is used to send messages with updates on the shipping container GPS coordinates as they are in transit. UC is using a Heroku Kafka basic-0 plan. The topic was provisioned with 8 partitions, 1 week of retention, and no compaction. The keys for the events are being assigned by Heroku Kafka, which means that they will be randomly distributed between the partitions.
UC has a single-dyno consumer application that persists the data to their Enterprise Data Warehouse (EDW). Recently, they've been noticing data loss in the EDW.
What should an Architect with Kafka experience recommend?
- A. Use Heroku Redis to store message receipt information to account for "at-least" once delivery, which will guarantee that messages are never processed more than once. Scale up the consumer dynos to match the number of partitions so that there is one process for each partition.
- B. Upgrade to a larger Apache Kafka for Heroku plan, which has greater data capacity.
- C. Enable compaction on the topic to drop older messages, which will drop older messages with the same key.
Answer: A
NEW QUESTION 42
......
REAL Heroku-Architect Exam Questions With 100% Refund Guarantee : https://www.testsimulate.com/Heroku-Architect-study-materials.html