
Accurate Hot Selling Heroku-Architect Exam Dumps 2023 Newly Released
Get 100% Authentic Salesforce Heroku-Architect Dumps with Correct Answers
Salesforce Heroku-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
NEW QUESTION 41
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. Enclose the existing Heroku Redis instance inside a Shield Private Space. Configure the firewall to allow Redis traffic through
- C. Use a Heroku Private Space and a Heroku Redis instance with a Private Tier plan. Redeploy the app into the Space
- D. Enclose the existing Heroku Redis instance inside a Pnvate Space. Enable Private Space VPN.
Answer: C
Explanation:
- https/AJevcenter heroku com/articles/event-driven-microservices-with-apache-kafka__________
NEW QUESTION 42
Dataclips allows a user to choose which datastore to query. Which type of datastore is supported?
- A. Any datastore, provided that you have the connection URL
- B. Heroku Redis
- C. Any datastore connected via Heroku Connect
- D. Heroku Postgres
Answer: D
Explanation:
- https://devcenter.heroku.corn/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrict-record-visibility
NEW QUESTION 43
Dispatchers at Universal Containers want to ensure the Resource being assigned to a Work Order has the correct training.
What should a Consultant implement to accomplish this requirement?
- A. Define Skills, Set up Skill Requirements, and Set up Resource Skills
- B. Set up Skill Requirements. Define Work Types. Set up Routing Rules
- C. Set up Service Locations, Set up Location Skills. Define work Types
- D. Define Work Types, Define Work Order Status. Set up Resource Skills
Answer: A
NEW QUESTION 44
The Disaster at Universal Containers would like to schedule Service Appointments from the Dispatcher's Console while taking the Scheduling Policy intoconsideration.
Which three options are available to the Disaster? (Choose three.)
- A. Create a Workflow to close the Milestone when the Wrap Up is complete.
- B. Select a Service Appointment from the list, press the "Change Status" action and "Dispatch".
- C. Select a Service Appointment from the list, press the "Candidates" action, and select the best time slot.
- D. Select multiple Service Appointment from the list and bulk schedule them Select a Service Appointment from the list, press the "Edit" action and allocate the Resource
- E. Select a Service Appointments from the list and press the "Schedule" action.
Answer: B,D,E
NEW QUESTION 45
Universal Containers has implemented a Knowledge solution for Agents to provide Field Technicians with information necessary to complete assigned work.
Which two capabilities will now be available? (Choose two.)
- A. include Quick Actions and Global Actions in Attached Articles.
- B. Attach Articles to Work Orders and Work Order Line Items.
- C. Attach Knowledge Articles to Work Order Line Hems Only.
- D. Manage Attached Articles and Search the Knowledge Base
Answer: B,D
NEW QUESTION 46
Salesforce Connect custom adapters support:
- A. Search
- B. Cross-object relationships
- C. Data paging
- D. All of these
Answer: D
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. Add a mapping filter to the table when setting up the sync, and select appropriate criteria from the list.
- C. Use the Heroku Connect Mapping Query Editor, and add filters to the query.
- 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
Universal Containers is developing a new application that has a lightweight Node.js front end. They will also be using a Java-based API, which combines data with Salesforce customer dat a. All of the data, and the API, is highly confidential.
What should an Architect suggest to enforce security?
- A. Deploy all of the apps to the Common Runtime. Force the Java app to use SSI/TLS sessions, and point the Node.js app to its appname.herokuapp.com domain.
- B. Deploy all of the apps to a Heroku Private Space. Force the Java app to use SSI/TLS sessions, and point the Node.js app to its appname.herokuapp.corn domain.
- C. Deploy the apps into either Heroku runtime. Force the Java app to use a CDN, and point the Node.js app to its appname.herokuapp.com domain.
- D. Deploy all of the apps to a Heroku Private Space. Deploy the Java app with Internal Routing enabled. Deploy the Node.js app without Internal Routing enabled.
Answer: D
NEW QUESTION 49
You can use Heroku Connect for:
- A. Data proxy with Salesforce Connect
- B. One-way data replication
- C. All of these
- D. Bidirectional data replication
Answer: C
NEW QUESTION 50
Which 2 architectures are enabled by using a single Private Space and the Internal Routing feature?
- A. A microservices architecture that also uses DNS Service Discovery to facilitate communication
- B. Multiple public-facing web apps with different sets of trusted inbound IP ranges
- C. A single public-facing web app that performs network-isolated communication with multiple non-public-facing web apps.
- D. Network-isolated communication between applications in the Private Space and applications in the Common Runtime
Answer: A,C
Explanation:
- https://devcenter.herokuxorn/articles/event-driven-microservices-with-apache-kafka
NEW QUESTION 51
What is a Heroku dyno?
- A. Your application code compiled and ready to be served to a variety of web clients
- B. A specialized dinosaur monitoring service delivered from the cloud
- C. An on-prem server that you can install in a rack at your nearest co-location facility
- D. A managed runtime container with a Linux operating system underneath
Answer: D
NEW QUESTION 52
Callouts from Salesforce to Heroku can be made using:
- A. Web sockets
- B. Corba
- C. Apex triggers or outbound messages
- D. Message bus
Answer: C
NEW QUESTION 53
Which of the following is NOT an advantage of data replication over data proxies?
- A. A replicated data set is always and immediately in sync with the origin data
- B. A replicated data set offloads processing and requests from an origin data server.
- C. A replicated data set reduces data access latency.
- D. A replicated data set supports bidirectional writes.
Answer: A
NEW QUESTION 54
A client currently runs a Ruby script in a one-off dyno each time they deploy their Go application to Heroku. The development team wants the script to be executed before the application is deployed because it performs necessary database migrations. Which approach should an Architect recommend?
- A. Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
- B. Define different process types for the Ruby script and the Go application in the app's Profile.
- C. Convert the Ruby release script to Go and execute it on application startup
- D. Modify the Go buildpacK to install Ruby, and run the script from the _profile
Answer: A
Explanation:
- There are many scenarios in which a single buildpack is not sufficient when building an application. This includes cases when you need to: Run a buildpack for each language your app uses For example, run a JavaScript buildpack for assets and a Ruby buildpack for your application Run a daemon process such as pgbouncer with your application. Pull in system dependencies with apt. You can check the following for more information: https://devcenter heroku com/articles/using-multiple-buildpacks-for-an-app
NEW QUESTION 55
Which two features of the Heroku platform require Private Spaces? Choose 2 answers.
- A. Internal Routing
- B. Trusted IP ranges
- C. Apache Kafka on Heroku
- D. Automated Certificate Management
Answer: B,C
Explanation:
- https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges
NEW QUESTION 56
Universal Containers (UC) wants to better understand their service business and Field Service Technician teams' schedules. A Consultant suggested UC start toforecast and plan.
Which two abilities does forecasting and planning provide? (Choose two )
- A. Proactively adjust Service Contracts
- B. More consistently meet customer response times
- C. More accurately assign Work Orders based on skills.
- D. Proactively adjust to demand fluctuations.
Answer: B,D
NEW QUESTION 57
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 fork of the database that uses the same plan as the leader.
- B. Migrate the database to a Premium-tier plan.
- C. Create a follower database that uses the same plan as the leader.
- D. Migrate the database to a larger Standard-tier plan.
Answer: C,D
NEW QUESTION 58
Universal Containers has recently experienced a higher volume of traffic on their mobile app hosted on Heroku. When Universal Containers was running 4 standard-2x dynos with 1 GB RAM each, they encountered multiple H12 ("request timeout") errors. The app never consumed more than 800 MB of RAM. They then switched to performance-m dynos, with 2.5 GB RAM, and set autoscaling to a maximum of 2 dynos. However, they still encountered H12 ("request timeout") errors.
What remediation should an Architect recommend to alleviate this problem?
- A. Replace autoscaling with a manual scaling option of 2.
- B. Upgrade to performance-L dynos with 14 GB RAM.
- C. Move long-running tasks to worker dynos.
- D. Add a logging add-on from the Elements marketplace.
Answer: C
NEW QUESTION 59
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. Premium
- B. Private
- C. Standard
- D. Hobby
- E. Shield
Answer: A,B,C
NEW QUESTION 60
Universal Containers provides multiple service types (i.e., Installation, Maintenance, Break/Fix, etc.) Each service requires a variety of skills and certifications inorder for a resource to excel Which two configurations should a Consultant implement to meet this requirement? (Choose two )
- A. Select the relevant Work Types for each Resource
- B. Use Work Types with Required Skills
- C. Create Multiple Work Orders Line Items per service.
- D. Assign the appropriate Skills to Resources
Answer: B,D
NEW QUESTION 61
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. Add a read-only Heroku Postgres follower
- D. Create a database caching layer
Answer: C,D
Explanation:
- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION 62
......
Dumps of Heroku-Architect Cover all the requirements of the Real Exam: https://www.exam4tests.com/Heroku-Architect-valid-braindumps.html
New Training Course Heroku-Architect Tutorial Preparation Guide: https://drive.google.com/open?id=1DKnQ9w7tIfSgU2mKsbHiOI0QpgOe2HtF