
Heroku-Architect Practice Test Give You First Time Success with 100% Money Back Guarantee!
All Obstacles During Heroku-Architect Exam Preparation with Heroku-Architect Real Test Questions
To earn the Salesforce Certified Heroku Architect certification, candidates must pass the Heroku-Architect exam. Salesforce Certified Heroku Architect certification is intended for developers, architects, and solution engineers who want to showcase their expertise in building cloud-native applications on Heroku. Salesforce Certified Heroku Architect certification exam is designed to test candidates' knowledge of Heroku architecture, data management, security, and integration with other Salesforce products.
NEW QUESTION # 10
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 # 11
Universal Containers wants to ensure that Service Appointments are only assigned to Active Resources. What configuration should a Consultant recommend for the Scheduling Policy?
- A. Match Fields
- B. Preferred Resources
- C. Match Boolean
- D. Required Resources
Answer: C
NEW QUESTION # 12
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. Create a Heroku Pipeline to mirror the app and its data in each region.
- C. Deploy a globally-distributed CDN in front of the application.
- D. Create Salesforce orgs in each region and use Heroku Connect to link them.
Answer: D
NEW QUESTION # 13
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. Convert the Ruby release script to Go and execute it on application startup
- B. Define different process types for the Ruby script and the Go application in the app's Profile.
- C. Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
- D. Modify the Go buildpacK to install Ruby, and run the script from the _profile
Answer: C
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 # 14
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. Anonymous access without credentials on trusted networks
- C. None of these
- D. Username and password with an OAuth connected app
Answer: A,D
NEW QUESTION # 15
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. Increase the number of workers to consume thejob faster.
- C. Add Heroku Redis as a job queue.
- D. Move the application to a Private Space.
Answer: B,D
Explanation:
References:
NEW QUESTION # 16
A customer's Heroku Redis instance regularly reaches its storage limit. Besides upgrading to a bigger plan, what solution should an Architect recommend for this scenario?
- A. Create a fork of the primary Heroku Redis instance.
- B. Explore a different key eviction scheme.
- C. Migrate the data to a Heroku Postgres database
- D. Failover to ephemeral filesystem for the running dyno
Answer: B
Explanation:
-
https://devcenter.herokuxom/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku
NEW QUESTION # 17
The Private Spaces feature can be useful if you need to:
- A. Ensure that your application's incoming traffic originates from a whitellsted set of IP addresses
- B. None of these
- C. Write Apex applications quickly
- D. Speed up an application's response time by running it on dynos that are located geographically closer to your customers
Answer: A,D
NEW QUESTION # 18
A client wants to deconstruct a monolithic application into a set of microservices The microservices require securer direct peer-to-peer communications.
Which Heroku Enterprise features should an Architect recommend? Choose one answer
- A. Shield Private Spaces and Heroku Shield Connect
- B. Heroku Private Spaces and Private Space VPN connections.
- C. Heroku Private Spaces and Internal Routing.
- D. Heroku Private Spaces and Apache Kafka on Heroku
Answer: C
NEW QUESTION # 19
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. Publish training documentation in a closed Chatter group
- B. Publish pre-release documentation on the Customer Community.
- C. Increase training to Field Service Technicians
- D. Increase training to Sales Representatives.
Answer: B,C
NEW QUESTION # 20
A client wants to use Heroku Connect to sync data bidirectionally between a Salesforce org and a Heroku Postgres database.
In this scenario, which two are advantages to setting a custom External Identifier field in the Heroku Connect mapping? (Choose two.)
- A. External IDs prevent the creation of orphaned duplicates in Heroku Postgres.
- B. External IDs improve speed when inserting multiple related objects.
- C. External IDs simplify the mapping of polymorphic relationships in the Salesforce org.
- D. External IDs are required to enable bidirectional synchronization.
Answer: A,D
NEW QUESTION # 21
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. Use a custom buildpack to install wkhtmltopdf using apt.
- B. Install the dependency using sudo apt install wkhtmltopdf from .profile in the project root.
- 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: A
NEW QUESTION # 22
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. Migrate the database to a Premium-tier plan.
- B. Migrate the database to a larger Standard-tier plan.
- C. Create a fork of the database that uses the same plan as the leader.
- D. Create a follower database that uses the same plan as the leader.
Answer: B,D
NEW QUESTION # 23
You can use the Salesforce REST APIs to:
- A. Feed your kitten
- B. Access database log files
- C. Execute processes as another user
- D. Insert or update records
Answer: D
NEW QUESTION # 24
In the hierarchy of cloud services, PaaS generally provides more out of the box than:
- A. Software as a service (SaaS)
- B. Infrastructure as a service (laaS) and on-premises Infrastructure
- C. Salesforce Marketing Cloud
- D. Visualforce pages
Answer: B
NEW QUESTION # 25
Which 2 users can remove an application from a Heroku Enterprise Team?
- A. An administrator of the Enterprise Team
- B. A user with the "deploy" permission for the app
- C. A user with the "manage" permission for the app
- D. A user with the "operate" permission for the app
Answer: A,C
Explanation:
- https://devcenter.heroku.com/articles/event-driven-microservices-with-apache-kafka
NEW QUESTION # 26
A hospital is planning to rewrite its on-premise patient registration system. Their current system is HIPAA-compliant as well as ISO 27018-compliant. They need to maintain these same certification levels after the rewrite. Their new app also needs to sync PII (personally identifiable information) data with their Salesforce org.
What Heroku Enterprise solutions should an Architect propose?
- A. Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Apache Kafka on Heroku to stream from the Salesforce org.
- B. Build the app in a Private Space with a Private Heroku Postgres database, and use Heroku Connect to sync to Salesforce.
- C. Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Shield Heroku Connect to sync to Salesforce.
- D. Build the app in the Common Runtime, use a Heroku Postgres database, and use Heroku Connect to sync to Salesforce.
Answer: C
NEW QUESTION # 27
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. Deploy the Java app with Internal Routing enabled. Deploy the Node.js app without Internal Routing enabled.
- C. 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.
- D. 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.
Answer: B
NEW QUESTION # 28
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. Delegate video processing tasks to the app's staging version to remove load from the production app.
- C. Add a new process type for worker dynos that pull video processing jobs from a queue.
- D. Attach a video processing add-on from the Heroku Elements Marketplace to the application.
Answer: C,D
NEW QUESTION # 29
A customer would like to analyze data stored in a single, large, high-traffic Heroku Postgres database using a reporting tool that runs long-running, expensive read queries. What reporting architecture should be recommended?
A client wants to create a Heroku web application that needs to provide a low-latency experience for its users, who are based primarily in Japan. Many common user actions will result in synchronous writes to the application's Heroku Postgres database. The application does not have advanced compliance requirements. Which should an Architect recommend?
- A. Deploy the application to the Common Runtime in the Tokyo region
- B. Deploy the application to a Shield Private Space In the Tokyo region
- C. Deploy the application to a Private Space in the Tokyo region
- D. Deploy the application to the Common Runtime in the U.S region and use a CDN to accelerate content delivery
Answer: C
Explanation:
-https://devcenter.heroku.com/articles/dataclips
NEW QUESTION # 30
A healthcare client is creating a web portal for their customers on Heroku, which is sourced from a Salesforce instance. Some of the Salesforce data they wish to display falls under HIPAA compliance, and their auditors have determined this data must be stored encrypted-at-rest. To satisfy this requirement, they have enabled Platform Encryption on Salesforce.
They are investigating Heroku Shield Private Spaces, Shield Dynos, Shield Postgres, and Shield Heroku Connect.
How will Shield Heroku Connect interact with the encrypted fields in Salesforce?
- A. Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.
- B. Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.
- C. Shield Heroku Connect will be able to access only cypher text in the fields from Salesforce. They will need to import the encryption key from Salesforce to decrypt to store in Shield Postgres.
- D. Shield Heroku Connect will be able to synchronize data from fields in Salesforce without additional customization, but any writes will need to be encrypted using the Salesforce encryption key first before being written.
Answer: D
Explanation:
- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strmgs
NEW QUESTION # 31
A client is building a collection of Heroku applications that will be audited regularly. To comply with the audit, it must be guaranteed that the applications all forward thei logs to the same, single destination. Which solution meets this requirements?
- A. Deploy all the applications to the Common runtime, and add the same log drain URL to all of them.
- B. Deploy all of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them.
- C. Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled
- D. Deploy all the applications to the same Private Space with Logplrx disabled.
Answer: C
Explanation:
- https://devcenter.heroku.com/articles/dataclips
NEW QUESTION # 32
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. Load the application's configuration from its source code instead of using environment tables
- B. Run the application in a Private Space to enable communication with UC's Salesforce org
- C. WritP Inns tn stdmit instead nf writinn thpm tn the flip svstpm
- D. Use an external object storage service for temporary image uploads
Answer: A,C
Explanation:
- https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings
NEW QUESTION # 33
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. Enable and load test autoscaling
- B. Implement load balancing using Kafka
- C. Engage with Heroku Support to implement load testing
- 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 # 34
......
Fully Updated Free Actual Salesforce Heroku-Architect Exam Questions: https://www.dumpsquestion.com/Heroku-Architect-exam-dumps-collection.html
Free Heroku-Architect Questions for Salesforce Heroku-Architect Exam [Dec-2024]: https://drive.google.com/open?id=1uyMuGpN8FFBct6MUln7VsRAwmatAA8VT