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

ExamsBrite Dumps

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

Salesforce Certified Platform App Builder (Plat-Admn-202)

Last Update May 25, 2026
Total Questions : 259

We are offering FREE Platform-App-Builder Salesforce exam questions. All you do is to just go and sign up. Give your details, prepare Platform-App-Builder free exam questions and then go for complete pool of Salesforce Certified Platform App Builder (Plat-Admn-202) test questions that will help you more.

Platform-App-Builder pdf

Platform-App-Builder PDF

$36.75  $104.99
Platform-App-Builder Engine

Platform-App-Builder Testing Engine

$43.75  $124.99
Platform-App-Builder PDF + Engine

Platform-App-Builder PDF + Testing Engine

$57.75  $164.99
Questions 1

A user is unable to use inline editing on a list view. A quick check verifies the user should be able to perform inline editing as they have been Assigned the appropriate permissions. Which condition should the app builder review?

Options:

A.  

If the list view selected is locked by another user

B.  

If the list view restricts sharing for the user

C.  

If the list view contains a chart created by the user

D.  

If the list view contains more than one record type

Discussion 0
Questions 2

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

Discussion 0
Questions 3

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.

Discussion 0
Questions 4

The Service Manager provided the app builder with color code requirements for case age on open cases. - New cases populate a green circle. - Day-old cases populate a yellow circle. - Three day-old cases populate a red circle. How should an app builder implement this requirement?

Options:

A.  

Custom Button

B.  

Quick Action

C.  

Formula Field

D.  

Lightning Web Component

Discussion 0
Questions 5

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.  

Incorrect license types

B.  

Object limits successful

C.  

Apex unit test failures

D.  

Package features not compatible

Discussion 0
Questions 6

Nickname__c is a custom text field on a contact record that is Utilized to override the contact name appearing on an email template. This Field is not required and is not always filled in. Which formula should an app builder use to select the contact ' s preferred Name for email communications?

Options:

A.  

IF (NOT (BLANKVALUE (Nickname__c)), Nickname_c, FirstName)

B.  

IF(ISNULL(Nickname__c), Nickname _ C, FirstName)

C.  

IF (NOT (ISBLANK (Nickname__c)), Nickname__c, FirstName)

D.  

IF (TEXT (Nickname_c), Nickname_c, FirstName)

Discussion 0
Questions 7

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

Discussion 0
Questions 8

An app builder has created a new report type but users are unable to select It from the Report Type list when making a new report for records they own. What could be causing this issue?

Options:

A.  

The report type is in a status of In Development.

B.  

Access to the necessary object is unavailable.

C.  

The report type is in a status of Deploye

D.  

Access to Create and Customize Reports is disable

Discussion 0
Questions 9

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.

Discussion 0
Questions 10

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.

Discussion 0
Questions 11

The app builder at Ursa Major Solar created a master-detail relationship between a parent object Galaxy_c and child object star_ What is the effect of creating this type of relationship if users want to report on Galaxy_c with star_c?

Options:

A.  

A Star_c report type with Galaxy_cas a field will be automatically create

B.  

A new custom report type will need to be created for Galaxy_c with Star_

C.  

A Galaxy_c with Star_c report type will be automatically create

D.  

A new custom report type will need to be created for Staz_c with lookup fields from Galaxy

Discussion 0
Questions 12

An app builder at DreamHouse Realty created a custom object which has Fields containing data from two different objects via related lookups. What is needed to create " with " or " without " reports on the new custom Object?

Options:

A.  

Report Filters

B.  

Row-Level Formula

C.  

Report Bucket Field

D.  

Custom Report Type

Discussion 0
Questions 13

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

Discussion 0
Questions 14

Universal Containers has created two custom objects called Seminars and Attendees. Organization-wide defaults for these objects have been set to Private. Universal Containers wants to set up a new junction object between these custom objects. A select group of users should be able to edit records in the junction object. Which two steps should an app builder take to configure the proper security? Choose 2 answers

Options:

A.  

Create owner-based sharing rules that give Read access to the master objects.

B.  

Set lookup filters on both junction object relationship fields.

C.  

Set Sharing Settings to Read Only on both Master-Detail relationship fields.

D.  

Create an owner-based sharing rule that gives Read access to the junction object.

Discussion 0
Questions 15

Cloud Kicks (CK) wants to set up a custom child object to track gift cards issued to a customer. A key requirement is to track the total number of gift cards opened and gift cards issued on an Account. CK wants to permanently ensure the gift cards are unable to be moved across any other Account once it is created. On the gift card object, which field type should be created to support this requirement?

Options:

A.  

Lookup relationship

B.  

Master-detials relationship

C.  

Roll-up summary

D.  

Formula

Discussion 0
Questions 16

Universal Containers (UC) delivers purchased containers to remote Construction sites. Customers supply UC with crossroads or location markers. Which field type should the app builder use to capture this information?

Options:

A.  

Number

B.  

Geolocation

C.  

Reference

D.  

External Lookup

Discussion 0
Questions 17

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.

Discussion 0
Questions 18

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.

Discussion 0
Questions 19

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.

Discussion 0
Questions 20

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

Discussion 0
Questions 21

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

Discussion 0
Questions 22

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

Discussion 0
Questions 23

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.

Discussion 0
Questions 24

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

Discussion 0
Questions 25

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

Discussion 0
Questions 26

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.

Discussion 0
Questions 27

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

Discussion 0
Questions 28

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.

Discussion 0
Questions 29

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.

Discussion 0
Questions 30

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.  

Unique

B.  

Text (encrypted)

C.  

Required

D.  

External ID

Discussion 0
Questions 31

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.

Discussion 0
Questions 32

Dreamhouse Realty requires that field value changes for certain fields such As Asking Price_c and Real Estate Agent on their House_c custom object up prominently on Chatter. Which Chatter feature should the app builder use?

Options:

A.  

Topics

B.  

Feed Tracking

C.  

Pin Field

D.  

Publisher Actions

Discussion 0
Questions 33

Universal Containers has a requirement that an opportunity should have a field ing the value of its associated account ' s billing state. This value should be static After the opportunity has been create What is the recommended solution to configure this automation behavior?

Options:

A.  

Flow

B.  

Apex

C.  

Roll-up summary field

D.  

Formula field

Discussion 0
Questions 34

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.

Discussion 0
Questions 35

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.

Discussion 0
Questions 36

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

Discussion 0
Questions 37

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.  

Text (encrypted)

B.  

External ID

C.  

Unique

D.  

Request

Discussion 0
Questions 38

An app builder wants to limit the amount of fields users see When creating a new Opportunity. Once they fill out the required fields and Save, the full record page with additional fields relevant to the Opportunity Type becomes available. How could this be accomplished?

Options:

A.  

Make the Opportunity type a required field on the initial Opportunity page layout and Use automation to update the record type based on the Opportunity type.

B.  

Use different page layouts for Opportunity types based on the user profile.

C.  

Once the required fields are populated, use a sharing rule to share the new fields with The user.

D.  

Hide additional sections on the page layout and the users how to manually Expand them when they want to fill in the fields in the hidden sections.

Discussion 0
Questions 39

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.

Discussion 0
Questions 40

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.  

Roles and Subscriptions

C.  

Public Groups

D.  

ID Users

E.  

Private Groups

Discussion 0
Questions 41

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

Discussion 0
Questions 42

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.

Discussion 0
Questions 43

An app builder wants to deploy a new version of an auto-launched flow to production in an active state so that the new functionality is immediately available to users. What should the app builder take into consideration when planning the deployment?

Options:

A.  

User access needs to be granted to the flow.

B.  

Verify there is an Apps test that provides test coverage for the flow.

C.  

Flow test coverage must by 100%.

D.  

Honestly activate the flow after deployment.

Discussion 0
Questions 44

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.

Discussion 0
Questions 45

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

Discussion 0
Questions 46

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

Discussion 0
Questions 47

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

Discussion 0
Questions 48

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.

Discussion 0
Questions 49

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

Discussion 0
Questions 50

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.

Discussion 0
Questions 51

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

Discussion 0
Questions 52

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.

Discussion 0
Questions 53

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

Discussion 0
Questions 54

A customer service representative at a call center wants to be able to Collect information from customers using a series of question prompts. What should an app builder use to accomplish this?

Options:

A.  

Approval Process

B.  

Path

C.  

Validation Rule

D.  

Flow

Discussion 0
Questions 55

DreamHouse Realty wants to track how many lifts are being installed into Customer garages. The To Be Installed custom checkbox field on the custom Lift Object should be checkedd and an external system should be notified via an outbound Message the next day when a lift is sol Which automation tool should be used to complete this task?

Options:

A.  

Approval process

B.  

Validation rule

C.  

Flow

D.  

Assignment rule

Discussion 0
Questions 56

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

Discussion 0
Questions 57

Universal Containers (UC) wants to delete data in several fields for 5,000 Lead records. UC exported the selected record Ids and fields that need to have data deleted in a CSV file. Which two steps should an app builder suggest to meet these requirements? Choose 2 answers

Options:

A.  

Select the correct record type.

B.  

Use Import Wizard to update leads using the CSV file.

C.  

Use Data Loader to update leads using the CSV file.

D.  

Select Insert Null Values in Settings.

Discussion 0
Questions 58

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

Discussion 0
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.

Discussion 0
Questions 60

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

Discussion 0
Questions 61

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

Discussion 0
Questions 62

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 details should the app builder know when using external ID fields?

Options:

A.  

Each org can have up to 25 custom external ID fields.

B.  

Each object can have up to 25 custom external ID fields.

C.  

An external ID field can be a URL field.

D.  

An external ID field can be an auto-number field.

Discussion 0
Questions 63

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

Discussion 0
Questions 64

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

Discussion 0
Questions 65

Ursa Major Solar (UMS) uses Cases to track customer Complaints, an Issue__c object to represent known problems with its solar Panels, and a Case_Issue__c junction object to relate known problems to Customer complaints. Periodically, UMS conducts audits which require the Auditing users to view case_Issue__c records. Which access levels must be configured to allow UMS users to access Case Issue_c records?

Options:

A.  

Read-Only access on Case and Issue_c

B.  

Read-Only access on Case and Case Issue_e

C.  

Read-Only access on Case Issue_c

D.  

Read-Only access on Issue__c and Case Issue_c

Discussion 0
Questions 66

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.

Discussion 0
Questions 67

Universal Containers wants to collaborate with its customers within Salesforce and has decided to enable the Allow Customer Invitations in the Chatter Settings. Which permission is granted to customers when invited to a Chatter group?

Options:

A.  

The ability to invite members to groups of which they are a member.

B.  

The ability to interact with members of their groups.

C.  

The ability to mention accounts of which they are a contact.

D.  

The ability to request access to public groups.

Discussion 0
Questions 68

The app builder at Cloud Kicks has created a custom object named Delivery_c to track the Details of products shipped to customers. Which two actions should the app builder take to prevent users in the shipping department from Deleting delivery records? Choose 2 answers

Options:

A.  

Remove the delete button from the Delivery page layout.

B.  

Use a permission set to remove the Delete permission.

C.  

Remove the Delete permission from the Shipper profile.

D.  

Change the organization-wide default of deliveries to Private.

Discussion 0
Questions 69

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

Discussion 0
Questions 70

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)

Discussion 0
Questions 71

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

Discussion 0
Questions 72

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

Discussion 0
Questions 73

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.

Discussion 0
Questions 74

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

Discussion 0
Questions 75

Northern Trail Outfitters wants to change a master-detail Relationship on Account to a lookup relationship with a custom object Park. The app builder tries to reconfigure this but is unable to do so. What could be causing this?

Options:

A.  

The Account is included in a flow process on the Park object.

B.  

The park records have existing formulas on the Account.

C.  

The Park object needs at least one Master-Detail field for reporting.

D.  

The Account record includes Parks roll-up summary fields.

Discussion 0
Questions 76

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.

Discussion 0
Questions 77

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.

Discussion 0