Labour Day Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

Platform-App-Builder Salesforce Certified Platform App Builder (SP24) Questions and Answers

Questions 4

DreamHouseRealty (DR) is expanding into subsidized housing by partnering with local government entitles. 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.

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

B.

Data loss may occur when changing custom field types.

C.

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

D.

Audit Trail is available through REST API extracts.

Buy Now
Questions 5

The VP of sales at AW Computing would like a Roll-Up Summary field on the 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.

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

B.

The organization has Advanced Currency Management enabled

C.

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

D.

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

Buy Now
Questions 6

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.

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

B.

Check Allow Reports for the position and applicant objects.

C.

Add the field to the custom report type field layout.

D.

Update the profile with the Manage Public Reports permission.

Buy Now
Questions 7

An app builder needs a custom solution and is considering using community. Ease of updates is the primary consideration.

What should the app builder consider?

Options:

A.

A managed package from AppExchange

B.

An unmanaged package from AppExchange

C.

An open-source unmanaged package

D.

An open-source custom development

Buy Now
Questions 8

A business user wants a quick way to edit a record's status and enter a custom due date field from the record's feed in Salesforce Mobile App.

What should be used to accomplish this?

Options:

A.

Custom action

B.

Custom button

C.

Custom quick access link

D.

Custom URL formula Field

Buy Now
Questions 9

Which three standard component types are available in the Lightning App Builder?

Choose 3 answers

Options:

A.

Plain text

B.

Rich text

C.

Filter list

D.

Report details

E.

Recent items

Buy Now
Questions 10

An app Builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another App Builder creates a workflow rule with a field update that sets the Industry field to Technology whenever the Billing City field is set to San Francisco. What will happen the next time a sales person saves an Account with a Billing City of San Francisco?

Options:

A.

The record will save and the Industry field will change to Technology

B.

The record will not save and the validation rule’s error messagewill be displayed

C.

The record will not save and no error message will be displayed

D.

The record will save but the Industry field will not change to Technology

Buy Now
Questions 11

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 Chatter feed component.

B.

Add the standard related list component

C.

Add a custom Chatter feed component

D.

Add the Chatter feed component from the AppExchange.

Buy Now
Questions 12

Accounts at Universal Containers are currently readable by all users but editable only by their owners. Management wants to designate some Accounts as VIP Accounts. Only Account owners should have read access to these VIP accounts.

Which two actions should an app builder take to meet the requirements?

Choose 2 answers

Options:

A.

Implement a sharing rule.

B.

Configure a permission set.

C.

Set up an Account Team.

D.

Change organization-wide defaults.

Buy Now
Questions 13

Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit opportunities into the Secure Commitment Stage to eliminate manual submission.

Which three features would meet the business requirements?

Choose 3 answers

Options:

A.

Workflow

B.

Process Builder

C.

Apex

D.

Chatter action

E.

Flow

Buy Now
Questions 14

Universal Containers wants to display the real-time stock price for each Account on the Account record page.

How should an app builder implement this request?

Options:

A.

Create a Lightning Web Component.

B.

Install a solution from the AppExchange.

C.

Build a Flow that uses API calls.

D.

Use a scheduled Apex job.

Buy Now
Questions 15

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

Choose 2 answers

Options:

A.

Quick Action

B.

Approval Process

C.

Flow Launcher

D.

Apex

Buy Now
Questions 16

Universal Because of the small screen, they currently have to scroll down the page to view the information for an account based on criteria about the related contact.

Which solution should an app builder use to fulfill this requirement?

Options:

A.

Set the filter type on the component visibility to display based on user permissions. using custom permission to define the dynamic criteria.

B.

Add a related record component to the page layout

C.

Set the component visibility to display based or an advanced filter type, using the contact field's) to define the dynamic criteria.

D.

Hide the component behind a tab on the page layout.

Buy Now
Questions 17

Which two places can an app builder go to see a list of available Custom Lightning components in their org?

Choose 2 answers

Options:

A.

Visualforce components in Setup

B.

Lightning component Generator

C.

Lightning App Builder

D.

Lightning components in Setup

Buy Now
Questions 18

Cloud Kicks's management team frequently travels and wants to approve requests from their team on the go via Chatter.

Where would an app builder enable this ability?

Options:

A.

Chatter Feed Tracking

B.

Object Settings

C.

Chatter Settings

D.

Approval Process Settings

Buy Now
Questions 19

Cloud Kicks wants to start tracking how many shoe subscriptions have been sold for each shoe catalog. A master-detail relationship exists between the Subscription__c and the Shoe__c objects.

Which type of field should an app builder create?

Options:

A.

Roll-up summary field

B.

Lookup field

C.

Master-detail relationship field

D.

Number field

Buy Now
Questions 20

Universal Containers has two types of applicants, hourly and salary. There are separate record types for each. While all members of the human resource department need to be able to view all applicant records, only the hiring Manager and VP of HR should be able to create salary applicant records.

What should the app builder recommend to meet this requirement?

Options:

A.

Update the org-wide default to private and create a sharing rule for the role of recruiting manager.

B.

Create a permission set containing the salary record type and assign it to the appropriate users.

C.

Remove "create" permission for the salary applicant object for everyone except the manager and VP.

D.

Configure the hourly record type as the default and instruct non-management users to accept the default record type.

Buy Now
Questions 21

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.

Unable to reference the child records.

B.

A master-detail relationship should be created.

C.

Formula field limit reached on the Account object.

D.

More than 5,000 characters in the formula.

Buy Now
Questions 22

An app builder has created a change set and deployed a report from their development sandbox for User Acceptance Testing. When the app builder runs the report, no data is returned.

What can be a reason for this?

Options:

A.

Reports have to be deployed with Salesforce DX.

B.

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

C.

Data is deployed when added to a change sets.

D.

Data is unable to be deployed with change sets.

Buy Now
Questions 23

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 butler ensure this field is properly filed out before setting the opportunity to closed won?

Options:

A.

OR(ISPICKVAL( StageName ,"Closed Won") && ( Scheduled_Ship_Date_cCloseDate)>14,ISBLANK(Scheduled_Ship_Date_c))

B.

OR(ISPICKVAL( StageName ="Closed Won") && ( Scheduled_Ship_Date__c- CloseDate ) > 14,ISBLANK(Scheduled_Ship_Date__c))

C.

ISPICKVAL( StageName ,"Closed Won") && ( Scheduled _Ship_Date_c-CloseDate ) > 14

D.

ISPICKVAL( StageName= CloseDate ) > 14,losed Won") && ( CloseDateScheduled_Ship_Date_c) >14

Buy Now
Questions 24

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

Options:

A.

Update the important fields to be required on the page layout

B.

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

C.

Create a workflow rule to check the fields are formatted correctly

D.

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

Buy Now
Questions 25

A new field is being created on a custom object. However, the app builder does not want the field to show up on pre-existing custom report

types.

What should the app builder do on the custom field setup to fulfill this requirement?

Options:

A.

Remove the new field from all page layouts.

B.

Remove visibility to all report profiles.

C.

Grant read-only access to all report profiles.

D.

Deselect auto add to custom report type.

Buy Now
Questions 26

Universal Containers is piloting new features in an existing sandbox and wants to prevent outbound email sends during testing.

What should the app builder do to meet the requirement?

Options:

A.

Email deliverability set to system email only.

B.

Email configured for SMTP authentication.

C.

Email relay to the configured host enabled.

D.

Email deliverability set to no access.

Buy Now
Questions 27

universal containers is migrating its sales operations from a legacy system that was used. opportunities need to be imported with the proper country currency. Which two steps should an app builder configure to meet these requirements?

Choose 2 answers.

Options:

A.

Include the currency ISO code in all currency fields in the import file.

B.

Use Data Loader to import the records.

C.

Include the currency ISO Code Column in the import file.

D.

Use import the currency ISO Code Column in the import file.

E.

Use Import Wizard to import the records.

Buy Now
Questions 28

A sales manager has noticed that reps continue to input contacts directly in

their phone instead of adding them to Salesforce.

What should an app builder recommend to ensure the data makes it into Salesforce?

Options:

A.

Enable in-app notifications every time a contact is created.

B.

Allow Salesforce to import Contacts from mobile device Contact lists.

C.

Enable offline create, edit, and delete in Salesforce for Android and iOS.

D.

Allow users to relate a contact to multiple accounts.

Buy Now
Questions 29

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.

Research and evaluate data enrichment products on the AppExchange to automate data entry.

B.

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

C.

Use Flow to create a data entry wizard to automate data entry.

D.

Use a combination of workflow rules and formula fields to populate key fields for the sales user.

Buy Now
Questions 30

The VP of Sales at Universal Containers has asked the app builder to let sales reps create opportunity records directly from the account, with a number of fields pre-populated.

Which feature should the app builder use to allow users to create the opportunity?

Options:

A.

A quick action

B.

A default action

C.

A custom button

D.

A custom link

Buy Now
Questions 31

What are two capabilities of Schema Builder? Choose 2 answers

Options:

A.

Editing custom settings

B.

Creating a new record type

C.

Showing selected objects on a page

D.

Viewing page layouts in a new window

Buy Now
Questions 32

Universal Container's sales reps can modify fields on an opportunity until it is closed.

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 closed. After the

opportunity is closed, the rest of the fields are read only.

How should these requirements be met?

Options:

A.

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

B.

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

C.

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

D.

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

Buy Now
Questions 33

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 permission from the Shipper profile.

B.

Change the organization-wide default of deliveries to Private.

C.

Remove the delete button from the Delivery page layout.

D.

Use a permission set to remove the Delete permission.

Buy Now
Questions 34

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

How should an app builder Implement these regalements?

Options:

A.

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

B.

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

C.

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

D.

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

Buy Now
Questions 35

DreamHouse Realty requires that field value changes for certain fields such as Asking_Price__c and Real_Estate_Agent„c on their House__c custom object show up prominently on Chatter.

What Chatter feature should the app builder utilize?

Options:

A.

Thanks

B.

Publisher Actions

C.

Topics

D.

Feed Tracking

Buy Now
Questions 36

Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit

opportunities into the Secure Commitment Stage to eliminate manual submission.

Which feature meets the business requirements?

Options:

A.

Record-Triggered flow optimized for Fast Field Updates

B.

Custom button and screen flow

C.

Platform Event-Triggered flow

D.

Record-Triggered flow optimized for Actions and Related Records

Buy Now
Questions 37

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 38

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.

What formula should an app builder use to create this new field?

Options:

A.

ISNUMBER(Id)

B.

CASESAFEID(Id)

C.

TEXT(Id)

D.

VALUE(Id)

Buy Now
Questions 39

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 objectsrelated 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 allow MAX, MIN, SUM, COUNT, and AVG.

B.

An object can have 20 object references.

C.

An object can have 25 roll-up summaries.

D.

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

Buy Now
Questions 40

Northern Trail Outfitters has two custom objects that are part of a master-detail relationship.

What determines the ownership and sharing access of the detail record?

Options:

A.

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

B.

The Owner field on the Detail record.

C.

The Owner field on the Master record.

D.

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

Buy Now
Questions 41

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

Buy Now
Questions 42

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 43

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 m production. When the app builder attempts to install the package in production, it fails.

Why did the package fail to install?

Options:

A.

Incorrect license types

B.

Package features not compatible

C.

Object limits exceeded

D.

Apex unit test failures

Buy Now
Questions 44

Cloud Kicks (CK) wants to simultaneously delete a Supplier’s record and all Supplier ltem__c records if a

partnership ends with a supplier.

What solution could an app builder use to meet the requirement?

Options:

A.

Many-to-many

B.

Indirect lookup

C.

Hierarchical

D.

Master-detail

Buy Now
Questions 45

The CFO of Cloud Kicks needs to sign off on any major show retail deal that has a discount of more than 30% before the deal can be closed.

What feature would be used to handle this requirement?

Options:

A.

Approval Process

B.

Email Alert

C.

Field Update

D.

Workflow Rule

Buy Now
Questions 46

Which three options art availably when activating a Lightning page from the Lightning App Builder?

Choose 3 answers

Options:

A.

Assign the page to a combination of apps and profiles.

B.

Assign the page to a combination of apps and permission sets.

C.

Make the page the org default.

D.

Make the page the default homepage for specific roles.

E.

Make the page the default homepage for specific apps.

Buy Now
Questions 47

Ursa Major Solar's sales team has been struggling to enter data on mobile since rollout; the team dislikes scrolling through all of the fields to input only the necessary data.

How could the app builder solve this with minimal impact to desktop users?

Options:

A.

Filter components by device using Form Factor.

B.

Reorder the fields to make sense for the reps when in the field.

C.

Update the training documentation with better screenshots.

D.

Deselect the phone radio button on the Lightning record page assignment.

Buy Now
Questions 48

The Director of Marketing at Northern Trail Outfitters wants the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units.

Which function should be used to return a date for calculating the difference?

Options:

A.

DATFTIMEVALUE()

B.

TODAY()

C.

DATEVALUE()

D.

NOW()

Buy Now
Questions 49

Ursa Major Solar (UMS) is looking to hire some new employees. UMS wants to allow the same applicant to apply for multiple open positions using a single application.

What should an app builder recommend to meet these requirements?

Options:

A.

Create a master-detail relationship on Open_Position__c to Application__c

B.

Create a master-detail relationship held on Applicant__c to Application__c

C.

Create a master-detailrelationship field on Application__c to Open.Position__c

D.

Create a master-detail relationship field on Applicant__c to Apphcabon_c

Buy Now
Questions 50

An app builder at Northern Trad 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.

Developer

B.

Partial Copy

C.

Developer Pro

D.

Scratch Org

Buy Now
Questions 51

UC has a requirement that an opportunity should have a field showing the value of its associated account's billing state. This value should not change after the opportunity has been created. Is there a recommended solution to configure this automated behavior?

Options:

A.

Formula field

B.

Apex

C.

Workflow

D.

Roll-up summary field

Buy Now
Questions 52

Universal Containers has a customer base where many customers have the same or similar company names.

Which functionality should be configured to improve an end user`s search experience?

Choose 2 answers

Options:

A.

Update the account search layout’s view filter settings.

B.

Update the account search layouts search results columns displayed.

C.

Update the account search filter fields.

D.

Update the account search layouts accounts tab columns displayed.

Buy Now
Questions 53

Universal Containers uses a private sharing model for opportunities. This model CANNOT be changed due to a regional structure A new sales operations team has been created. This team needs to perform analysis on Opportunity data, all should have read arid write access to all Opportunities.

What are two recommended solutions for the app builder to give the users appropriate access? Choose 2 answers

Options:

A.

Create a criteria-based sharing rule to all opportunities with the sales operations public group.

B.

Add a manual share for all opportunities with each user on the sales operations team.

C.

Add a permission set with 'View All" and 'Modify All'' opportunity permissions enabled.

D.

Create a criteria-based sharing rule to share all opportunities with the sales operations private group

Buy Now
Questions 54

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 show the total number of trails.

B.

Use a roll-up summary field on the Park record to show 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 55

Universal Containers would like to automatically assign a specific permission set to new users. How can this requirement bemet? Choose 2 Answers

Options:

A.

Create an approval process on the User object to assign a permission set

B.

Create a flow on the user object to assign a permission set.

C.

Create a lightning process on the user object to launch a flow.

D.

Create a workflow rule on the User object to assign a permission set.

Buy Now
Questions 56

DreamHouse Realty (DR) has a policy that requires the phone number on Contact to be deleted when the DoNotCall checkbox is checked.

What automation tool should the app builder recommend?

Options:

A.

Quick action

B.

Approval process

C.

Validation rule

D.

Workflow rule

Buy Now
Questions 57

A sales rep at AW Computing is unable to find what they are looking for while scrolling through their Chatter feed.

How can a filter be utilized to show only posts from their key account and opportunity records?

Options:

A.

Create a Chatter group.

B.

Create Chatter bookmarks

C.

Create a Chatter stream.

D.

Create a Chatter notification.

Buy Now
Questions 58

Universal Containers has several new fields they've requested for the Opportunity Product object.

What should an app builder be able to configure using a formula field?

Options:

A.

A hyperlink to the parent Account of the parent Opportunity.

B.

A Rich Text area field that uses HTML to bold certain characters.

C.

A combination of the Opportunity's Text and a Description fields.

D.

A mix of functions and concatenation of 10 Account fields and 10 Opportunity fields.

Buy Now
Questions 59

Which opportunity standard field is available to be configured directly? Choose3

Options:

A.

Forecast category

B.

Stage

C.

Lead source

D.

Type

Buy Now
Questions 60

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.

Lightning App Builder

B.

Account Object

C.

Lightning Object Creator

D.

Opportunity Object

Buy Now
Questions 61

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.

Hierarchy field

B.

Role

C.

Public group

D.

Queue

Buy Now
Questions 62

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.

Define an owner-based sharing rule for external accounts.

C.

Define a permission set for external accounts.

D.

Set the account external OWD to private.

Buy Now
Questions 63

When an opportunity is closed date is pushed more than 30days, manager approval is required. An approval process is in place but reps frequently forget to submit for approval to run the process.

How can an app builder ensure that these opportunities are submitted into the approval process?

Options:

A.

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

B.

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

C.

Submit the record for approval from an automated process.

D.

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

Buy Now
Questions 64

Universal Containers (UC) has a time-sensitive need for a custom component to be built in 4 weeks; UC developers require additional enablement to complete the work and are backlogged by several months.

Which option should an app builder suggest to meet this requirement?

Options:

A.

Use an AppExchange solution.

B.

Build a screen flow page.

C.

Build a Lightning record page.

D.

Use a Boit solution

Buy Now
Questions 65

Cloud Kicks wants to know the total value of all won Opportunities for Accounts and display it on the record.

What type of summary should the app builder use in the roll-up summary field?

Options:

A.

Count

B.

Q Max

C.

Sum

D.

Min

Buy Now
Questions 66

DreamMouse 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 period.

What type of relationship would an app builder set up to meet this specification?

Options:

A.

Indirect lookup

B.

Many-to-many

C.

Master-detail

D.

Lookup

Buy Now
Questions 67

What is one limitation of using schema builder when creating a field?

Options:

A.

Cannot create formula fields.

B.

Cannot see existing relationships between objects.

C.

Cannot add fields to page layouts.

D.

Cannot create lookup relationships.

Buy Now
Questions 68

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 on the Lightning app builder should be utilized?

Options:

A.

Chatter feed

B.

Highlights panel

C.

Component visibility filter

D.

Related list quick links

Buy Now
Questions 69

Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.

Which tool should be used?

Options:

A.

Data Loader

B.

A Lightning Object Creator

C.

Import Wizard

D.

Schema Builder

Buy Now
Questions 70

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.

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

B.

Add the Account Rating field to the opportunity record page.

C.

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

D.

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

Buy Now
Questions 71

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.

Path

B.

Rich text

C.

Related record

D.

Tabs

Buy Now
Questions 72

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.

Flow

C.

Validation Rule

D.

Path

Buy Now
Questions 73

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.

Forward the approval request to the manager's assistant.

B.

Set up a delegated approver for the manager

C.

Have the manager log on and reassign the approval request

D.

Use Process Builder to assign a delegated approver.

Buy Now
Questions 74

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 m 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 criteria- based sharing rules for each marketing team, and create an Inside Sales Team permission set with the "View Air setting for accounts,

B.

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 Hteran

C.

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.

D.

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.

Buy Now
Questions 75

Universal Containers wants to deliver purchased containers to remote construction address. In these cases, the customers will supply UC with the coordinates to the location.

What type of field should the app builder use to capture this information?

Options:

A.

Number

B.

Geo location

C.

Text

D.

External Lookup

Buy Now
Questions 76

Universal Containers utilizes opportunities and a custom object called Detaited.Sales__c. 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.

Create a master-detail relationship between the parent and child object with a roll-up summary field that fitters on the status held.

C.

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

D.

Utilize Apex code to roll up the desired amounts.

Buy Now
Questions 77

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

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 78

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_c

Which two automation solutions would meet these business requirements?

Choose 2 answers

Options:

A.

AppExchange

B.

Validation Rule

C.

Approval Process

D.

Apex

Buy Now
Questions 79

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.

Home Screen

B.

In-App Notification

C.

Record Detail

D.

Navigation Menu

Buy Now
Questions 80

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.

Escalation rules

B.

Flow Builder

C.

Process Builder

D.

Scheduled Apex

Buy Now
Questions 81

Universal Containers wants to create a report to show job applications with or without resumes.

What considerations should the app builder be aware of when creating the custom report type?

Options:

A.

An app builder is unable to create custom report types for objects they do not have permissions for.

B.

Once the report type has been deployed it is unable to be deleted.

C.

A primary object selection is locked once the custom report type has been saved.

D.

When a custom or external object is deleted the report type and reports remain but cause an error when the report is run.

Buy Now
Questions 82

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.

What type of sandbox should each team member use?

Options:

A.

Full sandbox

B.

Developer sandbox

C.

Developer pro sandbox

D.

Partial sandbox

Buy Now
Questions 83

Universal Containers’ app builder has been tasked with replacing workflow rules and Apex triggers with Process Builders where possible.

What are two important considerations an app builder should know before the project is started?

Choose 2 answers

Options:

A.

Avoid generating infinite loops.

B.

Apex has a different SOQL query limit than Flow.

C.

Create a process for each workflow rule.

D.

Combine actions when possible.

Buy Now
Questions 84

Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager's executive can view the rep's evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirement be met?

Options:

A.

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

B.

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

C.

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

D.

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

Buy Now
Questions 85

 

After universal containers converted qualified leads. Sales reps need to be able to report on converted leads. How should an app builder support for this requirement?

Options:

A.

Enable preserve lead status in the lead conversion settings

B.

Assign the representative view and edit converted leads permission

C.

Ensure the representative has read access to the original lead records

D.

Create a custom report type with converted leads as the primary object

Buy Now
Questions 86

An app builder at Cloud Kicks has been working on changes to a custom Shoe Sales app in a sandbox and is ready to deploy their changes to production with a change set. Part of the work included updates to a permission set.

What should the app builder take into consideration when deploying the change set to production?

Options:

A.

The deployed permission set will only contain changes related to the change set.

B.

Change to field-level security in the permission set will not be applied.

C.

The deployed permission set will manage with the existing permission set.

D.

The existing permission set will be completely overwritten.

Buy Now
Questions 87

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 checked and an external system should be notified via an outbound message the next day when a lift is sold.

What automation tool should be used to complete this task?

Options:

A.

Approval process

B.

Workflow

C.

Flow

D.

Process Builder

Buy Now
Exam Name: Salesforce Certified Platform App Builder (SP24)
Last Update: May 4, 2024
Questions: 291

PDF + Testing Engine

$66.4  $165.99

Testing Engine

$46  $114.99
buy now Platform-App-Builder testing engine

PDF (Q&A)

$42  $104.99
buy now Platform-App-Builder pdf