
Get Heroku-Architect Actual Free Exam Q&As to Prepare for Your Salesforce Certification
Salesforce Actual Free Exam Questions And Answers
NEW QUESTION 30
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. Add a Trusted IP range to the Heroku Postgres configuration.
- B. Move the database and the app into the Private Space.
- C. Set up a VPC in a one-off dyno when access to Heroku Postgres is needed.
- D. Set up a VPN from the trusted locations to the app.
Answer: A
NEW QUESTION 31
The primary benefit of a workflow outbound message over an Apex trigger is:
- A. The message can handle every database event.
- B. The message supports different authentication mechanisms
- C. The message can deliver the payload only as SOAP
- D. Messages are completely declarative.
Answer: D
NEW QUESTION 32
Which three overview cards does the Field Service mobile app provide as context to Technicians on upcoming Service Appointments? (Choose three.)
- A. Product Catalog
- B. Site Details
- C. Address
- D. Contact
- E. Asset History
Answer: B,C,D
NEW QUESTION 33
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 the Work Order inventory module.
- B. Build a report to view inventory Transactions
- C. Build a report using :he Service Appointment Inventory module.
- D. Build a report to view Products Consumed on Work Orders.
- E. Build a report to view Products Consumed on Work Order Line Items.
Answer: A,B,E
NEW QUESTION 34
Heroku Connect is an add-on that syncs Force, com data into:
- A. Only one dyno in your app's dyno formation
- B. Someone else's isolated network environment
- C. A Heroku Postgres database
- D. A secondary Salesforce instance
Answer: C
NEW QUESTION 35
Universal Containers would like to provide Field Service Technicians the ability to capture details and customer approval on completed work so that the details can be compiled and sent to the customer electronically What should a Consultant recommend to meet this requirement?
- A. Use the standard Service Report
- B. Create a Process Builder to generate a report.
- C. Create a custom report.
- D. Use the standard Work Order email template.
Answer: A
NEW QUESTION 36
Universal Containers (UC) is using Field Service and has customer meetings at UC's offices. When booking meetings, they would like them to begin on the hour.every hour, between 9am-5pm.
How can this be achieved?
- A. Use Multiple Operating Hours with Slots for each hour
- B. Use Customer Operating Hours.
- C. Use Territory-specific Operating Hours.
- D. Use Exact Appointments on the WorK Types.
Answer: D
NEW QUESTION 37
4Universal 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 Types with an Estimated Duration.
- B. Operating Hours for Customer Accounts.
- C. Work Orders with Operating Hours
- D. Work Types with Service Level Agreement.
Answer: B,D
NEW QUESTION 38
Which of the following is a Heroku CLI command?
- A. git push
- B. heroku new
- C. git push heroku master
- D. heroku create
Answer: D
NEW QUESTION 39
Which two conventions of the Heroku platform reflect the Twelve-Factor methodology's recommendation to "execute the app as one or more stateless processes?" (Choose two.)
- A. Dynos have an ephemeral filesystem.
- B. Heroku apps define process types in a Procfile.
- C. A Heroku app's config vars are deleted on deploys and app restarts.
- D. Log messages from each of an app's dynos are kept separate from each other.
Answer: B,C
NEW QUESTION 40
Universal Containers utilizes two contractors, Contractor 1 and Contractor 2, to perform repair work Contractor 1 has provided service longer for UniversalContainers and is considered to have more repair work expertise than Contractor 2.
How should a Consultant configure this expertise for Contractor 1 versus Contractor 2?
- A. Assign Contractor 1 and 2 different capacities for repair work
- B. Assign Contractor 1 and 2 different Skill Levels for repair Work Type.
- C. Assign Contractor 2 as an Excluded Resource
- D. Assign Contractor 1 as a Preferred Resource.
Answer: B
NEW QUESTION 41
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. Write all logs to Heroku Redis as a buffer and use an add-on to send them to both destinations.
- C. Write all logs to stdout, and configure a separate log drain for each destination.
- D. Publish all logs to Apache Kafka on Heroku, and create a separate app that consumes and distributes log messages.
Answer: C
NEW QUESTION 42
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 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
- B. Select a Service Appointment from the list, press the "Candidates" action, and select the best time slot.
- C. Select a Service Appointment from the list, press the "Change Status" action and "Dispatch".
- D. Create a Workflow to close the Milestone when the Wrap Up is complete.
- E. Select a Service Appointments from the list and press the "Schedule" action.
Answer: A,C,E
NEW QUESTION 43
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. Heroku Private Spaces and Apache Kafka on Heroku
- B. Shield Private Spaces and Heroku Shield Connect
- C. Heroku Private Spaces and Internal Routing.
- D. Heroku Private Spaces and Private Space VPN connections.
Answer: C
NEW QUESTION 44
Universal Containers has enabled Field Service Lightning and is looking to enable Entitlements for Work Orders. What should a Consultant take into consideration?
- A. Managing page layouts and milestone trackers can be done in the Salesforce mobile app.
- B. Managing page layouts and validation rules can be done in Salesforce Lightning
- C. Creating Entitlements for Work Orders requires Lightning to be enabled.
- D. Creating Entitlements for Cases and Work Orders must be separated.
Answer: D
NEW QUESTION 45
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. Publish and subscribe to Salesforce platform events
- B. Publish and subscribe to topics on Apache Kafka on Heroku
- C. Use Heroku External Objects as a data proxy
- D. Use Heroku Connect to synchronize all systems with Heroku Postgres
Answer: A,B
Explanation:
-https://devcenter.heroku.com/articles/dataclips
NEW QUESTION 46
A customer needs to test a database schema migration. Which approach should an Architect recommend?
- A. Create a follower database, and run the migration and test against the follower database
- B. Detach the Heroku Postgres add-on. and run the migration and tests against the database.
- C. Fork the production database, and run the migration and tests against the fork
- D. Place the app into maintenance mode, and then perform the tests
Answer: C
Explanation:
- https://www.herokuxom/tech-sessions/get-started-with-apache-kafka
NEW QUESTION 47
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. Enable remote employees to VPN into the company's on-premise network.
- B. Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
- C. Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.
- D. Configure a second VPN connection for the Private Space that remote employees can use.
Answer: D
NEW QUESTION 48
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:
-https://devcenter.herokuxom/articles/event-driven-microservices-with-apache-kafka
NEW QUESTION 49
Salesforce Connect is used for:
- A. Proxying external data into Salesforce
- B. Replicating external data into Salesforce
- C. Developing ETL services
- D. Bidirectional syncing of external data in Salesforce
Answer: A
NEW QUESTION 50
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. Logs must be forwarded to a destination either within the Shield Private Space or within a VPN that includes the Shield Private Space.
- C. All applications in the Shield Private Space forward their logs to the same destination.
- D. Applications in the Shield Private Space forward logs to a separate, high-compliance instance of Heroku's Logplex router
Answer: A,C
Explanation:
- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku
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. Add additional Standard-2x dynos.
- C. Install a performance monitoring tool.
- D. Configure the app to use Standard-lx dynos.
Answer: A,B
NEW QUESTION 52
Which three items are required to successfully set up Single Sign-on (SSO) services with Heroku? (Choose three.)
- A. A Heroku Enterprise Team
- B. An identity provider with built-in support for Heroku
- C. At least one valid SSO certificate
- D. Administrative permissions on the selected identity provider
- E. An existing Heroku account for each user
Answer: A,B,D
Explanation:
- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#prerequisites- for-sso-with-heroku
NEW QUESTION 53
According to the Twelve-Factor methodology, which best practice helps minimize the gap between development and production?
- A. Executing long-running tasks as background processes.
- B. Using the same backing services in all of an application's environments.
- C. Writing processes that are fast to start up and gracefully shut down
- D. Configuring application logging to write stdout.
Answer: B
Explanation:
- https://devcenter.heroku.com/articles/internal-routing
NEW QUESTION 54
......
Salesforce Heroku-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
Heroku-Architect Questions Truly Valid For Your Salesforce Exam: https://www.test4cram.com/Heroku-Architect_real-exam-dumps.html
Heroku-Architect Actual Questions - Instant Download Tests Free Updated Today!: https://drive.google.com/open?id=1XcMDC4CsRR1qiGOf6zo72wz3U5bRkLP8