Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

CRT-402 Salesforce Certification Preparation for Platform App Builder (SP25) Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Salesforce CRT-402 Certification Preparation for Platform App Builder (SP25) certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 2 / 4
Total 234 questions

Universal Containers (UC) maintains information for over 2 million assets in an external system. UC needs to access these assets in real-time data in Salesforce and is nearing the data storage limits.

What feature could an app builder recommend UC use?

A.

Data Loader

B.

Salesforce Connect

C.

Salesforce to Salesforce

D.

Data Export Wizard

On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists.

What Related List type would the app builder select for the Related List Lightning component?

A.

Enhanced List

B.

Basic List

C.

ListVlew

D.

List Class

The sales Operations team at AWS Computing deletes accounts for a variety of a reasons. The sales ops director is worried that the Sales team may delete accounts that sales reps are actively selling into.

Mow should the app builder keep accounts with open opportunities from being delected?

A.

Create an Apex Trigger on the Account object

B.

Create a validation rule on the Account object.

C.

Remove the delete button on the account layout

D.

Remove the Delete permission from the Sales Rep profile.

An app builder at Cloud Kicks created acustom object and related fields in the schema builder.

What next steps should the app build take to ensure users can access the new object and fields?

A.

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

B.

Allow reporting for the object and fields.

C.

Assign data types to the fields on the object.

D.

Add the fields to the page layout on the object.

At Ursa MajorSolar 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.

What field type should the app builder utilize to fulfill this requirement?

A.

Long Text Area

B.

Rich Text Area

C.

Multi-Select Picklist

D.

URL

The services manager wants to make sure the team enters case priority consistently.

What feature can an app builder use to accomplish this?

A.

Path

B.

Flow

C.

Next Best Action

D.

In-App Guidance

Universal Containers uses a custom object called Reviews to capture information generated by interviewers during the candidate process. The Review records are visible to any user that has access to the related custom Candidate record. The VP of Human Resources wants the commentfield on the Review to be private to anyone outside of the MR department

How should the app builder meet thts requirement?

A.

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

B.

Create an Apex sharingrule to share the field with users that have "MR'' in their role.

C.

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

D.

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

Universal Containers (UC) has a custom Invoice object and a custom InvoiceLine Item object. TTie Invoice Line Item object has a lookup relationship to the Invoice. UC would like to convert the lookup relationship to a master-detail relationship but is unable to do so.

Which two reasons could be preventing this relationship conversion?

Choose 2 answers

A.

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

B.

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

C.

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

D.

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

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

A.

Distributing open-source projects on the AppExchange.

B.

Publishing anapplication for sale on the AppExchange

C.

Deploying from a Developer Edition environment

D.

Distributing upgradeable components to other Salesforce org

Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app. Which option is available to an app builder to satisfy the requirement?

A.

Create sales and marketing profiles to ensure read access to different objects

B.

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

C.

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

D.

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

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?

A.

Outbound message

B.

Web-to-case

C.

Screen flow

D.

Email-to-case

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

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

An app builder wants to create a report to compare the number of support cases in each status (New, In-progress, or Closed) and by priority (Critical, High, Medium, or Low).

What solution should be used for the report?

A.

Grouping

B.

Bucket Columns

C.

Custom Report Type

D.

Filters

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?

A.

Detail page layouts

B.

Component visibility filter

C.

Field-level security

D.

AppExchange

Ursa Major Solar wants to create a relationship between the standard Contact object and a custom Solar Project object Contacts potentially be related to multiple Solar Project objects, and a Solar Project can have multiple Contacts associated with it.

How should an app builder configure the data model?

A.

One Master-detail relationship on Conuct and one Master-detail relationship on Solar Project

B.

Two Lookup relationships on a new custom object

C.

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

D.

Two Master-detail relationships on a new custom object

Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes.

What validation rule would an app builder use to prevent other users from making this update?

A.

AND( $UserRole.Name != 'Marketing',ISCHANGED(Retail_Opt_In__c), ISPICKVAL(Retail_0pt_In_c,"Yes") )

B.

AND( $UserRole.Name != 'Marketing', Retail_Opt_In_c = "Yes" )

C.

AND( $UserRole.Name = 'Marketing', ISPICKVAL(Retail_Opt_In_c,"Yes") )

D.

AND( $UserRole.Name = 'Marketing', Retail_Opt_In__c= "Yes" )

A new field has been added to the Applicantobject 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?

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.

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.

A.

Public Group

B.

Flow

C.

Workflow

D.

Sharing Rules

 

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 ?

A.

Enable preserve lead status in the leadconversion 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

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?

A.

Roll-up summary field

B.

Lookup field

C.

Master-detail relationship field

D.

Number field

Page: 2 / 4
Total 234 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved