Weekend Special Sale 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale75best

Free Salesforce Platform-App-Builder Practice Exam with Questions & Answers | Set: 7

Questions 61

At DreamHouse Realty, a Screen Flow in production that creates a Property Visit record works correctly when the Platform App Builder runs it, but a sales rep on the " Realty Sales " profile reports that the flow errors and does not create the expected record. The app builder wants to reproduce the failure in the sales rep ' s permission context without involving the rep or creating production data.

How should the app builder reproduce the failure?

Options:
A.

Enable the debug log for the sales rep, ask the rep to run the flow again, and inspect the log for the failed step.

B.

Review the flow ' s failed interviews in Setup and inspect the variable values at the failed element.

C.

Open the flow in Flow Builder, click Debug, and select the option to run the flow as the sales rep.

D.

Request Login Access from the sales rep through Setup and run the flow while logged in as that user.

Salesforce Platform-App-Builder Premium Access
Questions 62

Universal Containers is adding drone delivery to service offerings. The Developer wrote and tested the code and the change set is ready to go. However, the Deployment window will occur when the developer is on vacation. What can the app builder do to help ensure the code will successfully deploy to Production?

Options:
A.

Remove Apex classes from inbound change set.

B.

Validate the outbound change set.

C.

Use a metadata package set.

D.

Validate the inbound change set.

Questions 63

Cloud Kicks conducts an evaluation of sales reps with a custom object that houses a scorecar The company wants to ensure that only the sales reps, their managers, and their manager ' s executives can view the rep ' s scorecard, but also prevent the Reps from being able to view the executive comment fields on their review. How should these requirements be met?

Options:
A.

Use a private sharing model granting record access using custom settings; manage field access with record types and page layouts.

B.

Use a private sharing model granting record access using hierarchy; manage field access with field-level security.

C.

Use a private sharing model granting record access using custom settings; manage field access with page layouts and field-level security.

D.

Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security.

Questions 64

Universal Containers utilizes opportunities and a custom object called Detailed_Sales_ The company would like to roll sales metrics up to an opportunity For only Detailed_Sales_c records that have their picklist status set to Active. What is the recommended method for the app builder to achieve this request?

Options:
A.

Utilize the AppExchange to download a third-party application that can roll up the sales dollars with The appropriate filter.

B.

Utilize Apex code to roll up the desired amounts.

C.

Create a master detail relationship between the parent and child object with a roll up summary field That filters on the status field

D.

Create a lookup relationship between the parent and child object with a roll-up summary field that Filters on the status field

Questions 65

AW Computing has a custom object for service plans. A service plan needs to be associated to one and only one contact. The support manager noticed if the wrong contact is associated, the reps are unable to Change the contact. The app builder already confirmed the user has correct access to the field and there are no validations associated with the service Plans. What could be causing the issue?

Options:
A.

The Read Only radio button, Allows users with at least Read access to the Master record to create, edit, or delete related Detail records, is selecte

B.

The Allow reparenting checkbox, Child records can be reparented to other parent records after they are created, is uncheckedd

C.

The Read/Write radio button, Allows users with at least Read/Write access to the Master record to create, edit, or delete related Detail records, is selecte

D.

The Allow reparenting checkbox, Child records can be reparented to other parent records after they are created, is checked

Questions 66

Cloud Kicks built a process that is supposed to update record ownership based on several different criteria. Some users report that they are not getting the expected level of access to accounts and contacts. Which two considerations should an app builder be aware of that could be causing the issue? Choose 2 answers

Options:
A.

Processes that update record owners do not transfer child records.

B.

Processes use the first value if the Owner field is updated multiple times.

C.

Processes will fall om records owned by inactive users.

D.

Processes will only run if the most current version Is active.

Questions 67

Universal Containers (UC) has several large customers that sell their products through dealers. UC identifies and works with a single individual at each customer and at each dealer. Separate bills are sent to each customer and each dealer. These details need to be stored in a format that clearly displays the business entities and their appropriate representatives. How should an app builder implement these requirements?

Options:
A.

Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account.

B.

Create a single account record, add each rep as a contact and create a custom dealer object.

C.

Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record.

D.

Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy.

Questions 68

Universal Containers would like Account owners to be able to quickly access a report of all of the current Assets associated with their Account. Account owners should access this report through the Account record page.

How should the Platform App Builder accomplish this?

Options:
A.

Dashboard with Account Filter

B.

Dynamic URL through Custom Link

C.

Scheduled Reports

D.

Custom Report Type

Questions 69

Sales representatives want to capture custom Feedback record details related to each Account. The sales reps want to accomplish this with minimal clicks on mobile. Which two solutions should be recommended in order to meet this requirement? Choose 2 answers

Options:
A.

Create a single-specific action in Account

B.

Create a feedback object as a parent of Account

C.

Create a global action on Account

D.

Create predefined values for most of the fields

Questions 70

Universal Containers wants to send a reminder email 7 days after a Project__c record ' s Status field changes to On Hold. For example, a project placed on hold on March 1 should trigger its reminder on March 8, independent of any other project.

Which flow design should the Platform App Builder use?

Options:
A.

A platform event-triggered flow that sends the reminder email 7 days after a platform event message is received.

B.

A schedule-triggered flow on Project__c that runs once each day and sends a reminder email to each record that has been in On Hold status for 7 days.

C.

An after-save record-triggered flow on Project__c , triggered when Status is changed to On Hold, with a scheduled path set to run 7 days after the record is updated.

D.

An after-save record-triggered flow on Project__c , triggered when Status is changed to On Hold, with a scheduled path set to run 7 days after the record ' s CreatedDate .