
Latest Jan 27, 2023 Real Heroku-Architect Exam Dumps Questions Valid Heroku-Architect Dumps PDF
Salesforce Heroku-Architect Exam Dumps - PDF Questions and Testing Engine
Salesforce Heroku-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION 93
Which two Heroku features require Heroku Enterprise Teams? (Choose two.)
- A. Fire-grained app access controls
- B. Paid add-on plans
- C. Single Sign-on
- D. Heroku Pipelines
Answer: A,D
NEW QUESTION 94
How does Heroku Connect work with Salesforce authentication?
- A. The end user of a Heroku app authorizes Heroku Connect via OAuth.
- B. OAuth provides Heroku Connect with API tokens after the user authorizes the Heroku Connect application on Salesforce
- C. SAML authorizes Heroku Connect to make API calls
- D. A single integration user's credentials are stored.
Answer: B
NEW QUESTION 95
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. WritP Inns tn stdmit instead nf writinn thpm tn the flip svstpm
- B. Use an external object storage service for temporary image uploads
- C. Load the application's configuration from its source code instead of using environment tables
- D. Run the application in a Private Space to enable communication with UC's Salesforce org
Answer: A,C
Explanation:
- https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION 96
A financial reporting application, hosted on an on-premise server, uses a native library (wkhtmltopdf) to convert its HTML reports into PDFs. The app is being migrated to Heroku.
What option should an Architect recommend to enable the Heroku application to use wkhtmltopdf?
- A. Install the dependency using sudo apt install wkhtmltopdf from .profile in the project root.
- B. Use a custom buildpack to install wkhtmltopdf using apt.
- C. Continue to host wkhtmltopdf on-premise, and build a REST API so the library can be invoked from the Heroku app.
- D. Ensure that the Heroku app fetches the wkhtmltopdf library from cloud storage on dyno restart.
Answer: B
NEW QUESTION 97
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. Configure a second VPN connection for the Private Space that remote employees can use.
- B. Enable remote employees to VPN into the company's on-premise network.
- C. Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
- D. Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.
Answer: A
NEW QUESTION 98
Universal Containers has an initiative to increase customer satisfaction by committing preferred resources to accounts and providing prompt service Which two Scheduling Policies would assist to meet this initiative? (Choose two )
- A. Customer First
- B. Emergency Policy
- C. High Intensity
- D. Soft Boundaries
Answer: A,D
NEW QUESTION 99
Q. 30 A client has a Heroku Redis instance that can be accessed over the public internet. To meet compliance requirements, the IT Security team requires that all databases must be isolated from the public internet. Which solution should be suggested by an Architect?
- A. Use a Heroku Redis instance with a Private Tier plan. Enable Trusted IP ranges on the Redis instance.
- B. Use a Heroku Private Space and a Heroku Redis instance with a Private Tier plan. Redeploy the app into the Space
- C. Enclose the existing Heroku Redis instance inside a Shield Private Space. Configure the firewall to allow Redis traffic through
- D. Enclose the existing Heroku Redis instance inside a Pnvate Space. Enable Private Space VPN.
Answer: B
Explanation:
- https/AJevcenter heroku com/articles/event-driven-microservices-with-apache-kafka__________
NEW QUESTION 100
Applications on Heroku that use Salesforce REST APIs can use which authentication mechanisms:
- A. OAuth web or user-agent flow in which the user authorizes a connected app using browser redirects
- B. None of these
- C. Anonymous access without credentials on trusted networks
- D. Username and password with an OAuth connected app
Answer: A,D
NEW QUESTION 101
An existing app is experiencing performance degradation because of multiple executions of multiple, expensive SQL read queries. This SQL code cannot be optimized any further and the frequency of the execution of the queries cannot be reduced. Which two options should an Architect recommend in this scenario?
- A. Hardcode the results of the query into app logic
- B. Restart the Heroku Postgres server to reclaim cache
- C. Create a database caching layer
- D. Add a read-only Heroku Postgres follower
Answer: C,D
Explanation:
- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION 102
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 set the End Date.
- C. Add the Resource Skill and create Absence once expired
- D. Add the Resource Skill and remove from the Service Territory once expired
Answer: B
NEW QUESTION 103
Callouts from Salesforce to Heroku can be made using:
- A. Corba
- B. Message bus
- C. Web sockets
- D. Apex triggers or outbound messages
Answer: D
NEW QUESTION 104
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. Increase training to Field Service Technicians
- B. Publish pre-release documentation on the Customer Community.
- C. Increase training to Sales Representatives.
- D. Publish training documentation in a closed Chatter group
Answer: A,B
NEW QUESTION 105
You can use Salesforce Connect to proxy which types of data sources:
- A. All of these
- B. REST with JSONpayloads
- C. REST with XML payloads
- D. OData 2.0 and 4.0
- E. SOAP
Answer: A
NEW QUESTION 106
Heroku apps that handle callouts from Salesforce can be written in:
- A. All of these
- B. Java, Scala. Clojure
- C. PHP
- D. Python
- E. Node, js / JavaScript
Answer: A
NEW QUESTION 107
Universal Containers would like to avoid H12 ("request timeout") and H22 ("connection limit reached") errors when running an e-commerce retail site that must process millions of inbound requests during their one-day semi-annual sale. Which two solution measures should an Architect recommend to prepare for the semi-annual sale?
- A. Engage with Heroku Support to implement load testing
- B. Implement load balancing using Kafka
- C. Enable and load test autoscaling
- D. Perform load test using 10% sample size
Answer: A,C
Explanation:
- https://devcenter.heroku.com/artlcles/event-driven-microservlces-with-apache-kafka
NEW QUESTION 108
......
Reliable Salesforce Architect Heroku-Architect Dumps PDF Jan 27, 2023 Recently Updated Questions: https://www.examstorrent.com/Heroku-Architect-exam-dumps-torrent.html
Latest Heroku-Architect Exam Dumps for Pass Guaranteed: https://drive.google.com/open?id=1vnbgX9l5eyZydaVT9z9ZsaXbL9PxoSJr