Latest Jan-2022 Salesforce Heroku-Architecture-Designer Dumps Updated 185 Questions [Q77-Q99]

Share

Latest Jan-2022 Salesforce Heroku-Architecture-Designer Dumps Updated 185 Questions

PDF Download Free of Heroku-Architecture-Designer Valid Practice Test Questions

NEW QUESTION 77
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 deleted, and all data is backed up and saved.
  • B. They are added to the allowed add-ons list.
  • C. They are added to the exception list and not affected.
  • D. They are flagged for removal, and the developers are notified.

Answer: D

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

 

NEW QUESTION 78
Ursa Major Solar provides home installment services to its customers. To track these home installments, the company uses Opportunities. At any given time, the status of the home installments can be one of the 10 values. Currently, Ursa Major Solar has 189,000 Opportunity records.
An Architect needs to create a new field to track home installment status opportunity while also improving data quality and avoiding data skew.
What should the Architect do?

  • A. Create a picklist field, values sorted alphabetically.
  • B. Create a Master-Detail to custom object InstallmentStatus_c.
  • C. Create a text field and make it an external ID.
  • D. Create a Lookup to custom object InstallmentStatus_c.

Answer: A

 

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

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

Answer: E

 

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

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

Answer: B

 

NEW QUESTION 81
An Architect needs information about who is creating, changing, or deleting certain fields within the past four months.
How can the Architect access this information?

  • A. Remove "customize application" permissions from everyone else.
  • B. After exporting the setup audit trail, find the fields in question.
  • C. After exporting the metadata, search it for the fields in question.
  • D. Create a field history report for the fields in question.

Answer: B

 

NEW QUESTION 82
Universal Containers would like to enforce a 48-hour SLA to ensure that Technicians perform certain follow-up activities after they leave a customer site.
The starting point of the SLA is when the Work Order Status is set to "Technician Wrap Up." The Technician is required to provide confirmation that wrap up is completed.
Which three configurations should a Consultant implement to ensure this can be achieved? (Choose three.)

  • A. Create a Process to call a Flow that completes the Milestone when the Wrap Up is complete.
  • B. Create an Entitlement Process which has entry criteria for Status = Technician Wrap Up.
  • C. Create a Workflow to close the Milestone when the Wrap Up is complete.
  • D. Create custom fields to capture that the Wrap Up Activities have been completed.
  • E. Create a Milestone which has entry criteria for Status = Technician Wrap Up.

Answer: B,C,E

 

NEW QUESTION 83
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 one Account record and one Contact record for each individual consumer.
  • C. Load all individual consumers as Account records and avoid using the Contact object.
  • D. Create a Custom object IndividualConsumer_c to load all individual consumers.

Answer: B

 

NEW QUESTION 84
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. Fork the production database, and run the migration and tests against the fork
  • C. Detach the Heroku Postgres add-on. and run the migration and tests against the database.
  • D. Place the app into maintenance mode, and then perform the tests

Answer: B

Explanation:
Explanation
- https://www.herokuxom/tech-sessions/get-started-with-apache-kafka

 

NEW QUESTION 85
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. Set up a VPC in a one-off dyno when access to Heroku Postgres is needed.
  • D. Move the database and the app into the Private Space.

Answer: B

 

NEW QUESTION 86
Callouts from Salesforce to Heroku can be made using:

  • A. Apex triggers or outbound messages
  • B. Message bus
  • C. Web sockets
  • D. Corba

Answer: A

 

NEW QUESTION 87
Get Cloudy Consulting needs to migrate a large volume of Contact data into Salesforce.com. This data migration will consist of the following:
* 95,000 existing contact records.
* 195,000 new contacts to be loaded.
* A Contact object, which as an external ID field that is unique and must be populated for all existing records.
Get Cloudy Consulting wants to reduce data load processing time.
What should an Architect recommend?

  • A. Load new records via the Insert operation and existing records via the Update operation.
  • B. Load Contact records together using the Streaming API via the Upsert operation.
  • C. Determine new records versus existing records with an Upsert operation.
  • D. First, delete all existing records, and then load all records together via the Insert operation.

Answer: A

 

NEW QUESTION 88
A client has a Heroku Postgres database add-on attached to a production application. The client now wants to access the database from another application that they use to perform administrative tasks. What should an Architect recommend in this scenario?

  • A. Attach the same Heroku Postgres add-on to the administrative application
  • B. Create a fork of the database and attach it to the administrative application.
  • C. Copy the database's connection URL and add it to the administrative application as a config var.
  • D. Attach the database to an application that acts as a database proxy

Answer: A

Explanation:
Explanation
- https://devcenter.heroku.eom/articles/using-sso-services-with-heroku#prerequisiles-for-sso-with-tieroku

 

NEW QUESTION 89
Which Heroku feature allows you to deploy a real app complete with code, config, and add-ons already configured?

  • A. Heroku Buttons
  • B. Heroku Deployment wizard
  • C. git push heroku master
  • D. Heroku Getting Started guides

Answer: A

 

NEW QUESTION 90
Universal Containers has a Partner Community. Work Orders are assigned to these partners. Partners are not interacting with Service Appointments or Service Resources.
How would a Partner user update the Work Order record from a mobile device?

  • A. Salesforce mobile app
  • B. Work Order records cannot be updated on a mobile device
  • C. Field Service mobile app
  • D. Salesforce Touch

Answer: A

 

NEW QUESTION 91
A client's Heroku application syncs data between a Heroku Postgres database and a Salesforce org using the Salesforce Bulk API. The client has determined the application currently uses 90% of the client's daily Salesforce Bulk API limit.
To overcome this issue, what feature, to replace the Bulk API implementation in this scenario, should an Architect recommend?

  • A. Salesforce SOAP API
  • B. Heroku Connect
  • C. Custom Apex callouts
  • D. Salesforce Connect

Answer: B

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/integrating-heroku-and-salesforce

 

NEW QUESTION 92
A web application on Heroku wants to surface Salesforce data. All users of the web application will:
1) Authenticate using SSO with Salesforce.
2) Have user records in Salesforce.
What architecture should be recommended in order to maintain the Salesforce security model already in place?

  • A. Have the application query Salesforce data directly through the Salesforce APIs as the running user.
  • B. Use Heroku Connect, with a per-user authentication model, to sync the Salesforce data to Heroku Postgres.
  • C. Have the application query Salesforce data and the security model directly using a cached admin credential.
  • D. Use Heroku Connect to sync the Salesforce data and Salesforce security model to Heroku Postgres.

Answer: D

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

 

NEW QUESTION 93
The head of sales at Get Cloudy Consulting wants to understand key relevant performance figures and help managers take corrective actions where appropriate.
What is one reporting option Get Cloudy Consulting should consider?

  • A. Opportunity analytic snapshot
  • B. Sales KPI Dashboard
  • C. Case SLA performance report
  • D. Lead conversion rate report

Answer: B

 

NEW QUESTION 94
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 the 3 apps as producers for Apache Kafka on Heroku and save their logs to Kafka
  • C. Send logs from each app to their own Heroku redis Store, and then combine all logs in a fourth master store.
  • D. Set up a file on the filesystem and share it with all the apps

Answer: B

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

 

NEW QUESTION 95
Universal Containers maintains their service level agreements at the customer level only.
How can a Consultant ensure agents can verify coverage?

  • A. Create Milestones, set up Entitlement Process, display the related List on the Account Page Layout.
  • B. Create Contract Line Items, set up Entitlement Process, display the related List on the Asset Page Layout.
  • C. Set up Entitlement Process, set up Service Contracts, display the related List on the Contact Page Layout.
  • D. Create Milestones, set up Entitlement Process, display the related List on the Work Order Page Layout.

Answer: A

 

NEW QUESTION 96
Universal Containers has Role-based Technicians and Managers who handle Service Appointments. Many times, Technicians arrive on-site but are unable to gain access to the customer's equipment. In this scenario, only the Manager has permission to cancel the Service Appointment.
How should a Consultant recommend adhering to this business process?

  • A. Assign Permission Sets that allow Status Transitions.
  • B. Configure Status Transitions based on Resource Type.
  • C. Limit Status Transitions based on Profile.
  • D. Allow Status Transitions based on Role.

Answer: C

 

NEW QUESTION 97
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. The application cannot be deployed until is unlocked.
  • C. Members of the Enterprise Team who are not administrators have their permissions for the application revoked.
  • D. Members of the Enterprise Team cannot be granted new permissions for the application until it's unlocked.

Answer: A

 

NEW QUESTION 98
A company uses Salesforce, a cloud-based ERP system, and an on-premise Order Management System (OMS). This company requires a solution that uses Salesforce as the system of record for Leads and the OMS as the system of record for Account and Contacts.
Additionally, the company wants Accounts and Contacts to be able to maintain their names in each system (i.e., ""Jane Doe""; in the OMS and ""Jannie Doe""' in Salesforce), but wants to have a consolidated data store which links referenced records across the systems.
Which suggestion should the Architect provide to the company to meet this goal?

  • A. Utilize the Streaming API to send Account and Contact data from Salesforce to the OMS.
  • B. Use a Master Data Management strategy to reconcile Leads, Accounts, and Contacts.
  • C. Use an integration tool to send OMS Accounts and Contacts to Salesforce.
  • D. Have Salesforce poll the OMS nightly and bring in the desired Accounts and Contacts.

Answer: B

 

NEW QUESTION 99
......


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
  • Construct Architectures Which Leverage Heroku To Achieve Different Security Certifications
  • Describe The Compliance Features Of Heroku Shield
Topic 3
  • Recommend Networking Solutions That Use Heroku Private Spaces Or The Common Runtime
Topic 4
  • Describe The Features Of Enterprise Teams
  • Recommend Architectures That Use The Twelve-Factor App Methodology Correctly
Topic 5
  • Recommend When An App Should Run In The Private Space Runtime Versus The Common Runtime
Topic 6
  • Recommend Heroku Private Space Peering Or VPN Connections For Appropriate Use Cases
  • Services And/Or Functions
Topic 7
  • Architect And Deploy Solutions Using Add-Ons And Other Components From The Elements Marketplace
Topic 8
  • Demonstrate How Features Of Heroku Enterprise Can Improve A System's Architecture
  • Architect Solutions Using Heroku Redis

 

Heroku-Architecture-Designer Test Engine files, Heroku-Architecture-Designer Dumps PDF : https://www.actualtorrent.com/Heroku-Architecture-Designer-questions-answers.html