[2023] Easy To Download Heroku-Architecture-Designer Actual Exam Dumps Resources [Q83-Q104]

Share

[2023] Easy To Download Heroku-Architecture-Designer Actual Exam Dumps Resources

Uplift Your Heroku-Architecture-Designer Exam Marks With The Help of Heroku-Architecture-Designer Dumps

NEW QUESTION # 83
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 Work Order Line item on the existing Work Order
  • B. Implement a Quick Action to create a new Service Appointment on the existing Work Order
  • C. Implement a Custom Button to Create a Service Appointment on the existing Work Order
  • D. Implement a Macro to generate Service Appointments on the existing Work Order

Answer: B


NEW QUESTION # 84
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 Lookup to custom object InstallmentStatus_c.
  • B. Create a text field and make it an external ID.
  • C. Create a Master-Detail to custom object InstallmentStatus_c.
  • D. Create a picklist field, values sorted alphabetically.

Answer: D


NEW QUESTION # 85
Salesforce Connect is used for:

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

Answer: B


NEW QUESTION # 86
A client wants to secure their web application using SSL/TLS. They do not have specific requirements regarding using a particular version of SSL/TLS.
Which two Heroku features should an Architect recommend as options? (Choose two.)

  • A. Heroku SSL
  • B. Heroku Shield Private Spaces
  • C. Automated Certificate Management
  • D. Heroku Private Spaces

Answer: A,C

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


NEW QUESTION # 87
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 Shield Private Space in the Sydney region.
  • D. Deploy the application to a Private Space in the Sydney region with Private Space Logging enabled.

Answer: C


NEW QUESTION # 88
An app has two web dynos, Dyno A and Dyno B.
The app receives a request, which is routed to Dyno A.
A second request is sent from the same client. Which Dyno is the request routed to?

  • A. The request is routed to Dyno A if it has finished handling the first request
  • B. The request is definetly routed to Dyno B.
  • C. The request is routed randomly to Dyno A or Dyno B
  • D. The request is definetly routed to Dyno A.

Answer: C

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


NEW QUESTION # 89
A client is writing a Heroku application that requires compliance with PCI DSS Level 1. To accomplish this, they deploy an application to the Shield Private Space. Which statement is true about the application?

  • A. The application might still violate PCI DSS Level 1 even though it is deployed to a Shield Private Space
  • B. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1
  • C. The application is definitely not compliant with PCI DSS Level 1. because Shield Private Spaces do not provide compliance with it.
  • D. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1, assuming the application uses only Shield Postgres databases

Answer: A

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


NEW QUESTION # 90
Which of the following is NOT an advantage of Salesforce Connect over ETL?

  • A. Data security can be enforced using per-user or per-application authentication.
  • B. The data is always fetched on demand
  • C. Standard protocols like OData can easily proxy external data into Salesforce.
  • D. If the origin is offline, the data is still available via Salesforce Connect.

Answer: D


NEW QUESTION # 91
Cloud Kicks needs to purge detailed transactional records from Salesforce. The data should be aggregated at a summary level and available in Salesforce.
What are two automated approaches to fulfill this goal? (Choose two.)

  • A. Third-party Integration Tool (ETL)
  • B. Third-party Business Intelligence system
  • C. Apex Triggers
  • D. Schedulable Batch Apex

Answer: A,D


NEW QUESTION # 92
Universal Containers (UC) recently acquired another company, International Shipping. Each company has its own Salesforce org, and UC wants those orgs to remain separate for the foreseeable future. Given this scenario, which Heroku feature should an Architect recommend to provide additional value to UC following the acquisition?

  • A. Heroku External Objects can expose read-only data from both Salesforce orgs to Heroku Postgres.
  • B. Both orgs can be attached to the same Heroku application as an add-on to ensure data residency in the application's region.
  • C. A Heroku Postgres database can sync data from both orgs for advanced querying capabilities.
  • D. Heroku Connect can be used to synchronize data directly between the two Salesforce orgs.

Answer: D


NEW QUESTION # 93
Universal Containers (UC) has configured SSO for their Heroku Enterprise Team using an identity provider (IdP).
When a new employee joins the company, how should their Heroku account be created?

  • A. An administrator of the Enterprise Team creates the Heroku account with the exact email address listed in the employee's IdP record.
  • B. A Heroku account is created for the employee automatically the first time they log in to Heroku via SSO.
  • C. No account creation is required, because all SSO users in a particular Enterprise Team are associated with a single Heroku account.
  • D. The employee should create a new Heroku account with the exact email address listed in their IdP record.

Answer: B

Explanation:
Explanation
https://devcenterheroku com/artJcles/using-sso-services-with-heroku#end-user-account-creation-and-removal


NEW QUESTION # 94
A client wants to perform complex processing on large data sets in Salesforce. The data is confidential, but it does not have advanced compliance requirements.
What Heroku Enterprise features should an Architect recommend in this scenario?

  • A. Shield Private Spaces and Heroku External Objects
  • B. Private Spaces and Heroku External Objects
  • C. Shield Private Spaces and Heroku Shield Connect
  • D. Private Spaces and Heroku Connect

Answer: C


NEW QUESTION # 95
Get Cloudy Consulting uses an invoicing system that has specific requirements. One requirement is that attachments associated with the Invoice_c custom object be classified by Types (i.e., ""Purchase Order"",
""Receipt"", etc.) so that reporting can be performed on invoices showing the number of attachments grouped by Type.
What should an Architect do to categorize the attachments to fulfill these requirements?

  • A. Create a custom object related to the Invoice object with a picklist field for the Type.
  • B. Create a custom picklist field for the Type on the standard Attachment object with the values.
  • C. Add additional options to the standard ContentType picklist field for the Attachment object.
  • D. Add a ContentType picklist field to the Attachment layout and create additional picklist options.

Answer: A


NEW QUESTION # 96
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. Create a custom report.
  • B. Create a Process Builder to generate a report.
  • C. Use the standard Service Report.
  • D. Use the standard Work Order email template.

Answer: C


NEW QUESTION # 97
Universal Containers wants to reduce their mean-time-to-service
Which three Field Service process should a Consultant recommend to accomplish this goal? (Choose three )

  • A. Knowledge Base
  • B. Customer Entitlements
  • C. Dispatching
  • D. Adjust Scheduling Policy

Answer: A,C,D


NEW QUESTION # 98
A customer's IT department will not allow VPN access through their on-premise gateway. Users need to be able to access trusted Heroku applications only when they are in the office. These applications are deployed to a Heroku Private Space.
Which two Private Spaces features should an Architect recommend to enable on-premise users to gain the access they need? (Choose two.)

  • A. VPC peering
  • B. Trusted IP ranges
  • C. Internal routing
  • D. Stable outbound IP addresses

Answer: B,D


NEW QUESTION # 99
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 # 100
Universal Containers has a Heroku app that uses Heroku Connect to sync data with their Salesforce org. The app makes frequemt updates to the same records over short period of time, and sync speeds have begun to worsen. An Architect recommends using Heroku Connect's Merged Writes algorithm to improve sync speeds.
What are 2 implications of using the Merged Writes algorithm in this scenario?

  • A. The Merged Writes algorithm does not support using the Salesforce Bulk API.
  • B. The Merged Writes algorithm does not support using Salesforce SOAP API
  • C. Relationships such as circular dependencies are known to cause issues.
  • D. The Merged Writes algorithm is more likely to approach Salesforce API rate limits.

Answer: A,C

Explanation:
Explanation
-
https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal


NEW QUESTION # 101
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. Enable Account de-duplication by creating matching rules in Salesforce.
    2. The system will then mass merge duplicate Accounts.
  • C. 1. Have the Account Owner clean their Accounts' addresses.
    2. Merge Accounts with the same address.
  • D. 1. Use a service to standardize Account addresses.
    2. Use a 3rd-party tool to merge Accounts based on rules.

Answer: B


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

Answer: A,B


NEW QUESTION # 103
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. Have the application query Salesforce data and the security model directly using a cached admin credential.
  • C. Use Heroku Connect, with a per-user authentication model, to sync the Salesforce data to Heroku Postgres.
  • 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 # 104
......

Use Salesforce Heroku-Architecture-Designer Dumps To Succeed Instantly in Heroku-Architecture-Designer Exam: https://simplilearn.actual4labs.com/Salesforce/Heroku-Architecture-Designer-actual-exam-dumps.html

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 )
From Monday to Saturday

Support: Contact now