
[Mar-2023] Use Real Heroku-Architect Dumps - 100% Free Heroku-Architect Exam Dumps
Heroku-Architect PDF Dumps Exam Questions – Valid Heroku-Architect Dumps
Salesforce Heroku-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
NEW QUESTION 26
If an Organization member has the operator privilege on an app, that means the user can:
- A. Transfer the app to someone else
- B. Deploy the app
- C. Remove a member from the Organization account
- D. Add a paid add-on
Answer: D
NEW QUESTION 27
A client is creating a new API application. The app should only be accessible from other apps that they deploy to Heroku. Also, traffic between the other apps and the API should not transit the public internet.
Which solution should an Architect recommend to meet these requirements?
- A. Create the application in a Shield Private Space to enforce stricter requirements for TLS termination.
- B. Create the application in a Private Space with default options.
- C. Create the application in a Private Space and restrict the application's set of trusted IP ranges.
- D. Create the application with Internal Routing enabled, in a Private Space.
Answer: C
NEW QUESTION 28
Universal Containers utilizes two contractors, Contractor 1 and Contractor 2, to perform repair work Contractor 1 has provided service longer for UniversalContainers and is considered to have more repair work expertise than Contractor 2.
How should a Consultant configure this expertise for Contractor 1 versus Contractor 2?
- A. Assign Contractor 1 and 2 different Skill Levels for repair Work Type.
- B. Assign Contractor 2 as an Excluded Resource
- C. Assign Contractor 1 and 2 different capacities for repair work
- D. Assign Contractor 1 as a Preferred Resource.
Answer: A
NEW QUESTION 29
Universal Containers acquires a company that runs an application on Google Cloud Platform (GCP). The GCP application needs to communicate securely with a Heroku application. The Heroku application has Internal Routing enabled and is running in a Private Space. Which two recommendations should an Architect make to satisfy this use case? Choose 2 answers.
- A. Establish a secure site-to-site VPN connection between the Private Space and GCP.
- B. Disable Internal Routing on the Heroku app.
- C. Ensure that the Private Space and GCP use matching CIDR ranges.
- D. Ensure that the Private Space and GCP use distinct CIDR ranges
Answer: A,D
Explanation:
- Here is the https://devcenter.heroku.com/articles/vpn-private-space. google-cloud-platform#manual-setup
NEW QUESTION 30
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. Bind all of the Heroku applications to the same port
- B. Move the application to a Private Space, and enable Internal Routing for them
- C. Send requests to each application's URL using HTTP/HTTPS.
- D. Configure a worker process type for each application that listens for incoming remote procedure calls.
Answer: B
Explanation:
- https://www.heroku.com/tech-sessions/get-started-with-apache-kafka
NEW QUESTION 31
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. Continue to host wkhtmltopdf on-premise, and build a REST API so the library can be invoked from the Heroku app.
- C. Use a custom buildpack to install wkhtmltopdf using apt.
- D. Ensure that the Heroku app fetches the wkhtmltopdf library from cloud storage on dyno restart.
Answer: C
NEW QUESTION 32
Universal Containers (UC) is opening offices in Japan and Germany. This will allow them to serve new customers in Asia and in Europe. UC is concerned about application latency for their new customers, especially because the app serves large amounts of dynamic content.
Which Heroku Enterprise feature should an Architect recommend to alleviate this concern?
- A. Deploy instances of their applications into Private Spaces in Tokyo and Frankfurt.
- B. Deploy a globally-distributed CDN in front of the application.
- C. Create Salesforce orgs in each region and use Heroku Connect to link them.
- D. Create a Heroku Pipeline to mirror the app and its data in each region.
Answer: C
NEW QUESTION 33
You can use Heroku Connect for:
- A. Bidirectional data replication
- B. One-way data replication
- C. All of these
- D. Data proxy with Salesforce Connect
Answer: C
NEW QUESTION 34
The primary benefit of a workflow outbound message over an Apex trigger is:
- A. The message supports different authentication mechanisms
- B. The message can handle every database event.
- C. The message can deliver the payload only as SOAP
- D. Messages are completely declarative.
Answer: D
NEW QUESTION 35
A client is building a system that will sync data from multiple Salesforce orgs to a single Heroku Postgres database. This system also needs to push the synced data to an external data warehouse for analytics processing. Which solution meets all of the requirements in this scenario?
- A. Use Heroku Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
- B. Use Salesforce Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use Heroku Connect to sync data between the Heroku Postgres database and the external data warehouse.
- C. Use Heroku Connect to synchronize data between the Salesforce orgs, the Heroku Postgres database and the external data warehouse
- D. Use Heroku External Objects to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
Answer: A
Explanation:
- https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges
NEW QUESTION 36
A client has a Heroku Postgres database add-on attached to a production application. The client now wants to access the database from another application that they use to perform administrative tasks. What should an Architect recommend in this scenario?
- A. Attach the database to an application that acts as a database proxy
- B. Attach the same Heroku Postgres add-on to the administrative application
- C. Create a fork of the database and attach it to the administrative application.
- D. Copy the database's connection URL and add it to the administrative application as a config var.
Answer: B
Explanation:
- https://devcenter.heroku.eom/articles/using-sso-services-with-heroku#prerequisiles-for-sso-with-tieroku
NEW QUESTION 37
Salesforce Connect is used for:
- A. Developing ETL services
- B. Replicating external data into Salesforce
- C. Bidirectional syncing of external data in Salesforce
- D. Proxying external data into Salesforce
Answer: D
NEW QUESTION 38
Which two Heroku features require Heroku Enterprise Teams? (Choose two.)
- A. Single Sign-on
- B. Paid add-on plans
- C. Heroku Pipelines
- D. Fire-grained app access controls
Answer: C,D
NEW QUESTION 39
Canvas apps can authenticate a user with:
- A. Either OAuth or signed request
- B. Signed request
- C. OAuth
- D. Usemane and password
Answer: A
NEW QUESTION 40
What set of configurations make up Scheduling Policies and let companies adhere to their business constraints and preferences?
- A. Service Objectives and WonX Rules
- B. Service Objectives and Work Types
- C. Service Levels and Work Rules
- D. Service Contracts and Service Levels
Answer: A
NEW QUESTION 41
Which two conventions of the Heroku platform reflect the Twelve-Factor methodology's recommendation to "execute the app as one or more stateless processes?" (Choose two.)
- A. Dynos have an ephemeral filesystem.
- B. Heroku apps define process types in a Procfile.
- C. Log messages from each of an app's dynos are kept separate from each other.
- D. A Heroku app's config vars are deleted on deploys and app restarts.
Answer: B,D
NEW QUESTION 42
Universal Containers has a Heroku app that uses Heroku Connect to sync data with their Salesforce org. The app makes frequemt updates to the same records over short period of time, and sync speeds have begun to worsen. An Architect recommends using Heroku Connect's Merged Writes algorithm to improve sync speeds. What are 2 implications of using the Merged Writes algorithm in this scenario?
- A. The Merged Writes algorithm is more likely to approach Salesforce API rate limits.
- B. The Merged Writes algorithm does not support using the Salesforce Bulk API.
- C. Relationships such as circular dependencies are known to cause issues.
- D. The Merged Writes algorithm does not support using Salesforce SOAP API
Answer: B,C
Explanation:
- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION 43
A Field Service Technician wants to view a list of parts consumed during a given time period. The Technician will then use the data to replenish inventory on the truck Which three steps should a Consultant recommend to track the number of parts consumed? (Choose three )
- A. Build a report to view inventory Transactions
- B. Build a report using :he Service Appointment Inventory module.
- C. Build a report using the Work Order inventory module.
- D. Build a report to view Products Consumed on Work Orders.
- E. Build a report to view Products Consumed on Work Order Line Items.
Answer: A,C,E
NEW QUESTION 44
Salesforce Connect custom adapters support:
- A. Search
- B. All of these
- C. Data paging
- D. Cross-object relationships
Answer: B
NEW QUESTION 45
A healthcare services client is requesting an architecture for a set of applications: one is a marketing application, and the other two are of customer service applications that allow for customers to interact with their healthcare records. The marketing application must be able to scale up within seconds in response to traffic spikes. The client wants to be able to deploy each of these applications to the U.S. East Coast and EMEA.
Which applications should be deployed into which Heroku runtime?
- A. The marketing application into Private Spaces; customer service applications into separate Private Spaces
- B. The marketing application into the Common Runtime; customer service applications into Shield Private Spaces
- C. The marketing application into the Common Runtime; customer service applications into Private Spaces
- D. The marketing application into Private Spaces; customer service applications into Shield Private Spaces
Answer: D
Explanation:
-https://devcenterherokucom/articles/private-spaces#trusted-ip-ranges
NEW QUESTION 46
Which two logs and logging recommendations are prescribed by the Twelve-Factor app methodology? Choose 2 answers.
- A. Apps should not concern themselves with routing or storing logs
- B. Apps should only keep a limited, rolling buffer of logs available
- C. Logs should be written to a shared file system for scalability.
- D. Logs from all processes and backing services should be aggregated together.
Answer: A,D
Explanation:
- https://devcenter heroku com/articles/internal-routing
NEW QUESTION 47
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. Add a mapping filter to the table when setting up the sync, and select appropriate criteria from the list.
- D. Filter the data in the database, and provide an alternative table or view for use in the sync.
Answer: A
Explanation:
- https://devcenterheroku com/artJcles/heroku-connect-faq#can-j-use-sharJng-rules-to-restrict-record-Visibility
NEW QUESTION 48
......
Ultimate Heroku-Architect Guide to Prepare Free Latest Salesforce Practice Tests Dumps: https://www.trainingdump.com/Salesforce/Heroku-Architect-practice-exam-dumps.html
Get Top-Rated Salesforce Heroku-Architect Exam Dumps Now: https://drive.google.com/open?id=1YCWo91wa1GcTRhsfh94xeoogQkHv8vw0