
Heroku-Architecture-Designer Certification Overview - [Apr 01, 2023] Latest Heroku-Architecture-Designer PDF Dumps
The Best Salesforce Heroku-Architecture-Designer Study Guides and Dumps of 2023
Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
NEW QUESTION 40
Universal Containers (UC) uses Heroku Connect to synchronize changes to the Account object in their Salesforce org. UC's Heroku application makes a batch update that changes one million records to the Heroku Postgres database table that mirrors the Account object. Approximately, how long will these updates take to sync back to the Salesforce org?
- A. 12 hours.
- B. One million updates is too many for Heroku Connect to handle; therefore, the sync will fail
- C. It depends on the sync performance, which can vary from one connection to another.
- D. 1 hour.
Answer: C
Explanation:
Explanation
- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku
NEW QUESTION 41
A client wants to perform complex processing on large data sets in Salesforce. The data is confidential, but it does not have advanced compliance requirements.
What Heroku Enterprise features should an Architect recommend in this scenario?
- A. Private Spaces and Heroku External Objects
- B. Shield Private Spaces and Heroku External Objects
- C. Private Spaces and Heroku Connect
- D. Shield Private Spaces and Heroku Shield Connect
Answer: D
Explanation:
Explanation
- https://devcenter.heroku.eom/articles/heroku-postgresql#data-residency
NEW QUESTION 42
Two million Opportunities need to be loaded in different batches into Salesforce using the Bulk API in parallel mode.
What should an Architect consider when loading the Opportunity records?
- A. Create indexes on Opportunity object text fields.
- B. Group batches by the AccountId field.
- C. Order batches by Auto-number field.
- D. Use the Name field values to sort batches.
Answer: B
NEW QUESTION 43
Universal Containers wants their Technicians to record Asset Number using a barcode scanner when completing Work Orders.
What field type should be configured to capture this information?
- A. Text
- B. Formula
- C. Date
- D. Barcode
Answer: A
NEW QUESTION 44
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 Common runtime, and add the same log drain URL to all of them.
- B. Deploy all the applications to the same Private Space with Logplrx disabled.
- C. Deploy all of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them.
- D. Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled
Answer: D
Explanation:
Explanation
- https://devcenter.heroku.com/articles/dataclips
NEW QUESTION 45
Universal Containers would like to engage contractors and customers directly in their Field Service solution.
Which three options will provide read, write, and edit access to Work Order objects? (Choose three.)
- A. Customer Community license
- B. Partner Community license
- C. Chatter File Connect
- D. Customer Community Plus license
- E. Chatter Customer Group
Answer: A,B,E
NEW QUESTION 46
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 change the status to Dispatched of all Service Appointments.
- D. Automatically schedule unscheduled services to available Resources
Answer: A
NEW QUESTION 47
Universal Containers (UC) has an on-permise application for reporting damage to their shipments. They want to migrate the application to Heroku. The damage reporting process includes uploading one or more pictures to the application which temporarily stores them on the local system. After the report is submitted, a case is created in UC's Salesforce org for processing, amd the images are deleted from the file system. The application's configuration is read from environment variables that are specified in the system user's profile.
The application writes its logs to rotating files using an open-source library. Which two recommendations should an Architect make to ensure that the application runs correctly on Heroku? Choose 2 answers.
- A. Use an external object storage service for temporary image uploads
- B. Load the application's configuration from its source code instead of using environment tables
- C. Run the application in a Private Space to enable communication with UC's Salesforce org
- D. WritP Inns tn stdmit instead nf writinn thpm tn the flip svstpm
Answer: B,D
Explanation:
Explanation
- https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION 48
A client has a web application that persists data to a local JSON file. They are migrating the application to Heroku. In order for the application to conform to the Twelve-Factor methodology, what changes should an Architect recommend?
- A. The application should be stateless and therefore not persist data at all.
- B. The application should use at least 2 dynos to ensure that the JSON file is highly available.
- C. The application should persist the data to a local SQLite database.
- D. The application should persist the data to a database add-on.
Answer: D
NEW QUESTION 49
Universal Containers wants to process mobile payments.
How can this requirement be met?
- A. Install an AppExchange package.
- B. Attach a picture of the credit card.
- C. Add a custom field to store the credit card number.
- D. Create a custom payments object.
Answer: A
NEW QUESTION 50
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. Create a Master-Detail relationship to each of the three parent records.
- 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. Associate the Shipment to each parent record by using a VLOOKUP formula field.
Answer: B
NEW QUESTION 51
When creating a Private Space, what is a valid reason to specify a region other than the default region?
- A. Heroku pricing varies by region.
- B. Running an application closer to its intended users can reduce latency.
- C. Available compute resources vary by region.
- D. Private Spaces restrict inbound traffic to the current region.
Answer: B
NEW QUESTION 52
For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)
- A. Providing long-term data warehousing
- B. Providing a data cache layer
- C. Querying relational data
- D. Adding jobs to a queue
Answer: A,C
NEW QUESTION 53
Which of the following is a good use case for the Heroku Platform?
- A. Empowering mobile apps with an API service
- B. Proof-of-concept or lab approaches
- C. Customer engagement applications
- D. Data manipulation
- E. All of these
Answer: C
NEW QUESTION 54
A customer would like to analyze data stored in a single, large, high-traffic Heroku Postgres database using a reporting tool that runs long-running, expensive read queries. What reporting architecture should be recommended?
A client wants to create a Heroku web application that needs to provide a low-latency experience for its users, who are based primarily in Japan. Many common user actions will result in synchronous writes to the application's Heroku Postgres database. The application does not have advanced compliance requirements.
Which should an Architect recommend?
- A. Deploy the application to a Private Space in the Tokyo region
- B. Deploy the application to the Common Runtime in the U.S region and use a CDN to accelerate content delivery
- C. Deploy the application to a Shield Private Space In the Tokyo region
- D. Deploy the application to the Common Runtime in the Tokyo region
Answer: A
Explanation:
Explanation
-https://devcenter.heroku.com/articles/dataclips
NEW QUESTION 55
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. CSV export of query results
- B. Postgres dump file of query results
- C. A simple REST API access to query results
- D. JSON export of query results, with CORS support
Answer: A,D
Explanation:
Explanation
- https://devcenter.heroku.com/arlicles/dataclips
NEW QUESTION 56
......
Valid Heroku-Architecture-Designer Exam Updates - 2023 Study Guide: https://exampdf.dumpsactual.com/Heroku-Architecture-Designer-actualtests-dumps.html
