[Full-Version] 2023 New Heroku-Architect Actual Exam Dumps, Salesforce Practice Test [Q67-Q92]

Share

[Full-Version] 2023 New Heroku-Architect Actual Exam Dumps,  Salesforce Practice Test

Study HIGH Quality Heroku-Architect Free Study Guides and Exams Tutorials


To pass the Salesforce Certified Heroku Architect Exam, candidates must possess a strong understanding of the key concepts and principles of the Heroku platform. They must also have extensive experience in developing and deploying applications on the cloud. Heroku-Architect exam consists of multiple-choice questions, and candidates must score at least 65% to pass.


Salesforce Certified Heroku Architect Exam is a certification program designed for professionals who want to demonstrate their expertise in developing and deploying complex, scalable applications using the Heroku platform. Salesforce Certified Heroku Architect certification program is ideal for architects, developers, and technical leads who want to prove their skills in building and deploying world-class applications on the cloud.


The Salesforce Heroku-Architect exam is intended for experienced developers and architects who have a strong understanding of the Heroku platform and its capabilities. Candidates must have a minimum of three years of experience in building and deploying applications on Heroku, as well as a deep understanding of the Salesforce ecosystem and its integration with Heroku.

 

NEW QUESTION # 67
A client wants to deconstruct a monolithic app into a collection of smaller apps which should be able to send HTTP requests to each other. The smaller apps should not be publicly accessible on the internet. Which Heroku Enterprise features should an Architect recommend to enable this architecture?

  • A. Heroku and Apache Kafka on Heroku
  • B. Heroku Private Spaces and Internal Routing
  • C. Heroku Private Spaces and Heroku Connect
  • D. Heroku Connect and Internal Routing

Answer: B

Explanation:
-https://www.heroku.com/tech-sessions/get-started-wtth-apache-kafka


NEW QUESTION # 68
A hospital wants to build a mobile app that allows patients to check the status of submitted insurance claims, which the hospital stores in Salesforce Health Cloud. The app's back end will run on Heroku.
Which two measures should an Architect recommend to help ensure that the app is compliant with HIPAA? (Choose two.)

  • A. Ensure that the back-end application's code encrypts all claim data before writing it to a Heroku Postgres database.
  • B. Use Heroku Shield Connect to sync claim data from Salesforce to a Heroku Postgres database.
  • C. Ensure that the mobile app can only run when on the hospital's intranet, which is connected to the back end's Shield Private Space via VPN.
  • D. Use only Heroku Shield Postgres databases to store claim data outside of Salesforce Health Cloud.

Answer: A,B


NEW QUESTION # 69
The Private Spaces feature can be useful if you need to:

  • A. Write Apex applications quickly
  • B. Ensure that your application's incoming traffic originates from a whitellsted set of IP addresses
  • C. None of these
  • D. Speed up an application's response time by running it on dynos that are located geographically closer to your customers

Answer: B,D


NEW QUESTION # 70
A client wants to migrate their on-premise application to Heroku. The application maintains a local, in-memory cache for its data store to improve performance.
What should an Architect advise the client about running the application on Heroku?

  • A. The application should replicate its in-memory cache to a local disk to preserve it across deploys.
  • B. All of the application's web dynos will share a single in-memory cache.
  • C. The application's in-memory cache might be cleared at any time.
  • D. The application should declare its in-memory cache as a separate process type to preserve it across deploys.

Answer: D


NEW QUESTION # 71
Universal Containers wants to help their dispatches determine the length of time a Work Order should last. What should the Consultant implement to help achieve this goal?

  • A. Work Orders with Operating Hours
  • B. Work Types with an Estimated Duration.
  • C. Operating Hours for Customer Accounts.
  • D. Work Types with Service Level Agreement.

Answer: B


NEW QUESTION # 72
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 Work Order Line Items to Create Opportunity
  • C. Quick Action on Opportunity to Create Work Order
  • D. Quick Action on Opportunity to Create Work Order Line Item

Answer: A


NEW QUESTION # 73
Salesforce Connect custom adapters support:

  • A. Search
  • B. Cross-object relationships
  • C. Data paging
  • D. All of these

Answer: D


NEW QUESTION # 74
Which two Heroku features require Heroku Enterprise Teams? (Choose two.)

  • A. Fire-grained app access controls
  • B. Heroku Pipelines
  • C. Paid add-on plans
  • D. Single Sign-on

Answer: A,B


NEW QUESTION # 75
Which two features of the Heroku platform require Private Spaces? Choose 2 answers.

  • A. Apache Kafka on Heroku
  • B. Internal Routing
  • C. Trusted IP ranges
  • D. Automated Certificate Management

Answer: A,C

Explanation:
- https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges


NEW QUESTION # 76
Universal Containers has enabled Field Service Lightning and is looking to enable Entitlements for Work Orders. What should a Consultant take into consideration?

  • A. Creating Entitlements for Cases and Work Orders must be separated.
  • B. Creating Entitlements for Work Orders requires Lightning to be enabled.
  • C. Managing page layouts and validation rules can be done in Salesforce Lightning
  • D. Managing page layouts and milestone trackers can be done in the Salesforce mobile app.

Answer: A


NEW QUESTION # 77
You can use Heroku Connect for:

  • A. One-way data replication
  • B. Bidirectional data replication
  • C. All of these
  • D. Data proxy with Salesforce Connect

Answer: C


NEW QUESTION # 78
Universal Containers provides prompt service and has multiple service levels (or different customers Over 50% of Service Appointments are created on the sameday they need to be completed As a result, a Technician's daily schedule can change multiple times throughout the day What method of dispatching should a Consultant recommend implementing?

  • A. Automatically Dispatch Service Appointments using Drip Feed.
  • B. Automatically change the status to Dispatched of all Service Appointments.
  • C. Automatically schedule unscheduled services to available Resources
  • D. Automatically run Optimization Background Job every hour.

Answer: D


NEW QUESTION # 79
Universal Containers needs to integrate three separate apps: a Salesforce app, an app developed to Heroku, and a custom-built app hosted on-premise. Each app needs to send and receive data from any of the other apps. Which two integration options should an Architect recommend that can connect all three systems in a fire-and-forget pattern? Choose 2 answers.

  • A. Use Heroku Connect to synchronize all systems with Heroku Postgres
  • B. Publish and subscribe to topics on Apache Kafka on Heroku
  • C. Use Heroku External Objects as a data proxy
  • D. Publish and subscribe to Salesforce platform events

Answer: B,D

Explanation:
-https://devcenter.heroku.com/articles/dataclips


NEW QUESTION # 80
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 Standard-lx dynos.
  • B. Add additional Standard-2x dynos.
  • C. Install a performance monitoring tool.
  • D. Configure the app to use Performance dynos.

Answer: B,D


NEW QUESTION # 81
A customer wants to sync data between their Salesforce org and Heroku Postgres.
Which two limitations should an Architect remember when recommending Heroku Connect? (Choose two.)

  • A. Heroku Connect can only access fields and objects that its associated Salesforce integration user can access.
  • B. Heroku Connect cannot sync custom objects.
  • C. Heroku Connect does not support all Salesforce objects and fields.
  • D. Heroku Connect does not provide an API.

Answer: A,D


NEW QUESTION # 82
Universal Containers (UC) wants to allow its developers to only use certain add-ons. UC enables Add-on Controls for Enterprise Teams and adds the add-ons they wish to allow to the list. There is an existing set of add-ons attached to applications, which are NOT on the list.
What happens to these add-ons?

  • A. They are flagged for removal, and the developers are notified.
  • B. They are added to the allowed add-ons list.
  • C. They are deleted, and all data is backed up and saved.
  • D. They are added to the exception list and not affected.

Answer: A

Explanation:
- https://devcenter.heroku.com/articles/addon-controls


NEW QUESTION # 83
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. Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
  • B. Configure a second VPN connection for the Private Space that remote employees can use.
  • C. Enable remote employees to VPN into the company's on-premise network.
  • D. Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.

Answer: B


NEW QUESTION # 84
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 Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
  • B. Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
  • C. Restrict the Private Space's trusted IP range to Universal Containers' VPN
  • D. Restrict the Private Space's trusted IP range to Salesforce IP addresses

Answer: A,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 # 85
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. Trusted IP ranges
  • D. VPC Peering

Answer: C


NEW QUESTION # 86
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. Define Work Types, Define Work Order Status. Set up Resource Skills
  • D. Set up Service Locations, Set up Location Skills. Define work Types

Answer: A


NEW QUESTION # 87
Dataclips allows a user to choose which datastore to query. Which type of datastore is supported?

  • A. Heroku Redis
  • B. Any datastore, provided that you have the connection URL
  • C. Heroku Postgres
  • D. Any datastore connected via Heroku Connect

Answer: C

Explanation:
- https://devcenter.heroku.corn/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrict-record-visibility


NEW QUESTION # 88
Which technology do Salesforce REST APIs use for authentication?

  • A. SAML
  • B. Basic usernames and passwords
  • C. Pre-shared keys
  • D. OAuth

Answer: B


NEW QUESTION # 89
Universal Containers wants their Field Technicians to indicate if any of their Service Appointments are at risk of not being completed on time. They would like forthis to be achieved on a mobile device using a Quick Action What should a Consultant recommend to achieve this requirement?

  • A. Update the Service Appointment Status field.
  • B. Update the Service Appointment field "In Jeopardy"
  • C. Update the Service Appointment Chatter feed.
  • D. Reschedule the Service Appointment for later

Answer: A


NEW QUESTION # 90
Heroku add-ons are cool because they:

  • A. Accessorize your dynos with over-clocked CPU power and faster I/O speeds
  • B. Give you the ability to add complex functionality to your application without having to manage the underlying software or infrastructure.
  • C. Cost nothing - billing is easy because they're always provided at no additional cost with every Heroku Enterprise account.
  • D. Can be provisioned easily from the Heroku Enterprise Flea Market system.

Answer: B


NEW QUESTION # 91
Universal Containers needs to write their Heroku application's logs to two destinations: an on-premise Syslog log server and a cloud analytics provider that ingests logs using an HTTPS endpoint.
What should an Architect recommend in this scenario?

  • A. Add a logging library to the application source that sends all logs directly to both destinations.
  • B. Publish all logs to Apache Kafka on Heroku, and create a separate app that consumes and distributes log messages.
  • C. Write all logs to stdout, and configure a separate log drain for each destination.
  • D. Write all logs to Heroku Redis as a buffer and use an add-on to send them to both destinations.

Answer: C


NEW QUESTION # 92
......

Get 100% Real Free Salesforce Architect Heroku-Architect Sample Questions: https://www.examboosts.com/Salesforce/Heroku-Architect-practice-exam-dumps.html

Download Salesforce Heroku-Architect Exam Dumps to Pass Exam Easily: https://drive.google.com/open?id=1okXlBBz5dWMHx4LMer3o_Y95gS94vkcd