[Dec-2022] Latest Salesforce Heroku-Architecture-Designer exam dumps and online Test Engine
Salesforce Heroku-Architecture-Designer: Selling Salesforce Architecture Designer Products and Solutions
NEW QUESTION 62
In the hierarchy of cloud services, PaaS generally provides more out of the box than:
- A. Visualforce pages
- B. Salesforce Marketing Cloud
- C. Software as a service (SaaS)
- D. Infrastructure as a service (laaS) and on-premises Infrastructure
Answer: D
NEW QUESTION 63
According to the Twelve-Factor methodology, which best practice helps minimize the gap between development and production?
- A. Using the same backing services in all of an application's environments.
- B. Writing processes that are fast to start up and gracefully shut down
- C. Executing long-running tasks as background processes.
- D. Configuring application logging to write stdout.
Answer: A
Explanation:
Explanation
- https://devcenter.heroku.com/articles/internal-routing
NEW QUESTION 64
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. Add a CDN add-on from the Elements marketplace.
- C. Increase the number of workers to consume the job faster.
- D. Move the application to a Private Space.
Answer: C,D
NEW QUESTION 65
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 pre-release documentation on the Customer Community.
- B. Publish training documentation in a closed Chatter group.
- C. Increase training to Sales Representatives.
- D. Increase training to Field Service Technicians.
Answer: A,D
NEW QUESTION 66
Universal Containers intends to build an app which will accept card payments. The app also needs to store, process, and transmit cardholder data.
Which Heroku architecture should an Architect recommend?
- A. A Shield Private Space with a Shield Postgres add-on.
- B. Common Runtime with secure, isolated containers for running the app's code.
- C. A Private Space with Internal Routing enabled on the app.
- D. A Private Space restricted to a set of trusted IP ranges.
Answer: A
NEW QUESTION 67
DreamHouse Realty has a data model as shown in the image. The Project object has a private sharing model, and it has Roll-Up summary fields to calculate the number of resources assigned to the project, total hours for the project, and the number of work items associated to the project.
There will be a large amount of time entry records to be loaded regularly from an external system into Salesforce.
What should the Architect consider in this situation?
- A. Load all data after deferring sharing calculations.
- B. Load all data using external IDs to link to parent records.
- C. Calculate summary values instead of Roll-Up by using workflow.
- D. Calculate summary values instead of Roll-Up by using triggers.
Answer: A
NEW QUESTION 68
A client is running an app on 20 Standard-2x dynos. They are noticing highly variable performance when the application is experiencing a heavy load.
Which two suggestions should an Architect make in this scenario? (Choose two.)
- A. Add additional Standard-2x dynos.
- B. Install a performance monitoring tool.
- C. Configure the app to use Performance dynos.
- D. Configure the app to use Standard-lx dynos.
Answer: A,C
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/optimizing-dyno-usage
NEW QUESTION 69
Universal Containers wants to process mobile payments.
How can this requirement be met?
- A. Install an AppExchange package.
- B. Create a custom payments object.
- C. Attach a picture of the credit card.
- D. Add a custom field to store the credit card number.
Answer: A
NEW QUESTION 70
Universal Containers experienced an outage with their production Heroku Postgres database due to a fault with the underlying infrastructure. The database was unavailable for an hour. The database is on the Standard-0 plan.
Which two actions should an Architect recommend to mitigate such database failures and outages in the future? (Choose two.)
- A. Migrate the database to a larger Standard-tier plan.
- B. Migrate the database to a Premium-tier plan.
- C. Create a follower database that uses the same plan as the leader.
- D. Create a fork of the database that uses the same plan as the leader.
Answer: A,C
NEW QUESTION 71
Get Cloudy Consulting uses an invoicing system that has specific requirements. One requirement is that attachments associated with the Invoice_c custom object be classified by Types (i.e., ""Purchase Order"",
""Receipt"", etc.) so that reporting can be performed on invoices showing the number of attachments grouped by Type.
What should an Architect do to categorize the attachments to fulfill these requirements?
- A. Create a custom object related to the Invoice object with a picklist field for the Type.
- B. Add additional options to the standard ContentType picklist field for the Attachment object.
- C. Create a custom picklist field for the Type on the standard Attachment object with the values.
- D. Add a ContentType picklist field to the Attachment layout and create additional picklist options.
Answer: A
NEW QUESTION 72
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 run Optimization Background Job every hour.
- B. Automatically Dispatch Service Appointments using Drip Feed.
- C. Automatically change the status to Dispatched of all Service Appointments.
- D. Automatically schedule unscheduled services to available Resources.
Answer: A
NEW QUESTION 73
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 Work Orders requires Lightning to be enabled.
- B. Creating Entitlements for Cases and Work Orders must be separated.
- 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: B
NEW QUESTION 74
Which two features of the Heroku platform require Private Spaces? Choose 2 answers.
- A. Trusted IP ranges
- B. Apache Kafka on Heroku
- C. Internal Routing
- D. Automated Certificate Management
Answer: A,B
Explanation:
Explanation
-
https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges
NEW QUESTION 75
DreamHouse Realty has a Salesforce deployment that manages Sales, Support, and Marketing efforts in a multi-system ERP environment. The company recently reached the limits of native reports and dashboards and needs options for providing more analytical insights.
What are two approaches an Architect should recommend? (Choose two.)
- A. AppExchange Apps
- B. Einstein Analytics
- C. Setup Audit Trails
- D. Weekly Snapshots
Answer: A,B
NEW QUESTION 76
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 schedule unscheduled services to available Resources
- B. Automatically run Optimization Background Job every hour.
- C. Automatically Dispatch Service Appointments using Drip Feed.
- D. Automatically change the status to Dispatched of all Service Appointments.
Answer: B
NEW QUESTION 77
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 Private Space with Logplrx disabled.
- B. Deploy all of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them.
- C. Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled
- D. Deploy all the applications to the Common runtime, and add the same log drain URL to all of them.
Answer: C
Explanation:
Explanation
- https://devcenter.heroku.com/articles/dataclips
NEW QUESTION 78
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 process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
- B. Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.
- C. Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
- D. Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
Answer: B
NEW QUESTION 79
......
New 2022 Heroku-Architecture-Designer Test Tutorial (Updated 185 Questions): https://www.suretorrent.com/Heroku-Architecture-Designer-exam-guide-torrent.html
Reliable Heroku-Architecture-Designer Exam Tips Test Pdf Exam Material: https://drive.google.com/open?id=1_pmG14KqLf_PPAaBj8BFEEx6-A8h1Ebq