
Dumps Moneyack Guarantee - Heroku-Architect Dumps UpTo 50% Off
Updated Aug-2022 Pass Heroku-Architect Exam - Real Practice Test Questions
NEW QUESTION 49
A RESTfulAPIis:
- A. An Actually Pretty Informative meditation session
- B. A web-based service that provides standard ways for clients to make requests and receive responses
- C. How the web displays data in a hierarchical format readable by both people and machines
- D. A methodology (or maximizing the effectiveness of any vacation
Answer: D
NEW QUESTION 50
Universal Containers wants to give Field Technicians the ability to create follow-up appointments if they are unable to complete a Work Order due to missing inventory What should a Consultant implement to meet this requirement?
- A. Implement a Custom Button to Create a Service Appointment on the existing Work Order
- B. Implement a Macro to generate Service Appointments on the existing Work Order
- C. Implement a Quick Action to create a new Service Appointment on the existing Work Order
- D. Implement a Quick Action to create a new Work Order Line item on the existing Work Order
Answer: C
NEW QUESTION 51
A client is running an app on 20 Standard-2x dynos. They are noticing highly variable performance when the application is experiencing a heavy load.
Which two suggestions should an Architect make in this scenario? (Choose two.)
- A. Configure the app to use Performance dynos.
- B. Install a performance monitoring tool.
- C. Configure the app to use Standard-lx dynos.
- D. Add additional Standard-2x dynos.
Answer: A,D
NEW QUESTION 52
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 53
Which is a characteristic of an add-on that is "available" for applications in Private Spaces but not "installable" in a Private Space?
- A. The add-on's data will always be stored in the same Private Space as the provisioning application.
- B. The add-on always runs in the same Private Space as the provisioning application.
- C. The add-on will always run in the same region, but not in the same Private Space, as the provisioning application.
- D. The traffic between the provisioning app and the add-on will travel across the public Internet.
Answer: C
NEW QUESTION 54
Universal Containers would like to enforce a 48-hour SLA to ensure that Technicians perform certain follow-up activities after they leave a customer site The starting point of the SLA is when the Work Order Status is set to "Technician Wrap Up." The Technician is required to provide confirmation that wrap up is completed.
Which three configurations should a Consultant implement to ensure this can be achieved? (Choose three.)
- A. Create a Process to call a Flow that completes the Milestone when the Wrap Up is complete.
- B. Create custom fields to capture that the Wrap Up Activities have been completed.
- C. Create a Workflow to close the Milestone when the Wrap Up is complete
- D. Create an Entitlement Process which has entry criteria for Status = Technician Wrap Up
- E. Create a Milestone which has entry criteria (or Status = Technician Wrap Up.
Answer: C,D,E
NEW QUESTION 55
Upon arrival for a Service Appointment, the Field Service Technician reports that a team of people is required to resolve the issue.
How can the Dispatcher ensure that the required staff is assigned to the project?
- A. Assign the existing Work Order to each staff member
- B. Assign the existing Work Order to a Crew.
- C. Assign the existing Service Appointment to a Crew.
- D. Create a new Service Appointment and assign a Crew.
Answer: D
NEW QUESTION 56
Which three actions can a user perform on an app in a Heroku Enterprise Team, if that user has been granted only the "deploy" permission for that app? Choose 3 answers.
- A. Transfer the app to another Enterprise Team.
- B. Roll back a release
- C. Manage the app's config vars.
- D. Provision an add-on with a free plan
Answer: B,C,D
Explanation:
- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION 57
A web application on Heroku wants to surface Salesforce dat
a. 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. Use Heroku Connect, with a per-user authentication model, to sync the Salesforce data to Heroku Postgres.
- B. Have the application query Salesforce data directly through the Salesforce APIs as the running user.
- C. Use Heroku Connect to sync the Salesforce data and Salesforce security model to Heroku Postgres.
- D. Have the application query Salesforce data and the security model directly using a cached admin credential.
Answer: C
Explanation:
https://devcenter.heroku.com/articles/addon-controls
NEW QUESTION 58
What are two features of a Shield Private Space that has Private Space Logging enabled? Choose 2 answers.
- A. Applications in the shield Private Space do not forward logs to Heroku's Logplex router.
- B. All applications in the Shield Private Space forward their logs to the same destination.
- C. Logs must be forwarded to a destination either within the Shield Private Space or within a VPN that includes the Shield Private Space.
- D. Applications in the Shield Private Space forward logs to a separate, high-compliance instance of Heroku's Logplex router
Answer: A,B
Explanation:
- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku
NEW QUESTION 59
A client runs an application on a background worker dyno. The application allows its users to request personalized information as a PDF. At peak usage, the app processes millions of requests at once. The resulting number of requests has caused a bottleneck that is impacting its performance.
Which two solutions can an Architect recommend to resolve the bottleneck and improve performance? (Choose two.)
- A. Add a CDN add-on from the Elements marketplace.
- B. Add Heroku Redis as a job queue.
- C. Move the application to a Private Space.
- D. Increase the number of workers to consume the job faster.
Answer: C,D
NEW QUESTION 60
A client has 3 Heroku applications: App 1, App 2, App 3. They would like to restrict external web traffic to App 3 only. Which two Heroku features should an Architect recommend to enable this architecture?
- A. Internal Routing
- B. Private Spaces
- C. VPC Peering
- D. Trusted IP ranges
Answer: D
NEW QUESTION 61
Salesforce Connect custom adapters support:
- A. Cross-object relationships
- B. Data paging
- C. Search
- D. All of these
Answer: D
NEW QUESTION 62
According to the Twelve-Factor methodology, which best practice helps minimize the gap between development and production?
- A. Using the same backing services in all of an application's environments.
- B. Executing long-running tasks as background processes.
- C. Writing processes that are fast to start up and gracefully shut down
- D. Configuring application logging to write stdout.
Answer: A
Explanation:
- https://devcenter.heroku.com/articles/internal-routing
NEW QUESTION 63
Universal Containers wants the ability for their Field Technicians to log sales opportunities associated with their Work Orders.
What configuration should a Consultant implement so Field Technicians can easily achieve this through the Field Service mobile app?
- A. Quick Action on Work Order to Create Opportunity
- B. Quick Action on Opportunity to Create Work Order
- C. Quick Action on Opportunity to Create Work Order Line Item
- D. Quick Action on Work Order Line Items to Create Opportunity
Answer: A
NEW QUESTION 64
For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)
- A. Providing a data cache layer
- B. Adding jobs to a queue
- C. Providing long-term data warehousing
- D. Querying relational data
Answer: C,D
NEW QUESTION 65
A Client Service Representative (CSR) receives a call from a customer on Saturday. The CSR determines that the customer is covered, but the coverage is aboutto expire.
Which two upsell activities should the CSR consider? (Choose two.)
- A. Open a Case and a renewal Opportunity for the Sales team.
- B. Open a Case and create a Work Order for the Dispatch Team.
- C. Open a Case and send email with new Service offerings.
- D. Open a Case and inform Customer of weekend service pricing.
Answer: C,D
NEW QUESTION 66
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. More accurately assign Work Orders based on skills.
- B. More consistently meet customer response times
- C. Proactively adjust to demand fluctuations.
- D. Proactively adjust Service Contracts
Answer: B,C
NEW QUESTION 67
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. Create a database caching layer
- C. Add a read-only Heroku Postgres follower
- D. Restart the Heroku Postgres server to reclaim cache
Answer: B,C
Explanation:
- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION 68
Universal Containers wants to process mobile payments. How can this requirement be met?
- A. Install an AppExchange package
- B. Create a custom payments object
- C. Attach a picture of the credit card.
- D. Add a custom field to store the credit card number
Answer: A
NEW QUESTION 69
A company currently uses, and will continue to use, the MulesoftAnypoint Platform integration throughout their architecture. They want to use Heroku Connect to help them integrate Heroku apps with Salesforce apps. What is a benefit of introducing Heroku Connect in this environment?
- A. Heroku Connect provides Mulesoft an endpoint that is easily consumable by a back-end integration tool
- B. Heroku Connect provides Salesforce a bidirectional synchronization between Platform Events on Salesforce and Apache Kafka on Heroku
- C. Heroku Connect provides Salesforce a declarative bidirectional synchronization with Postgres and data proxy capability via Heroku Connect External Objects.
- D. Heroku Connect has a Microsoft connector for access to Heroku Postgres Heroku Redis, and Apache Kafka on Heroku
Answer: C
NEW QUESTION 70
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. Define different process types for the Ruby script and the Go application in the app's Profile.
- B. Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
- 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: B
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 71
You can use the Salesforce REST APIs to:
- A. Insert or update records
- B. Access database log files
- C. Execute processes as another user
- D. Feed your kitten
Answer: A
NEW QUESTION 72
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
NEW QUESTION 73
In the hierarchy of cloud services, PaaS generally provides more out of the box than:
- A. Software as a service (SaaS)
- B. Salesforce Marketing Cloud
- C. Visualforce pages
- D. Infrastructure as a service (laaS) and on-premises Infrastructure
Answer: D
NEW QUESTION 74
......
Download Free Salesforce Heroku-Architect Real Exam Questions: https://www.updatedumps.com/Salesforce/Heroku-Architect-updated-exam-dumps.html
Pass Your Exam With 100% Verified Heroku-Architect Exam Questions: https://drive.google.com/open?id=16LVNOmLwvbZVH6maUKMISl7XRwk7GM8w