Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Salesforce Platform-App-Builder Salesforce Certified Platform App Builder(SP23) Exam Practice Test

Page: 1 / 29
Total 291 questions

Salesforce Certified Platform App Builder(SP23) Questions and Answers

Question 1

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.

Question 2

Cloud Kicks (CK) keeps track of its shoe inventory in Salesforce. When an order's status is changed to Activated, the inventory for the ordered shoe is reduced. At that point, a SOAP web service on the CK website must be called so that the website is updated to display the correct inventory amount for the shoe.

What should an app builder use to communicate to the CK web service when a shoe's inventory has changed?

Options:

A.

After-Save Record-Triggered flow

B.

Before-Save Record-Triggered flow

C.

Process Builder

D.

Workflow rule

Question 3

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 object needs at least one Master-Detail field for reporting.

C.

The Account record includes Parks roll-up summary fields.

D.

The park records have existing formulas on the Account.

Question 4

The marketing team at UVC has a list of 400 leads it wants to upload to Salesforce. The team need to avoid creating duplicate records. Which two actions should be taken to meet this requirement? Choose 2 answers

Options:

A.

Utilize a Lead Matching Rule and corresponding Duplicate Rule to block newly created duplicate leads.

B.

Upload the lead list using the import wizard and select a Matching type to prevent duplicate lead creation.

C.

Use Data Loader’s update function to import lead and match to existing records based on e-mail address.

D.

Enable Duplicate Matching in the Data Management section in Setup and activate the Lead-to_Lead scenario.

Question 5

Universal Containers created a custom object called Component to capture details about products sold.

What approach should an app builder take to show Component as a related list on Product?

Options:

A.

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

B.

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

C.

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

D.

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

Question 6

Which two report formats can be used as a source report to configure a reporting snapshot?

Choose 2 answers

Options:

A.

Tabular format

B.

Summary format

C.

Joined format

D.

Matrix format

Question 7

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

Question 8

Universal Containers uses a custom object called Projects. When managers assign projects they set a custom field on the project called Estimated Hours. Once set, users should be able to decrease but not increase the value

How can an app builder meet this requirement?

Options:

A.

Create a formula default value for the custom field.

B.

Create a formula held that uses the PREVGROUPVAL function

C.

Create a validation rule that uses the ISCHANGED function

D.

Create a validation rule that uses the PRIOR VALUE function.

Question 9

Sales reps at Universal Containers create multiple quotes per opportunity.

What automation tool should an app builder recommend to delete rejected quotes?

Options:

A.

Approval process

B.

Validation rule

C.

Workflow rule

D.

Flow

Question 10

An App Builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won. Which two can satisfy this requirement?

Options:

A.

Use a workflow rule and an outbound message

B.

Use a flow and an outbound message

C.

Use a process and Apex Code

D.

Use a process and an outbound message

Question 11

The app builder needs to change the data types of new custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform the additional steps in order to retain existing functionalities?

Options:

A.

Changing the data type of a field used in an apex class from number to text.

B.

Changing the data type of a field used in a report from a text to an encrypted field

C.

Changing the data type of a field used as an external id from number to text.

D.

Changing the data type of a field used in lead conversion from number to text

Question 12

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

What feature can an app builder use to accomplish this?

Options:

A.

Path

B.

Flow

C.

Next Best Action

D.

In-App Guidance

Question 13

Northern Trail Outfitters uses a custom object to track travel requests. Rangers want to have automatic posts on a record whenever a travel request has been approved.

Which feature should be used to accomplish this?

Options:

A.

Auto-response rule

B.

Workflow rule

C.

Feed tracking

D.

Feed quick action

Question 14

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.

Question 15

Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often as possible to migrate from one environment to another.

Which three common items can an app builder move when using a change set?

Choose 3 answers

Options:

A.

Web-to-lead

B.

Standard fields

C.

Custom object

D.

Apex class

E.

Custom field

Question 16

A business user at Universal Containers wants to update an Account directly from an Opportunity record.

What should the app builder create to allow the business user to make these edits?

Options:

A.

An update record action with a related record component.

B.

An update record action with a details component

C.

Formula fields displaying the Account fields.

D.

Opportunity fields updated by a process.

Question 17

Universal Containers would like to collaborate with its customers within Salesforce, and has decided to enable the "Allow Customer Invitations" Chatter setting. What permission is granted to Customers when invited to ChatterGroup?

Options:

A.

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

B.

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

C.

The ability to request access to public groups

D.

The ability to interact with members of their groups

Question 18

Where can an app builder edit an existing app to add components to the utility bar?

Options:

A.

App Menu

B.

Lightning App Builder

C.

App Manager

D.

Lightning Record Page

Question 19

The developer at Universal Containers wants to test code in a sandbox environment. In order to ensure the code works properly, the sandbox needs to have at least half a gigabyte of data. The sandbox will need to be refreshed after each three-day sprint.

What type of sandbox should the App Builder provision to the developer?

Options:

A.

Developer

B.

Full Copy

C.

Developer Pro

D.

Partial Data

Question 20

Universal Containers (UC) has created a picklist field called Status on three separate custom objects. UC has a requirement to share the list of values for this field across each object.

Which feature would an app builder use?

Options:

A.

Field Update

B.

Global Picklist Value Set

C.

Dynamic Action

D.

Dependent Picklist

Question 21

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

Question 22

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.

Related record

B.

Related lists

C.

Highlights panel

D.

Activities

Question 23

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.

Question 24

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?

Options:

A.

Data Loader

B.

Salesforce Connect

C.

Salesforce to Salesforce

D.

Data Export Wizard

Question 25

Ann app builder has been to display an overdue date that is two months after a tasks due date. Which approach should the app builder take?

Options:

A.

Use process builder and set overdue date equal to Due Date + ((365/12)*2)

B.

Create a formula field using Due Date + 60

C.

Use process builder and set overdue Date equal to Due Date + 60

D.

Create a formula field using the ADDMONTHS () function

Question 26

AW Computing uses a private sharing model for opportunities. Whenever

an opportunity with a type of Service Agreement is created, all users in the Service

Manager role should be able to view the opportunity.

Which tool should AW Computing use to accomplish this?

Options:

A.

Owner-based sharing rules

B.

Criteria-based sharing rules

C.

Apex sharing rules

D.

Manual sharing

Question 27

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

Question 28

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?

Options:

A.

Grouping

B.

Bucket Columns

C.

Custom Report Type

D.

Filters

Question 29

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.

Question 30

A Service Coordinator (SC) for Ursa Major Solar (UMS) does a final review of work orders owned by a technician for a specific region before the records are submitted for an invoice. Beforeclosing out the work order, the SC needs to modify data or remove attachments that were added by mistake. The SC also needs access to any other related records owned by the technician.

What solution would provide the required access, given a private data model?

Options:

A.

Give the SC a permission set with the Modify All Data system permission.

B.

Put the SC in the role hierarchy above the technicians whose work orders they review.

C.

Create a workflow rule that updates records owned by technicians in that regionwith the SC.

D.

Change work order access on the SC's profile to 'Modify AIl.

Question 31

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

Question 32

Universal Containers (UC) has large data volumes and is nearing data storage limits. The planned solution is to archive historical data to reduce data storage in Salesforce; however, UC would still like to use reports, queries, and lookups on the archived information.

Which two options could meet this requirement?

Choose 2 answers

Options:

A.

Big objects

B.

Custom objects

C.

Related objects

D.

External objects

Question 33

An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?

Options:

A.

Standard buttons can be changed on lookup dialogs, list views, and search result layouts

B.

Standard buttons can be overridden with a Visualforce page

C.

Standard buttons that are not available for overrides can still be hidden on page layouts

D.

Standard buttons can be overridden, relocated on the detail page, and relabeled

Question 34

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

Question 35

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)

Question 36

Universal Containers (UC) requires that all users specify a contract is sent on each Opportunity prior to marking it as "Closed Won". UC wants to be able to report on how many Opportunities have sent Contracts compared to how many have a missing contract when the Opportunities closed.

Which field type should an app builder configure to fulfill this requirement?

Options:

A.

Text

B.

Text Area

C.

Picklise

D.

Checkbox

Question 37

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.

Question 38

 

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

Question 39

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

Question 40

Universal Containers wants to streamline its data capture process by linking fields together. They wish to do this so that the available value on dependents fields are driven by value selected on controlling fields. Which consideration supports the stated requirements? Choose 3 answers

Options:

A.

The import wizard only allows value to be imported into a dependent picklist if they match the appropriate controlling field

B.

Custom picklist field can be either controlling or dependent field

C.

Multi select picklist can be dependent picklist but not controlling fields

D.

Standard and custom picklist fields can be dependent fields.

E.

Checkbox fields can be controlling fields but not dependent fields

Question 41

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)

Question 42

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.

What 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_r, 5)

B.

TEXT(Account.Zip_Code_c, 5)

C.

LEFT(Account.Zip_Code_c, 5)

D.

LPAD(Account.Zip_Code__r, 5)

Question 43

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

Question 44

Cloud Kicks (CK) tracks the support level of its customers on the account record page. CK wants to show a text notification on a case record page when the related account is a platinum-level customer.

How could an app builder meet this requirement?

Options:

A.

Add a rich text area to the Case Lighting page > Set the component visibility of the rich text area to show when the account support level is platinum.

B.

Create a text-only Visualforce page > Drag the Visualforce component into the Case page layout > Set its visibility to show when the account support level is platinum.

C.

Create a text-only Visualforce page > Clone the case page layout > Drag the Visualforce component into the page, and assign the layout to platinum cases.

D.

Clone the Case Lightning page > Add a rich text area to the new page, and assign this page to platinum accounts.

Question 45

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.

Formula Field

B.

Quick Action

C.

Custom Button

D.

Lightning Web Component

Question 46

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.

Question 47

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.

Question 48

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

Question 49

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

Question 50

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.

Question 51

Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset.

Which approach should the app builder take to show Asset Inventory as a related list on Asset?

Options:

A.

Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page layout.

B.

Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory relatedlist to the Asset page layout.

C.

Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory related list to the Asset page layout.

D.

Create a master-detail relationship on Asset-to-Asset Inventory Add the Asset Inventory related list to the Asset page layout.

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

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.

Question 53

Cloud Kicks works on an annual subscription model. When a sales rep marks an opportunity as closed won, a new opportunity should automatically be created for the renewal. The contracts team works outside of Salesforce but also needs to be notified about closed deals in order to initiate the contract process with the customer.

Which automation solution would meet these requirements?

Options:

A.

Approval Process

B.

Validation Rule

C.

Process Builder

D.

Workflow Rule

Question 54

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.

Question 55

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.

Question 56

Manage at Universal Containers want a quick to create additional accounts to form a hierarchy from a parent account record. They want to auto-populate five fields based on the parent to make it easier for users to create the child accounts quickly.

Options:

A.

Custom Global Quick Action

B.

Custom Global Quick Account.

C.

Custom action on Account

D.

Custom link on Account

Question 57

Cloud Kicks wants to efficiently Increase the company's adoption of Salesforce while simultaneously moving away from their reliance on spreadsheets. An app builder is given a spreadsheet everyone is sharing that needs to be added to Salesforce. The object with fields needs to be created and the data inserted simultaneously.

Which tool should be used?

Options:

A.

Import Wizard

B.

Lightning Object Creator

C.

Data Loader

D.

Schema Builder

Question 58

Cloud Kicks (CK) switched to Lightning Experience and started using Chatter across its global workforce to support its fast-paced sales cycle. CK loves Chatter but struggle with gathering feedback from core team members, including understanding who is available to respond.

Which two ways could CK use Chatter to solve this problem?

Choose 2 answers

Options:

A.

Streams

B.

Polls

C.

Out of Office

D.

Topics

Question 59

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

Question 60

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

Question 61

Northern Trail Outfitters wants to broadcast an email to 7,000 contacts Salesforce on a regular basis but realizes Salesforce is mass functionality has a limitation on the number erf emails that can be sent each day.

What action should the app builder take?

Options:

A.

Request Salesforce increase the number of maximum daily emails.

B.

Develop Apex code and bghtnrrvg web component to send dairy emails

C.

Research and evaluate products available on AppExchange to send mass emails.

D.

Export Contacts to a CSV file and use an email client to send the emails.

Question 62

An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this? Choose 3 answers

Options:

A.

Currency

B.

Percent

C.

Date

D.

Checkbox

E.

Time

Question 63

Universal Containers has a custom object that holds over 100 fields. The app builder wants to break up the fields into separate tabs on the lightning page.

Which Lightning component is most appropriate to fulfill this requirement?

Options:

A.

Highlights panel

B.

Record detail

C.

Field section

D.

Accordian

Question 64

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.

Detail page layouts

B.

Component visibility filter

C.

Field-level security

D.

AppExchange

Question 65

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?

Options:

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.

Question 66

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.

Question 67

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

Question 68

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)

Question 69

Duplicate management for Leads has been implemented at Universal Containers but it seems duplicate leads are still being created. The Org Wide Default (OWD) is set to "Private" for Leads.

Which two actions help prevent duplicate Leads from being created?

Choose 2 answers

Options:

A.

Change the lead Hatching Rule to Block on create.

B.

Change OWD for Leads to Public Read.

C.

Change the Lead Duplicate Rule details to Bypass Sharing Rules.

D.

Change the Lead Assignment Rule to check for duplicates.

Question 70

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.

Question 71

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.

Question 72

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 or issue_c and_issue_c

B.

Read-Only access of Case issue =

C.

Read Only access on Case and case_issue__o

D.

Read-Only access on Case and issue__c

Question 73

Managers at Universal Containers want a quick way to create additional accounts to form a hierarchy from a Parent Account record They want to auto-populate five fields based on the parent to make it easier for users to create the child accounts quickly.

What should the app builder recommend?

Options:

A.

Add Path on Account hierarchy

B.

Add a custom link on Account

C.

Customize a Global Quick Action

D.

A Create a custom action

Question 74

A Cloud Kicks employee submitted an opportunity for approval by their manager.

What would happen if the employee attempts to edit the description field after submission?

Options:

A.

User will be presented with a 'Record Lock' notification.

B.

User will be able to edit the description field only.

C.

User will see the record is now owned by their manager.

D.

User will be able to edit the name, but unable to edit the description.

Question 75

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.

Question 76

Universal Containers has a new custom object for Invoices that includes an Invoice Number field, Before the Invoice object can be used, invoices will be migrated from an external system maintaining their current Invoice Number. After the migration, salesforce will be the system of record and each new Invoice created in Salesforce must have a unique Invoice Number.

How should the app builder configure the Invoice Number field?

Options:

A.

Create a Text filed for the original Invoice Number and an AutoNumber field for the Salesforce Invoice Number.

B.

Create a Text field and mark it as a unique external ID field.

C.

Create a Text field, then change it to AutoNumber after the migration.

D.

Create an AutoNumber field and migrate the Invoices

Question 77

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.

Question 78

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 stayat 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 remain even if it was over 255 characters.

C.

Preexisting information will cause a- e-r0- -essace to poo up.

D.

Preexisting information in the field will be completely lost.

Question 79

A new custom object is being created with a private sharing setting. The business wants to share individual records with specific people or group of people on a case-by-case basis. What options does the business user have to manually share individual records? Choose 3 answers

Options:

A.

Public Groups

B.

Permission Sets

C.

Roles

D.

Profiles

E.

Users

Question 80

Cloud Kicks (CK) wants to begin socializing and collaborating within Salesforce around customer accounts to discuss various topics. CK would like all company employees to see these conversations.

Which two features of Chatter would meet CK's business needs?

Choose 2 answers

Options:

A.

Set up new private Chatter groups.

B.

Set up new public Chatter groups.

C.

Use post action on the Account object.

D.

Use Chatter actions to create tasks to complete.

Question 81

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.

Question 82

Universal Containers asked the app builder to ensure when an account type changes to 'Past-Customer' the contacts directly related to that account get an updated status of 'Re-Market'.

Which automation should the app builder use to accomplish this task?

Options:

A.

Screen flow

B.

Lightning component

C.

Validation rule

D.

Record triggered flow

Question 83

What should an app builder consider when choosing a template for a new Lightning record page?

Options:

A.

The template is unable to be changed after the initial save.

B.

To view the record page, users need "View All Data" permissions for the object.

C.

A Page structure will automatically adapt to the device being used to view the record page.

D.

Select a new template for each type of device users use to view the record page.

Question 84

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.

Option A84

B.

Option B84

C.

Option C84

D.

Option D84

Question 85

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.

Question 86

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.

Question 87

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.

Page: 1 / 29
Total 291 questions