Salesforce New 2022 Heroku-Architecture-Designer Sample Questions Reliable Heroku-Architecture-Designer Test Engine [Q29-Q46]

Share

Salesforce New 2022 Heroku-Architecture-Designer Sample Questions Reliable Heroku-Architecture-Designer Test Engine

Feel Salesforce Heroku-Architecture-Designer Dumps PDF Will likely be The best Option

NEW QUESTION 29
A Field Technician from Universal Containers arrived onsite for an appointment, and unfortunately the customer was not present UC wants to ensure they cantrack 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 Cannot Complete; Create a new Service Appointment against the same Work Order for the follow-up trip.
  • B. Set the existing Service Appointment status to Complete; Create a new Work Order and Service Appointment for the follow-up trip.
  • C. Set the existing Service Appointment status to In Progress; 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 Work Order Line Item for the follow-up trip

Answer: A

 

NEW QUESTION 30
Universal Containers provides multiple service types (i.e., Installation, Maintenance, Break/Fix, etc.). Each service requires a variety of skills and certifications in order for a resource to excel.
Which two configurations should a Consultant implement to meet this requirement? (Choose two.)

  • A. Assign the appropriate Skills to Resources.
  • B. Create Multiple Work Orders Line Items per service.
  • C. Use Work Types with Required Skills.
  • D. Select the relevant Work Types for each Resource.

Answer: A,C

 

NEW QUESTION 31
Universal Containers wants to give Field Technicians the ability to create follow-up appointments if they are unable to complete a Work Order due to missing inventory What should a Consultant implement to meet this requirement?

  • A. Implement a Quick Action to create a new Service Appointment on the existing Work Order
  • B. Implement a Quick Action to create a new Work Order Line item on the existing Work Order
  • C. Implement a Macro to generate Service Appointments on the existing Work Order
  • D. Implement a Custom Button to Create a Service Appointment on the existing Work Order

Answer: A

 

NEW QUESTION 32
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. Customer First
  • C. Soft Boundaries
  • D. High Intensity

Answer: B,C

 

NEW QUESTION 33
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 34
A company is introducing a new data quality process and needs an Architect to recommend an appropriate approach. The new process will monitor the data that users are manually entering into the system through the Salesforce UI.
Which recommendation is correct?

  • A. Validate the format of phone numbers and postal codes by using Apex.
  • B. Enable users to import their data using the Salesforce Import tools.
  • C. Use a 3rd-party solution from the AppExchange for data uploads.
  • D. Create data-quality dashboards by using an app from the AppExchange.

Answer: D

 

NEW QUESTION 35
Which three items are required to successfully set up Single Sign-on (SSO) services with Heroku? (Choose three.)

  • A. An existing Heroku account for each user
  • B. An identity provider with built-in support for Heroku
  • C. A Heroku Enterprise Team
  • D. At least one valid SSO certificate
  • E. Administrative permissions on the selected identity provider

Answer: B,C,E

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

 

NEW QUESTION 36
Universal Containers wants to limit the total cost of their Heroku usage while they're getting started on the platform. To accomplish this, they are considering replacing certain add-ons with comparable open-source components, but the development team doesn't want to lose access to certain features that the add-ons provide.
Which option should an Architect recommend for reducing add-on costs without affecting feature availability?

  • A. Remove aliases for high-cost add-ons.
  • B. Share a single instance of a compatible paid add-on across multiple applications.
  • C. Remove data store add-ons from the staging and development versions of the applications.
  • D. Migrate add-ons to free plans.

Answer: C

Explanation:
Explanation
https://devcenterheroku com/articles/heroku-connect-faq#can-j-use-sharing-rules-to-restrict-record- visibility

 

NEW QUESTION 37
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. Log messages from each of an app's dynos are kept separate from each other.
  • B. A Heroku app's config vars are deleted on deploys and app restarts.
  • C. Dynos have an ephemeral filesystem.
  • D. Heroku apps define process types in a Procfile.

Answer: B,D

 

NEW QUESTION 38
A business that works directly with individual consumers (B2C) currently has a home-grown CRM system, but they are moving to Salesforce. The business has 1.2 million consumer records and wants assistance with achieving optimal use of Salesforce functionality while also avoiding data loading issues.
What should an Architect recommend?

  • A. Create one Account and load individual consumers as Contacts linked to that one Account.
  • B. Load all individual consumers as Account records and avoid using the Contact object.
  • C. Create a Custom object IndividualConsumer_c to load all individual consumers.
  • D. Load one Account record and one Contact record for each individual consumer.

Answer: D

 

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

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

Answer: C,D

 

NEW QUESTION 40
The Heroku CLI give you the ability to:

  • A. Use Heroku with an expressive and powerful toolset on the command line
  • B. Leverage the most powerful interface in the galaxy to have complete control over a fully operational battle station
  • C. Install your own Heroku instance on to your on-prem servers
  • D. Make a mean cup of Java

Answer: A

 

NEW QUESTION 41
DreamHouse Realty has a Salesforce deployment that manages Sales, Support, and Marketing efforts in a multi-system ERP environment. The company recently reached the limits of native reports and dashboards and needs options for providing more analytical insights.
What are two approaches an Architect should recommend? (Choose two.)

  • A. Weekly Snapshots
  • B. Setup Audit Trails
  • C. Einstein Analytics
  • D. AppExchange Apps

Answer: C,D

 

NEW QUESTION 42
Universal Containers has 3 Heroku apps in its microservices and requires that logs for all of the apps be stored in the same location for analysis and alerting purposes. How would they achieve this?

  • A. Install a logging add-on for one app and attach it to the other two apps
  • B. Set up a file on the filesystem and share it with all the apps
  • C. Set up the 3 apps as producers for Apache Kafka on Heroku and save their logs to Kafka
  • D. Send logs from each app to their own Heroku redis Store, and then combine all logs in a fourth master store.

Answer: C

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

 

NEW QUESTION 43
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. Create a fork of the primary Heroku Redis instance.
  • C. Migrate the data to a Heroku Postgres database
  • D. Failover to ephemeral filesystem for the running dyno

Answer: A

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

 

NEW QUESTION 44
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:
Explanation
- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strmgs

 

NEW QUESTION 45
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

 

NEW QUESTION 46
......


Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:

TopicDetails
Topic 1
  • Demonstrate The Ability To Prescribe A Third-Party Add-On And Add-On Sharing
Topic 2
  • Demonstrate Knowledge Of Heroku Postgres, Including Data Handling
Topic 3
  • Recommend When An App Should Run In The Private Space Runtime Versus The Common Runtime
Topic 4
  • Architect Solutions Using Apache Kafka On Heroku To Facilitate Streaming Communication Between Applications
Topic 5
  • Describe The Features Of Enterprise Teams
  • Recommend Architectures That Use The Twelve-Factor App Methodology Correctly
Topic 6
  • Role Of Buildpacks In Slug Creation
  • Demonstrate An Understanding Of The Basics Behind Building And Deploying Apps On Heroku
Topic 7
  • Demonstrate How Features Of Heroku Enterprise Can Improve A System's Architecture
  • Architect Solutions Using Heroku Redis

 

Use Valid New Heroku-Architecture-Designer Test Notes & Heroku-Architecture-Designer Valid Exam Guide: https://prep4sure.examtorrent.com/Heroku-Architecture-Designer-exam-papers.html