
Get 100% Authentic Salesforce Heroku-Architecture-Designer Dumps with Correct Answers
New Training Course Heroku-Architecture-Designer Tutorial Preparation Guide
Salesforce Certified Heroku Architecture Designer exam is a comprehensive test that covers a range of topics such as Heroku application architecture, data management, integration with Salesforce, security, and compliance. Heroku-Architecture-Designer exam consists of 60 multiple-choice questions that must be completed within 105 minutes. Passing the exam requires a score of 68% or higher, and the certification is valid for two years. Overall, the Heroku-Architecture-Designer certification demonstrates an individual's ability to design and build scalable, secure, and high-performing Heroku applications that meet the needs of modern businesses.
NEW QUESTION # 25
you can build Canvas apps and run them on Heroku with of the following languages:
- A. All of these
- B. Node, js / JavaScript
- C. Python
- D. Java, Scala, Clojure
- E. PHP
Answer: A
NEW QUESTION # 26
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 create Absence once expired
- B. Add the Resource Skill and set the End Date.
- C. Add the Resource Skill and track certification using reminder.
- D. Add the Resource Skill and remove from the Service Territory once expired
Answer: B
NEW QUESTION # 27
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 Shield Private Spaces
- B. The marketing application into the Common Runtime; customer service applications into Shield Private Spaces
- C. The marketing application into Private Spaces; customer service applications into separate Private Spaces
- D. The marketing application into the Common Runtime; customer service applications into Private Spaces
Answer: A
NEW QUESTION # 28
Heroku Connect is an add-on that syncs Force, com data into:
- A. A Heroku Postgres database
- B. Someone else's isolated network environment
- C. A secondary Salesforce instance
- D. Only one dyno in your app's dyno formation
Answer: A
NEW QUESTION # 29
Which Is an effect of "locking" an application that belongs to a Heroku Enterprise Team?
- A. New members of the Enterprise Team are granted no automatic permissions for the application.
- B. Members of the Enterprise Team who are not administrators have their permissions for the application revoked.
- C. Members of the Enterprise Team cannot be granted new permissions for the application until it's unlocked.
- D. The application cannot be deployed until is unlocked.
Answer: A
NEW QUESTION # 30
In the Dispatch Console, when viewing the Map, which three data elements can be presented to the Dispatcher? (Choose three.)
- A. Google Traffic Data
- B. Service Appointment Dependencies
- C. Resource's Home Base
- D. Resource's Travel Speed
- E. Service Appointments
Answer: A,C,E
NEW QUESTION # 31
A client needs to securely connect a Heroku app to a database on their on-premise network. Which two Heroku Enterprise features should an Architect consider?
- A. SSLEndpoint
- B. Heroku Private Spaces
- C. Private Space Peering
- D. Private Space VPN Connections
Answer: B,D
Explanation:
Explanation
- https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION # 32
A client's application needs to run in a European country for data residence purposes.
What is a consideration in this scenario?
- A. Heroku Postgres backup snapshots and dataclips are always stored in the U.S.
- B. There is no guarantee that a Heroku Postgres database will be created in the same region as the application that provisions it.
- C. When a dyno is cycled, its replacement might run in a different region.
- D. European regions are only available for applications running in Private Spaces.
Answer: D
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/regions
NEW QUESTION # 33
A client has data in a Heroku Postgres table. They want to generate analytics based on the table and make the results available in their Salesforce org. Their Salesforce administrator wants to minimize the amount of data that is written to Salesforce to accomplish this. Which strategy should an Architect recommend on this scenario?
- A. Use the Heroku application to generate analytics, and write the results to a separate Heroku Postgres table-Expose that table to the Salesforce org with Heroku External Objects.
- B. Use the Heroku application to generate analytics, and write the results to the Salesforce org with the Salesforce Bulk API.
- C. Use Heroku Connect to sync the Heroku Postgres table to the Salesforce org, and generate analytics from the Salesforce org.
- D. Use the Heroku application to generate analytics and write them to a separate Heroku Postgres table.
Sync that table to the Salesforce org with Heroku Connect.
Answer: A
Explanation:
Explanation
-https://devcenter.herokuxom/articles/event-driven-microservices-with-apache-kafka
NEW QUESTION # 34
A client wants to create a set of applications that all communicate with each other. Only one of the applications should be accessible from the public internet. This application will act as an API gateway and route requests to the interbak applications using HTTPS. Which architecture should an Architect recommend?
- A. Create the API gateway application in the Common Runtime. Create all of the internal apps in a Private Space.
- B. Create all of the apps in a Private Space. Configure the Private Space's trusted IP ranges to only permit requests from within the Private Space
- C. Create all of the apps in a Private Space Create the internal apps with Internal Routing enabled. Create the gateway app as a web app
- D. Create all of the apps in the Common Runtime. Ensure that the internal apps do not define a web process type.
Answer: C
Explanation:
Explanation
-
https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
NEW QUESTION # 35
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. Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.
- D. Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
Answer: A
NEW QUESTION # 36
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. Migrate the database to a Premium-tier plan.
- C. Migrate the database to a larger Standard-tier plan.
- D. Create a fork of the database that uses the same plan as the leader.
Answer: A,C
NEW QUESTION # 37
What does a follower of Heroku Postgres leader database provide?
- A. A writable replica of the leader.
- B. A in-memory snapshot of the leader.
- C. A static snapshot of the leader
- D. A read-only replica of the leader.
Answer: D
Explanation:
Explanation
- https://devcenter.heroku.eom/articles/rieroku-corinect-database-tables#encrypted-strings
NEW QUESTION # 38
A client's application needs to run in a European country for data residence purposes.
What is a consideration in this scenario?
- A. Heroku Postgres backup snapshots and dataclips are always stored in the U.S.
- B. There is no guarantee that a Heroku Postgres database will be created in the same region as the application that provisions it.
- C. When a dyno is cycled, its replacement might run in a different region.
- D. European regions are only available for applications running in Private Spaces.
Answer: D
Explanation:
Explanation
- https://devcenter.heroku.eom/articles/heroku-postaresql#data-residencv
NEW QUESTION # 39
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 with Internal Routing enabled, in a Private Space.
- C. Create the application in a Private Space with default options.
- D. Create the application in a Private Space and restrict the application's set of trusted IP ranges.
Answer: D
NEW QUESTION # 40
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. Username and password with an OAuth connected app
- C. Anonymous access without credentials on trusted networks
- D. None of these
Answer: A,B
NEW QUESTION # 41
A client requires that their web application's logs are accessible only from within the same isolated network as the application itself.
Which solution should an Architect recommend in this scenario?
- A. Deploy the application to a Shield Private Space with Private Space Logging enabled. Forward logs to a destination within the Shield Private Space.
- B. Deploy the application to a Private Space. Connect the Private Space to an on-premise logging system using VPN and specify it as a log drain.
- C. Deploy the application to a Private Space. Provide the Private Space's stable outbound IPs to Heroku's Logplex router to block all logs originating from the Private Space.
- D. Deploy the application to a Private Space. Enable Internal Routing to prevent the application's logs from being forwarded outside of the Private Space.
Answer: B
NEW QUESTION # 42
A client wants to add CPU-intensive video processing functionality to their Heroku web application.
Which two strategies should an Architect recommend for implementing this functionality? (Choose two.)
- A. Divide each video processing task across multiple web dynos to mitigate added CPU load.
- B. Attach a video processing add-on from the Heroku Elements Marketplace to the application.
- C. Add a new process type for worker dynos that pull video processing jobs from a queue.
- D. Delegate video processing tasks to the app's staging version to remove load from the production app.
Answer: B,C
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/how-heroku-works
NEW QUESTION # 43
Universal Containers (UC) has an app that allows a costumer to schedule a compute-intensive job. It allows the costumer to schedule the job on an ad-hoc basis. UC has decided to break up the app into the following services: - Website: an Interface for their costumers; -Billing: generates monthly invoices based on usage metrics; - Traffic Cop: manages the job queue, job definitions and job schedule; - Job Runner; runs jobs that Traffic Cop queues up. It Is responsible for self-introspection and self-scaling. UC also wants to create a data lake for analytics. What foundational technology and design should an Architect use to manage communication between these services?
- A. Heroku Redis, create a large Redis store. Allow each service to place messages with an agreed-upon format into a single queue, backed by the Redis store Services listen for messages addressed to them and take action on them. Redis will serve as the data lake.
- B. Apache Kafka on Heroku Create a Kafka queue for each service. Create a central routing service that connects to all of the Kafka queues and routes data. The central router is attached to a data lake, and pushes every message into It.
- C. Heroku Connect and Salesforce Sync all relevant data into Salesforce and allow it to flow into each service Create custom objects for each service and alow them to post to each others' objects as needed.
Push data from Salesforce into Heroku Postgres for a data lake. - D. Apache Kafka on Heroku as a bus between all services Create topics for billing, jobs, and website clicks Create an additional service, which will subscribe for all topics, and dump every message into a data lake
Answer: D
Explanation:
Explanation
- https //devcenterheroku.com/articles/private-spaces#lruslecl-ip-ranges
NEW QUESTION # 44
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. Roll back a release
- B. Provision an add-on with a free plan
- C. Manage the app's config vars.
- D. Transfer the app to another Enterprise Team.
Answer: A,B,C
Explanation:
Explanation
- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION # 45
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. VPC Peering
- B. Internal Routing
- C. Trusted IP ranges
- D. Private Spaces
Answer: C
NEW QUESTION # 46
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 Capacity-based Resource and give them Capacity 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 Resource and give them 24-hour availability for the next three weeks.
Answer: A
NEW QUESTION # 47
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 data. All of the data, and the API, is highly confidential.
What should an Architect suggest to enforce security?
- A. 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.
- 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 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.
- 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 # 48
......
Dumps of Heroku-Architecture-Designer Cover all the requirements of the Real Exam: https://www.exam4free.com/Heroku-Architecture-Designer-valid-dumps.html
Correct Practice Tests of Heroku-Architecture-Designer Dumps with Practice Exam: https://drive.google.com/open?id=10RyNEEKY_TtDD1t9jWSQ3HDIxsjGXOqj
