Winter Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

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

Salesforce Certified Platform App Builder (SU24) Questions and Answers

Question 1

AW Computing has a custom object for service plans.

A service plan needs to be associated to one and only one contact. The support manager noticed if the wrong contact is associated, the reps are unable to change the contact. The app builder already confirmed the user has correct access to the field and there are no validations associated with the service

plans.

What could be causing the issue?

Options:

A.

The Read Only radio button, Allows users with at least Read access to the Master record to create, edit, or delete related Detail records, is selected.

B.

The Allow reparenting checkbox, Child records can be reparented to other parent records after they are created, is unchecked.

C.

The Read/Write radio button, Allows users with at least Read/Write access to the Master record to create, edit, or delete related Detail records, is selected.

D.

The Allow reparenting checkbox, Child records can be reparented to other parent records after they are created, is checked.

Question 2

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?

Options:

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

Question 3

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 4

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 5

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 6

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 7

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 8

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)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 9

UC has a requirement that an opportunity should have a field showing the value of its associated account's billing state. This value should not change after the opportunity has been created. Is there a recommended solution to configure this automated behavior?

Options:

A.

Formula field

B.

Apex

C.

Workflow

D.

Roll-up summary field

Question 10

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

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

Choose 2 answers

Options:

A.

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

B.

Use two Tabs components to separate record information from activities.

C.

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

D.

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

Question 11

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?

Options:

A.

Long Text Area

B.

Rich Text Area

C.

Multi-Select Picklist

D.

URL

Question 12

An app builder has created a change set and deployed a report from their development sandbox for User Acceptance Testing. When the app builder runs the report, no data is returned.

What can be a reason for this?

Options:

A.

Reports have to be deployed with Salesforce DX.

B.

Reports have to be manually re-created in each environment.

C.

Data is deployed when added to a change sets.

D.

Data is unable to be deployed with change sets.

Question 13

The CFO of Cloud Kicks needs to sign off on any major show retail deal that has a discount of more than 30% before the deal can be closed.

What feature would be used to handle this requirement?

Options:

A.

Approval Process

B.

Email Alert

C.

Field Update

D.

Workflow Rule

Question 14

An app builder is creating a custom object called Testimonial__c and wants toconnect Testimonial__c records with both the submitter's

Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the

Account remains, the Testimonial__c should remain.

How should this be accomplished?

Options:

A.

Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships fromTestimonial__c to Contact and to Account.

B.

Create a master-detail relationship from Testimonial__c to Accountand a lookup relationship from Testimonial__c to Contact.

C.

Make Testimonial__c a junction object between Account and Contact using master-detail relationships.

D.

Create a lookup relationship from Testimonial__c to Account and a master-detail relationship from Testimonial__c to Contact.

Question 15

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

Which report type is automatically created?

Options:

A.

Boxes with or without Accounts

B.

Accounts with or without Boxes

C.

Boxes with Accounts

D.

Accounts with Boxes

Question 16

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

Which validation formula should the app builder use?

Options:

A.

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

B.

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

C.

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

D.

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

Question 17

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.

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

Question 18

An app builder has created a new report type but users are unable to select it from the Report Type list when making a new report for records they own.

What could be causing this issue?

Options:

A.

Access to the necessary object is unavailable.

B.

The report type is in a status of Deployed.

C.

Access to Create and Customize Reports is disabled.

D.

The report type is in a status of in Development.

Question 19

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 20

Universal Containers utilizes opportunities and a custom object called Detaited.Sales__c. The company would like to roll sales metrics up to an opportunity for only Detailed.Sales__c records that have their picklist status set to Active.

What is the recommended method for the app builder to achieve this request?

Options:

A.

Utilize the AppExchange to download a third-party application that can roll­_up the sales dollars with the appropriate filter.

B.

Create a master-detail relationship between the parent and child object with a roll-up summary field that fitters on the status held.

C.

Create a lookup relationship between the parent and child object with a roll-up summary held that filters on the status field.

D.

Utilize Apex code to roll up the desired amounts.

Question 21

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 22

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?

Options:

A.

Visualforce

B.

Roll-up Summary

C.

Apex Trigger

D.

Flow

Question 23

An app builder wants to create a custom object and 10 fields.

What should they use to create the object, fields, and relationships quickly from one place?

Options:

A.

Schema Builder

B.

Developer Console

C.

Manage Field Permissions

D.

Lightning Object Creator

Question 24

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 25

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?

Options:

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.

Question 26

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

Options:

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.

Question 27

DreamHouse Realty (DR) asks for some improvements in case management. They want 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.

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

Options:

A.

Configure validation rules with help text.

B.

Create dependent picklist fields and set them as required.

C.

Use an approval process to check field criteria are met.

D.

Make the fields required on the page layout.

Question 28

Cloud Kicks (CK) increased its Salesforce development efforts so that it now has multiple custom development efforts happening in parallel. CK's developers and admins perform the custom (rations and have complained that working in one sandbox has led to many problems. They requested a solution in which they can work in at least 20 different sandboxes at once, that all start with the same base configuration and data.

What should an app builder use to solve the problem?

Options:

A.

Sandbox refreshes

B.

Full copy sandboxes

C.

Partial copy sandboxes

D.

Sandbox during

Question 29

Cloud Kicks wants to display the number of opportunities that are Closed Won with a Close Date within the last year on the Account detail page.

Which tool should an app builder use to implement this?

Options:

A.

Process Builder

B.

Activity Timeline

C.

Roll-Up Summary Field

D.

Workflow Rule

Question 30

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?

Options:

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.

Question 31

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 32

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 33

A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect.

What should an app builder do to help achieve this goal without sacrificing data quality?

Options:

A.

Research and evaluate data enrichment products on the AppExchange to automate data entry.

B.

Post daily to the Chatter feed any relevant fields that need to be populated.

C.

Use Flow to create a data entry wizard to automate data entry.

D.

Use a combination of workflow rules and formula fields to populate key fields for the sales user.

Question 34

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

Options:

A.

Cannot create formula fields.

B.

Cannot see existing relationships between objects.

C.

Cannot add fields to page layouts.

D.

Cannot create lookup relationships.

Question 35

An app Builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another App Builder creates a workflow rule with a field update that sets the Industry field to Technology whenever the Billing City field is set to San Francisco. What will happen the next time a sales person saves an Account with a Billing City of San Francisco?

Options:

A.

The record will save and the Industry field will change to Technology

B.

The record will not save and the validation rule’s error messagewill be displayed

C.

The record will not save and no error message will be displayed

D.

The record will save but the Industry field will not change to Technology

Question 36

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

What automation should the app builder use?

Options:

A.

Screen flow

B.

Process Builder

C.

Apex code

D.

Workflow rule

Question 37

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 38

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

Options:

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.

Question 39

An app builder has a custom component they want to make available on the utility bar, but the component is unavailable.

How should the component be tagged?

Options:

A.

For use on record pages.

B.

For use in Lightning App Builder.

C.

For use on the utility bar.

D.

For use in App Manager.

Question 40

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?

Options:

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.

Question 41

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 42

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

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

Options:

A.

Stack post

B.

Chatter approval

C.

Automated email message

D.

Approval process

Question 43

Universal Container's sales reps can modify fields on an opportunity until it is closed.

The sales operations team has access to modify the Post-Close Follow-up Date and Post-Close Follow-up Comments fields after the opportunity is closed. After the

opportunity is closed, the rest of the fields are read only.

How should these requirements be met?

Options:

A.

Use record types with field sets and restrict editing fields using field-level security.

B.

Use field-level security on page layouts to restrict editing fields.

C.

Use field-level security on page layouts with record types to restrict editing fields,

D.

Use field-level security to mark fields as read-only on the Sales profile.

Question 44

Cloud Kicks Is redefining its entire business process to convert the Manager Notes field from a long text area files. The goal is to encourage managers to be more concise In their comments and stay at 255 characters or less. There is preexisting information In the Manager Notes field that often is well beyond the character limit.

What would happen to any existing information if the app builder tries to convert a preexisting long text area field to text area'

Options:

A.

Preexisting information will truncate to the first 255 characters.

B.

Preexisting Information in the field will be completely lost.

C.

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

D.

Preexisting information will cause an error message to pop up.

Question 45

Universal Containers wants to give sales managers the ability to quickly provide sign off on an Opportunity via the Opportunity record page when a sales rep

has discounted a deal by 20% to 30%.

Which two features should be used for this requirement?

Choose 2 answers

Options:

A.

Validation Rule

B.

Dynamic Actions

C.

Schema Builder

D.

Approval Process

Question 46

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?

Options:

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

Question 47

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?

Options:

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.

Question 48

DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquired. DR executives want to automate the submission travel request forms to enforce the Internal policy.

How should an app builder automate travel requests based on these criteria?

Options:

A.

Process Builder

B.

Workflow rule

C.

Approval process

D.

Apex

Question 49

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 50

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 51

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 52

An app builder installed a custom Lightning component from AppExchange and has deployed My Domain.

What should be done next in order to configure the component for use in a record page?

Options:

A.

Edit a record page using Lightning App Builder > Drag the component onto the page.

B.

Edit a record page using the Page Layout editor > Drag the component onto the page.

C.

Edit a record page using the Page Layout editor > Drag the Visualforce component onto the page.

D.

Edit a record page using App Manager > Drag the component onto the page.

Question 53

Universal Containers wants users to have access to the pricing guidelines document when viewing a Contract related to an Account.

What feature should an app builder use to create easy access to the document?

Options:

A.

Quick Action on the Contracts object

B.

Quick Action on the Account object

C.

A custom detail page link on the Account object

D.

A custom detail page link on the Contract object

Question 54

An app builder needs to create new automation on an object.

What best practice should the app builder follow when building out automation?

Options:

A.

One Workflow rule per object.

B.

One Flow per object.

C.

One invocable process per object.

D.

One record change process per object.

Question 55

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 56

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 57

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

Choose 3 answers

Options:

A.

Plain text

B.

Rich text

C.

Filter list

D.

Report details

E.

Recent items

Question 58

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?

Options:

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.

Question 59

An app builder at Universal Containers has been asked to add the Chatter feed to a custom object record page.

Which approach should the app builder use?

Options:

A.

Add the standard Chatter feed component.

B.

Add the standard related list component

C.

Add a custom Chatter feed component

D.

Add the Chatter feed component from the AppExchange.

Question 60

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 61

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 62

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 63

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?

Options:

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

Question 64

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 65

A sales manager has noticed that reps continue to input contacts directly in

their phone instead of adding them to Salesforce.

What should an app builder recommend to ensure the data makes it into Salesforce?

Options:

A.

Enable in-app notifications every time a contact is created.

B.

Allow Salesforce to import Contacts from mobile device Contact lists.

C.

Enable offline create, edit, and delete in Salesforce for Android and iOS.

D.

Allow users to relate a contact to multiple accounts.

Question 66

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 67

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?

Options:

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.

Question 68

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

Options:

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.

Question 69

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?

Options:

A.

Scheduled Triggered flow

B.

Screw flow

C.

Process Builder

D.

Apex Trigger

Question 70

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 71

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?

Options:

A.

DATFTIMEVALUE()

B.

TODAY()

C.

DATEVALUE()

D.

NOW()

Question 72

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?

Options:

A.

Workflow Rules

B.

Process Builder

C.

A Validation Rules

D.

Activities Component

Question 73

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?

Options:

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

Question 74

Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.

What can be the issue?

Options:

A.

The record page needs to be activated.

B.

The component has been developed for Desktop Pages.

C.

The component needs to be activated.

D.

The record page template is unable to support mobile devices.

Question 75

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?

Options:

A.

Roll-up summary field

B.

Lookup field

C.

Master-detail relationship field

D.

Number field

Question 76

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?

Options:

A.

Approval process

B.

Workflow

C.

Flow

D.

Process Builder

Question 77

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?

Options:

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.

Question 78

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?

Options:

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.

Question 79

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

Options:

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

Question 80

Cloud Kicks's management team frequently travels and wants to approve requests from their team on the go via Chatter.

Where would an app builder enable this ability?

Options:

A.

Chatter Feed Tracking

B.

Object Settings

C.

Chatter Settings

D.

Approval Process Settings

Question 81

When a deal is closed- won, it has to be approved by the owner's manager prior to being added to the leaderboard for a quarterly sales competition. An opportunity is won on the last day of the quarter and the manager is on vacation.

What is recommended to ensure all of the appropriate deals are reviewed and the leaderboard is up to date?

Options:

A.

Forward the approval request to the manager's assistant.

B.

Set up a delegated approver for the manager

C.

Have the manager log on and reassign the approval request

D.

Use Process Builder to assign a delegated approver.

Question 82

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

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

Choose 3 answers

Options:

A.

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

B.

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

C.

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

D.

Create individual customized layouts for different phone operating systems.

E.

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

Question 83

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

Options:

A.

CASE(Priority, “Low”, “https://www.certensure.com/img/samples/flag_green.gif”, “Medium”, “https://www.certensure.com/img/samples/flag_yellow.gif”, “High”, “https://www.certensure.com/img/samples/flag_red.gif”, “/s.gif”)

B.

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

C.

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

D.

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

Question 84

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?

Options:

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.

Question 85

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 86

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

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

Choose 2 answers

Options:

A.

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

B.

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

C.

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

D.

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

Question 87

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?

Options:

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