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

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

Questions 4

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 5

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 6

Cloud Kicks (CK) is finding sales reps are inconsistent in data Entry when deals are won. CK requires that custom shoes are shipped Within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date. How should the app builder ensure this field is properly filled out beforeSetting the opportunity to closed won?

Options:

A.

OR (ISPICKVAL( StageName= " Closed Won " ) (Scheduled_Ship_Date_c-Close Date) > 14, ISBLANK (Scheduled_Ship_Date c))

B.

ISPICKVAL ( StageName= " Closed Won " ) & (Close Date-Scheduled_Ship_Date___ =) > 14

C.

ISPICKVAL ( Stage Name, " Closed Won " ) & & (Scheduled_Ship_Date_c CloseDate) > 14

D.

OR (ISPICKVAL ( Stage Name, " Closed Won " ) & & (Scheduled_Ship_Date_c-CloseDate) > 14, ISBLANK (Scheduled_Ship_Date c))

Buy Now
Questions 7

Cloud Kicks wants to display 12 key fields at once in a separate section at the top of opportunity records on the desktop. Which component should an app builder add to the record page to enable this functionality?

Options:

A.

Custom Lightning Web Component

B.

Highlights Panel

C.

Path

D.

Accordion

Buy Now
Questions 8

DreamHouse Realty is rethinking its sandbox utilization strategy after acquiring Cloud Kicks. The Salesforce COE already utilizes a partial and a Full sandbox, which it refreshes on their own regular schedules. Teams are expanding and have to begin each of their small projects in a sandbox before Committing to the larger pool for collaborative testing while still keeping costs down. Which sandbox type should be considered first?

Options:

A.

Developer pro sandbox

B.

Partial sandbox

C.

Developer sandbox

D.

Full sandbox

Buy Now
Questions 9

A business user at Universal Containers wants to update an Account directly From an Opportunity record What should the app builder create to allow the business user to make these edits?

Options:

A.

Opportunity fields updated by a process.

B.

Formula fields displaying the Account fields.

C.

An update record action with a related record component.

D.

An update record action with a detail ' s component.

Buy Now
Questions 10

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 11

Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing teams to have different navigation menus in The Salesforce Mobile App. Which option is available to an app builder to satisfy this requirement?

Options:

A.

Create public groups for sales and marketing and create mobile navigation menus for each group.

B.

Create sales and marketing apps and assign the respective profiles to each app.

C.

Create roles for sales and marketing and assign a custom homepage layout for each role.

D.

Create mobile navigation menus for both the sales and marketing profiles.

Buy Now
Questions 12

Sales reps want the ability to see who can view their account records and How the people have access. Which button should the app builder add to the Account page layout to enable this?

Options:

A.

Sharing Hierarchy

B.

New Task

C.

Sharing

D.

Edit

Buy Now
Questions 13

Cloud Kicks wants to summarize the number of open Cases related to an Account, as well As the number of closed Cases to indicate whether customer support utilization is high, medium, or Low. Two number fields have been created: NUM_open_Cases_c and NUM_Closed Cases_ Which two solutions meet these business requirements? Choose 2 answers

Options:

A.

Validation Rule

B.

Apex

C.

AppExchange

D.

Approval Process

Buy Now
Questions 14

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

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 17

A custom field on an account is used to track finance information about a customer. Only members of the finance team have access to this field However, the business wants to allow one customer service agent, who is assigned the Customer Service profile, read-only access to this field for special Circumstances. What is the recommended solution to grant the customer service agent access to the field?

Options:

A.

Create a new profile to allow for read-only access to the field via field level security and assign it to the agent.

B.

Create a permission set that allows read-only access to the field via field level security and assign it to the agent.

C.

Update the custom field ' s field level security in setup to allow the agent read-only access to the fiel

D.

Update the Customer Service Profile already assigned to the agent to allow for read-only access to the field via field level security.

Buy Now
Questions 18

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 19

At Ursa Major Solar there is a requirement for a new field called Planet Details on the Planet object where users can write detailed Descriptions that can include pictures and links. Which field type should the app builder use to fulfill this requirement?

Options:

A.

URL

B.

Multi-select picklist

C.

Long text area

D.

Rich text area

Buy Now
Questions 20

An app builder needs to deploy a new account detail page layout from Sandbox to production. Which three components should an app builder include in the Change Set to ensure it Deploys successfully and visually as expected? Choose 3 answers

Options:

A.

Detail page layout

B.

Custom actions

C.

System administrator profile

D.

Custom fields

E.

Lightning App Builder

Buy Now
Questions 21

Cloud Kicks is redefining its entire business process to convert the Manager Notes field from a long text area field The goal is to encourage Managers to be more concise in their comments and stay at 255 characters or less. There is preexisting information in the Manager Notes field that often Is well beyond the character limit. What would happen to any existing information if the app builder tries to convert a preexisting long text area field to text area?

Options:

A.

Preexisting information will truncate to the first 255 characters.

B.

Preexisting information will cause an error message to pop up.

C.

Preexisting information will remain even if it was over 255 characters.

D.

Preexisting information in the field will be completely lost.

Buy Now
Questions 22

Cloud Kicks (CK) wants to track orders against inventory, ensuring its ability to fulfill order requests. CK created a junction object called Request Inventory to enable many-to-many relationships with the Inventory and Order objects. What does the app builder need to provide to ensure users can view Request Inventory records?

Options:

A.

Apex-based sharing on the first master object.

B.

Read access to both master objects.

C.

Sharing rules on Request Inventory object.

D.

Read access to the first master object.

Buy Now
Questions 23

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 24

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 25

An app builder has downloaded a component from the AppExchange successfully; however, they are unable to add it to the Lightning home page. Which two reasons can be preventing the app builder from being able to add the Custom component? Choose 2 answers

Options:

A.

A custom tab must be created to add custom components to the page with the App Builder.

B.

The component requires a developer permission to add it to the page with the App Builder.

C.

My Domain must be deployed to add custom components to the page with the App Builder.

D.

The component is tagged for record pages instead of home pages and is not ing up in The App Builder.

Buy Now
Questions 26

DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external System. Which two field types are allowed as an external ID? Choose 2 answers

Options:

A.

Phone field

B.

URL field

C.

Text field

D.

Number field

Buy Now
Questions 27

DreamHouse Realty wants to make sure an Opportunity has a field, Expected_Close_Date_c, populated before it is allowed to enter the qualified stage. How should an app builder solution this request?

Options:

A.

Record Type

B.

Page Layout

C.

Validation Role

D.

Activity History

Buy Now
Questions 28

Sales Managers want to be automatically notified any time there is a change to an Opportunity Close Date and want these changes to be tracked On the Opportunity. Which two configurations should an app builder recommend? Choose 2 answers

Options:

A.

Enable Feed Tracking on Opportunities.

B.

Create an Opportunity outbound message.

C.

Activate Historical Trending for Opportunities.

D.

Use a record-triggered flow on Opportunity and a Chatter post action.

Buy Now
Questions 29

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 30

DreamHouse Realty wants to make sure an Opportunity has a field, Expected_Close_Date c, populated before it is allowed to enter the qualified stage. How should an app builder solution this request?

Options:

A.

Page Layout

B.

Validation Rule

C.

Activity History

D.

Record Type

Buy Now
Questions 31

Ursa 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 Contracts associated with it. How should an app builder configure the data model?

Options:

A.

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

B.

The Lookup relationship on a new custom object

C.

Two master-detail relationship on a new custom object

D.

Our Master-About relationship on Contact and our Master-About relationship on Solar Project

Buy Now
Questions 32

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 33

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 34

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 35

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 36

Ursa Major Solar has a lookup relationship between a custom `Galaxy_` object and a custom `Star_` object. An app builder wants to create a roll-up summary field that counts the total number of `Star_` records related to each `Galaxy_` record. How would the current configuration impact the ability to achieve the desired result?

Options:

A.

The roll-up summary can be achieved by creating a formula field on the `Galaxy_` object.

B.

The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.

C.

The roll-up summary can be achieved by creating a formula field on the `Star_` object.

D.

A roll-up summary field will need to be created on the `Galaxy_` object with a field filter that reflects all related `Star_` records.

Buy Now
Questions 37

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 38

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 39

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 40

Universal Containers has a custom picklist called Support Level On the Account object. They would like to the real-time value of Support Level on all case records. How should an app builder implement this requirement?

Options:

A.

Create a formula field on the Account object using the ISPICKVAL function.

B.

Create a Lookup Relationship on the Case object.

C.

Create a roll-up summary field using Support Level on the Account object.

D.

Create a formula field on the Case object using the TEXT function.

Buy Now
Questions 41

Universal Containers created a custom object called Component to capture details about products sol Which approach should an app builder take to Component as a related list on Product?

Options:

A.

Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.

B.

Create a roll-up on Product. Add the Component related list to the Product page layout.

C.

Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.

D.

Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.

Buy Now
Questions 42

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 43

Service Agents are required to confirm a user ' s identity before providing support information over the phone. Which feature can an app builder use to help agents meet this requirement?

Options:

A.

Add Path to the top of the Case layout

B.

Case Validation Rules

C.

Include Surveys as a Case related list

D.

Guided Action Flows on the record page

Buy Now
Questions 44

An app builder at Cloud Kicks created a custom object and related fields in the schema builder. Which next steps should the app builder take to ensure users can access the new object and fields?

Options:

A.

Add the fields to the page layout on the object

B.

Allow reporting for the object and fields.

C.

Create a permission set for access to the object and fields.

D.

Assign data types to the fields on the object.

Buy Now
Questions 45

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 46

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 47

A new field has been added to the Applicant object that is part of an unmanaged package. A recruiter ran the Position with or without Applicants Report and noticed that the new field was missing as an option to add as a column. How should an app builder troubleshoot this issue?

Options:

A.

Add the field to the custom report type field layout.

B.

Adjust the field level security to include in the report type.

C.

Check Allow Reports for the position and applicant objects.

D.

Update the profile with the Manage Public Reports permission.

Buy Now
Questions 48

After utilizing the Lightning Object Creator to create a new object, its fields, and to insert all of the data, an app builder now needs to set up the Lightning Record Page. Which component should the app builder have on their Lightning Record Page to see all of the fields from the page layout?

Options:

A.

Highlights Panel

B.

Recommendations

C.

Record Detail

D.

Path

Buy Now
Questions 49

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 50

Ursa Major Solar (UHS) uses a public sharing model for accounts. UHS 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 an owner-based sharing rule.

B.

Create a criteria-based sharing rule.

C.

Update the organization-wide defaults.

D.

Update the Sales profile.

Buy Now
Questions 51

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 52

Universal Containers created a ' New Task ' custom action on the Opportunity object. The action was added to all page layouts in the Mobile & Lightning Actions section. Which Lightning component should the app builder add to the layout to Display the action?

Options:

A.

Highlights panel

B.

Activities

C.

Related lists

D.

Related record

Buy Now
Questions 53

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 54

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.

Buy Now
Questions 55

Which two solutions prevent a formula field from being referenced by a Roll-Up Summary field? Choose 2 answers

Options:

A.

The NOW() function in the formula field

B.

A cross-object formula updating a field referenced by the formula field

C.

The CASE() function in the formula field

D.

A cross-object field referenced in the formula field

Buy Now
Questions 56

Universal Containers (UC) has a custom Invoice object and a custom Invoice Line Item Object. The Invoice Line Item object has a lookup relationship to the Invoice. UC would like to Convert the lookup relationship to a master-detail relationship but is unable to do so. Which two reasons could be preventing this relationship conversion? Choose 2 answers

Options:

A.

There are already two master-detail relationships on the Invoice Line Item.

B.

Custom objects are unable to be on the detail side of a master-detail Relationship.

C.

Invoice Line Item records exist without having the Invoice lookup field populated

D.

There is a roll-up summary field on the Invoice object.

Buy Now
Questions 57

An app builder needs a custom solution and is considering using either AppExchange or their local developer community. The app builder wants To minimize the need for manual maintenance. What should the app builder consider?

Options:

A.

An open-source unmanaged package

B.

An unmanaged package from AppExchange

C.

An open-source custom development

D.

A managed package from AppExchange

Buy Now
Questions 58

Universal Containers wants sales reps to get permission from their managers before deleting Opportunities. What can be used to meet these requirements?

Options:

A.

Two-step approval process

B.

Approval process and flow with a scheduled path

C.

Schedule-triggered flow with Submit for Approval action

D.

Approval process with a record triggered flow

Buy Now
Questions 59

The Universal Containers data manager has been complaining About the lack of data integrity on Contact records. Sales reps have not been filling out the Region field The data manager Wants the Region field filled out only for Contacts that are associated to Accounts that have been marked as ' High Priority ' on the Customer Status Field What can the app builder do to fulfil this requirement?

Options:

A.

Create a validation rule on Account.

B.

Make the Customer Status field required on Account.

C.

Create a validation rule on Contact.

D.

Make the Region field required on Contact.

Buy Now
Questions 60

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 61

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 62

The CFO of Cloud kicks needs to sign off on any major shoe retail deal that has a discount of more than 30% before the deal can be closed. Which feature should be used to handle this requirement?

Options:

A.

Slack message

B.

Approval Process

C.

Email Alart

D.

Field Update

Buy Now
Questions 63

An app builder is tasked with adding key performance indicators on client Pages. They want to see a summary of the number of open Opportunities and the Number of won Opportunities for each Account. Where should the app builder go to build these new rollups?

Options:

A.

Account Object

B.

Lightning Object Creator

C.

Opportunity Object

D.

Lightning App Builder

Buy Now
Questions 64

A new app builder on the Cloud Kicks team is getting familiar with the data Model. They want to see how standard objects and custom objects relate. Which functionality should the app builder use to view these relationships?

Options:

A.

Object Manager

B.

Fields & Relationships

C.

Schema Builder

D.

Lightning App Builder

Buy Now
Questions 65

Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often As possible to migrate from one environment to another. Which three common items can an app builder move when using a change set? Choose 3 answers

Options:

A.

Web-to-lead

B.

Standard fields

C.

Custom object

D.

Apex class

E.

Custom field

Buy Now
Questions 66

Ursa Major Solar wants to see the Type field from the parent object Galaxy listed on the child record Star. The app builder is receiving an error stating " Picklist values are only supported in certain functions " . Which formula should an app builder use to achieve the desired result?

Options:

A.

TEXT(BRIs (Bilding)_=Type_0)

B.

WATER(Bilding)_=Type_0

C.

TEXT(Bilding)_=Type_0

D.

FEED(Bilding)_=Type_0

Buy Now
Questions 67

Ursa Major Solar ' s service department gets requests for several types of services, such as installation, repair, and maintenance. Service Managers need to be able to tell when maintenance was last done on an asset to help determine if they are meeting contract agreements, but the last Maintenance date can be difficult to determine when there are many work orders related to the asset. They think it would be helpful to have a field auto- populatedd on the Asset record when a maintenance work order gets close Which tool should an app builder recommend to help meet this requirement?

Options:

A.

Flow

B.

Einstein Next Best Action

C.

Roll-up Summary

D.

Apex Trigger

Buy Now
Questions 68

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 69

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 70

Universal Containers expects impacts to operations due to increased deman The executive team will reach out to current customers and wants To see the number of open cases for the account and parent account. What should an app builder use to display the number of open cases on the account page?

Options:

A.

Approval Process

B.

Flow

C.

Custom object

D.

Roll-up summary

Buy Now
Questions 71

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 72

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 73

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 74

An app builder wants to add the option to ' Send New Email ' from Leads, Contacts, and Accounts for users on mobile. What is the benefit of using global actions to accomplish this?

Options:

A.

The global action ' s layout automatically clones the default page layout.

B.

Salesforce Lightning Component Library houses existing global actions prebuilt for use.

C.

Global actions are record-specific and are available when searching that particular Object.

D.

Global actions can be accessed anywhere actions are available in mobile including Record detail pages, feed, and Chatter groups.

Buy Now
Questions 75

Cloud Kicks is implementing an approval process for opportunities that requires managers To approve all opportunities above $50,000 before they can be marked as Closed Won. Which two delivery methods can a manager utilize to respond to approval requests in the Salesforce Mobile app? Choose 2 answers

Options:

A.

Navigation Menu

B.

Home Screen

C.

In-App Notification

D.

Record Detail

Buy Now
Questions 76

An app builder is loading data into Salesforce. To link the new records back to the legacy system, a field will be used to track the legacy ID on the Account object. For future data loads this ID will be used when upsetting records. Which two field attributes should be selected? **Choose 2 answers**

Options:

A.

Required

B.

Turn (encrypted)

C.

Unique

D.

External ID

Buy Now
Questions 77

A manager built out a new Account report and wants to add a chart of the data to account records. An app builder tried to use the Report Chart component but was unable to find the manager ' s report. What are two reasons the app builder is unable to see the report? Choose 2 answers

Options:

A.

The report has no data in it.

B.

The app builder did not create the report.

C.

The report is in the manager ' s Private reports folder

D.

The report does not have a chart.

Buy Now
Exam Name: Salesforce Certified Platform App Builder (Plat-Admn-202)
Last Update: May 23, 2026
Questions: 314
Platform-App-Builder pdf

Platform-App-Builder PDF

$25.5  $84.99
Platform-App-Builder Engine

Platform-App-Builder Testing Engine

$30  $99.99
Platform-App-Builder PDF + Engine

Platform-App-Builder PDF + Testing Engine

$40.5  $134.99