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

Home > Salesforce > App Builder > Platform-App-Builder

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

Question # 4

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?

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

Full Access
Question # 5

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

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

Choose 2 answers

A.

Avoid generating infinite loops.

B.

Apex has a different SOQL query limit than Flow.

C.

Create a process for each workflow rule.

D.

Combine actions when possible.

Full Access
Question # 6

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?

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.

Full Access
Question # 7

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

Choose 3 answers

A.

Plain text

B.

Rich text

C.

Filter list

D.

Report details

E.

Recent items

Full Access
Question # 8

Universal Containers wants sales reps to get permission from their managers before deleting Opportunities,

What can be used to meet these requirements?

A.

Process Builder with Submit for Approval action.

B.

Approval Process with a triggered Flow process.

C.

Approval Process with Time-Dependent Workflow action.

D.

Two-step Approval Process.

Full Access
Question # 9

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?

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.

Full Access
Question # 10

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?

A.

Developer Pro

B.

Partial Copy

C.

Full Copy

D.

Developer

Full Access
Question # 11

Cloud Kicks has leads owned by users and queues. The sales manager wants the status to change to working when a user takes ownership.

What does an app builder need to have in the criteria to ensure the process runs without error?

A.

BEGINS([Lead].OwnerId, ,,005")

B.

[Lead].Owner:User.Role Is Null = False

C.

[Lead].Owner:Queue.OwnerId Is Null = True

D.

NOT(ISBLANK([Lead].OwnerId))

Full Access
Question # 12

An app builder just added a lookup field to Account from the existing custom object, Box.

Which report type is automatically created?

A.

Boxes with or without Accounts

B.

Accounts with or without Boxes

C.

Boxes with Accounts

D.

Accounts with Boxes

Full Access
Question # 13

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

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

Full Access
Question # 14

The app builder at Northern Trail Outfitters created a report type for opportunities with or without shipments. The operations team wants to see the account rating Information on the report.

What should the app builder do to fulfill this request?

A.

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

B.

Add the Account Rating field to the opportunity record page.

C.

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

D.

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

Full Access
Question # 15

Northern Trail Outfitters wants the field sales team to only see the accounts that they own Separate North American and European marketing teams should only see accounts m their respective regions. The inside sales team needs to see all accounts in Salesforce.

How can this be accomplished?

A.

Set the Organization-Wide Default to Public for accounts. Create criteria- based sharing rules for each marketing team, and create an Inside Sales Team permission set with the "View Air setting for accounts,

B.

Set the Organization-Wide Default to Public for accounts. Create profiles for each marketing team, and create an Inside Sales Team role that is at the top of the Role Hteran

C.

Set the Organization-Wide Default to Private for accounts. Create criteria- based sharing rules for each marketing team, and create an Inside Sales Team profile with the "View All" setting for accounts.

D.

Set the Organization-Wide Default to Private for accounts. Create permission sets for each marketing team, and create an Inside Sales Team profile with the "View All" setting for accounts.

Full Access
Question # 16

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 # 17

The CRM Manager at Universal Containers has requested that a custom text field be converted to a picklist in order to promote better data hygiene. What needs to be considered before changing the field type? Choose 2 answers

A.

Existing list views that reference the field may be deleted.

B.

Field references will be removed in Visualforce pages

C.

All data should be backed up before converting a text field.

D.

Changing a field type will remove existing field history.

Full Access
Question # 18

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 # 19

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

A.

IF statements

B.

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

C.

Invocable processes

D.

The ISCHANGED function

Full Access
Question # 20

Ursa Major Solar (UMS) uses a public sharing model for accounts. UMS would like to move to a more restrictive sharing model but wants the Sales team to continue to have access to all account records with the sales record type.

Which two actions should an app builder complete to implement this change?

Choose 2 answers

A.

Update the Sales profile.

B.

Update the organization-wide defaults

C.

Create a criteria-based sharing rule.

D.

Create an owner-based sharing rule.

Full Access
Question # 21

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

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.

Full Access
Question # 22

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?

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

Full Access
Question # 23

An app builder wants to use Process Builder to automate some of the work being done by the sales team.

What are three capabilities ofProcess Builder that can improve productivity?

Choose 3 answers

A.

Send an email alert.

B.

Update a related record.

C.

Send an outbound message.

D.

Delete a related record.

E.

Create a child record.

Full Access
Question # 24

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?

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.

Full Access
Question # 25

Universal Containers wants to improve the process to create Opportunity records related to an Account. Many fields can be populated based on the Account record. Some fields require input from the user.

What should an app builder configure to meet the requirement?

A.

Process Builder triggered from Opportunity update

B.

Quick Action on the Account object

C.

Quick Action on the Opportunity object

D.

Process Builder triggered from Account update

Full Access
Question # 26

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 # 27

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 # 28

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 # 29

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

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

A.

DATFTIMEVALUE()

B.

TODAY()

C.

DATEVALUE()

D.

NOW()

Full Access
Question # 30

The CFO of Cloud Kicks needs a way for new vendors to accept terms on agreements for any new major retail store lease before the opportunity can be closed.

Which feature should be used to handle this requirement?

A.

Email Alert

B.

Dynamic Action

C.

Approval Process

D.

Validation Rule

Full Access
Question # 31

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

Which three features would meet the business requirements?

Choose 3 answers

A.

Workflow

B.

Process Builder

C.

Apex

D.

Chatter action

E.

Flow

Full Access
Question # 32

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 # 33

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 # 34

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

Choose 2 answers

A.

Quick Action

B.

Approval Process

C.

Flow Launcher

D.

Apex

Full Access
Question # 35

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?

A.

Create a Chatter group.

B.

Create Chatter bookmarks

C.

Create a Chatter stream.

D.

Create a Chatter notification.

Full Access
Question # 36

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 # 37

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

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.

Full Access
Question # 38

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 # 39

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?

A.

Auto-response rule

B.

Workflow rule

C.

Feed tracking

D.

Feed quick action

Full Access
Question # 40

Shipments at Cloud Kicks (CK) are created and updated by the warehouse staff in a shipping application. The Information needs to be pushed into Salesforce on a regular basis. CK's app builder creates a custom object called Delivery_c to track the information.

How can the app builder prevent creating duplicate delivery records and update the correct existing records when migrating data from the shipping application?

A.

Use the Import Wizard and match on the tracking number.

B.

Create a unique External ID field and use Dataloader.

C.

Use the Import Wizard and match on the Salesforce ID.

D.

Create a duplicate match rule and use Dataloader.

Full Access
Question # 41

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 # 42

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?

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.

Full Access
Question # 43

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?

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))

Full Access
Question # 44

Universal Containers would like to embed a chart of all related Opportunities, by stage, on the Account detail page. Which type of report should the App Builder create to add to the Account page layout?

A.

A summary report on the Opportunity object.

B.

A summary report on the Account object.

C.

A tabular report on the Account object.

D.

A tabular report on the Opportunity object.

Full Access
Question # 45

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 # 46

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?

A.

Lookup

B.

Hierarchical

C.

Master-Detail

D.

Many to Many

Full Access
Question # 47

Universal Containers has a custom picklist called Support Level on the Account object. They would like to show the real-time value of Support Level on all case records.

How should an app builder implement this requirement?

A.

Create a formula field on the Case object using the TEXT function.

B.

Create a formula field on the Account object using the ISPICKVAL function.

C.

Create a Process Builder and use a field update on the Case object.

D.

Create a roll-up summary field using Support Level on the Account object.

Full Access
Question # 48

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 # 49

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

A.

Highlights panel

B.

Chatter

C.

Activities

D.

Path

Full Access
Question # 50

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

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

Full Access
Question # 51

An app builder is tasked with adding key performance indicators on client pages. They want to see a summary of the number of open Opportunities and the number of won Opportunities for each Account.

Where should the app builder go to build these new rollups?

A.

Lightning App Builder

B.

Account Object

C.

Lightning Object Creator

D.

Opportunity Object

Full Access
Question # 52

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?

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.

Full Access
Question # 53

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?

A.

ISNUMBER(Id)

B.

CASESAFEID(Id)

C.

TEXT(Id)

D.

VALUE(Id)

Full Access
Question # 54

Universal Containers has created two custom objects called Seminars and Attendees. Organization-wide defaults for these objects have been set to Private. Universal Containers wants to set up a new Junction object between these custom objects. A select group of users should be able to edit records in the Junction object.

Which two steps should an app builder take to configure the proper security?

A.

Set Sharing Settings to Road Only on both Master-Detail relationship fields.

B.

Create owner-based sharing rules that give Read access to the master objects.

C.

Sat lookup filters on both Junction object relationship field.

D.

Create an owner-based sharing rule that gives Road action to the junction object.

Full Access
Question # 55

The sales team receives a list of approximately 800 leads each morning from the marketing team. The marketing team does not know if any of the leads are

currently in the pipeline and sends the entire list each morning.

Which tool should be used to import these leads into Salesforce while preventing the duplicates from being inserted?

A.

Dataloaderio

B.

Data Import Wizard

C.

Data Loader

D.

Manual entry

Full Access
Question # 56

Universal Containers (UC) has a custom Invoice object and a custom Invoice Line 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.

Full Access
Question # 57

Sales reps want the ability to see who can view their account records and how the people have access.

Which button should the app builder add to the Account page layout to enable this?

A.

Sharing Hierarchy

B.

New Task

C.

Sharing

D.

Fait

Full Access
Question # 58

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 # 59

Universal Containers deployed an app in a large change set from a Developer Sandbox to a Developer Pro Sandbox used for testing. After testing, changes had to be made to several of the components in the change set.

How should an app builder move the new changes to the Developer Pro Sandbox?

A.

Refresh the text sandbox and re_display the change set.

B.

Clone the change set and re_display

C.

Rename the change set, add the changes and re_display

D.

Update the change set and re_display

Full Access
Question # 60

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 # 61

An app builder needs to deploy a new account detail page layout from sandbox to production.

Which three components should an app builder include in the Change Set to ensure it deploys successfully and visually as expected?

Choose 3 answers

A.

Detail page layout

B.

Custom fields

C.

Custom actions

D.

Lightning App Builder

E.

System administrator profile

Full Access
Question # 62

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

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.

Full Access
Question # 63

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'

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.

Full Access
Question # 64

The app builder at AW Computing has been asked to track the number of times a case has been reopened.

Which solution should the app builder utilize to help with this request?

A.

Scheduled Triggered flow

B.

Screw flow

C.

Process Builder

D.

Apex Trigger

Full Access
Question # 65

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.

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.

Full Access
Question # 66

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 # 67

An app builder created multiple custom fields, page layouts, and reports in the sandbox and added them to a change set was deployed to production, the reports were NOT deployed.

What should the app builder do?

A.

Move the reports to the Untried Public Reports folder and add them to a new change set.

B.

Move the reports from the Unfiled Public Reports folder and add them to a new change set

C.

Recreate the reports in production. Reports are not supported in change sets

D.

Add the reports to an unmanaged package and install the unmanaged package into production.

Full Access
Question # 68

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 # 69

Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead. What should an app builder configure to meet these requirements?

A.

Create three lead record types each with its own page layout containing the relevant fields

B.

Create a partner community and a record type for web and trade show leads

C.

Create three sections on the lead layout and instruct users to collapse the non-relevant fields

D.

Create custom page payouts for each type of lead only containing the relevant fields

Full Access
Question # 70

The app builder at Ursa Major Solar has just created a master-detail relationship between a parent object Galaxy__c and child object

Star__c.

What would be the effect of creating this type of relationship if users want to report on Galaxy__c with Star__c?

A.

A Star__c report typewith Galaxy__c as a field will be automatically created.

B.

A new custom report type will need to be created for Star__c with lookup fields from Galaxy__c.

C.

A Galaxy__c with Star__c report type will be automatically created.

D.

A new custom report type will need to be created for Galaxy__c with Star__c.

Full Access
Question # 71

A user is unable to use inline editing on a list view. A quick check verifies the user should be able to perform inline editing as they have been assigned the appropriate permissions.

Which two conditions should the app builder review?

Choose 2 answers

A.

If the list view restricts sharing for the user

B.

If the list view selected is the recently viewed list view

C.

If the list view contains a chart created by the user

D.

If the list view contains more than one record type

Full Access
Question # 72

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 # 73

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

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.

Full Access
Question # 74

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 # 75

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 # 76

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

What automation tool should the app builder recommend?

A.

Quick action

B.

Approval process

C.

Validation rule

D.

Workflow rule

Full Access
Question # 77

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

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

A.

A quick action

B.

A default action

C.

A custom button

D.

A custom link

Full Access
Question # 78

 

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

Full Access
Question # 79

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 # 80

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 # 81

Ursa Major Solar is ramping up the sales team to meet increased demand. As part of the short ramp up for these new reps, the manager wants to provide a help guide to enable reps to easily get help where needed during the different sales processes.

Which solution should an app builder recommend?

A.

Flow

B.

Journey Builder

C.

Chatter Publisher

D.

Path

Full Access
Question # 82

Ursa Major Solar's service department gets requests for several types of services, such as installation, repair, and maintenance. Service managers need to be able to tell when maintenance was last done on on asset to help determine If they are meeting contract agreements, but the last maintenance date can be difficult to determine when there are many work orders related to the asset. They think it would be helpful to have a field auto-populated on the Asset record when a maintenance work order gets closed.

What tool should an app builder recommend to help meet this requirement?

A.

Visualforce

B.

Roll-up Summary

C.

Apex Trigger

D.

Flow

Full Access
Question # 83

At Ursa Major Solar, there is a single Lightning record page for the Celestial Bodies custom object; however, there is a Lightning component the app builder wants to restrict to mobile app users.

Which feature on the Lightning app builder should be utilized?

A.

Chatter feed

B.

Highlights panel

C.

Component visibility filter

D.

Related list quick links

Full Access
Question # 84

Universal Containers is expecting impacts to operations due to increased demand. The executive team will be reaching out to current customers and want to see the number of open cases for the account and parent account.

Which two tools could an app builder combine to display the number of open cases on the account page?

Choose 2 answers

A.

Flow

B.

Workflow

C.

Approval Process

D.

Process Builder

Full Access
Question # 85

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

A.

Big objects

B.

Custom objects

C.

Related objects

D.

External objects

Full Access
Question # 86

An app builder has downloaded a component from the AppExchange successfully; however, they are unable to add it to the Lightning home page.

Which two reasons can be preventing the app builder from being able to add the custom component?

Choose 2 answers

A.

My Domain must be deployed to add custom components to the page with the App Builder.

B.

A custom tab must be created to add custom components to the page with the App Builder.

C.

The component requires a developer permission to add it to the page with the App Builder.

D.

The component is tagged for record pages instead of home pages and is not showing up in the App Builder.

Full Access
Question # 87

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

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

Full Access