11.11 Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Salesforce Platform-App-Builder Dumps Questions Answers

Salesforce Certified Platform App Builder (SU24) Questions and Answers

Question 1

Which two places can an app builder go to see a list of available Custom Lightning components in their org?

Choose 2 answers

Options:

A.

Visualforce components in Setup

B.

Lightning component Generator

C.

Lightning App Builder

D.

Lightning components in Setup

Buy Now
Question 2

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

What action should the app builder take?

Options:

A.

Request Salesforce increase the number of maximum daily emails.

B.

Develop Apex code and bghtnrrvg web component to send dairy emails

C.

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

D.

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

Question 3

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

What feature could an app builder recommend UC use?

Options:

A.

Data Loader

B.

Salesforce Connect

C.

Salesforce to Salesforce

D.

Data Export Wizard

Question 4

Ursa Major Solar wants to provide sales console users with an Incredible experience, with the most-used components easily accessible at all times.

What solution can enable reps to see and access these components from anywhere within the app without leaving the pages where the team is working?

Options:

A.

Favorites

B.

Home page

C.

Global actions

D.

Utility bar

Question 5

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 6

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?

Options:

A.

Multi-select picklist Meld

B.

Picklist field

C.

Lookup field

D.

Text field

Question 7

An app builder wants to create a formula field on an Account to include data from related Contacts but is unable to find the relationship in the formula editor.

What is a limitation of formulas that could be causing the issue?

Options:

A.

Unable to reference the child records.

B.

A master-detail relationship should be created.

C.

Formula field limit reached on the Account object.

D.

More than 5,000 characters in the formula.

Question 8

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

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

Choose 3 answers

Options:

A.

Web-to-lead

B.

Standard fields

C.

Custom object

D.

Apex class

E.

Custom field

Question 9

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 10

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?

Options:

A.

Data Loader

B.

A Lightning Object Creator

C.

Import Wizard

D.

Schema Builder

Question 11

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 12

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 13

Which three options art availably when activating a Lightning page from the Lightning App Builder?

Choose 3 answers

Options:

A.

Assign the page to a combination of apps and profiles.

B.

Assign the page to a combination of apps and permission sets.

C.

Make the page the org default.

D.

Make the page the default homepage for specific roles.

E.

Make the page the default homepage for specific apps.

Question 14

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 15

An app builder at Cloud Kicks has been working on changes to a custom Shoe Sales app in a sandbox and is ready to deploy their changes to production with a change set. Part of the work included updates to a permission set.

What should the app builder take into consideration when deploying the change set to production?

Options:

A.

The deployed permission set will only contain changes related to the change set.

B.

Change to field-level security in the permission set will not be applied.

C.

The deployed permission set will manage with the existing permission set.

D.

The existing permission set will be completely overwritten.

Question 16

An App Builder wants to deploy a new version of an auto launched flow to production in an active state so that the new functionality Is immediately available to users

What should the App Builder rake into consideration when planning the deployment?

Options:

A.

Verify there is an Apex test that provides test coverage for the Flow.

B.

Grant user access to the Flow.

C.

Manually activate the Flow after deployment

D.

Include the Process Builder calling the Flow In the deployment

Question 17

Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Race_Track__c customobject.

Which tool should be used?

Options:

A.

Import Wizard

B.

Lightning Object Creator

C.

Data Loader

D.

Schema Builder

Question 18

Cloud Kicks (CK) Is finding sales reps are Inconsistent in data entry when deals are won. CK requires that custom shoes are shipped within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date.How should the app butler ensure this field is properly filed out before setting the opportunity to closed won?

Options:

A.

OR(ISPICKVAL( StageName ,"Closed Won") && ( Scheduled_Ship_Date_cCloseDate)>14,ISBLANK(Scheduled_Ship_Date_c))

B.

OR(ISPICKVAL( StageName ="Closed Won") && ( Scheduled_Ship_Date__c- CloseDate ) > 14,ISBLANK(Scheduled_Ship_Date__c))

C.

ISPICKVAL( StageName ,"Closed Won") && ( Scheduled _Ship_Date_c-CloseDate ) > 14

D.

ISPICKVAL( StageName= CloseDate ) > 14,losed Won") && ( CloseDateScheduled_Ship_Date_c) >14

Question 19

Sales manager at universal containers would like to standardize what information sales rep are gathering. Sales rep want recommendations, sales strategies and to know what key fields need to be completed at each step of the sales process on the opportunity record. What feature should an app builder use to provide this functionally?

Options:

A.

Workflow

B.

Path

C.

Chatter feed

D.

Global Action

Question 20

 

After universal containers converted qualified leads. Sales reps need to be able to report on converted leads. How should an app builder support for this requirement?

Options:

A.

Enable preserve lead status in the lead conversion settings

B.

Assign the representative view and edit converted leads permission

C.

Ensure the representative has read access to the original lead records

D.

Create a custom report type with converted leads as the primary object

Question 21

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 22

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 23

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?

Options:

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.

Question 24

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

Options:

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

Question 25

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 26

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

Options:

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.

Question 27

Ursa Major Solar (UMS) uses Cases to track customer complaints, an Issue__c object to represent known problems with its solar panels, and a

Case_Issue__c junction object to relate known problems to customer complaints.

Periodically, UMS conducts audits which require the auditing users to view Case _Issue__c records.

Which access levels must be configured to allow UMS users to access Case _Issue_c records?

Options:

A.

Read-Only access or issue_c and_issue_c

B.

Read-Only access of Case issue =

C.

Read Only access on Case and case_issue__o

D.

Read-Only access on Case and issue__c

Question 28

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

Options:

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.

Question 29

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 30

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

Options:

A.

Workflow

B.

Process Builder

C.

Apex

D.

Chatter action

E.

Flow

Question 32

Ursa Major Solar (UMS) is looking to hire some new employees. UMS wants to allow the same applicant to apply for multiple open positions using a single application.

What should an app builder recommend to meet these requirements?

Options:

A.

Create a master-detail relationship on Open_Position__c to Application__c

B.

Create a master-detail relationship held on Applicant__c to Application__c

C.

Create a master-detailrelationship field on Application__c to Open.Position__c

D.

Create a master-detail relationship field on Applicant__c to Apphcabon_c

Question 33

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 34

Northern Trail Outfitters has two custom objects that are part of a master-detail relationship.

What determines the ownership and sharing access of the detail record?

Options:

A.

The default owner is set in the parent object's settings.

B.

The Owner field on the Detail record.

C.

The Owner field on the Master record.

D.

The owner is set independently on the detail object's settings.

Question 35

Universal Containers wants to create a report to show job applications with or without resumes.

What considerations should the app builder be aware of when creating the custom report type?

Options:

A.

An app builder is unable to create custom report types for objects they do not have permissions for.

B.

Once the report type has been deployed it is unable to be deleted.

C.

A primary object selection is locked once the custom report type has been saved.

D.

When a custom or external object is deleted the report type and reports remain but cause an error when the report is run.

Question 36

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?

Options:

A.

Flow

B.

Approval Process

C.

Roll-up summary

D.

Cuctom object

Question 37

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

Options:

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.

Question 38

Cloud Kicks (CK) wants to set up a custom child object to track gift cards issued to a customer. A key requirement is to track the total number of gift cards opened and gift cards issued on an Account. CK wants to permanently ensure the gift cards are unable to be moved across any other Account once it is created.

On the gift card object, what type of field should be created to support this requirement?

Options:

A.

Master-detail relationship

B.

Roll-up summary

C.

Formula

D.

Lookup relationship

Question 39

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?

Options:

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)

Question 40

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?

Options:

A.

Compact layout

B.

Record Detail component

C.

Object specific action

D.

Mobile navigation

Question 41

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

What functionality should be used to set up packages?

Options:

A.

Description

B.

Allow sharing

C.

Help setting

D.

Namespace

Question 42

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 43

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 44

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 45

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 46

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?

Options:

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

Question 47

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?

Options:

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.

Question 48

universal containers has 20 different workflows on the opportunity object. To ensure that updates are processing properly for all field updates uc has the re-evaluete workflow rules after field change checkbox checked. Recently after adding a new workflow, users have reported receiving errors about workflow limits. What should a app builder look at so address this?

Options:

A.

Talk to a developer about apex code issues

B.

Number of workflows per object limits

C.

Workflows that cause each other to fire back and forth recursively

D.

Workflows on other objects that are being re triggered

Question 49

universal containers is migrating its sales operations from a legacy system that was used. opportunities need to be imported with the proper country currency. Which two steps should an app builder configure to meet these requirements?

Choose 2 answers.

Options:

A.

Include the currency ISO code in all currency fields in the import file.

B.

Use Data Loader to import the records.

C.

Include the currency ISO Code Column in the import file.

D.

Use import the currency ISO Code Column in the import file.

E.

Use Import Wizard to import the records.

Question 50

Universal Containers has Public Read/Write as the Account organization-wide default (OWD) setting. Visitors to the customer community site report that they can see all of the company's account records.

How should an app builder configure Account sharing so that community users only see their own Account?

Options:

A.

Create an account record type for external accounts.

B.

Define an owner-based sharing rule for external accounts.

C.

Define a permission set for external accounts.

D.

Set the account external OWD to private.

Question 51

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?

Options:

A.

Number field

B.

URL field

C.

Test field

D.

Phone field

Question 52

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 53

DreamHouse Realty wants to display a weather map component on a Lightning record page when a house is scheduled for a showing.

How should the app builder meet the requirement?

Options:

A.

Component visibility

B.

Field-level security

C.

Field-level field

D.

Sharing rules

Question 54

Ursa Major Solar wants to automate a welcome email to new clients and include a customized survey about their buying experience. An app builder is tasked with this project and has very little time to build the solution from scratch, but still needs to be able to fully customize the solution.

What should the app builder do to meet the deadline and custom requirements?

Options:

A.

Work with a developer to create custom Apex code and a Lightning web component survey to meet the criteria,

B.

Use Salesforce flow to build the survey declaratively to meet the criteria and send it to the customer as an email.

C.

Choose a managed package from AppExchange that closely meets the requirements of the project, restricts programmatic development, but allows declarative development

D.

Choose an unmanaged package from Appexchange that closely meets the requirements of the project and allows programmatic development.

Question 55

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

Options:

A.

"Save" should be clicked each time a new object, field, or relationship is created.

B.

Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas.

C.

Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager.

D.

Custom fields can be added to any custom objects, excluding formula field types.

Question 56

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

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

Options:

A.

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

B.

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

C.

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

D.

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

Question 57

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?

Options:

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

Question 58

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

Options:

A.

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

B.

Custom picklist field can be either controlling or dependent field

C.

Multi select picklist can be dependent picklist but not controlling fields

D.

Standard and custom picklist fields can be dependent fields.

E.

Checkbox fields can be controlling fields but not dependent fields

Question 59

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?

Options:

A.

Classic encryption

B.

Filtered view

C.

Field-level security

D.

Sharing rules

Question 60

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

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

Choose 2 answers

Options:

A.

Set up new private Chatter groups.

B.

Set up new public Chatter groups.

C.

Use post action on the Account object.

D.

Use Chatter actions to create tasks to complete.

Question 61

Universal Containers assigns system access via permission sets and permission set groups to ensure each user has proper access. One department with varying levels of support staff has five consistent permission sets they require in order to complete their duties. Some higher-level staff have additional permission sets that are only required for them.

How should an app builder recommend assigning permission sets to users?

Options:

A.

Utilize the manage assignments button to assign a permission set group and additional individual permission sets to each user.

B.

Utilize the manage assignments button to assign each user with the same set of permission set groups and permission sets.

C.

Utilize the Data Import Wizard to mass update the desired users with their full list of permission sets and permission set groups.

D.

Utilize the Data Loader to mass update the desired users with their full list of permission sets and permission set groups.

Question 62

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

Options:

A.

Forecast category

B.

Stage

C.

Lead source

D.

Type

Question 63

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

Options:

A.

Detail page layout

B.

Custom fields

C.

Custom actions

D.

Lightning App Builder

E.

System administrator profile

Question 64

Cloud Kicks wants to set up a new opportunity approval process and execute various action items based on the initial submission.

Which three action types should an app builder use in the approval process?

Choose 3 answers

Options:

A.

Email Alert

B.

Outbound Message

C.

Task

D.

Invocable Flow

E.

Invocable Process Builder

Question 65

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 66

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?

Options:

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.

Question 67

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 68

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?

Options:

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.

Question 69

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 70

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

Question 71

An app builder wants to create a custom Sync button on Account that will call a Lightning Web Component that connects with an external system. This action should only be available If the custom Status field is set to Ready to Sync.

What should an app builder use to add this functionality to an Account record page?

Options:

A.

Formula field

B.

Dynamic action

C.

AppExchange product

D.

Custom link

Question 72

DreamHouseRealty (DR) is expanding into subsidized housing by partnering with local government entitles. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased Information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.

Which two considerations should be made by the team?

Choose 2 answers

Options:

A.

Rich text field values of all lengths are displayed fully in reports.

B.

Data loss may occur when changing custom field types.

C.

Field History Tracking records value changes of 255 characters or less.

D.

Audit Trail is available through REST API extracts.

Question 73

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

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

Options:

A.

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

B.

Allow reporting for the object and fields.

C.

Assign data types to the fields on the object.

D.

Add the fields to the page layout on the object.

Question 74

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?

Options:

A.

Number

B.

Geolocation

C.

Reference

D.

External Lookup

Question 75

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 76

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 77

Universal Containers wants to understand return on investment for the latest advertising buy. They currently use a private security model for all objects.

What should an app builder recommend?

Options:

A.

Utilize Account Hierarchies and Roil-Up Summary fields

B.

Run an opportunities pipeline report

C.

Change to a public security model

D.

Configure Campaign Hierarchies and Campaign statistics

Question 78

Containers have the Account object's Organization-Wide Default set to Private. The marketing team owns Accounts; however, they also need to be able to see the sales team's Accounts. Both the sales and marketing teams are in completely different branches of the rote hierarchy.

What feature should be used to enable marketing to see sales-owned accounts.

Options:

A.

Public Group

B.

Flow

C.

Workflow

D.

Sharing Rules

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?

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 80

What are two capabilities of Schema Builder? Choose 2 answers

Options:

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

Question 81

The Director of customer service wants to receive a notification when a case stays in the '' new'' status for more than four business hours.

Which two automation processes should be used to accomplish this?

Choose 2 answers

Options:

A.

Escalation rules

B.

Flow Builder

C.

Process Builder

D.

Scheduled Apex

Question 82

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

How should an app builder configure the data model?

Options:

A.

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

B.

Two Lookup relationships on a new custom object

C.

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

D.

Two Master-detail relationships on a new custom object

Question 83

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 84

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

Which two options could meet this requirement?

Choose 2 answers

Options:

A.

Big objects

B.

Custom objects

C.

Related objects

D.

External objects

Question 85

SERVICE AGENTS ARE REQUIRED TO CONFIRM A USER IDENTITY BEFORE PROVIDING SUPPORT INFORMATION OVER THE PHONE. WHAT FEATURE CAN AN APP BUILDER USE TO HELP AGENTS MEET THIS REQUIREMENT?

Options:

A.

Include Surveys as a Case related list

B.

Case Validation Rules

C.

Add Path to the top of the Case layout

D.

Guided Action Flows on the record page

Question 86

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 87

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.