
Jan-2022 Latest Actual4dump Heroku-Architecture-Designer Exam Dumps with PDF and Exam Engine Free Updated Today!
Following are some new Heroku-Architecture-Designer Real Exam Questions!
NEW QUESTION 42
Universal Containers has Role-based Technicians and Managers who handle Service Appointments. Many times, Technicians arrive on-site but are unable to gain access to the customer's equipment. In this scenario, only the Manager has permission to cancel the Service Appointment.
How should a Consultant recommend adhering to this business process?
- A. Assign Permission Sets that allow Status Transitions.
- B. Configure Status Transitions based on Resource Type.
- C. Limit Status Transitions based on Profile.
- D. Allow Status Transitions based on Role.
Answer: C
NEW QUESTION 43
Members of DreamHouse Realty sales team are reporting that searches are yielding too many irrelevant, outdated records. Management requires that data for historical reporting. DreamHouse Realty has enough data storage.
In this situation, which strategy should a data architect use to ensure a better user experience for the Sales Reps?
- A. Hide old data from Sales Reps by setting data access to Private.
- B. Use Batch Apex to archive old data on a rolling nightly basis.
- C. Hide old data from Sales Reps by creating a Permission Set.
- D. Archive and purge old data from Salesforce on a monthly basis.
Answer: D
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. Move the application to a Private Space.
- B. Add a CDN add-on from the Elements marketplace.
- C. Add Heroku Redis as a job queue.
- D. Increase the number of workers to consume the job faster.
Answer: A,D
NEW QUESTION 45
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 46
Universal Containers utilizes two contractors, Contractor 1 and Contractor 2, to perform repair work. Contractor
1 has provided service longer for Universal Containers 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 2 as an Excluded Resource.
- B. Assign Contractor 1 as a Preferred 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 47
Universal Containers wants Field Technicians to capture customer authorization via a signature through Salesforce mobile app.
What should a Consultant recommend?
- A. Create a checkbox on the Service Appointment that will capture the customer's Authorization.
- B. Create an Approval Process from the Service Appointment for the customer's Authorization.
- C. Create a custom text field to capture the customer's signature on Salesforce mobile app.
- D. Create a Quick Action on the Service Appointment to launch a Visualforce signature page.
Answer: A
NEW QUESTION 48
Which three resources can be found in the Heroku Elements Marketplace? (Choose three.)
- A. Add-ons
- B. Heroku Buttons
- C. Docker image files
- D. Buildpacks
- E. Heroku Stacks
Answer: A,B,D
Explanation:
Explanation/Reference: https://www.heroku.com/elements
NEW QUESTION 49
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 50
Universal Containers wants to ensure that Service Appointments are only assigned to Active Resources. What configuration should a Consultant recommend for the Scheduling Policy?
- A. Match Fields
- B. Preferred Resources
- C. Required Resources
- D. Match Boolean
Answer: D
NEW QUESTION 51
Universal Containers has recently experienced a higher volume of traffic on their mobile app hosted on Heroku.
When Universal Containers was running 4 standard-2x dynos with 1 GB RAM each, they encountered multiple H12 ("request timeout") errors. The app never consumed more than 800 MB of RAM. They then switched to performance-m dynos, with 2.5 GB RAM, and set autoscaling to a maximum of 2 dynos. However, they still encountered H12 ("request timeout") errors.
What remediation should an Architect recommend to alleviate this problem?
- A. Move long-running tasks to worker dynos.
- B. Upgrade to performance-L dynos with 14 GB RAM.
- C. Add a logging add-on from the Elements marketplace.
- D. Replace autoscaling with a manual scaling option of 2.
Answer: A
Explanation:
Explanation/Reference: http://storage.hinterland.nu/webdav/Documents/To%20Read/Heroku%20Cloud%20Application%
20Development.pdf (290)
NEW QUESTION 52
Cloud Kicks has the following requirements:
* Their Shipment custom object must always relate to a Product, a Sender, and a Receiver (all separate custom objects).
* If a Shipment is currently associated with a Product, Sender, or Receiver, deletion of those records should not be allowed.
* Each custom object must have separate sharing models.
What should an Architect do to fulfill these requirements?
- A. Associate the Shipment to each parent record by using a VLOOKUP formula field.
- B. Create a required Lookup relationship to each of the three parent records.
- C. Create two Master-Detail and one Lookup relationship to the parent records.
- D. Create a Master-Detail relationship to each of the three parent records.
Answer: B
NEW QUESTION 53
Universal Containers (UC) has an app that allows a costumer to schedule a compute-intensive job. It allows the costumer to schedule the job on an ad-hoc basis. UC has decided to break up the app into the following services: - Website: an Interface for their costumers; -Billing: generates monthly invoices based on usage metrics; - Traffic Cop: manages the job queue, job definitions and job schedule; - Job Runner; runs jobs that Traffic Cop queues up. It Is responsible for self-introspection and self-scaling. UC also wants to create a data lake for analytics. What foundational technology and design should an Architect use to manage communication between these services?
- A. Heroku Connect and Salesforce Sync all relevant data into Salesforce and allow it to flow into each service Create custom objects for each service and alow them to post to each others' objects as needed.
Push data from Salesforce into Heroku Postgres for a data lake. - B. Heroku Redis, create a large Redis store. Allow each service to place messages with an agreed-upon format into a single queue, backed by the Redis store Services listen for messages addressed to them and take action on them. Redis will serve as the data lake.
- C. Apache Kafka on Heroku Create a Kafka queue for each service. Create a central routing service that connects to all of the Kafka queues and routes data. The central router is attached to a data lake, and pushes every message into It.
- D. Apache Kafka on Heroku as a bus between all services Create topics for billing, jobs, and website clicks Create an additional service, which will subscribe for all topics, and dump every message into a data lake
Answer: D
Explanation:
Explanation
- https //devcenterheroku.com/articles/private-spaces#lruslecl-ip-ranges
NEW QUESTION 54
A client wants to create a secure network connection between Heroku applications running in a Private Space and an AWS VPC.
Which Heroku feature should an Architect recommend to create the connection?
- A. Heroku Connect
- B. Private Space VPN connections
- C. Internal Routing
- D. Private Space Peering
Answer: B
Explanation:
Explanation/Reference: https://blog.heroku.com/private-spaces-vpn
NEW QUESTION 55
Universal Containers wants to give Field Technicians the ability to create follow-up appointments if they are unable to complete a Work Order due to missing inventory.
What should a Consultant implement to meet this requirement?
- A. Implement a Macro to generate Service Appointments on the existing Work Order.
- B. Implement a Custom Button to Create a Service Appointment on the existing Work Order.
- C. Implement a Quick Action to create a new Work Order Line Item on the existing Work Order.
- D. Implement a Quick Action to create a new Service Appointment on the existing Work Order.
Answer: D
NEW QUESTION 56
Universal Containers has an initiative to increase customer satisfaction by committing preferred resources to accounts and providing prompt service Which two Scheduling Policies would assist to meet this initiative? (Choose two )
- A. High Intensity
- B. Soft Boundaries
- C. Customer First
- D. Emergency Policy
Answer: B,C
NEW QUESTION 57
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 a Process to call a Flow that completes the Milestone when the Wrap Up is complete.
- B. Create an Entitlement Process which has entry criteria for Status = Technician Wrap Up.
- C. Create a Workflow to close the Milestone when the Wrap Up is complete.
- D. Create custom fields to capture that the Wrap Up Activities have been completed.
- E. Create a Milestone which has entry criteria for Status = Technician Wrap Up.
Answer: B,C,E
NEW QUESTION 58
A client's application needs to run in a European country for data residence purposes.
What is a consideration in this scenario?
- A. There is no guarantee that a Heroku Postgres database will be created in the same region as the application that provisions it.
- B. European regions are only available for applications running in Private Spaces.
- C. When a dyno is cycled, its replacement might run in a different region.
- D. Heroku Postgres backup snapshots and dataclips are always stored in the U.S.
Answer: B
Explanation:
Explanation
- https://devcenter.heroku.eom/articles/heroku-postaresql#data-residencv
NEW QUESTION 59
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 status of "New".
- B. Create a child Work Order for the follow-up Work Order
- C. Change the Work Order with a closed status of "Cancelled".
- D. Address
- E. Re-use the existing Work Order for the follow-up.
Answer: B,C
NEW QUESTION 60
The Heroku CLI give you the ability to:
- A. Install your own Heroku instance on to your on-prem servers
- B. Use Heroku with an expressive and powerful toolset on the command line
- C. Leverage the most powerful interface in the galaxy to have complete control over a fully operational battle station
- D. Make a mean cup of Java
Answer: B
NEW QUESTION 61
Universal Containers wants to provide Dispatchers with Account and Asset details when they hover over each Service Appointment.
How should a Consultant recommend implementing this feature?
- A. Configure Field Sets on the Service Appointment.
- B. Use Lookup Fields.
- C. Create CSS in the Dispatcher's Console.
- D. Add Fields on the Page Layout.
Answer: A
NEW QUESTION 62
Universal Containers has 3 Heroku apps in its microservices and requires that logs for all of the apps be stored in the same location for analysis and alerting purposes. How would they achieve this?
- A. Install a logging add-on for one app and attach it to the other two apps
- B. Set up the 3 apps as producers for Apache Kafka on Heroku and save their logs to Kafka
- C. Send logs from each app to their own Heroku redis Store, and then combine all logs in a fourth master store.
- D. Set up a file on the filesystem and share it with all the apps
Answer: B
Explanation:
Explanation
-
https://devcenter.herokuxom/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrict-record-visibility
NEW QUESTION 63
A Field Service Technician wants to view a list of parts consumed during a given time period. The Technician will then use the data to replenish inventory on the truck.
Which three steps should a Consultant recommend to track the number of parts consumed? (Choose three.)
- A. Build a report to view Products Consumed on Work Orders.
- B. Build a report to view Inventory Transactions.
- C. Build a report to view Products Consumed on Work Order Line Items.
- D. Build a report using the Service Appointment Inventory module.
- E. Build a report using the Work Order inventory module.
Answer: A,B,C
NEW QUESTION 64
For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)
- A. Providing a data cache layer
- B. Querying relational data
- C. Providing long-term data warehousing
- D. Adding jobs to a queue
Answer: B,C
Explanation:
Explanation/Reference: https://blog.heroku.com/heroku-redis-ga-and-introducing-heroku-data-links
NEW QUESTION 65
A client wants to create a scalable set of microservices that communicate with each other, where multiple microservices have a public REST API.
Which architecture strategy allows this on Heroku?
- A. Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.
- B. Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
- C. Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
- D. Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
Answer: A
NEW QUESTION 66
......
Resources From:
- 2022 Latest Actual4dump Heroku-Architecture-Designer Exam Dumps (PDF & Exam Engine) Free Share: https://whizlabs.actual4dump.com/Salesforce/Heroku-Architecture-Designer-actualtests-dumps.html
Free Resources from Actual4dump, We Devoted to Helping You 100% Pass All Exams!