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

Platform-App-Builder Exam Dumps - Salesforce Certified Platform App Builder(SP23)

Question # 4

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?

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.

Full Access
Question # 5

Properly installing managed packages helps prevent conflicts with customizations made by customers and partners.

What functionality should be used to set up packages?

A.

Description

B.

Allow sharing

C.

Help setting

D.

Namespace

Full Access
Question # 6

Universal Containers manages leads in a Lead qualification queue where sales reps can accept ownership of the Lead. Campaign members are required to have a sales owner.

What validation rule should an app builder configure?

A.

AND( ISBLANK(Lead.Owner.Id) )

B.

NOT(ISNEW() && ISBLANK(Lead.Owner:Queue.Id))

C.

AND(ISNEW(), ISBLANK(Lead.Owner:User.Id))

D.

NOT(ISBLANK(Lead.Owner:Queue.Id))

Full Access
Question # 7

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?

A.

Multi-select picklist Meld

B.

Picklist field

C.

Lookup field

D.

Text field

Full Access
Question # 8

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

A.

Currency

B.

Percent

C.

Date

D.

Checkbox

E.

Time

Full Access
Question # 9

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

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.

Full Access
Question # 10

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?

A.

Screen flow

B.

Lightning component

C.

Validation rule

D.

Record triggered flow

Full Access
Question # 11

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

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.

Full Access
Question # 12

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?

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

Full Access
Question # 13

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?

A.

Import Wizard

B.

Lightning Object Creator

C.

AppExchange

D.

Flow Builder

Full Access
Question # 14

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?

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.

Full Access
Question # 15

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?

A.

Formula Field

B.

Quick Action

C.

Custom Button

D.

Lightning Web Component

Full Access
Question # 16

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?

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.

Full Access
Question # 17

A custom field on an account is used to track finance information about a customer. Only members of the Finance Team have access to this field. However, the business wants to allow one customer service agent, who is assigned the customer service profile, read-only access to this field for special circumstances. What is the recommended solution to grant the customer service agent access to the field?

A.

Create a permission set that allows read-only access to the field via Field Level Security and assign it to the agent.

B.

Create a new profile to allow for read-only access to the field via Field Level Security and assign it to the agent

C.

Update the Customer Service Profile already assigned to the agent to allow for read-only access to the field via Field Level Security

D.

Update the custom field’s Field Level Security in setup to allow the agent read-only access to the field.

Full Access
Question # 18

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

Choose 2 answers

A.

Tabular format

B.

Summary format

C.

Joined format

D.

Matrix format

Full Access
Question # 19

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

A.

Forecast category

B.

Stage

C.

Lead source

D.

Type

Full Access
Question # 20

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?

A.

Chatter Feed Tracking

B.

Object Settings

C.

Chatter Settings

D.

Approval Process Settings

Full Access
Question # 21

Cloud Kicks has three types of customer support processes: Platinum, Diamond, and Bronze. The app builder created separate record types for each process on the Case object. The customer support team should be unable to create new cases with the Bronze record type.

How should this requirement be met?

A.

Update the organization-wide defaults to private for Case.

B.

Update the support team profile to remove the Bronze record type.

C.

Create permission set group for Case that includes Platinum and Diamond record types.

D.

Make the record type hidden to support users; update sharing roles to private.

Full Access
Question # 22

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

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

Full Access
Question # 23

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

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.

Full Access
Question # 24

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?

A.

A managed package from AppExchange

B.

An unmanaged package from AppExchange

C.

An open-source unmanaged package

D.

An open-source custom development

Full Access
Question # 25

Universal Containers wants to match Opportunity data from Salesforce to the records in a financial database.

What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?

A.

Salesforce Record ID

B.

TEXT(Id)

C.

External ID

D.

CASESAFE(Id)

Full Access
Question # 26

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

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

Full Access
Question # 27

When a sales rep submits an account for approval, Universal Containers wants the user to answer additional questions via a popup window to populate additional record fields.

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

A.

Process Builder and Flow

B.

Lightning component and Process Builder

C.

Custom picklist field and Process Builder

D.

Custom button and Flow

Full Access
Question # 28

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?

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.

Full Access
Question # 29

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

Full Access
Question # 30

What option is available to an App Builder when defining an object-specific Create Record custom action? Choose 2 answers

A.

Pre-Defining field values on the target object.

B.

Redirecting the end user to the detail page of the target object

C.

Specifying the fields and layout of the action.

D.

Allowingthe end user to choose the record type

Full Access
Question # 31

An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers.

Which two steps are necessary to accomplish this task?

Choose 2 answers

A.

Add the app to a Visualforce page.

B.

Upload the app to Static Resources.

C.

Create a subdomain using My Domain.

D.

Build a Custom Tab for the app.

Full Access
Question # 32

Cloud Kicks works on an annual subscription model. When a sale 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 initial the contract process with the customer.

Which automation solution would meet these requirements?

A.

Approval Process

B.

Outbound Message

C.

Validation Rule

D.

Record-triggered flow

Full Access
Question # 33

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?

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.

Full Access
Question # 34

At Ursa Major Solar there is a requirement for a new field called Planet Details on the Planet object where users can write detailed descriptions that can include pictures and links.

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

Full Access
Question # 35

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

A.

Streams

B.

Polls

C.

Out of Office

D.

Topics

Full Access
Question # 36

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?

A.

Use an AppExchange solution.

B.

Build a screen flow page.

C.

Build a Lightning record page.

D.

Use a Boit solution

Full Access
Question # 37

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

A.

Home Screen

B.

In-App Notification

C.

Record Detail

D.

Navigation Menu

Full Access
Question # 38

An app builder wants to add the option to 'Send New Email' from Leads, Contacts and Accounts for users on mobile.

What is the benefit of using global actions to accomplish this?

A.

Global actions can be accessed anywhere actions are pages, feed and Chatter groups,

B.

Salesforce Lightning Component Library houses existing global actions prebuild for use.

C.

The global action's layout automatically clones the default page layout.

D.

Global actions are record-specific and are available when searching that particular

Full Access
Question # 39

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?

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.

Full Access
Question # 40

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?

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.

Full Access
Question # 41

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?

A.

Stack post

B.

Chatter approval

C.

Automated email message

D.

Approval process

Full Access
Question # 42

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

A.

AppExchange

B.

Validation Rule

C.

Approval Process

D.

Apex

Full Access
Question # 43

The DreamHouse Realty (DR) service manager has asked for some improvements in case management to enforce process compliance so that cases are unable to be reverted to an earlier case status, and to ensure that certain fields are required when specific case criteria are met.

What solution should an app builder implement to meet these requirements?

A.

Workflow Rules

B.

Process Builder

C.

A Validation Rules

D.

Activities Component

Full Access
Question # 44

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?

A.

Flow

B.

Approval Process

C.

Roll-up summary

D.

Cuctom object

Full Access
Question # 45

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?

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.

Full Access
Question # 46

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?

A.

Data Loader

B.

A Lightning Object Creator

C.

Import Wizard

D.

Schema Builder

Full Access
Question # 47

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?

A.

Developer

B.

Full Copy

C.

Developer Pro

D.

Partial Data

Full Access
Question # 48

At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green. Which formula would accomplish this requirement? Choose 2 answers

A.

CASE(Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “/s.gif”)

B.

IMAGE(IF(ISPICKVAL(Priority, “Low”), “img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “img/samples/flag_red.gif”))), “Priority Flag”)

C.

IF (ISPICKVAL(Priority, “Low”), “img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority,“High”), “img/samples/flag_red.gif”, “/s.gif”)))

D.

IMAGE (CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “Priority Flag”)

Full Access
Question # 49

At Ursa Solar Major, only users with the Outer Planets profile need to see

the Jupiter field on the Solar System object.

How should the app builder satisfy this requirement?

A.

Classic encryption

B.

Filtered view

C.

Field-level security

D.

Sharing rules

Full Access
Question # 50

An app builder received a request to extend record access beyond the organization-wide defaults configured. Which two features satisfy this requirement?

Choose 2 answers

A.

Sharing Rules

B.

Public Groups

C.

Permission Set Groups

D.

Manual Sharing Rules

Full Access
Question # 51

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

A.

App Menu

B.

Lightning App Builder

C.

App Manager

D.

Lightning Record Page

Full Access
Question # 52

An app builder wants to create a new field using Schema Builder.

Who will get access to the new field by default?

A.

Standard profiles

B.

No profiles

C.

Internal profiles

D.

All profiles

Full Access
Question # 53

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?

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.

Full Access
Question # 54

What are two capabilities of Schema Builder? Choose 2 answers

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

Full Access
Question # 55

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?

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.

Full Access
Question # 56

An app builder has deployed a change set from a sandbox to production. There is a long delay in the deployment.

What can be causing the delay?

A.

Profiles are included in the change set.

B.

A field type change is included in the change set.

C.

Dependent fields are included in the change set.

D.

Roles are included in the change set.

Full Access
Question # 57

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?

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.

Full Access
Question # 58

The brokers at DreamHouse Realty (DR) are having an Issue when using the Salesforce mobile app on their (Phones. There are several key fields on the contact record they need access to at a glance. Because of the small screen, they currently have to scroll down the page to view the information.

What should the app builder at DR use to configure the Salesforce mobile app to show these key fields at the top of the screen?

A.

Compact layout

B.

Record Detail component

C.

Object specific action

D.

Mobile navigation

Full Access
Question # 59

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

A.

Path

B.

Rich text

C.

Related record

D.

Tabs

Full Access
Question # 60

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

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.

Full Access
Question # 61

An app builder notices several Accounts converted from Leads are missing information they expected to be caught via Account validation rules.

What could be the source of this issue?

A.

The lead settings are unchecked to require validation for converted leads.

B.

Account validation rules fail to validate on records converted from a lead.

C.

The lead settings are allowing users to intentionally bypass validation rules.

D.

Lead validation rules fail to validate on records when they are being converted.

Full Access
Question # 62

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?

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

Full Access
Question # 63

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?

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.

Full Access
Question # 64

Universal Containers uses a custom picklist called Account_Region__c on the Account object. The vice president of

sales has asked that the value of this field is visible on Opportunities.

How should an app builder create this solution?

A.

Lookup field

B.

Field-level security

C.

Field history tacking

D.

Cross-object formula field

Full Access
Question # 65

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?

A.

Related record

B.

Related lists

C.

Highlights panel

D.

Activities

Full Access
Question # 66

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?

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

Full Access
Question # 67

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?

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.

Full Access
Question # 68

An app builder wanes to show Groups as the last navigation menu item in the mobile app. However, (he app builder is unable to select Groups as one of the items on the drop-down menu.

What could cause this?

A.

Groups is available in the recent section of the navigation menu.

B.

Groups is included m the Smart Search items butunavailable on the navigation menu.

C.

Groups is unavailable in the selected list for the navigation menu.

D.

Groups is available in the Chatter section of the navigation menu.

Full Access
Question # 69

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?

A.

Add a dynamic report to the page layout

B.

Create a lightning webcomponent

C.

Install a solution from the appexchange

D.

Build a visual flow that users API calls

Full Access
Question # 70

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?

A.

Owner-based sharing rules

B.

Criteria-based sharing rules

C.

Apex sharing rules

D.

Manual sharing

Full Access
Question # 71

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?

A.

Highlights panel

B.

Record detail

C.

Field section

D.

Accordian

Full Access
Question # 72

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

A.

Cannot create formula fields.

B.

Cannot see existing relationships between objects.

C.

Cannot add fields to page layouts.

D.

Cannot create lookup relationships.

Full Access
Question # 73

Cloud Kicks received a new requirement to calculate summaries from child objects of a standard object. The team would prefer to solve this declaratively.

What are two considerations an app builder should evaluate?

Choose 2 answers

A.

An app builder is unable to change a look up to a master-detail relationship.

B.

An object can have up to two master-detail relationships.

C.

A trigger on save or update can kick off calculations.

D.

A value is required in all records of the lookup field prior to converting to a master-detail relationship.

Full Access
Question # 74

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?

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)

Full Access
Question # 75

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

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.

Full Access
Question # 76

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?

A.

Master-Detail Child Object

B.

Text Area (Long)

C.

Multi-select Picklist

D.

Lookup Object

Full Access
Question # 77

Ursa Major Solar (UMS) has a custom object where they track Galactic Vendors. The object has four custom fields for the Galactic Vendors's location:

The UMS's leadership wants these fields to be concatenated into a single formula field on two lines.

Which formula fulfills this requirement?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 78

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?

A.

Number

B.

Geolocation

C.

Reference

D.

External Lookup

Full Access
Question # 79

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?

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

Full Access
Question # 80

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?

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.

Full Access
Question # 81

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

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.

Full Access
Question # 82

Ursa Major Solar has a lookup relationship between a custom Galaxy _c object and a custom Star_c object. An app builder wants to create a roll-up summary field that counts the total number of Star_c records related to each Galaxy__c record.

How would the current configuration impact the ability to achieve the desired result?

A.

The roll-up summary can be achieved by creating a formula field on the Galaxy__c object.

B.

The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.

C.

The roll-up summary can be achieved by creating a formula field on the Star__c object.

D.

A roll-up summary field will need to be created on the Galaxy__c object with a field filter that select all related Star_c records

Full Access
Question # 83

DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system.

Which two field types are allowed as an external ID?

A.

Number field

B.

URL field

C.

Test field

D.

Phone field

Full Access
Question # 84

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?

A.

Thanks

B.

Publisher Actions

C.

Topics

D.

Feed Tracking

Full Access
Question # 85

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

Full Access
Question # 86

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?

A.

Developer

B.

Partial Copy

C.

Developer Pro

D.

Scratch Org

Full Access
Question # 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?

A.

Approval process

B.

Workflow

C.

Flow

D.

Process Builder

Full Access