
[Nov-2021] Salesforce Heroku-Architecture-Designer Actual Questions and Braindumps
Pass Heroku-Architecture-Designer Exam with Updated Heroku-Architecture-Designer Exam Dumps PDF 2021
Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
NEW QUESTION 63
A platform as a service (PaaS) is:
- A. A service to help you buy and install your own server hardware
- B. A way to deliver hardware and software tools, such as those needed for application development, to users as a service
- C. A monthly bare-metal server rental service
- D. A piece of software in the cloud that you can use just by logging in
Answer: B
NEW QUESTION 64
Universal Containers is expecting the amount of work to increase significantly over the next three weeks. They have decided to engage a new third-party Contract Provider to help with the additional work.
How should a Consultant recommend configuring the new Contractor?
- A. Create a Resource and give them 24-hour availability for the next three weeks.
- B. Create a Capacity-based Resource and give them 24-hour availability for the next three weeks.
- C. Create a Capacity-based Resource and delete that Resource after three weeks.
- D. Create a Capacity-based Resource and give them Capacity for the next three weeks.
Answer: D
NEW QUESTION 65
You can use the Salesforce REST APIs to:
- A. Feed your kitten
- B. Execute processes as another user
- C. Insert or update records
- D. Access database log files
Answer: C
NEW QUESTION 66
When creating a Private Space, what is a valid reason to specify a region other than the default region?
- A. Available compute resources vary by region.
- B. Heroku pricing varies by region.
- C. Running an application closer to its intended users can reduce latency.
- D. Private Spaces restrict inbound traffic to the current region.
Answer: C
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/regions#default-regions
NEW QUESTION 67
Universal Containers uses Heroku Connect to sync their Salesforce org's data with Heroku Postgres.
Periodically, they write a very large set of changes that needs to be fully replicated between these two systems.
Which two sets of actions should an Architect propose? (Choose two.)
- A. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to expose them to the Salesforce org using Heroku External Objects.
- B. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync them to the Salesforce org.
- C. Pause Heroku Connect then make the changes directly in the Salesforce org. Then allow Heroku Connect to use the Salesforce Bulk API to sync them to Heroku Postgres.
- D. Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres.
Answer: A,B
NEW QUESTION 68
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
NEW QUESTION 69
Universal Containers has a Partner Community. Work Orders are assigned to these partners. Partners are not interacting with Service Appointments or Service Resources.
How would a Partner user update the Work Order record from a mobile device?
- A. Salesforce mobile app
- B. Work Order records cannot be updated on a mobile device
- C. Field Service mobile app
- D. Salesforce Touch
Answer: A
NEW QUESTION 70
Callouts from Salesforce to Heroku can be made using:
- A. Apex triggers or outbound messages
- B. Corba
- C. Message bus
- D. Web sockets
Answer: A
NEW QUESTION 71
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 a Shield Private Space In the Tokyo region
- C. Deploy the application to the Common Runtime in the U.S region and use a CDN to accelerate content delivery
- D. Deploy the application to the Common Runtime in the Tokyo region
Answer: A
Explanation:
Explanation
-https://devcenter.heroku.com/articles/dataclips
NEW QUESTION 72
Universal Containers' customers typically like to be served by the same Technician that completed the initial installation.
How should a Consultant implement this rule?
- A. Add the Account as one of the Resource Skills.
- B. Add the Resource as a Preferred Resource.
- C. Add all other Resources as Excluded Resources.
- D. Add the Resource as a Required Resource.
Answer: B
NEW QUESTION 73
A healthcare client is creating a web portal for their customers on Heroku, which is sourced from a Salesforce instance. Some of the Salesforce data they wish to display falls under HIPAA compliance, and their auditors have determined this data must be stored encrypted-at-rest. To satisfy this requirement, they have enabled Platform Encryption on Salesforce.
They are investigating Heroku Shield Private Spaces, Shield Dynos, Shield Postgres, and Shield Heroku Connect.
How will Shield Heroku Connect interact with the encrypted fields in Salesforce?
- A. Shield Heroku Connect will be able to synchronize data from fields in Salesforce without additional customization, but any writes will need to be encrypted using the Salesforce encryption key first before being written.
- B. Shield Heroku Connect will be able to access only cypher text in the fields from Salesforce. They will need to import the encryption key from Salesforce to decrypt to store in Shield Postgres.
- C. Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.
- D. Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.
Answer: A
Explanation:
Explanation/Reference:
NEW QUESTION 74
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. Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.
- B. Configure a second VPN connection for the Private Space that remote employees can use.
- C. Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
- D. Enable remote employees to VPN into the company's on-premise network.
Answer: B
NEW QUESTION 75
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. Add additional worker dynos.
- B. Change the type of dynos to standard-2x.
- C. Break up the image processing across multiple dynos.
- D. Move the app to a Private Space.
Answer: B
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/scaling
NEW QUESTION 76
A business that works directly with individual consumers (B2C) currently has a home-grown CRM system, but they are moving to Salesforce. The business has 1.2 million consumer records and wants assistance with achieving optimal use of Salesforce functionality while also avoiding data loading issues.
What should an Architect recommend?
- A. Load one Account record and one Contact record for each individual consumer.
- B. Create a Custom object IndividualConsumer_c to load all individual consumers.
- C. Load all individual consumers as Account records and avoid using the Contact object.
- D. Create one Account and load individual consumers as Contacts linked to that one Account.
Answer: A
NEW QUESTION 77
A Heroku application uses Heroku Connect to integrate with data from a Salesforce org. Since then, several fields from the Salesforce objects that were mapped using Connect have been removed. As a result, the development team will reload the mapping using Heroku Connect.
What is an implication of reloading the mapping?
- A. The mapped tables in Heroku Postgres will continue to store the previously synchronized data, but synchronization will pause until manually restarted.
- B. The mapped tables in Heroku Postgres will continue to store the previously synchronized data, and synchronization will restart normally.
- C. The mapped tables in Heroku Postgres will be truncated as part of the reload action. The data in removed fields will be lost, and synchronization will pause until manually restarted.
- D. The mapped tables in Heroku Postgres will be truncated as part of the reload action. The data in removed fields will be lost, and synchronization will restart normally.
Answer: B
NEW QUESTION 78
Which Heroku feature allows you to deploy a real app complete with code, config, and add-ons already configured?
- A. Heroku Getting Started guides
- B. Heroku Buttons
- C. git push heroku master
- D. Heroku Deployment wizard
Answer: B
NEW QUESTION 79
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. Create a follower database that uses the same plan as the leader.
- B. Create a fork of the database that uses the same plan as the leader.
- C. Migrate the database to a Premium-tier plan.
- D. Migrate the database to a larger Standard-tier plan.
Answer: A,D
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/updating-heroku-postgres-databases
NEW QUESTION 80
Universal Containers is receiving increased complaints about incomplete Work Orders.
What option should a Consultant recommend to improve this situation?
- A. Send an email CSAT survey.
- B. Implement Signature Capture.
- C. Decrease Resource Rank Score.
- D. Change the Scheduling Rules.
Answer: B
NEW QUESTION 81
A client wants to use Heroku Connect to sync data from a Heroku Postgres table to a Salesforce org. The client only needs to sync a specific subset of the rows in the table.
How should this be performed?
- A. Place Sharing Rules on the records, and restrict visibility to only those rows that are needed.
- B. Use the Heroku Connect Mapping Query Editor, and add filters to the query.
- C. Filter the data in the database, and provide an alternative table or view for use in the sync.
- D. Add a mapping filter to the table when setting up the sync, and select appropriate criteria from the list.
Answer: A
NEW QUESTION 82
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 83
Universal Containers wants to set up communication between multiple public-facing Heroku web applications hosted on the Common Runtime. Which solution should an Architect recommend?
- A. Send requests to each application's URL using HTTP/HTTPS.
- B. Configure a worker process type for each application that listens for incoming remote procedure calls.
- C. Bind all of the Heroku applications to the same port
- D. Move the application to a Private Space, and enable Internal Routing for them
Answer: D
Explanation:
Explanation
- https://www.heroku.com/tech-sessions/get-started-with-apache-kafka
NEW QUESTION 84
......
Latest Heroku-Architecture-Designer Pass Guaranteed Exam Dumps with Accurate & Updated Questions: https://www.braindumpsit.com/Heroku-Architecture-Designer_real-exam.html