Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

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

Questions 4

A recently refreshed partial sandbox at Cloud Kicks has no data In the custom object Shipping. Checking In production, there are two million rows of data in the object.

What could be the reason the data Is missing?

Options:

A.

The sandbox was refreshed too early.

B.

The selected objects in the sandbox template.

C.

The Partial sandbox is at capacity.

D.

The sandbox is still populating data.

Buy Now
Questions 5

Universal Containers allows all employees to submit reviews for leadership using a custom object called Review. These Reviews should only be visible to the HR department and the employee who submitted the record.

Which three steps should an app builder take to properly control access to Reviews?

Choose 3 answers

Options:

A.

Disable Grant Access Using Hierarchies.

B.

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

C.

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

D.

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

E.

Set organization-wide default to Private.

Buy Now
Questions 6

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 7

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 8

Sales reps at Universal Containers use Salesforce on their mobile devices. They want a way to odd new contacts quickly and then follow up later to complete the additional Information necessary.

What mobile solution should an App Builder recommend?

Options:

A.

Customize the mobile menu to move Contacts to the top.

B.

Build a global action to create Contacts.

C.

Add a compact layout to Contacts.

D.

Use Path and set pre-defined values

Buy Now
Questions 9

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 10

Ursa Major Solar wants to convert the relationship between Galaxy and Star from a lookup relationship to a master-detail relationship so each Galaxy record can be equipped with a roll-up summary count of Star records.

Which two considerations should be made?

Choose 2 answers

Options:

A.

The Star records are all required to have an existing value in their Galaxy field.

B.

The Galaxy object has fewer than two existing master-detail relationships.

C.

The Galaxy object is required to contain existing roll-up summary fields.

D.

The Star object has fewer than two existing master-detail relationships.

Buy Now
Questions 11

An App Builder is loading the 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 upserting records. Which field attribute should be selected? Choose 2 answers

Options:

A.

Unique

B.

Required

C.

External ID

D.

Text (encrypted)

Buy Now
Questions 12

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 rake into consideration when planning the deployment?

Options:

A.

Verify there is an Apex test that provides test coverage for the Flow.

B.

Grant user access to the Flow.

C.

Manually activate the Flow after deployment

D.

Include the Process Builder calling the Flow In the deployment

Buy Now
Questions 13

Universal Containers (UC) utilizes two custom picklist fields called sales_Organization__c and Pricing_Tier__c.

Which validation rule should an app builder use to ensure pricing_Tier__c is required for customers with a Sales_Organization__c value of Canada?

Options:

A.

B.

C.

D.

Buy Now
Questions 14

Universal Containers wants to track installation information once it container has been purchased on a custom object. Sales reps should have visibility of all the installation with their opportunities.

visibility of all the installations associated with their opportunities.

What kind of relationship should this new object have to the Opportunity?

Options:

A.

Lookup

B.

Hierarchical

C.

Master-Detail

D.

Many to Many

Buy Now
Questions 15

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.

Utilize Account Hierarchies and Roil-Up Summary fields

B.

Run an opportunities pipeline report

C.

Change to a public security model

D.

Configure Campaign Hierarchies and Campaign statistics

Buy Now
Questions 16

Nickname__c is a custom text field on a contact record that is utilized to override the contact’s 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(ISBLANK(Nickname__c)), Nickname_c,FirstName)

B.

IF(TEXT(Nfckname__c), Nickname_c,FirstName)

C.

IF (ISNUUL(Nteknarne _..c),Nicknamec,Firstftame)

D.

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

Buy Now
Questions 17

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 18

What are two reason to create an unmanaged package? Choose 2 answers

Options:

A.

Distributing open-source projects on the AppExchange.

B.

Publishing an application for sale on the AppExchange

C.

Deploying from a Developer Edition environment

D.

Distributing upgradeable components to another Salesforce org

Buy Now
Questions 19

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 workflow rule to update this picklist field if the Account Region field on the Account is changed.

B.

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

C.

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

D.

Create a text field called 'Account Region' on Contact object > Create a workflow ruleto update this picklist field if the Account Region field on the Account is changed.

Buy Now
Questions 20

After a deal is closed, Cloud Kicks (CK) wants to assign a user as a customer service manager (CSM) in addition to the account owner and would like a new field to easily track and report which CSM is assigned to the Account.

Which solution should an app builder use for this request?

Options:

A.

Multi-select picklist Meld

B.

Picklist field

C.

Lookup field

D.

Text field

Buy Now
Questions 21

Universal Containers wants some enhancements on its Opportunity page layout to improve efficiency and collaboration.

Which two solutions should an app builder suggest to help meet these requirements?

Choose 2 answers

Options:

A.

Mark stage dependent fields as required on the Opportunity page layout.

B.

Use two Tabs components to separate record information from activities.

C.

Add a Path component with fields and instructions aligning to stages on the Opportunity.

D.

Set up an approval process requiring manager consent at each stage of the Opportunity.

Buy Now
Questions 22

The convert button on leads should NOT appear until the lead status picklist is set to a qualified. What should an app builder suggest to meet these requirements?

Options:

A.

Picklist dependency, page layouts, record types

B.

Custom button, validation rule, record types

C.

Process builder field update, quick action, record type

D.

Page layout, record types, process builder field update

Buy Now
Questions 23

Universal Containers has a private sharing model for Accounts and Opportunities and uses Territory Management to grant access to records.

• Sales rep A manually shares an opportunity record with sales rep B.

• Sales rep B has access to the Account even though the Account Is NOT In sales rep B's territory.

• Sales rep C CANNOT see either record.

Based on the information given, why can sales rep B see the Account related to the Opportunity?

Options:

A.

Sales rep B has implicit access to the Account.

B.

Sales rep B was added to the Account team.

C.

Sharing set is granting access to the Account.

D.

Account was also manually shared.

Buy Now
Questions 24

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 25

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 26

The finance manager at Universal Containers wants to receive a new business notification email each time a new client is won. The sales manager wants to receive a task letting them know to onboard the new client unless it is a top-tier client.

Which automation tool should an app builder use to best address all these requests?

Options:

A.

Record-triggered flow

B.

Screen flow

C.

Apex

D.

Approval process

Buy Now
Questions 27

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 28

Ursa Major Solar wants to provide sales console users with an Incredible experience, with the most-used components easily accessible at all times.

What solution can enable reps to see and access these components from anywhere within the app without leaving the pages where the team is working?

Options:

A.

Favorites

B.

Home page

C.

Global actions

D.

Utility bar

Buy Now
Questions 29

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 30

At Universal containers, all US Sales reps should be able to view the US Team dashboard, however, only the US sales directors should be able to see the data in the component and view its source report. How can an app builder ensure the proper access is granted?

Options:

A.

Make the US Sales Director the running user and share the dashboard folder with the role US Sales Rep

B.

Make the dashboard dynamic and give US Sales Reps the view my teams dashboard permission

C.

Share the dashboard folder with roles and subordinates of the US Sales Director and share the report folder with the role of US Sales Director

D.

Share the dashboard with the public group US Sales Reps and share the dashboard source reports folder with the US Sales Director profile

Buy Now
Questions 31

At Universal Containers, each admin and developer use a separate developer pro sandbox. Configuration and code are then migrated to a partial data sandbox for combination and initial testing. Once approved the configuration and code are then migrated to a full sandbox for final toad and regression testing before going to production.

When should the full sandbox be refreshed?

Options:

A.

After user acceptance testing is complete.

B.

After each push from the partial data sandbox.

C.

After each major release to production.

D.

After a new user is added to production.

Buy Now
Questions 32

The case handling process at Universal Containers includes multiple steps Including approvals, notifications, and fields updates. To manage and evaluate all of these changes in a single save operation, an app builder wants to use Process Builder and the Advanced option to let the process evaluate a record multiple times has been selected.

Which two options should the app builder avoid to prevent recursion?

Choose 2 answers

Options:

A.

IF statements

B.

Setting a criteria node to No criteria-just execute the procedure

C.

Invocable processes

D.

The ISCHANGED function

Buy Now
Questions 33

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.

Read access to both master objects.

B.

Apex-based sharing on the first master object.

C.

Sharing rules on Request Inventory object.

D.

Read access to the first master object.

Buy Now
Questions 34

Universal Containers require different fields to be filled out at each stage of the Opportunity sates process.

What configuration steps can an app builder use to meet this requirement?

Options:

A.

Set page layout required fields based on the current stage.

B.

Create a Process Builder to prompt the User for field information.

C.

Define record types and page layouts for each stage.

D.

Add the Path component to the Lightning record page.

Buy Now
Questions 35

Universal Containers uses Contracts for agreements with customers. A sales manager is required to provide approval for contracts and director approval for any contract over $10,000.

Which two options should an app builder use to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved?

Choose 2 answers

Options:

A.

Create an approval process on the Contract object with criteria set on a second approval step set as 'Amount__c > 10,000' and set the approver as director.

B.

Create an approval process on the Contract object and set the field for 'Next Automated Approver Determined By' as Manager'.

C.

Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed.

D.

Create an approval process on the Contract object with one step for each sales manager that sets the approver as the director.

Buy Now
Questions 36

Universal Containers has deployed custom tabs to Production via changes sets, without including the profile settings or permission sets.

What is the settings for the visibility of custom tabs?

Options:

A.

Custom tabs are default off for all users.

B.

Custom tabs are default on for all uses.

C.

Custom tabs are hidden for all users.

D.

Custom tabs are NOT deployed.

Buy Now
Questions 37

Universal Containers expects impacts to operations due to increased demand. 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.

Flow

B.

Approval Process

C.

Roll-up summary

D.

Cuctom object

Buy Now
Questions 38

Northern Trail Outfitters wants to initiate a daily backup of its Salesforce org.

Which tool should an app builder recommend for this task?

Options:

A.

Report export

B.

Refresh full copy sandbox

C.

AppExchange package

D.

Data Export Service

Buy Now
Questions 39

Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Race_Track__c customobject.

Which tool should be used?

Options:

A.

Import Wizard

B.

Lightning Object Creator

C.

Data Loader

D.

Schema Builder

Buy Now
Questions 40

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 41

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 42

Ursa Major Solar wants to see the Type field from the parent object Galaxy listed on the child recordStar. The app builder is receiving an error stating "Picklist values are only supported in certain functions".

What formula should an app builder use to achieve the desired result?

Options:

A.

ISPICKVAL(Galaxy__r.Type__c)

B.

VALUE(Galaxy_r.Type__c)

C.

TEXT(Galaxy_r.Type_c)

D.

FIND(Galaxy__r.Type__c)

Buy Now
Questions 43

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 44

UVC's CFO has asked that all deals with more than a 40%discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action. Which two ways can this be accomplished without building code? Choose two answers

Options:

A.

Launch a new approval process that has automatic submission enabled as an initial submission action

B.

Create a new process with a submit for approval action to automatically submit deals for approval

C.

Create a new approval process that has automatic submission enabled in the entry criteria

D.

Launch a flow that uses the submit for approval action to submit deals for approval

Buy Now
Questions 45

Universal Containers is adding drone delivery to service offerings, and the developer has written and tested code prior to deployment to production, and the change set is ready to go. The deployment window will occur when the developer is on vacation.

What can the app builder do to ensure a smooth deployment to production?

Options:

A.

Remove Apex classes from Abound change set.

B.

Validate the inbound change set.

C.

Use a metadata package set.

D.

Validate the outbound change set.

Buy Now
Questions 46

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 47

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 48

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

Options:

A.

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

B.

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

C.

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

D.

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

Buy Now
Questions 49

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 50

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 51

Sales manager at universal containers would like to standardize what information sales rep are gathering. Sales rep want recommendations, sales strategies and to know what key fields need to be completed at each step of the sales process on the opportunity record. What feature should an app builder use to provide this functionally?

Options:

A.

Workflow

B.

Path

C.

Chatter feed

D.

Global Action

Buy Now
Questions 52

An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.

What automation should the app builder use?

Options:

A.

Screen flow

B.

Process Builder

C.

Apex code

D.

Workflow rule

Buy Now
Questions 53

Cloud Kicks Is redefining its entire business process to convert the Manager Notes field from a long text area files. 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 in the field will be completely lost.

C.

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

D.

Preexisting information will cause an error message to pop up.

Buy Now
Questions 54

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 55

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

Options:

A.

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

B.

A cross-object field reference in the formula field

C.

The CASE () function in the formula field

D.

The NOW () function in the formula field

Buy Now
Questions 56

Universal Containers uses a private sharing model on Accounts. User A and user B both own Accounts of their own and have both been sent a new account record in an email owned by user C to take a look at. User A is able to open and view the record but user B receives an insufficient privileges error. User A and user B have the same role in the role hierarchy as user.

What are the three reasons user A has access but user B is unable to access the record? Choose 3 answers

Options:

A.

User A is on the same account team as user C.

B.

User A and user B have different profiles.

C.

User C has manually shared the record with user A.

D.

User A was granted an additional permission set.

E.

User A is in a public group that has access via a sharing rule.

Buy Now
Questions 57

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, what type of field should be created to support this requirement?

Options:

A.

Master-detail relationship

B.

Roll-up summary

C.

Formula

D.

Lookup relationship

Buy Now
Questions 58

Cloud Kicks has created accustom 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 record.

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 back to the Interest record.

Buy Now
Questions 59

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 60

Cloud Kicks has a shipment date on each shipment that is sent out. Dispatchers need more details on the day and time the shipment was sent out. The app builder needs to change the current field type that is used from Date to Date/Time.

What should the app builder be aware of when it comes to data already in the system?

Options:

A.

The change will be instant

B.

Historical data will be updated to 12:00 timestamp.

C.

The field name will change.

D.

Data loss will be experienced.

Buy Now
Questions 61

The Recruiting ream at AW Computing captures thejob acceptance and date of hire of a candidate on the Job Application custom object. Once the candidate accepts the recruiter s job offer, the date of hire should be entered and not be changed on subsequent cecord edit.

Which validation formula should the app builder use?

Options:

A.

NOT(ISCLANK(Job_Accepted_c)) && ISCHANGED(Hire_Date_c)

B.

(ISBLANK(Job_Accepted_c) II NOT(lSCMANGED(Mire_Daie_c))

C.

NOT{IS&lANK(Job_Accepted_c)) II ISCHANGED(Hire_Date_c)

D.

(lSBLANK(Job_Accepted_c) && NOT(lSCHANGED(Hire_Date_c))

Buy Now
Questions 62

DreamHouse Realty (DHR) recently acquired Cloud Kicks (CK), a company that is still on Salesforce Classic. 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.

Import Wizard

B.

Lightning Object Creator

C.

AppExchange

D.

Flow Builder

Buy Now
Questions 63

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.

Validation Rule

C.

Activity History

D.

Page Layout

Buy Now
Questions 64

Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.

How should an app builder configure the proper access?

Options:

A.

Set the organization-wide default on the Applications object to Read/Write.

B.

Add a sharing rule that grants the users Read/Write access to the Internship records.

C.

Create a queue for the web applications and assign access to the users who will be editing the records.

D.

Create a sharing rule that grants the users Read/Write access to the Application records.

Buy Now
Questions 65

DreamHouse Realty (DR) has many properties for sale and wants to identify the highest value of all Offer__c records on each Property__c record.

What solution should the app builder use to meet DreamHouse Realty's needs?

Options:

A.

Master-Detail Child Object

B.

Text Area (Long)

C.

Multi-select Picklist

D.

Lookup Object

Buy Now
Questions 66

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 67

At Universal Containers, the Account object has a Master-Detail relationship with an Invoice custom object. The App Builder would like to change to a lookup field, but is not able to do so. What could be causing this?

Options:

A.

The invoice must have at least one Master-Detail field for reporting.

B.

The Account record includes Invoice roll-up summary fields.

C.

The Invoice records have existing values in the Account.

D.

The Account is included in the workflow on the Invoice object.

Buy Now
Questions 68

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 69

An app builder at Ursa Major Solar has been working on a new custom app in a sandbox that has been upgraded to the next major Salesforce version, and their production instance is still on the current Salesforce version. The development is complete and they are ready to deploy a change set.

What should the app builder consider when planning the deployment?

Options:

A.

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

B.

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

C.

The change set will be automatically deployed when production is upgraded.

D.

The deployment is not possible due to different versions.

Buy Now
Questions 70

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.

Access to the necessary object is unavailable.

B.

The report type is in a status of Deployed.

C.

Access to Create and Customize Reports is disabled.

D.

The report type is in a status of in Development.

Buy Now
Questions 71

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 72

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.

Which tool should an app builder use to implement this?

Options:

A.

Process Builder

B.

Activity Timeline

C.

Roll-Up Summary Field

D.

Workflow Rule

Buy Now
Questions 73

 

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 74

An app builder is creating a Lightning record page and has added Mobile & Lightning Actions to the page layout.

What two components could be included on the layout to display the actions?

Choose 2 answers

Options:

A.

Highlights panel

B.

Chatter

C.

Activities

D.

Path

Buy Now
Questions 75

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 76

The marketing director is concerned that too many car parts were given away for free last year.

Which functionality should be used to ensure all free parts receive the marketing directors' sign-off?

Options:

A.

Stack post

B.

Chatter approval

C.

Automated email message

D.

Approval process

Buy Now
Questions 77

The appraisal team at DreamHouse Realty wants to leverage Salesforce mobile app.

What are three things an app builder should do to optimize mobile experience?

Choose 3 answers

Options:

A.

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

B.

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

C.

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

D.

Create individual customized layouts for different phone operating systems.

E.

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

Buy Now
Questions 78

Containers have the Account object's Organization-Wide Default set to Private. The marketing team owns Accounts; however, they also need to be able to see the sales team's Accounts. Both the sales and marketing teams are in completely different branches of the rote hierarchy.

What feature should be used to enable marketing to see sales-owned accounts.

Options:

A.

Public Group

B.

Flow

C.

Workflow

D.

Sharing Rules

Buy Now
Exam Name: Salesforce Certified Platform App Builder(SP23)
Last Update: May 2, 2024
Questions: 291
Platform-App-Builder pdf

Platform-App-Builder PDF

$28  $80
Platform-App-Builder Engine

Platform-App-Builder Testing Engine

$33.25  $95
Platform-App-Builder PDF + Engine

Platform-App-Builder PDF + Testing Engine

$45.5  $130