
Validate your Skills with Updated Heroku-Architecture-Designer Exam Questions & Answers and Test Engine
Tested & Approved Heroku-Architecture-Designer Study Materials Download Free Updated 185 Questions
NEW QUESTION 38
A client has an e-commerce application that stores credit card information. The application will run the production. Which security certification does the application need to meet?
- A. ISO 27018
- B. SOC2Typel
- C. PCI level 1
- D. ISO 27017
Answer: C
Explanation:
Explanation
-
https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION 39
Which technology do Salesforce REST APIs use for authentication?
- A. OAuth
- B. Basic usernames and passwords
- C. Pre-shared keys
- D. SAML
Answer: B
NEW QUESTION 40
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. Use Lookup Fields.
- B. Add Fields on the Page Layout.
- C. Create CSS in the Dispatcher's Console.
- D. Configure Field Sets on the Service Appointment.
Answer: 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. Enable remote employees to VPN into the company's on-premise network.
- B. Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.
- C. Configure a second VPN connection for the Private Space that remote employees can use.
- D. Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION 42
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 Postgres Continuous Protection backups
- C. Heroku Dataclips
- D. Fork and follower databases
Answer: C,D
Explanation:
Explanation
- https://devcenter.heroku com/articles/heroku-postgresql
NEW QUESTION 43
Universal Containers wants to ensure that only Field Technicians with a specialized certification are sent Work Orders of a specific type.
In which two ways can a Consultant ensure the correct Resources are assigned to Work Orders? (Choose two.)
- A. Assign Skills and Skill Levels to Resources.
- B. Implement Work Types and Skill Assignments.
- C. Implement Assignment Rules and Work Orders.
- D. Assign Skills and Skill Levels to Users.
Answer: A,B
NEW QUESTION 44
Universal Containers has a microservices architecture on Heroku. One microservice. named the Metrics Microservice. periodically fetches metrics from a fleet of loT sensors. Then, the Metrics Microservice is required to send relevant metrics to each of the other microservices using REST. When a new microservice is added to the architecture, the Metrics Microservice must send metrics to that new microservice too. As a result, adding microservices to the architecture causes performance issues. How should an Architect recommend changing this architecture to improve its scalability?
- A. Use Private Space DNS Service Discovery to reduce the amount of time required for the Metrics Microservice to obtain each other microservice's IP address
- B. Use Apache Kafka on Heroku to publish metrics to a topic that the other microservices can consume.
- C. Configure each microservices to directly fetch the sensor metrics that are relevant to it.
- D. Configure the other microservices to pull the Metrics Microservice for updates every five seconds
Answer: B
Explanation:
Explanation
- https://devcenter.heroku.com/arlicles/heroku<onnect-faq#can-i-use-sharing-rules-to-restrict-recorcd-visibility
NEW QUESTION 45
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 Dispatch Service Appointments using Drip Feed.
- B. Automatically change the status to Dispatched of all Service Appointments.
- C. Automatically run Optimization Background Job every hour.
- D. Automatically schedule unscheduled services to available Resources.
Answer: C
NEW QUESTION 46
Ursa Major Solar provides home installment services to its customers. To track these home installments, the company uses Opportunities. At any given time, the status of the home installments can be one of the 10 values. Currently, Ursa Major Solar has 189,000 Opportunity records.
An Architect needs to create a new field to track home installment status opportunity while also improving data quality and avoiding data skew.
What should the Architect do?
- A. Create a Lookup to custom object InstallmentStatus_c.
- B. Create a picklist field, values sorted alphabetically.
- C. Create a text field and make it an external ID.
- D. Create a Master-Detail to custom object InstallmentStatus_c.
Answer: B
NEW QUESTION 47
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. Replace autoscaling with a manual scaling option of 2.
- B. Move long-running tasks to worker dynos.
- C. Upgrade to performance-L dynos with 14 GB RAM.
- D. Add a logging add-on from the Elements marketplace.
Answer: B
Explanation:
Explanation/Reference: http://storage.hinterland.nu/webdav/Documents/To%20Read/Heroku%20Cloud%20Application%
20Development.pdf (290)
NEW QUESTION 48
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. 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
- B. 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. - 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. 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.
Answer: A
Explanation:
Explanation
- https //devcenterheroku.com/articles/private-spaces#lruslecl-ip-ranges
NEW QUESTION 49
The primary benefit of a workflow outbound message over an Apex trigger is:
- A. The message can handle every database event.
- B. Messages are completely declarative.
- C. The message can deliver the payload only as SOAP
- D. The message supports different authentication mechanisms
Answer: B
NEW QUESTION 50
Universal Containers provides multiple service types (i.e., Installation, Maintenance, Break/Fix, etc.). Each service requires a variety of skills and certifications in order for a resource to excel.
Which two configurations should a Consultant implement to meet this requirement? (Choose two.)
- A. Assign the appropriate Skills to Resources.
- B. Select the relevant Work Types for each Resource.
- C. Use Work Types with Required Skills.
- D. Create Multiple Work Orders Line Items per service.
Answer: A,C
NEW QUESTION 51
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 track certification using reminder.
- D. Add the Resource Skill and create Absence once expired.
Answer: B
Explanation:
Explanation
NEW QUESTION 52
Every year, Ursa Major Solar has more than 1 million orders. Each order contains an average of 10 line items.
The Chief Executive Officer (CEO) needs the Sales Reps to see how much money each customer generates year-over-year. However, data storage is running low in Salesforce.
Which approach for data archiving is appropriate for this scenario?
- A. 1. Annually aggregate order amount data to store in a custom object.
2. Delete those orders and order line items. - B. 1. Annually delete orders and order line items.
2. Ensure the customer has order information in another system. - C. 1. Annually export and delete orders and order line items.
2. Store them in a zip file in case the data is needed later. - D. 1. Annually export and delete order line items.
2. Store them in a zip file in case the data is needed later.
Answer: A
NEW QUESTION 53
Universal Containers (UC) is opening offices in Japan and Germany. This will allow them to serve new customers in Asia and in Europe. UC is concerned about application latency for their new customers, especially because the app serves large amounts of dynamic content.
Which Heroku Enterprise feature should an Architect recommend to alleviate this concern?
- A. Deploy a globally-distributed CDN in front of the application.
- B. Create a Heroku Pipeline to mirror the app and its data in each region.
- C. Deploy instances of their applications into Private Spaces in Tokyo and Frankfurt.
- D. Create Salesforce orgs in each region and use Heroku Connect to link them.
Answer: D
Explanation:
Explanation/Reference:
NEW QUESTION 54
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. Manage the app's config vars.
- B. Roll back a release
- C. Provision an add-on with a free plan
- D. Transfer the app to another Enterprise Team.
Answer: A,B,C
Explanation:
Explanation
- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION 55
A Universal Containers' (UC) Technician is completing a service appointment, but is unable to finish one of the tasks defined on the Work Order Line Items because of insufficient inventory.
Assuming UC is using the standard Work Order and Line Item status picklist values, how should the work be recorded?
- A. Mark all completed Work Order Line Items as "Completed". Mark the incomplete Work Order Line Item as "Cannot Complete" and enter details in the Description field. Mark the parent Work Order as
"Cannot Complete". - B. Mark all Work Order Line Items as "Cannot Complete," including the incomplete Work Order Line Item; mark the parent Work Order as "In Progress".
- C. Mark all completed Work Order Line Items as "Completed". Mark the incomplete Work Order Line Item as "Cannot Complete" and enter details in the Description field. Mark the parent Work Order as
"Closed". - D. Mark all completed Work Order Line Items as "Completed". Mark the incomplete Work Order Line Item as "Cannot Complete", and enter details in the Description field. Mark the parent Work Order as
"Cancelled."
Answer: A
NEW QUESTION 56
4Universal 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 Types with Service Level Agreement.
- B. Operating Hours for Customer Accounts.
- C. Work Types with an Estimated Duration.
- D. Work Orders with Operating Hours
Answer: A,B
NEW QUESTION 57
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. Limit Status Transitions based on Profile.
- B. Assign Permission Sets that allow Status Transitions.
- C. Allow Status Transitions based on Role.
- D. Configure Status Transitions based on Resource Type.
Answer: A
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. When a dyno is cycled, its replacement might run in a different region.
- C. European regions are only available for applications running in Private Spaces.
- D. Heroku Postgres backup snapshots and dataclips are always stored in the U.S.
Answer: C
NEW QUESTION 59
......
Regular Free Updates Heroku-Architecture-Designer Dumps Real Exam Questions Test Engine: https://www.passtorrent.com/Heroku-Architecture-Designer-latest-torrent.html