[Jan 18, 2022] Get to the Top with Heroku-Architecture-Designer Practice Exam Questions [Q59-Q78]

Share

[Jan 18, 2022] Get to the Top with Heroku-Architecture-Designer Practice Exam Questions

Use Real Heroku-Architecture-Designer Dumps Free Sample Questions and Practice Test Engine


Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:

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

 

NEW QUESTION 59
A RESTfulAPIis:

  • A. How the web displays data in a hierarchical format readable by both people and machines
  • B. An Actually Pretty Informative meditation session
  • C. A web-based service that provides standard ways for clients to make requests and receive responses
  • D. A methodology (or maximizing the effectiveness of any vacation

Answer: D

 

NEW QUESTION 60
Universal Containers is deploying Field Service Lightning in Europe, where pricing varies by country.
What Price Book structure is recommended?

  • A. Utilize a custom Price Book specific to each country.
  • B. Utilize a custom Price Book with pricing rules applied.
  • C. Utilize a standard Price Book specific to each country.
  • D. Utilize the standard Price Book with pricing rules applied.

Answer: A

 

NEW QUESTION 61
DreamHouse Realty has a data model as shown in the image. The Project object has a private sharing model, and it has Roll-Up summary fields to calculate the number of resources assigned to the project, total hours for the project, and the number of work items associated to the project.
There will be a large amount of time entry records to be loaded regularly from an external system into Salesforce.

What should the Architect consider in this situation?

  • A. Calculate summary values instead of Roll-Up by using triggers.
  • B. Calculate summary values instead of Roll-Up by using workflow.
  • C. Load all data using external IDs to link to parent records.
  • D. Load all data after deferring sharing calculations.

Answer: D

 

NEW QUESTION 62
A client wants to use Heroku to build a data bridge between Salesforce and Google Cloud Platform (GCP).
Which combination of Heroku features should an Architect recommend to secure the connection between Heroku and GCP?

  • A. Heroku Shield Private Spaces and Heroku Shield Connect
  • B. Heroku Shield Private Spaces and Internal Routing
  • C. Heroku Private Spaces and Private Space VPN Connections
  • D. Heroku Private Spaces and Private Space Peering

Answer: A

 

NEW QUESTION 63
What set of configurations make up Scheduling Policies and let companies adhere to their business constraints and preferences?

  • A. Service Levels and Work Rules
  • B. Service Objectives and Work Types
  • C. Service Objectives and WonX Rules
  • D. Service Contracts and Service Levels

Answer: C

 

NEW QUESTION 64
Which Is an effect of "locking" an application that belongs to a Heroku Enterprise Team?

  • A. New members of the Enterprise Team are granted no automatic permissions for the application.
  • B. Members of the Enterprise Team who are not administrators have their permissions for the application revoked.
  • C. Members of the Enterprise Team cannot be granted new permissions for the application until it's unlocked.
  • D. The application cannot be deployed until is unlocked.

Answer: A

 

NEW QUESTION 65
An app uses a queue of worker dynos to perform complex image processing, but the worker dynos are occasionally running out of memory when performing the processing. All of their dynos are currently standard-
1x dynos.
What should an Architect recommend in this scenario?

  • A. Add additional worker dynos.
  • B. Change the type of dynos to standard-2x.
  • C. Break up the image processing across multiple dynos.
  • D. Move the app to a Private Space.

Answer: B

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/scaling

 

NEW QUESTION 66
Universal Containers sells products that are made up of serialized components. Field Technicians often need to work on a specific component.
How should a Consultant recommend tracking customer purchases so Work Orders can be assigned to a component?

  • A. Use Products and Product Families.
  • B. Use Assets and define a hierarchy.
  • C. Use Orders and Order Products.
  • D. Use Work Orders and define a hierarchy.

Answer: A

 

NEW QUESTION 67
Universal Containers has implemented a Knowledge solution for Agents to provide Field Technicians with information necessary to complete assigned work.
Which two capabilities will now be available? (Choose two.)

  • A. Attach Articles to Work Orders and Work Order Line Items.
  • B. Attach Knowledge Articles to Work Order Line Hems Only.
  • C. Manage Attached Articles and Search the Knowledge Base
  • D. include Quick Actions and Global Actions in Attached Articles.

Answer: A,C

 

NEW QUESTION 68
Salesforce Connect is used for:

  • A. Proxying external data into Salesforce
  • B. Developing ETL services
  • C. Replicating external data into Salesforce
  • D. Bidirectional syncing of external data in Salesforce

Answer: A

 

NEW QUESTION 69
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 Heroku Redis as a job queue.
  • B. Add a CDN add-on from the Elements marketplace.
  • C. Move the application to a Private Space.
  • D. Increase the number of workers to consume the job faster.

Answer: C,D

 

NEW QUESTION 70
Cloud Kicks has a Salesforce instance with 12,000 Account records. Managers at the company have noticed similar, but not identical, Account names and addresses.
The Chief Technology Officer (CTO) at Cloud Kicks is concerned about proper data quality.
Which steps should the CTO take to address this issue?

  • A. 1. Run a report.
    2. Find Accounts whose name starts with the same five characters, and merge those Accounts.
  • B. 1. Have the Account Owner clean their Accounts' addresses.
    2. Merge Accounts with the same address.
  • C. 1. Enable Account de-duplication by creating matching rules in Salesforce.
    2. The system will then mass merge duplicate Accounts.
  • D. 1. Use a service to standardize Account addresses.
    2. Use a 3rd-party tool to merge Accounts based on rules.

Answer: C

 

NEW QUESTION 71
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 cannot sync custom objects.
  • B. Heroku Connect does not support all Salesforce objects and fields.
  • C. Heroku Connect does not provide an API.
  • D. Heroku Connect can only access fields and objects that its associated Salesforce integration user can access.

Answer: C,D

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/heroku-connect#provisioning-the-add-on

 

NEW QUESTION 72
The primary benefit of a workflow outbound message over an Apex trigger is:

  • A. The message supports different authentication mechanisms
  • B. Messages are completely declarative.
  • C. The message can handle every database event.
  • D. The message can deliver the payload only as SOAP

Answer: B

 

NEW QUESTION 73
Universal Containers has an initiative to increase customer satisfaction by committing preferred resources to accounts and providing prompt service.
Which two Scheduling Policies would assist to meet this initiative? (Choose two.)

  • A. Emergency Policy
  • B. High Intensity
  • C. Soft Boundaries
  • D. Customer First

Answer: C,D

 

NEW QUESTION 74
A Field Technician from Universal Containers arrived onsite for an appointment, and unfortunately the customer was not present. UC wants to ensure they can track these customer no-show events for future process improvement.
What process should a Consultant recommend to handle this situation?

  • A. Set the existing Service Appointment status to In Progress; Create a new Work Order and Service Appointment for the follow-up trip.
  • B. Set the existing Service Appointment status to Cannot Complete; Create a new Work Order Line Item for the follow-up trip.
  • C. Set the existing Service Appointment status to Complete; Create a new Work Order and Service Appointment for the follow-up trip.
  • D. Set the existing Service Appointment status to Cannot Complete; Create a new Service Appointment against the same Work Order for the follow-up trip.

Answer: D

 

NEW QUESTION 75
A client is creating a new API application. The app should only be accessible from other apps that they deploy to Heroku. Also, traffic between the other apps and the API should not transit the public internet.
Which solution should an Architect recommend to meet these requirements?

  • A. Create the application in a Private Space and restrict the application's set of trusted IP ranges.
  • B. Create the application with Internal Routing enabled, in a Private Space.
  • C. Create the application in a Shield Private Space to enforce stricter requirements for TLS termination.
  • D. Create the application in a Private Space with default options.

Answer: A

 

NEW QUESTION 76
Universal Containers is tracking customer issues in their call center. Sometimes this requires a Technician to be on-site at the customer's location.
What set of steps should a Consultant recommend to dispatch the Technician?

  • A. Create Work Order, Create Case, Dispatch Work Order, Create Service Appointment.
  • B. Create Case, Create Work Order, Create Service Appointment, Dispatch Service Appointment.
  • C. Create Case, Create Service Appointment, Create Work Order, Dispatch Service Appointment.
  • D. Create Service Appointment, Create Work Order, Create Case, Dispatch Service Appointment.

Answer: B

 

NEW QUESTION 77
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. Standard
  • B. Premium
  • C. Private
  • D. Shield
  • E. Hobby

Answer: A,B,C

 

NEW QUESTION 78
......

Pass Salesforce Heroku-Architecture-Designer exam - questions - convert Tets Engine to PDF: https://www.newpassleader.com/Salesforce/Heroku-Architecture-Designer-exam-preparation-materials.html