Summer Certification Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Platform-App-Builder Salesforce Certified Platform App Builder (Plat-Admn-202) Questions and Answers

Questions 4

The appraisal team at DreamHouse Realty wants to leverage Salesforce Mobile app. What are three things an app builder should do to optimize mobile experience? Choose 3 answers

Options:

A.

Avoid using default field values so that the user is required to fill in all fields on the screen.

B.

Minimize the amount of formula fields and lookup fields to reduce page load time.

C.

Put the most important fields in the compact layout so they are easy to fin

D.

Create individual customized layouts for different phone operating systems.

E.

Use Global Actions to make it easy to perform vital functionality on mobile.

Buy Now
Questions 5

When an opportunity has a closed date that is pushed more than 30 days, manager approval is require An approval process is in place but Reps frequently forget to submit for approval to run the process. How can an app builder ensure that these opportunities are submitted into the approval process?

Options:

A.

Change the entry criteria on the approval process to criteria are met and lock the record on initial submission.

B.

Use a validation rule and an email alert to the manager requesting approval.

C.

Submit the record for approval from an automated process.

D.

Give the manager the " API Enabled " permission to permit approval responses by email.

Buy Now
Questions 6

Properly installing managed packages helps prevent conflicts With customizations made by customers and partners. Which functionality should be used to set up packages?

Options:

A.

Namespace

B.

Help setting

C.

Description

D.

Allow sharing

Buy Now
Questions 7

An app builder wants to create a formula field on an Account to include data from related Contacts but is unable to find the relationship in the formula editor. What is a limitation of formulas that could be causing the issue?

Options:

A.

More than 5,000 characters in the formula.

B.

Contact end Account objects DO NOT have a Master-Detail Relationship,

C.

Unable to reference the child records.

D.

Formula field limit reached on the Account object,

Buy Now
Questions 8

Universal Containers require different fields to be filled out at each stage of the Opportunity sales process. Which configuration steps can an app builder use to meet this requirement?

Options:

A.

Create a validation rule to prevent the user for field information.

B.

Set asset format required inside based on the current stages.

C.

Define record types and agree formats for each stage.

D.

Add the Path component to the Lightning record page.

Buy Now
Questions 9

Duplicate management for Leads has been implemented at Universal Containers but it seems duplicate leads are still being create The Org Wide Default (OWD) is set to " Private " for Leads. Which two actions help prevent duplicate Leads from being created? Choose 2 answers

Options:

A.

Change the Lead Duplicate Rule details to Bypass Sharing Rules.

B.

Change the Load Assignment Rule to check for duplicates.

C.

Change OWD for Leads to Public Rea

D.

Change the Lead Duplicate actions to Block on Create.

Buy Now
Questions 10

Universal Containers has Public Read/Write as the Account Organization-wide default (OWD) setting. Visitors to the customer Community site report that they can see all of the company ' s account Records. How should an app builder configure Account sharing so that community Users only see their own Account?

Options:

A.

Create an account record type for external accounts.

B.

Set the account external OWD to private.

C.

Define an owner-based sharing rule for external accounts.

D.

Define a permission set for external accounts.

Buy Now
Questions 11

An app builder wants to create a formula field on an Account to include data from related Contacts but is unable to find the relationship in the formula editor. What is a limitation of formulas that could be causing the issue?

Options:

A.

Control and Account objects: 0.00 or 1 have a Master-Detail Relationship.

B.

Store Data: 3000 characters in the formula.

C.

Formula field that reached on the Account object.

D.

unable to reference the child records.

Buy Now
Questions 12

Cloud Kicks has a custom object with a private sharing setting. The business wants to share individual records with specific people or departments on a case-by-case basis. Which three options does the business user have to manually share individual records? Choose 3 answers

Options:

A.

Permission Set Groups

B.

Private Groups

C.

Users

D.

Public Groups

E.

Roles and Subordinates

Buy Now
Questions 13

Ursa Major Solar wants to provide sales console users with an incredible experience, with the most-used components easily accessible at all Times. Which solution can enable reps to see and access these components from anywhere within the app without leaving the page where the team is working?

Options:

A.

Utility bar

B.

Home page

C.

Favorites

D.

Global actions

Buy Now
Questions 14

Universal Containers (UC) wants to test code against a subset of production data that is under 5 GB Additionally, UC wants to refresh this sandbox every Weeken Which type of sandbox should be used to accomplish this?

Options:

A.

Developer Pro

B.

Partial Copy

C.

Full Copy

D.

Developer

Buy Now
Questions 15

The Cloud Kicks (CK) sales team is currently using a sales app in Lightning Experience. CK is planning a Salesforce mobile app rollout next month to increase productivity for reps while out in the field. After reviewing the mobile app, the sales operations manager asks about ways to create an enhanced user experience. Which two solutions could an app builder suggest? Choose 2 answers

Options:

A.

Allow mobile users to support Account Upstream Agent Closets.

B.

Include Today as a guide from in line size.

C.

Set up different mobile menu configurations of different types of users.

D.

Create a custom app page and Assign to the mobile menu.

Buy Now
Questions 16

When a sales rep submits an account for approval, Universal Containers Wants the user to answer additional questions via a popup window to populate Additional record fields. What should an app builder use to achieve the desired result?

Options:

A.

Custom object

B.

Visualforce page

C.

Custom button and Flow

D.

Custom Lightning component

Buy Now
Questions 17

Universal Containers wants to create a custom checkbox formula field on The Opportunity object. This formula should evaluate to true if the following conditions Are met: Stage is set to Negotiation/Review Close Date is less than 1 week away Which formula meets these requirements?

Options:

A.

AND (StageName Negotiation/Review " , closeDate -DAY (7) TODAY!)}

B.

AND (ISPICKVAL (StageName, *Negotiation/Review ' ), CloneDate - 7 TODAY () )

C.

AND (StageName = ' Negotiation/Review, CloseDate TODAY (1)

D.

AND (ISPICKVAL (StageName, Negotiation/Review ' ). CloseDate DAY (7) TODAY (1)

Buy Now
Questions 18

Uras Major Solar wants to create a relationship between the standard Contact object and a custom Solar Project object. Contacts can potentially be related to multiple Solar Project objects, and a Solar Project can have multiple Contacts associated with it. How should an app builder configure the data model?

Options:

A.

One Master-detail relationship on Contact and one Master-detail relationship on Solar Project

B.

Two Lookup relationships on a new custom object

C.

Two Master-detail relationships on a new custom object

D.

One Lookup relationship on Contact and one Lookup relationship on Solar Project

Buy Now
Questions 19

The app builder at AW Computing has been asked to track the number of times a case has been reopened. Which solution should the app builder utilize to help with this request?

Options:

A.

Screen Flow

B.

Apex Trigger

C.

Record-triggered flow

D.

Scheduled Triggered flow

Buy Now
Questions 20

Sales reps at Universal Containers create multiple quotes per opportunity. Which automation tool should an app builder recommend to delete rejected quotes?

Options:

A.

Approval process

B.

Einstein Next Best Action

C.

Flow

D.

Validation rule

Buy Now
Questions 21

An app builder at Ursa Major Solar has been working on a new custom app In a sandbox that has been upgraded to the next major Salesforce version, and their Production instance is still on the current Salesforce version. The development is Complete and they are ready to deploy a change set. What should the app builder consider when planning the deployment?

Options:

A.

The change set will be automatically deployed when production is upgrade

B.

The deployment is not possible due to different versions.

C.

The change set components will be upgraded to the next version in production.

D.

It will fail if there is a feature only available in the next version.

Buy Now
Questions 22

Universal Containers (UC) utilizes two custom picklist fields Called sales_Organization_c and Pricing_Tier _ Which validation rule should an app builder use to ensure Pricing Tier_c is required for customers with a Sales Organization__c value of Canada?

Options:

A.

AND (ISPICKVAL (Sales Organization_c, ' Canada ' ), ISBLANK (TEXT (Pricing_Tier

B.

IF (ISNULL(Sales_Organization_c= ' Canada ' , ISBLANK (TEXT (Pricing_Tier_c)), TRUI

C.

ISPICKVAL (Sales Organization_c, ' Canada ' ) & ISNULL (Pricing_Tier_c)

D.

OR (ISPICKVAL (Sales Organization_c, ' Canada ' ), ISBLANK (TEXT (Pricing_Tier_c));

Buy Now
Questions 23

Universal Containers (UC) has a time-sensitive need for a custom Component to be built in 4 weeks. UC developers require additional Enablement to complete the work and are logged by several months. Which option should an app builder suggest to meet this requirement?

Options:

A.

Build a screen flow page.

B.

Use an AppExchange solution.

C.

Build a Lightning record page.

D.

Use a Bolt solution.

Buy Now
Questions 24

An app builder at Universal Containers has been asked to add the Chatter feed to a custom object record page. Which approach should the app builder use?

Options:

A.

Add a custom Chatter feed component.

B.

Add the standard Chatter feed component.

C.

Add the Chatter feed component from the App College.

D.

Add the standard related list component.

Buy Now
Questions 25

Universal Containers allows all employees to submit reviews for leadership using a custom object called Review. These Reviews should only be Visible to the HR department and the employee who submitted the record Which three steps should an app builder take to properly control access to Reviews? Choose 3 answers

Options:

A.

Add a Master-Detail(User) field on the Review object.

B.

Set organization-wide default to Private.

C.

Remove Review Read permission from non-HR Department user Profiles.

D.

Disable Grant Access Using Hierarchies.

E.

Create a criteria-based Sharing Rule for the HR Department.

Buy Now
Questions 26

Choose 3 options. Cloud Kicks wants to set up a new opportunity approval process and execute various action items based on the initial submission. Which three action types should an app builder use in the approval process?

Options:

A.

Invocable Flow

B.

Decision Element

C.

Email Alert

D.

Task

E.

Outbound Message

Buy Now
Questions 27

On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists. Which Related List type should the app builder select for the Related List Lightning component?

Options:

A.

List View

B.

List Class

C.

Enhanced List

D.

Basic List

Buy Now
Questions 28

Universal Containers wants to understand return on investment for the latest advertising buy. They currently use a private security model for all objects. What should an app builder recommend?

Options:

A.

Configure Campaign Interactions and Campaign statistics

B.

Utilize Account Interactions and Rule Up Summary Fields

C.

Change to a public security model

D.

Run an opportunities pipeline report

Buy Now
Questions 29

An app builder at Universal Containers has been asked to add the Chatter feed to a custom object record page. Which approach should the app builder use?

Options:

A.

Add the standard related first component.

B.

Add the Chatter feed component from the AppleChange.

C.

Add the standard Chatter feed component.

D.

Add a custom Chatter feed component.

Buy Now
Questions 30

An app builder installs an unmanaged package in a full copy sandbox that is an exact match for production, and now they are ready to install it in production. The app builder attempts to install the package in production, and it fails. Why did the package fail to install?

Options:

A.

Internet Service Type

B.

Object limits executed

C.

Package Features not comparable

D.

Apps unit test failures

Buy Now
Questions 31

Cloud Kicks wants to start tracking how many shoe subscriptions have been Sold for each shoe catalog. A master-detail relationship exists between the Subscription And the shoe_c objects. Which type of field should an app builder create?

Options:

A.

Roll-up summary field

B.

Lookup field

C.

Master-detail field

D.

Sum field

Buy Now
Questions 32

Universal Containers wants to ensure that they are accepting clean data from their users and verify that important fields are entere What should an app builder recommend to meet this requirement?

Options:

A.

Update the important fields to be required on the page layout.

B.

Create a Flow to clean any data that is formatted wrong.

C.

Configure a validation to require a field for a specific record type.

D.

Make a formula field to check the format of the important fields.

Buy Now
Questions 33

A new field is being created on a custom object. However, the app builder does not want the field to up on pre-existing custom report Types. What should the app builder do on the custom field setup to fulfill this requirement?

Options:

A.

Remove the new field from all page layouts.

B.

Remove visibility to all report profiles.

C.

Grant read-only access to all report profiles.

D.

Deselect auto add to custom report type.

Buy Now
Questions 34

The CFO of Cloud Kicks needs a way for new vendors to accept terms on Agreements for any new major retail store lease before the opportunity can be close Which feature should be used to handle this requirement?

Options:

A.

Email Alert

B.

Dynamic Action

C.

Approval Process

D.

Validation Rule

Buy Now
Questions 35

An app builder at Northern Trail Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app. Which type of testing environment should the app builder create?

Options:

A.

Partial Copy

B.

Scratch Org

C.

Developer

D.

Developer Pro

Buy Now
Questions 36

Universal Containers uses a custom picklist called `Account_Region ` or the Account object. The vice president of sales has asked that the value of this field is visible on Opportunities. How should an app builder create this solution?

Options:

A.

Field History tacking

B.

Cross-object formula

C.

Linking field

D.

Field-level security

Buy Now
Questions 37

Northern Trail Outfitters has two custom objects that are part of a master- Detail relationship. What determines the ownership and sharing access of the detail record?

Options:

A.

The owner is set independently on the detail object ' s settings.

B.

The default owner is set in the parent object ' s settings.

C.

The Owner field on the Detail record

D.

The Owner field on the Master record

Buy Now
Questions 38

An app builder installed a custom Lightning component from AppExchange. What should be done next in order to configure the component for use in a record page?

Options:

A.

Edit a record page using the Page Layout editor > Drag the Visualforce component onto the page.

B.

Edit a record page using Lightning App Builder > Drag the component onto the page.

C.

Edit a record page using App Manager > Drag the component onto the page.

D.

Edit a record page using the Page Layout editor > Drag the component onto the page.

Buy Now
Questions 39

Universal Container wants customers to be able to open cases From a public-facing website. What should the app builder use to enable visitors to the website?

Options:

A.

Web-to-case

B.

Outbound message

C.

Screen flow

D.

Email-to-case

Buy Now
Questions 40

Cloud Kicks works on an annual subscription model. When a sales rep marks An opportunity as closed won, a new opportunity should automatically be created for The renewal. The contracts team works outside of Salesforce but also needs to be Notified about closed deals in order to initiate the contract process with the customer. Which automation solution would meet these requirements?

Options:

A.

Approval Process

B.

Outbound Message

C.

Record-triggered flow

D.

Validation Rule

Buy Now
Questions 41

Universal Containers has a single Contact Lightning record page. A component takes up a lot of room on the page and is NOT needed by users With a Marketing profile. What should the app builder use to solve this issue?

Options:

A.

Component visibility filter

B.

AppExchange

C.

Detail page layouts

D.

Field-level security

Buy Now
Questions 42

What are the limitations of Schema Builder when creating a custom object?

Options:

A.

Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas.

B.

Custom fields can be added to any custom objects, excluding formula field types.

C.

Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager.

D.

" Save " should be clicked each time a new object, field, or relationship is create

Buy Now
Questions 43

Universal Containers uses a custom picklist field Account Region on the Account record. They want this region to be reflected on all related contact records And stay in sync if the value of this field changes on the Account. How should an app builder meet this requirement?

Options:

A.

Create a picklist field called ' Account Region ' on Contact object > Create a Lookup Relationship to Update this field if the Account Region field on the Account is change

B.

Create a formula field on the Contact object > Set the value of the formula to ISPICKVAL (Account.Account_Region_o).

C.

Create a text field called ' Account Region ' on Contact object > Create a Lookup Relationship to Update this field if the Account Region field on the Account is change

D.

Create a formula field on the Contact object > Set the value of the formula to TEXT (Account.Account Region_e).

Buy Now
Questions 44

Cloud Kicks has five years of sales data and would like to track when customers made their first purchase. How should an app builder use a roll-up summary to meet the requirements?

Options:

A.

Create a new date field called First Order Date, then create roll-up summary to update the field using Type MIN.

B.

Create a new roll-up summary field called First Order Date, Using type MIN on the Opportunity Close Date with a filter where iswon = TRUE.

C.

Create a new date field called First Order Date, then set the date using a roll-up summary on Opportunity Close Date.

D.

Create a new roll-up summary field called First Order Date using type SUM on Opportunity Close Date.

Buy Now
Questions 45

Universal Containers uses a custom object called Projects. When managers Assign projects, they set a custom field on the Project record called Estimated Hours. Once set, users should be able to decrease but not increase the value. How can an app builder meet this requirement?

Options:

A.

Create a validation rule that uses the ISCHANGED function.

B.

Create a formula default value for the custom fiel

C.

Create a validation rule that uses the PRIORVALUE function.

D.

Create a formula field that uses the PREVGROUPVAL function.

Buy Now
Questions 46

Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC ' s orders. Which formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?

Options:

A.

BEGINS (Account.Zip Code_, 5)

B.

LPAD (Account.Zip Code_x, 5)

C.

LEFT (Account.Zip Code_c, 5)

D.

TEXT (Account.Zip Code_c, 5)

Buy Now
Questions 47

Universal Containers has the Account object ' s Organization-Wide Default set to Private. The marketing team owns Accounts; however, they also Need to be able to see the sales team ' s Accounts. Both the sales and marketing teams are in completely different branches of the role hierarchy. Which feature should be used to enable marketing to see sales-owned accounts?

Options:

A.

Sharing rules

B.

Public groups

C.

Aliases

D.

Assignment rules

Buy Now
Questions 48

Cloud Kicks (CK) wants to begin socializing and collaborating within Salesforce around Customer accounts to discuss various topics. CK would like all company employees to see these Conversations. Which two features of Chatter would meet CK ' s business needs? Choose 2 answers

Options:

A.

Set up new public Chatter groups.

B.

Set up new private Chatter groups.

C.

Use Chatter actions to create tasks to complete.

D.

Use post action on the Account object.

Buy Now
Questions 49

The marketing director is concerned that too many car parts were given away for free last year. They want to track discounts, samples, and Giveaways by Sales Rep. The manager ' s sign-off on free parts also needs to be processe Which functionality should an app builder use to meet these requirements?

Options:

A.

High Velocity Sales

B.

Quotes

C.

Approval process

D.

Check box

Buy Now
Questions 50

Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit Opportunities into the Secure Commitment Stage to eliminate manual submission. Which feature meets the business requirements?

Options:

A.

Record-Triggered flow optimized for Fast Field Updates

B.

Custom button and screen flow

C.

Platform Event-Triggered flow

D.

Record-Triggered flow optimized for Actions and Related Records

Buy Now
Questions 51

Universal Containers (UC) has several picklist fields on the Account object Whose values are routinely modified to meet changing business requirements. Due to These revolving changes, UC has a high number of inactive picklist values that are Impacting system performance and user experience. What can the app builder do to alleviate this issue?

Options:

A.

Establish upper bound on existing picklists in Picklist Settings.

B.

Set up Global Values in Picklist Value Sets.

C.

Remove upper bound on inactive picklist values in Picklist Settings.

D.

Convert the picklist fields to a different field type that will still meet the business requirements.

Buy Now
Questions 52

The VP of sales at AW Computing would like a Roll-Up Summary field onThe Account object to aggregate the amount of opportunities related to an Account. The app builder is unable to implement this change. Why is the app builder unable to fulfill the request?

Options:

A.

The default currency is not an active currency in the organization.

B.

The organization has Advanced Currency Management enable

C.

Roll-Up Summary fields are unavailable on the Account object.

D.

Currency fields are unable to be referenced in Roll-Up Summary fields.

Buy Now
Questions 53

An app builder is preparing to deploy a new app from the sandbox to Production using change sets. Which two considerations should an app builder keep in mind during this process? Choose 2 answers

Options:

A.

Transactions will revert if the deployment errors.

B.

Users should be logged out of production when receiving inbound change sets.

C.

Salesforce Connect automatically establishes a link between environments.

D.

Change sets do not include all components and may have to perform some changes Manually.

Buy Now
Questions 54

DreamHouse Realty has a policy that requires the phone number on Contact to be deleted when the Do Not Call checkbox is checkedd Which automation tool should the app builder recommend?

Options:

A.

If-then rule

B.

Validation rule

C.

Quick action

D.

Flow

Buy Now
Questions 55

A recently refreshed partial sandbox at Cloud Kicks has no data in The custom object Shipping. Checking in production, there are two million Rows of data in the object. What could be the reason the data is missing?

Options:

A.

The sandbox was refreshed too early.

B.

The sandbox is still populating dat

C.

The selected objects in the sandbox template.

D.

The partial sandbox is at capacity.

Buy Now
Questions 56

The marketing team at Universal Containers has a list of 400 leads it wants to upload to Salesforce. The team needs to avoid creating duplicate records. Which two actions should be taken to meet this requirement? Choose 2 answers

Options:

A.

Use Data Loader ' s update function to import leads and match to existing Records based on e- mail address.

B.

Upload the lead list using the Import Wizard and select a Matching Type to Prevent duplicate lead creation.

C.

Enable Duplicate Matching in the Data Management section in Setup and Activate the Lead- to-Lead scenario.

D.

Utilize a Lead Matching Rule and corresponding Duplicate Rule to block newly Created duplicate leads.

Buy Now
Questions 57

At AW Computing, the Candidate object has a checkbox field for Previous Experience and a number field for Years of Previous Experience. The recruiting team wants the number field to display only if the Previous Experience field is checkedd. Which functionality should the app builder use to meet this requirement?

Options:

A.

Create two different page layouts and a process to change the layout if Previous Experience is checkedd.

B.

Create a dependency between the Previous Experience and Years of Previous Experience fields.

C.

Use Dynamic Forms to display the Years of Previous Experience field if Previous Experience is checkedd.

D.

Use a Visualforce component on the candidate page layout to conditionally display the fields.

Buy Now
Questions 58

What is the process to upgrade an unmanaged package that is currently Installed in production?

Options:

A.

Uninstall the current version and install the new version.

B.

Use the Install Wizard to install the upgrade to production.

C.

Install the new version to a Developer org then deploy to production.

D.

Click the update link on the Installed Packages page.

Buy Now
Questions 59

Cloud Kicks asked the app builder to insert a list of 25,000 records using Deduplication for the Delivery custom object. Which tool should be used?

Options:

A.

Import Wizard

B.

Data Loader

C.

Lightning Object Creator

D.

Schema Builder

Buy Now
Questions 60

A service coordinator (SC) for Ursa Major Solar (UMS) does a final review of work orders owned by a technician for a specific region before the records are submitted for an invoice. Before closing out the work order, the SC needs to modify data or remove attachments that were added by mistake. The SC also needs access to any other related records owned by the technician. Which solution provides the required access, given a private data model?

Options:

A.

Close an assignment via that update record record by technicians in that region with the SC.

B.

Create a SC activity list with a corresponding audit group.

C.

Give the SC a permission set with the Modify All Data system permission.

D.

Change work order access on the SC ' s profile to Modify all ' .

Buy Now
Questions 61

After discovering a second sun in the solar system, Ursa Major Solar wants to change the field relationship between `Sun_c` and `Planet_c` to a lookup rather than a master- detail. What should an app builder consider about the effect on reporting before making this change?

Options:

A.

Existing reports created under the `Sun_c` with `Planet_c` report type made by Salesforce will be unusable, but not deleted.

B.

Existing roll-up summary fields will be deleted from the `Sun_c` object and from any reports where they were added.

C.

Existing roll-up summary fields will remain on the `Sun_c` object and available for reporting, but will no longer update.

D.

Existing reports created under the `Sun_c` with `Planet_c` report type made by Salesforce will be deleted.

Buy Now
Questions 62

Universal Containers have changes that need to be deployed from Sandbox to Production. Where should an app builder look to verify that a Change Set can be deployed?

Options:

A.

Deployment Settings

B.

Inbound Change Sets

C.

Deployment Status

D.

Inbound Change Sets

Buy Now
Questions 63

Ursa Major Solar is ramping up the sales team to meet increased demand. As part of the short ramp up for these new reps, the manager wants to provide a help guide to enable reps to easily get help where needed during the different sales processes. Which solution should an app builder recommend?

Options:

A.

Path

B.

Chatter Publisher

C.

Journey Builder

D.

Flow

Buy Now
Questions 64

Which two report formats can be used as a source report to configure a reporting snapshot? Choose 2 answers

Options:

A.

Tabular format

B.

Summary format

C.

Joined format

D.

Matrix format

Buy Now
Questions 65

Universal Containers wants to give sales managers the ability to quickly provide sign off On an Opportunity vi a the Opportunity record page when a sales rep has discounted a deal by 20% To 30%. Which two features should be used for this requirement? Choose 2 answers

Options:

A.

Dynamic Actions

B.

Schema Builde

C.

Approval Process

D.

Validation Rule

Buy Now
Questions 66

Northern Trail Outfitters wants the field sales team to only see the accounts that they Own. Separate North American and European marketing teams should only see Accounts in their respective regions. The inside sales team needs to see all accounts In Salesforce. How can this be accomplished?

Options:

A.

Set the Organization-Wide Default to Public for accounts. Create profiles for each marketing team, and create an Inside Sales Team role that is at the top of the Role Hierarchy.

B.

Set the Organization Wide Default to Public for accounts. Create criteria-based sharing rules for Each marketing team, and create an Inside Sales Team permission set with the " View All " setting for Accounts.

C.

Set the Organization-Wide Default to Private for accounts. Create permission sets for each marketing Team, and create an Inside Sales Team profile with the " View All " setting for accounts.

D.

Set the Organization Wide Default to Private for accounts. Create criteria-based sharing rules for Each marketing team, and create an Inside Sales Team profile with the " View All " setting for Accounts.

Buy Now
Questions 67

Northern Trail Outfitters wants to initiate a daily backup of its Salesforce org. Which tool should an app builder recommend for this task?

Options:

A.

Refresh full copy sandbox

B.

Add/Change package

C.

Data Export Service

D.

Support expert

Buy Now
Questions 68

DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquire DR executives Want to automate the submission travel request forms to enforce the internal policy. How should an app builder automate travel requests based on these criteria?

Options:

A.

Assignment rule

B.

Validation rule

C.

Apex

D.

Approval process

Buy Now
Questions 69

An app builder needs to create new automation on an object. Which best practice should the app builder follow when building out automation?

Options:

A.

One Flow per object

B.

One validation rule per object

C.

One invocable process per object

D.

One record change process per object

Buy Now
Questions 70

A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect. What should an app builder do to help achieve this goal without sacrificing data quality?

Options:

A.

Post daily to the Cluster feed any relevant fields that need to be populated.

B.

Use Flow to create a data entry related to automatic data entry.

C.

Research and evaluate data enrichment products on the Applications to automatic data entry.

D.

Use a formula field to populate key fields for the sales user.

Buy Now
Questions 71

DreamHouse Realty (DR) is expanding into subsidized housing by partnering with local government entities. DR uses Sales Cloud and has Enabled field history tracking on the Opportunity object. Due to increased information requirements, the App Dev team is changing Text Area (Long) fields To Rich Text fields to allow for up to 1,000 characters and better descriptions. Which two considerations should be made by the team? Choose 2 answers

Options:

A.

Data loss may occur when changing custom field types.

B.

Audit Trail is available through REST API extracts.

C.

Rich text field values of all lengths are displayed fully in reports.

D.

Field History Tracking records value changes of 255 characters or less.

Buy Now
Questions 72

An app builder has created a change set and deployed a report from their development sandbox to a partial sandbox for User Acceptance Testing. When the app builder runs the report, no data is returned. What can be a reason for this?

Options:

A.

Data is deployed when added to a change sets.

B.

Data is unable to be deployed with change sets.

C.

Reports have to be manually re-created in each environment.

D.

Reports have to be deployed with Salesforce OK.

Buy Now
Questions 73

Cloud Kicks wants to display the number of Opportunity records associated with each Account. Which solution should be used?

Options:

A.

Formula field

B.

AppExchange offering

C.

Lookup field

D.

Roll-up summary field

Buy Now
Questions 74

DreamHouse Realty is building a custom Lightning app to track its expanding solar water collection business. The Lightning app currently contains a Custom Lightning record page with standard components. From which two resources should an app builder get custom components to bring into the new Lightning app? Choose 2 answers

Options:

A.

Import Wizard

B.

AppExchange

C.

Apex Code

D.

Lightning Components

Buy Now
Questions 75

An app builder just added a lookup field to Account from the Existing custom object, Box. Which report type is automatically created?

Options:

A.

Boxes with Accounts

B.

Accounts with Boxes

C.

Boxes with or without Accounts

D.

Accounts with or without Boxes

Buy Now
Questions 76

When a deal is closed-won, it has to be approved by the owner ' s Manager prior to being added to the leaderboard for a quarterly sales Competition. An opportunity is won on the last day of the quarter and the Manager is on vacation. What is recommended to ensure all of the appropriate deals are reviewed and the leaderboard is up to date?

Options:

A.

Have the manager ' s assistant reassign the approval request.

B.

Use a quick action to forward the approval request to the next level approver.

C.

Set up a delegated approver for the manager.

D.

Use an assignment rule to automatically assign a delegated approver.

Buy Now
Questions 77

Shipments at Cloud Kicks (CK) are created and updated by the warehouse staff in a Shipping application. The information needs to be pushed into Salesforce on a regular Basis. CK ' s app builder creates a custom object called Delivery_c to track the Information. How can the app builder prevent creating duplicate delivery records and update the Correct existing records when migrating data from the shipping application?

Options:

A.

Use the Import Wizard and match on the tracking number.

B.

Create a unique External ID field and use Data Loader.

C.

Use the Import Wizard and match on the Salesforce I

D.

Create a duplicate/match rule and use Data Loader.

Buy Now
Exam Name: Salesforce Certified Platform App Builder (Plat-Admn-202)
Last Update: Jun 16, 2026
Questions: 259

PDF + Testing Engine

$64.99   $185.69

Testing Engine

$49.99   $142.83

PDF (Q&A)

$54.99   $157.11