
Updated Apr-2023 Premium Heroku-Architect Exam Engine pdf - Download Free Updated 185 Questions
Authentic Heroku-Architect Dumps With 100% Passing Rate Practice Tests Dumps
NEW QUESTION # 44
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 a globally-distributed CDN in front of the application.
- B. Deploy instances of their applications into Private Spaces in Tokyo and Frankfurt.
- 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 # 45
Universal Containers is developing a Salesforce app that invokes a Heroku app's web service, which asynchronously generates customer invoices. The Heroku app is deployed to a Private Space. When an invoice is ready, the Heroku app sends a POST request to the Salesforce REST API. Which two options should an Architect recommend to ensure that neither the Salesforce nor the Heroku app is accessible from the public internet? Choose 2 answers.
- A. Restrict the Private Space's trusted IP range to Universal Containers' VPN
- B. Restrict the Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
- C. Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
- D. Restrict the Private Space's trusted IP range to Salesforce IP addresses
Answer: B,D
Explanation:
- This is no VPN connection and a trusted IP range is used to limit the trusted outside application's IP address And there is document related to this use case: https://devcenterheroku.com/articles/establish-trust-private-space-and-salesforce#salesforce-heroku-apps
NEW QUESTION # 46
Universal Containers (UC) has a Heroku Postgres database attached to a Heroku app, which is running in the Common Runtime.
What should an Architect recommend UC do to secure their database to only trusted locations?
- A. Set up a VPC in a one-off dyno when access to Heroku Postgres is needed.
- B. Add a Trusted IP range to the Heroku Postgres configuration.
- C. Set up a VPN from the trusted locations to the app.
- D. Move the database and the app into the Private Space.
Answer: B
NEW QUESTION # 47
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. Speed up an application's response time by running it on dynos that are located geographically closer to your customers
- C. Write Apex applications quickly
- D. None of these
Answer: A,B
NEW QUESTION # 48
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 using :he Service Appointment Inventory module.
- B. Build a report to view inventory Transactions
- C. Build a report using the Work Order inventory module.
- D. Build a report to view Products Consumed on Work Order Line Items.
- E. Build a report to view Products Consumed on Work Orders.
Answer: B,C,D
NEW QUESTION # 49
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 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.
- D. 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.
Answer: C
Explanation:
- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strmgs
NEW QUESTION # 50
Universal Containers collects sensor data from millions of sensors that are located around the World. Now. they want to process this data on Heroku. What are three advantages of using a microservices architecture with Apache Kafka on Heroku in this scenario? Choose 3 answers.
- A. Consumers and producers can be scaled independently.
- B. Individual services can be scaled easily for high-volume event processing
- C. Kafka is highly available and fault-tolerant
- D. Individual services can efficiently communicate with each other using REST APIs.
Answer: A,B,C
Explanation:
- https://www.heroku.com/lech-sessions/get-started-with-apache-kafka
NEW QUESTION # 51
A client is writing a Heroku application that requires compliance with PCI DSS Level 1. To accomplish this, they deploy an application to the Shield Private Space. Which statement is true about the application?
- A. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1
- B. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1, assuming the application uses only Shield Postgres databases
- C. The application is definitely not compliant with PCI DSS Level 1. because Shield Private Spaces do not provide compliance with it.
- D. The application might still violate PCI DSS Level 1 even though it is deployed to a Shield Private Space
Answer: D
Explanation:
- https;//devcenter.herokuxom/articles/usjng-sso-services-witri-heroku#prerequisites-for-sso-with-heroku
NEW QUESTION # 52
A client's Heroku application syncs data between a Heroku Postgres database and a Salesforce org using the Salesforce Bulk API. The client has determined the application currently uses 90% of the client's daily Salesforce Bulk API limit.
To overcome this issue, what feature, to replace the Bulk API implementation in this scenario, should an Architect recommend?
- A. Heroku Connect
- B. Salesforce SOAP API
- C. Custom Apex callouts
- D. Salesforce Connect
Answer: A
NEW QUESTION # 53
A customer's IT department will not allow VPN access through their on-premise gateway. Users need to be able to access trusted Heroku applications only when they are in the office. These applications are deployed to a Heroku Private Space.
Which two Private Spaces features should an Architect recommend to enable on-premise users to gain the access they need? (Choose two.)
- A. Stable outbound IP addresses
- B. VPC peering
- C. Trusted IP ranges
- D. Internal routing
Answer: A,C
NEW QUESTION # 54
you can build Canvas apps and run them on Heroku with of the following languages:
- A. PHP
- B. All of these
- C. Java, Scala, Clojure
- D. Node, js / JavaScript
- E. Python
Answer: B
NEW QUESTION # 55
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. Shield
- D. Standard
- E. Hobby
Answer: A,B,D
NEW QUESTION # 56
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. Explore a different key eviction scheme.
- B. Failover to ephemeral filesystem for the running dyno
- C. Create a fork of the primary Heroku Redis instance.
- D. Migrate the data to a Heroku Postgres database
Answer: A
Explanation:
-
https://devcenter.herokuxom/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku
NEW QUESTION # 57
What set of configurations make up Scheduling Policies and let companies adhere to their business constraints and preferences?
- A. Service Contracts and Service Levels
- B. Service Levels and Work Rules
- C. Service Objectives and Work Types
- D. Service Objectives and WonX Rules
Answer: D
NEW QUESTION # 58
Salesforce Connect is used for:
- A. Replicating external data into Salesforce
- B. Developing ETL services
- C. Proxying external data into Salesforce
- D. Bidirectional syncing of external data in Salesforce
Answer: C
NEW QUESTION # 59
Universal Containers is looking to implement Entitlement Management to meet the following requirements:
1) Any employee from the customer account is eligible for support.
2) Specific purchased products are eligible for support What Objects should be set up for Entitlement Management?
- A. Contacts and Service Contracts
- B. Contacts and Assets
- C. Accounts and Assets
- D. Accounts and Service Contracts
Answer: C
NEW QUESTION # 60
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. Select a Service Appointment from the list, press the "Candidates" action, and select the best time slot.
- B. Select a Service Appointments from the list and press the "Schedule" action.
- C. 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
- D. Create a Workflow to close the Milestone when the Wrap Up is complete.
- E. Select a Service Appointment from the list, press the "Change Status" action and "Dispatch".
Answer: B,C,E
NEW QUESTION # 61
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. Engage with Heroku Support to implement load testing
- B. Enable and load test autoscaling
- C. Implement load balancing using Kafka
- D. Perform load test using 10% sample size
Answer: A,B
Explanation:
- https://devcenter.heroku.com/artlcles/event-driven-microservlces-with-apache-kafka
NEW QUESTION # 62
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 # 63
An app has two web dynos, Dyno A and Dyno B.
The app receives a request, which is routed to Dyno A.
A second request is sent from the same client. Which Dyno is the request routed to?
- A. The request is definetly routed to Dyno B.
- B. The request is routed randomly to Dyno A or Dyno B
- C. The request is definetly routed to Dyno A.
- D. The request is routed to Dyno A if it has finished handling the first request
Answer: B
Explanation:
- https://devcenter.heroku.com/articles/internal-routing
NEW QUESTION # 64
Heroku add-ons are cool because they:
- A. Accessorize your dynos with over-clocked CPU power and faster I/O speeds
- B. Can be provisioned easily from the Heroku Enterprise Flea Market system.
- C. Cost nothing - billing is easy because they're always provided at no additional cost with every Heroku Enterprise account.
- D. Give you the ability to add complex functionality to your application without having to manage the underlying software or infrastructure.
Answer: D
NEW QUESTION # 65
A client's Heroku application is publishing messages to an instance of Apache Kafka on Heroku.
What does a second Heroku application need to do to consume those messages?
- A. Convert the publishing application into a stream processor.
- B. Subscribe to the Kafka topic(s) that the messages are being published to.
- C. Subscribe to the Kafka partition(s) that the messages are being published to.
- D. Join a consumer group that also includes the publishing application.
Answer: C
Explanation:
- https://wwwxloudkarafka.com/blog/2016-11-30-part1-kafka-for-beginners-what-is- apache-kafka.html
NEW QUESTION # 66
Universal Containers provides installation, repair, and consulting services When Technicians complete the work, they need to provide different reports for the installation, repair, and consulting services.
Which two configurations should a Consultant recommend to meet this requirement? (Choose two )
- A. Product Templates
- B. Assets
- C. Service Report Templates
- D. Work Types
Answer: C,D
NEW QUESTION # 67
......
Verified Pass Heroku-Architect Exam in First Attempt Guaranteed: https://freetorrent.itpass4sure.com/Heroku-Architect-practice-exam.html

