Summer Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

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

Questions 4

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 5

Dreamhouse Realty (DR) has many properties for sale and wants to Identify the highest value of all offer records on each Property_ record Which solution should the app builder use to meet DR ' s needs provided that there is a Master-detail relationship between the objects?

Options:

A.

Roll-up Summary

B.

Summary

C.

Text Area (Long)

D.

Multi-select Picklist

E.

Rich Text Area

Buy Now
Questions 6

At Cloud Kicks when an opportunity close date is delayed by more than 60 days, the Manager and the VP of Sales want to review the change. Which two solutions will meet the requirement? Choose 2 answers

Options:

A.

Build an approval process that requires unanimous approval from the manager and VP of Sales.

B.

Build a validation rule that does not allow a user to save the opportunity recor

C.

Create a formula field that calculates if the close date is less than 60 days and then send An email alert.

D.

Create a flow that submits the record for an approval process.

Buy Now
Questions 7

Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes. Which validation rule should an app builder use to prevent other users from making this update?

Options:

A.

AND #UserRole.Name Marketing, Retail Opt_In_e= " Yes " )

B.

AND UserRole.Name Marketing " , Retail Opt_In_e= " Yes " )

C.

AND UserRole.Name = " Marketing ' , ISCHANGED (Retail Opt_In_c), ISPICKVAL (Retail Opt_In_c, " Yes " ))

D.

AND UserRole.Name Marketing ' , ISPICKVAL (Retail Opt_In_e, " Yes " ))

Buy Now
Questions 8

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 9

Service agents at Ursa Major Solar want a more condensed case view. Service agents also want to be able to modify the associated contact and account Records from the case page layout on the Lightning record page. Which two components should an app builder use to meet these requirements? Choose 2 answers

Options:

A.

Tabs

B.

Related record

C.

Path

D.

Rich text

Buy Now
Questions 10

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 11

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 12

Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track trails and parks respectively. NTO wants to Track the total number of trails a park has on the park record without writing any code. Which two actions should an app builder take to accomplish this requirement? Choose 2 answers

Options:

A.

Use a formula field on the Park record to the total number of trails.

B.

-Use a roll-up summary field on the Park record to the total number of Trails.

C.

Use a master-detail relationship between the Park and Trail objects.

D.

Use a lookup relationship between the Park and Trail objects.

Buy Now
Questions 13

Cloud Kicks (CK) switched to Lightning Experience and started using Chatter across its globalworkforce to support its fast-paced sales cycle. CK Loves Chatter but struggle with gathering feed from core team members, including understanding who is available to respon Which two ways could CK use Chatter to solve this problem? Choose 2 answers

Options:

A.

Streams

B.

Topics

C.

Polls

D.

Out of Office

Buy Now
Questions 14

AW Computing uses a private sharing model for opportunities. Whenever An opportunity with a type of Service Agreement is created, all users in the Service Manager role should be able to view the opportunity. Which tool should AW Computing use to accomplish this?

Options:

A.

Owner-based sharing rules

B.

Criteria-based sharing rules

C.

Apex sharing rules

D.

Manual sharing

Buy Now
Questions 15

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 16

An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers. Which two steps are necessary to accomplish this task? Choose 2 answers:

Options:

A.

Asking new options.

B.

Build a Custom Tab for the app.

C.

Add the app to a Vendor or page.

D.

Make it the app to Static Position.

Buy Now
Questions 17

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 license types

B.

Apex unit test failures

C.

Package features set compatible

D.

Object items exceeded

Buy Now
Questions 18

DreamHouse Realty (DHR) recently acquired Cloud Kicks (CK), a company That is still on Salesforce Classi DHR is keeping the CK Salesforce org; however, it Will migrate this org to Lightning Experience. Where should the app builder find prebuilt resources to help with this project and Overall adoption?

Options:

A.

AppExchange

B.

Flow Builder

C.

Lightning Object Creator

D.

Import Wizard

Buy Now
Questions 19

The Sales Operations team at AW Computing deletes accounts for a variety of reasons. The sales ops director is worried that the Sales team may delete accounts that sales reps are actively selling into. How should the app builder keep accounts with open opportunities from being deleted?

Options:

A.

Remove the Delete permission from the Sales Rep profile.

B.

Remove the delete button on the account layout.

C.

Create a validation rule on the Account object.

D.

Create an Apps Trigger on the Account object.

Buy Now
Questions 20

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 21

Cloud Kicks (CK) captures all shipping information in a custom object called Shipments_c. CK ' s app builder is tasked with creating an approval process to ensure department members can approve all overnight shipments. Where should the app builder route the approval request?

Options:

A.

Role

B.

Queve

C.

Hierarchy fiele

D.

Public group

Buy Now
Questions 22

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 23

Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track parks and trails respectively. NTO wants to track the total number of trails a park has on the park record without writing any code. Which two actions should an app builder take to accomplish this requirement? Choose 2 answers

Options:

A.

Use a master-detail relationship between the Park and Trail objects.

B.

Use a lookup relationship between the Park and Trail objects.

C.

Use a roll-up summary field on the Park record to show the total number of trails.

D.

Use a formula field on the Park record to show the total number of trails.

Buy Now
Questions 24

The Dream House Realty (DR) service manager asks for some Improvements in case management. They want to enforce compliance so That cases are unable to be reverted to an earlier case status, and to Ensure that certain fields are required when specific case criteria are met. Which solution should an app builder implement to meet these Requirements?

Options:

A.

Approval process

B.

Dependent picklist

C.

Case flow

D.

Validation rules

Buy Now
Questions 25

7 of 65. Universal Container ' s sales reps can modify fields on an opportunity until it Is close The sales operations team has access to modify the Post-Close Follow-up Date and Post-Close Follow-up Comments fields after the Opportunity is close After the opportunity is closed, the rest of the fields Are read only. How should these requirements be met?

Options:

A.

Use field-level security on page layouts to restrict editing fields.

B.

Use field-level security on page layouts with record types to restrict editing fields.

C.

Use record types with field sets and restrict editing fields using field-level security.

D.

Use field-level security to mark fields as read-only on the Sales profile.

Buy Now
Questions 26

Cloud Kicks (CK) has a formula field `specialty ` or Opportunity that gets its value from the `specialty ` field on the related Account. CK has changed its processes to allow opportunities to have different values for `Specialty ` than their Account. How can sales reps enter values for the `specialty ` field on Opportunity, while preserving the values on existing opportunities?

Options:

A.

Extent the data, convert the field to `GETTING` and mount the data.

B.

Convert the field to a text field and the values in the left.

C.

Create a new text field and keep using the existing formula field.

D.

Create a new text field and import the formula field values in it.

Buy Now
Questions 27

At Ursa Major Solar, there is a single Lightning record page for the Celestial Bodies custom object; however, there is a Lightning component the App builder wants to restrict to mobile app users. Which feature in the Lightning app builder should be utilized?

Options:

A.

Form factor checkboxes

B.

Highlights panel

C.

Related list quick links

D.

Component visibility filter

Buy Now
Questions 28

At Ursa Solar Major, only users with the Outer Planets profile Need to see the Jupiter field on the Solar System object. How should the app builder satisfy this requirement?

Options:

A.

Classic encryption

B.

Field-level security

C.

Filtered view

D.

Sharing rules

Buy Now
Questions 29

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 30

Cloud Kicks has created a custom object called Interests which is joined to Accounts by way of a junction object called Account Interest. What is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object?

Options:

A.

Users will be able to view the Account Interest records and will have read-only access to the Interest Records.

B.

Users will be unable to view Account records that have a related Account Interest recor

C.

Users will be unable to view the Account Interest records or the Interest records.

D.

Users will be able to view the Account Interest record, but unable to view the field or any Information relating to the Interest recor

Buy Now
Questions 31

At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based On the case priority. High-priority cases should be flagged red, medium-priority should be flagged Yellow, and low-priority cases should be flagged green. Which two formulas will accomplish this requirement? Choose 2 answers

Options:

A.

IMAGE( IF(ISPICKVAL(Priority, " Low " ), " /img/samples/flag_green.gif " , IF(ISPICKVAL(Priority, " Medium " ), " /img/samples/flag_yellow.gif " , IF(ISPICKVAL(Priority, " High " ), " /img/samples/flag_re gif " , " /s.gif " ))), " Priority Flag " )

B.

IMAGE( CASE( Priority, " Low " , " /img/samples/flag_green.gif " , " Medium " , " /img/samples/flag_yellow.gif " , " High " , " /img/samples/flag_re gif " , " /s.gif " ), " Priority Flag " )

C.

IF(ISPICKVAL(Priority, " Low " ), " /img/samples/flag_green.gif " , IF(ISPICKVAL(Priority, " Medium " ), " /img/samples/flag_yellow.gif " , IF(ISPICKVAL(Priority, " High " ), " /img/samples/flag_re gif " , " /s.gif " )))

D.

CASE( Priority, " Low " , " /img/samples/flag_green.gif " , " Medium " , " /img/samples/flag_yellow.gif " , " High " , " /img/samples/flag_re gif " , " /s.gif " )

Buy Now
Questions 32

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 33

Universal Containers uses a custom object called Reviews to capture Information generated by interviewers during the candidate process. The Review records are visible to any user that has access to the related custom Candidate record. The VP of Human Resources wants the comment field on the Review to be private to anyone outside of the HR department. How should the app builder meet this requirement?

Options:

A.

Create a page layout with the field and use field-level security to hide the field from all other users.

B.

Create a sharing rule to share the field with the VP of HR with Role and Subordinates.

C.

Create a page layout with the field for HR users and another page layout without the field for all other users.

D.

Create an Apex sharing rule to share the field with users that have " HR " in their role.

Buy Now
Questions 34

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.

Formula field limit reached on the Account object.

B.

Unable to reference the child records.

C.

Contact and Account objects DO NOT have a Master-Detail Relationship.

D.

More than 5,000 characters in the formulae.

Buy Now
Questions 35

Ursa Major Solar wants to automate a welcome email to new clients and include a customized survey about their buying experience. An app Builder is tasked with this project and has very little time to build the solution from scratch, but still needs to be able to fully customize the solution. What should the app builder do to meet the deadline and custom requirements?

Options:

A.

Work with a developer to create custom Apex code and a Lightning web component survey to meet the criteria

B.

Use Salesforce flow to build the survey declaratively to meet the criteria and send it to the customer as an email.

C.

Choose a managed package from AppExchange that closely meets the requirements of the project, restricts programmatic development, but allows declarative development.

D.

Choose an unmanaged package from AppExchange that closely meets the requirements of the project and allows programmatic development.

Buy Now
Questions 36

Universal Containers uses the Asset object to track products that Are installed at customer locations. A new object, Asset Inventory, has Been created to capture details about the asset. Which approach should the app builder take to Asset Inventory as a Related list on Asset?

Options:

A.

Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory Related list to the Asset page layout.

B.

Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page Layout.

C.

Create a master-detail relationship on Asset to Asset Inventory Add the Asset Inventory related list to the Asset page layout.

D.

Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory Related list to the Asset page layout.

Buy Now
Questions 37

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

Buy Now
Questions 38

Cloud Kicks (CK) increased its Salesforce development efforts so That it now has multiple custom development efforts happening in parallel. CK ' s developers and admins perform the customizations and have Complained that working in one sandbox has led to many problems. They Requested a solution in which they can work in at least 20 different Sandboxes at once, that all start with the same base configuration and Dat What should an app builder use to solve the problem?

Options:

A.

Sandbox cloning

B.

Partial copy sandboxes

C.

Full copy sandboxes

D.

Sandbox refreshes

Buy Now
Questions 39

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 40

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 41

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 42

Which two features can be used to allow users to access Flows? Choose 2 answers

Options:

A.

Flow Launcher

B.

Apex

C.

Approval Process

D.

Quick Action

Buy Now
Questions 43

Universal Containers deployed an app in a large change set from a Developer Sandbox to a Developer Pro Sandbox used for testing. After Testing, changes had to be made to several of the components in the Change set. How should an app builder move the new changes to the Developer Pro Sandbox?

Options:

A.

Rename the change set, add the changes and re-deploy.

B.

Clone the change set and re-deploy.

C.

Refresh the test sandbox and re-deploy the change set.

D.

Update the change set and re-deploy.

Buy Now
Questions 44

A Cloud Kicks employee submitted an opportunity for approval by their manager. What will happen if the employee attempts to edit the description field after submission?

Options:

A.

User will be able to edit the description field only.

B.

User will be presented with a ' Record Lock ' notification.

C.

User will be able to edit the name, but unable to edit the description.

D.

User will see the record is now owned by their manager.

Buy Now
Questions 45

Ursa Major Solar (UNS) uses a public sharing model for accounts. UNS would like to move to a more restrictive sharing model but wants the Sales team to continue to have access to all account records with the sales record type. Which two actions should an app builder complete to implement this change? Choose 2 answers

Options:

A.

Create a custom-based sharing rule.

B.

Update the organization-wide defaults.

C.

Update the Sales profile.

D.

Create an owner-based sharing rule.

Buy Now
Questions 46

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 47

Cloud Kicks (CK) tracks the support level of its customers on the account Record page. CK wants to a text notification on a case record page when the Related account is a platinum-level customer. How can an app builder meet this requirement?

Options:

A.

Clone the Case Lightning page. Add a rich text component to the new page, and assign this page to platinum accounts.

B.

Add a rich text component to the Case Lightning page Set the component visibility of the rich text component to when the account support level is Platinum. Create a text-only custom Lightning Web Component Drag the custom Lightning Web Component into the Case page layout.

C.

Set its visibility to when the account support level is platinum. Create a text-only custom Lightning Web Component. Clone the case page layout.

D.

Drag the custom Lightning Web Component into the page, and assign the layout to platinum cases.

Buy Now
Questions 48

The Director of Customer Service wants to receive a notification when a case stays in the new status for more than four business hours. Which two automation processes should be used to accomplish this? Choose 2 answers

Options:

A.

Validation Rule

B.

Flow Builder

C.

Scheduled Apex

D.

Escalation rules

Buy Now
Questions 49

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

Buy Now
Questions 50

An app builder wants to update a field on the parent record When a child record connected via lookup is delete Which automation should the app builder use?

Options:

A.

Record-triggered flow

B.

Validation rule

C.

Autolaunched flow

D.

Quick action

Buy Now
Questions 51

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 52

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? Choose 3 answers

Options:

A.

Realty wants to import its property records Task

B.

Email Alert

C.

Invocable Flow

D.

Outbound Message

E.

Decision Element

Buy Now
Questions 53

A sales rep at AW Computing is unable to find what they are looking for While scrolling through their Chatter fee How can a filter be utilized to only posts from their key account and Opportunity records?

Options:

A.

Create Chatter Dookmarks.

B.

Create a Chatter stream.

C.

Create a Chatter notification.

D.

Create a Chatter group.

Buy Now
Questions 54

Universal Containers has purchased a lightning component on the AppExchange. In which two areas can these components be used? Choose 2 answers

Options:

A.

Lightning App Builder

B.

Time Failure

C.

Validation Rule

D.

Quick Action

Buy Now
Questions 55

Universal Containers wants to track installation information once a Container has been purchased on a custom object. Sales reps should have visibility of All the installations associated with their opportunities. Which kind of relationship should this new object have to Opportunity?

Options:

A.

Master-Detail

B.

Hierarchical

C.

Many to Many

D.

Lookup

Buy Now
Questions 56

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.

On an opportunities pipeline report

B.

Online Account Hierarchies and Raft Up Summary fields

C.

Configure Campaign Hierarchies and Campaign stasmics

D.

Change to a public security model

Buy Now
Questions 57

The app builder at Northern Trail Outfitters created a report type For opportunities with or without shipments. The operations team wants to See the account rating information on the report. What should the app builder do to fulfill this request?

Options:

A.

Use add fields related via lookup with the view set to opportunities.

B.

Change the account/opportunity relationship to a master/detail relationship.

C.

Change the primary object of the custom report type to the Account object.

D.

Add the Account Rating field to the opportunity record page.

Buy Now
Questions 58

To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The Proposal has three custom objects related to the Account object, one with a master- Detail, and two that are not. Each of these objects has 15 fields they would like to Summarize on the Account object. What are two considerations for this proposal? Choose 2 answers

Options:

A.

Roll-up summaries are limited to master-detail relationships.

B.

Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.

C.

An object can have 25 roll-up summaries.

D.

An object can have 20 object references.

Buy Now
Questions 59

Cloud Kicks wants to display the number of opportunities that Are Closed Won with a Close Date within the last year on the Account detail Page. What should an app builder use to implement this?

Options:

A.

Activity timeline

B.

Formula field

C.

Validation rule

D.

Roll-up summary field

Buy Now
Questions 60

What should an app builder consider when choosing a template for a new Lightning record page?

Options:

A.

Page structure will automatically adapt to the device being used to view the record page.

B.

To view the record page, users need " View All Data " permissions for the object.

C.

The template is unable to be changed after the initial save.

D.

Select a new template for each type of device users use to view the record page.

Buy Now
Questions 61

Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to Excel in order to ensure each record is treated Uniquely. Which formula should an app builder use to create this new field?

Options:

A.

VALUE (14)

B.

CASE SAFEID (Id)

C.

TEXT (Id)

D.

ISNUMBER (Id)

Buy Now
Questions 62

An app builder wants to configure a sandbox environment for users to perform user acceptance testing of the latest features from developers. The sandbox should include about 500MB worth of data configured via a template. Also, the sandbox should be refreshed weekly. Which sandbox meets the requirements?

Options:

A.

Full sandbox

B.

Developer File sandbox

C.

Developer sandbox

D.

Partial Copy sandbox

Buy Now
Questions 63

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 64

Universal Containers wants users to have access to the pricing guidelines document when viewing a Contract related to an Account. Which feature should an app builder use to create easy access to the document?

Options:

A.

A custom detail page link on the Contract object

B.

Quick Action on the Account object

C.

A custom detail page link on the Account object

D.

Quick Action on the Contracts object

Buy Now
Questions 65

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 66

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 list component.

B.

Add the standard Chatter feed component.

C.

Add a custom Chatter feed component.

D.

Add the Chatter feed component from the AppExchange.

Buy Now
Questions 67

An app builder needs to modify an existing Process Builder that automates some of the work being done by the sales team. What are three capabilities of Process Builder that improve productivity? Choose 3 answers

Options:

A.

Create a child record.

B.

Start an additional message.

C.

Update a related record.

D.

Send an email alerts.

E.

Delete a related record.

Buy Now
Questions 68

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 69

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.

Buy Now
Questions 70

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 71

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 72

Cloud Kicks has a sales rep who is stating that their Contact is unavailable for other users to see within Salesforce. In which three ways can an app builder troubleshoot this issue? Choose 3 answers

Options:

A.

Review the Contact record and ensure it is linked to an Account.

B.

Create a new Contact and have the users try again.

C.

Verify the users with the issue have access to the Contact object.

D.

Create an Account Sharing Rule to give the users access to all records.

E.

Confirm whether Default Organization-Wide Sharing Settings provide access to the Account.

Buy Now
Questions 73

DreamHouse Realty has a mentorship program that pairs Experienced Realtors with new Realtors. Each experienced Realtor can Mentor one or several new Realtors, and each new Realtor is required to Work with a single experienced Realtor they report to for a probationary Perio Which type of relationship would an app builder set up to meet this Specification?

Options:

A.

Indirect lookup

B.

Lookup

C.

Many-to-many

D.

Master-detail

Buy Now
Questions 74

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 75

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 76

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

Options:

A.

Refresh full copy sandbox

B.

Data Export Service

C.

AppExchange package

D.

Report export

Buy Now
Questions 77

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

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

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now Platform-App-Builder testing engine

PDF (Q&A)

$31.5  $104.99
buy now Platform-App-Builder pdf
dumpsmate guaranteed to pass

24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 06 Jul 2026