[Aug 01, 2023] Pass Salesforce Heroku-Architecture-Designer Exam Info and Free Practice Test
Heroku-Architecture-Designer Exam Dumps PDF Updated Dump from TestsDumps Guaranteed Success
NEW QUESTION # 41
A web application on Heroku wants to surface Salesforce data. All users of the web application will:
1) Authenticate using SSO with Salesforce.
2) Have user records in Salesforce.
What architecture should be recommended in order to maintain the Salesforce security model already in place?
- A. Have the application query Salesforce data and the security model directly using a cached admin credential.
- B. Use Heroku Connect to sync the Salesforce data and Salesforce security model to Heroku Postgres.
- C. Have the application query Salesforce data directly through the Salesforce APIs as the running user.
- D. Use Heroku Connect, with a per-user authentication model, to sync the Salesforce data to Heroku Postgres.
Answer: B
NEW QUESTION # 42
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. Calculate summary values instead of Roll-Up by using triggers.
- B. Load all data after deferring sharing calculations.
- C. Calculate summary values instead of Roll-Up by using workflow.
- D. Load all data using external IDs to link to parent records.
Answer: B
NEW QUESTION # 43
Dataclips allows a user to choose which datastore to query. Which type of datastore is supported?
- A. Heroku Redis
- B. Any datastore, provided that you have the connection URL
- C. Any datastore connected via Heroku Connect
- D. Heroku Postgres
Answer: D
Explanation:
Explanation
- https://devcenter.heroku.corn/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrict-record-visibility
NEW QUESTION # 44
If an Organization member has the operator privilege on an app, that means the user can:
- A. Remove a member from the Organization account
- B. Add a paid add-on
- C. Transfer the app to someone else
- D. Deploy the app
Answer: B
NEW QUESTION # 45
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. Implement Work Types and Skill Assignments.
- B. Assign Skills and Skill Levels to Resources.
- C. Assign Skills and Skill Levels to Users.
- D. Implement Assignment Rules and Work Orders.
Answer: A,B
NEW QUESTION # 46
A client's Heroku application syncs data between a Heroku Postgres database and a Salesforce org using the Salesforce Bulk API. The client has determined the application currently uses 90% of the client's daily Salesforce Bulk API limit.
To overcome this issue, what feature, to replace the Bulk API implementation in this scenario, should an Architect recommend?
- A. Custom Apex callouts
- B. Salesforce Connect
- C. Salesforce SOAP API
- D. Heroku Connect
Answer: D
NEW QUESTION # 47
An app uses a queue of worker dynos to perform complex image processing, but the worker dynos are occasionally running out of memory when performing the processing. All of their dynos are currently standard-
1x dynos.
What should an Architect recommend in this scenario?
- A. Move the app to a Private Space.
- B. Add additional worker dynos.
- C. Break up the image processing across multiple dynos.
- D. Change the type of dynos to standard-2x.
Answer: D
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/scaling
NEW QUESTION # 48
A client wants to deconstruct a monolithic application into a set of microservices The microservices require securer direct peer-to-peer communications.
Which Heroku Enterprise features should an Architect recommend? Choose one answer
- A. Heroku Private Spaces and Internal Routing.
- B. Heroku Private Spaces and Apache Kafka on Heroku
- C. Shield Private Spaces and Heroku Shield Connect
- D. Heroku Private Spaces and Private Space VPN connections.
Answer: A
NEW QUESTION # 49
Universal Containers needs to write their Heroku application's logs to two destinations: an on-premise Syslog log server and a cloud analytics provider that ingests logs using an HTTPS endpoint.
What should an Architect recommend in this scenario?
- A. Add a logging library to the application source that sends all logs directly to both destinations.
- B. Write all logs to stdout, and configure a separate log drain for each destination.
- C. Publish all logs to Apache Kafka on Heroku, and create a separate app that consumes and distributes log messages.
- D. Write all logs to Heroku Redis as a buffer and use an add-on to send them to both destinations.
Answer: B
NEW QUESTION # 50
A customer wants to sync data between their Salesforce org and Heroku Postgres.
Which two limitations should an Architect remember when recommending Heroku Connect? (Choose two.)
- A. Heroku Connect does not support all Salesforce objects and fields.
- B. Heroku Connect can only access fields and objects that its associated Salesforce integration user can access.
- C. Heroku Connect cannot sync custom objects.
- D. Heroku Connect does not provide an API.
Answer: B,D
NEW QUESTION # 51
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 Boolean
- B. Required Resources
- C. Preferred Resources
- D. Match Fields
Answer: A
NEW QUESTION # 52
Which Heroku features should an Architect recommend to create a secure connection between Heroku and Microsoft Azure?
- A. Heroku Private Spaces and Private Space VPN Connections, using Azure's built-in VPN endpoint.
- B. Heroku Private Spaces and Private Space Peering, using Azure's VPC Peering.
- C. Heroku Private Spaces and Private Space VPN Connections, using a compatible VPN endpoint on Azure
- D. Heroku Shield Private Spaces and Internal Routing, using Azure's built-in VPN endpoint
Answer: C
Explanation:
Explanation
- https://devcenter.herokuxom/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION # 53
Which Heroku feature allows you to deploy a real app complete with code, config, and add-ons already configured?
- A. git push heroku master
- B. Heroku Buttons
- C. Heroku Deployment wizard
- D. Heroku Getting Started guides
Answer: B
NEW QUESTION # 54
Which three items are required to successfully set up Single Sign-on (SSO) services with Heroku? (Choose three.)
- A. An identity provider with built-in support for Heroku
- B. An existing Heroku account for each user
- C. At least one valid SSO certificate
- D. A Heroku Enterprise Team
- E. Administrative permissions on the selected identity provider
Answer: A,D,E
NEW QUESTION # 55
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. 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.
- C. 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.
- 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 # 56
Universal Containers (UC) has expressed a desire to have encryption-at-rest enabled on their Heroku Postgres databases.
Which three tiers would UC need to use to have that feature enabled? (Choose three.)
- A. Standard
- B. Private
- C. Shield
- D. Hobby
- E. Premium
Answer: A,B,E
NEW QUESTION # 57
Universal Containers (UC) has expressed a desire to have encryption-at-rest enabled on their Heroku Postgres databases.
Which three tiers would UC need to use to have that feature enabled? (Choose three.)
- A. Standard
- B. Private
- C. Shield
- D. Hobby
- E. Premium
Answer: A,B,E
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/heroku-postgres-production-tier-technical-characterization (data encryption)
NEW QUESTION # 58
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 track certification using reminder.
- B. Add the Resource Skill and create Absence once expired
- C. Add the Resource Skill and remove from the Service Territory once expired
- D. Add the Resource Skill and set the End Date.
Answer: D
NEW QUESTION # 59
......
Salesforce Heroku-Architecture-Designer Certification Exam is a comprehensive exam that tests the candidate’s knowledge and skills in designing and implementing Heroku solutions. Heroku-Architecture-Designer exam consists of 60 multiple-choice questions, and candidates have 105 minutes to complete the exam. Heroku-Architecture-Designer exam is available in English and Japanese and can be taken online or at a testing center.
Pass Your Salesforce Exam with Heroku-Architecture-Designer Exam Dumps: https://examkiller.testsdumps.com/Heroku-Architecture-Designer_real-exam-dumps.html
