Salesforce Heroku-Architecture-Designer Exam Questions (Updated 2022) 100% Real Question Answers [Q83-Q100]

Share

Salesforce Heroku-Architecture-Designer Exam Questions (Updated 2022) 100% Real Question Answers

Pass Salesforce Heroku-Architecture-Designer Exam Quickly With PrepAwayPDF


Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:

TopicDetails
Topic 1
  • Role Of Buildpacks In Slug Creation
  • Demonstrate An Understanding Of The Basics Behind Building And Deploying Apps On Heroku
Topic 2
  • Architect And Deploy Solutions Using Add-Ons And Other Components From The Elements Marketplace
Topic 3
  • Recommend When An App Should Run In The Private Space Runtime Versus The Common Runtime
Topic 4
  • Recommend Heroku Private Space Peering Or VPN Connections For Appropriate Use Cases
  • Services And/Or Functions
Topic 5
  • Demonstrate Knowledge Of Heroku Postgres, Including Data Handling
Topic 6
  • Recommend Networking Solutions That Use Heroku Private Spaces Or The Common Runtime
Topic 7
  • Describe The Features Of Enterprise Teams
  • Recommend Architectures That Use The Twelve-Factor App Methodology Correctly
Topic 8
  • Architect Solutions Using Apache Kafka On Heroku To Facilitate Streaming Communication Between Applications
Topic 9
  • Including Various Add-Ons, Buildpacks, And Heroku Buttons
  • Architect Scalable Solutions That Are Performant Even During High Traffic Spikes
Topic 10
  • Demonstrate The Ability To Prescribe A Third-Party Add-On And Add-On Sharing
Topic 11
  • Describe The Use Cases Of Dataclips
  • Security, And Common Use Cases For Follower Databases
Topic 12
  • Construct Architectures Which Leverage Heroku To Achieve Different Security Certifications
  • Describe The Compliance Features Of Heroku Shield
Topic 13
  • Demonstrate How Features Of Heroku Enterprise Can Improve A System's Architecture
  • Architect Solutions Using Heroku Redis

 

NEW QUESTION 83
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 Salesforce IP addresses
  • 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 Universal Containers' VPN

Answer: A,B

Explanation:
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 84
DreamHouse Realty uses Custom Metadata Types instead of Custom setting.
What is an advantage of this decision?

  • A. Packages can be used to deploy Custom metadata records.
  • B. Custom metadata records are NOT copied from production to sandbox.
  • C. Custom metadata records are editable in Apex.
  • D. Report definitions can include references to Custom Metadata Types.

Answer: A

 

NEW QUESTION 85
A Universal Containers' (UC) Technician is completing a service appointment, but is unable to finish one of the tasks defined on the Work Order Line Items because of insufficient inventory.
Assuming UC is using the standard Work Order and Line Item status picklist values, how should the work be recorded?

  • A. Mark all Work Order Line Items as "Cannot Complete," including the incomplete Work Order Line Item; mark the parent Work Order as "In Progress".
  • B. Mark all completed Work Order Line Items as "Completed". Mark the incomplete Work Order Line Item as "Cannot Complete", and enter details in the Description field. Mark the parent Work Order as
    "Cancelled."
  • C. Mark all completed Work Order Line Items as "Completed". Mark the incomplete Work Order Line Item as "Cannot Complete" and enter details in the Description field. Mark the parent Work Order as
    "Closed".
  • D. Mark all completed Work Order Line Items as "Completed". Mark the incomplete Work Order Line Item as "Cannot Complete" and enter details in the Description field. Mark the parent Work Order as
    "Cannot Complete".

Answer: D

 

NEW QUESTION 86
Universal Containers wants to process mobile payments.
How can this requirement be met?

  • A. Install an AppExchange package.
  • B. Create a custom payments object.
  • C. Add a custom field to store the credit card number.
  • D. Attach a picture of the credit card.

Answer: A

 

NEW QUESTION 87
Cloud Kicks has the following requirements:
- Data needs to be sent from Salesforce to an external system to generate invoices from their Order Management System (OMS).
- A Salesforce administrator must be able to customize which fields will be sent to the external system without changing code.
What are two approaches for fulfilling these requirements? (Choose two.)

  • A. A Field Set that determines which fields to send in an HTTP callout.
  • B. An Outbound Message to determine which fields to send to the OMS.
  • C. An ObjectField to determine which fields to send in an HTTP callout.
  • D. Turn on the field-level security permissions for the fields to send.

Answer: A,B

 

NEW QUESTION 88
What are 3 examples of backing services, as described in the Twelve Factor app methodology?

  • A. A background process with a long running task
  • B. A logging tool
  • C. A database
  • D. An email delivery service

Answer: B,C,D

Explanation:
Explanation
- https/Vdevcenter heroku.com/articles/internal-routing

 

NEW QUESTION 89
you can build Canvas apps and run them on Heroku with of the following languages:

  • A. Python
  • B. Java, Scala, Clojure
  • C. Node, js / JavaScript
  • D. All of these
  • E. PHP

Answer: D

 

NEW QUESTION 90
Universal Containers' customers typically like to be served by the same Technician that completed the initial installation.
How should a Consultant implement this rule?

  • A. Add the Resource as a Preferred Resource.
  • B. Add the Account as one of the Resource Skills.
  • C. Add the Resource as a Required Resource.
  • D. Add all other Resources as Excluded Resources.

Answer: A

 

NEW QUESTION 91
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 VPN from the trusted locations to the app.
  • B. Add a Trusted IP range to the Heroku Postgres configuration.
  • C. Move the database and the app into the Private Space.
  • D. Set up a VPC in a one-off dyno when access to Heroku Postgres is needed.

Answer: B

 

NEW QUESTION 92
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 fork of the database that uses the same plan as the leader.
  • B. Create a follower database that uses the same plan as the leader.
  • C. Migrate the database to a larger Standard-tier plan.
  • D. Migrate the database to a Premium-tier plan.

Answer: B,C

 

NEW QUESTION 93
A client has an existing Heroku Connect integration. They would like to extend the integration to ad Attachments (which are related binary files) from a mapped Salesforce object. What advice should an Architect provide?

  • A. Heroku Connect does not support binary files: therefore migration must be done using another method
  • B. An additional object mapping must be added for the Attachments table in Heroku Connect.
  • C. A file storage system needs to be added to the Heroku Connect mapping to sync binary files.
  • D. A column of type Binary String must be added manually to the Heroku Postgres table and amend Attachments before binary transfer can be enabled.

Answer: A

Explanation:
Explanation
-
https://devcenter.heroku.com/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku

 

NEW QUESTION 94
Universal Containers provides 24/7 service support to its customers. However, their Field Service Technicians have specified working hours.
Which two items should the Consultant create? (Choose two.)

  • A. Create operating hours for the Optimization Engine.
  • B. Create operating hours for the Service Territory.
  • C. Create operating hours for the Service Appointment.
  • D. Create operating hours for the Service Resource.

Answer: B,D

Explanation:
Explanation/Reference:

 

NEW QUESTION 95
A client is planning to deploy an application to Heroku. The client's IT department requires all applications to be hosted from Australia, where their main office is located. Regulators in Australia require keystroke logs of all engineers who create interactive sessions for the application.
Which should an Architect recommend in this scenario?

  • A. Deploy the application to the Common Runtime in the Sydney region.
  • B. Deploy the application to a Private Space in the Sydney region with Internal Routing enabled.
  • C. Deploy the application to a Private Space in the Sydney region with Private Space Logging enabled.
  • D. Deploy the application to a Shield Private Space in the Sydney region.

Answer: D

 

NEW QUESTION 96
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:
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 97
Universal Containers would like to engage contractors and customers directly in their Field Service solution.
Which three options will provide read, write, and edit access to Work Order objects? (Choose three.)

  • A. Chatter Customer Group
  • B. Chatter File Connect
  • C. Customer Community license
  • D. Partner Community license
  • E. Customer Community Plus license

Answer: C,D,E

 

NEW QUESTION 98
Universal Containers wants to track the work that is performed on the customer's install base.
What object relationship should the Consultant focus on to meet this requirement?

  • A. Assets to Products
  • B. Work Orders to Products
  • C. Work Orders to Assets
  • D. Products to Accounts

Answer: B

 

NEW QUESTION 99
Universal Containers wants to track the total associated price when servicing Work Orders for customers.
Which two of the following should the Consultant recommend? (Choose two.)

  • A. Set up Products and Price Books.
  • B. Use Work Order and Work Order Line Items.
  • C. Use a custom object to model the Work Order pricing.
  • D. Use the Einstein Pricing Configurator.

Answer: A,B

 

NEW QUESTION 100
......

Real Salesforce Heroku-Architecture-Designer Exam Questions [Updated 2022]: https://www.prepawaypdf.com/Salesforce/Heroku-Architecture-Designer-practice-exam-dumps.html

Prepare Heroku-Architecture-Designer Question Answers - Heroku-Architecture-Designer Exam Dumps: https://drive.google.com/open?id=13C8L3vO6s1UAMGzsIHRjW_nDe94Ga86t