Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

Platform-App-Builder Questions and Answers

Question # 6

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

A.

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

B.

Create a formula field using Due Date + 60

C.

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

D.

Create a formula field using the ADDMONTHS () function

Full Access
Question # 7

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?

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.

Full Access
Question # 8

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

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.

Full Access
Question # 9

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

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?

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

Full Access
Question # 11

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

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

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

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

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

A.

Public Groups

B.

Permission Sets

C.

Roles

D.

Profiles

E.

Users

Full Access
Question # 16

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?

A.

Approval Process

B.

Validation Rule

C.

Process Builder

D.

Workflow Rule

Full Access
Question # 17

Universal Containers require different fields to be filled out at each stage of the Opportunity sates process.

What configuration steps can an app builder use to meet this requirement?

A.

Set page layout required fields based on the current stage.

B.

Create a Process Builder to prompt the User for field information.

C.

Define record types and page layouts for each stage.

D.

Add the Path component to the Lightning record page.

Full Access
Question # 18

Universal containers (uc) want to delete data in several fields for 5000 lead records. UC export the selected record IDs and fields that need to have data deleted in a csv file. Which two steps should an app builder suggest to meet these requirements? Choose 2 answers

A.

Select the correct record type

B.

Use import Wizard to update leads using the CSV file

C.

Select insert null values in settings.

D.

Use Data Loader to update leads using the CSV file

Full Access
Question # 19

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

Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.

Which tool should be used?

A.

Data Loader

B.

A Lightning Object Creator

C.

Import Wizard

D.

Schema Builder

Full Access
Question # 21

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

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?

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

Full Access
Question # 23

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?

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

Full Access
Question # 24

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

A.

Escalation rules

B.

Flow Builder

C.

Process Builder

D.

Scheduled Apex

Full Access
Question # 25

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

What is the process to upgrade an unmanaged package that is currently installed in production?

A.

Uninstall the current version and install the new version.

B.

Use the Install Wizard to install the upgrade to production.

C.

Install the new version to a Developer org then deploy to production.

D.

Click the update link on the Installed Packages page.

Full Access
Question # 27

Cloud Kicks (CK) captures all shipping information in a custom object called Shipments__c. CK's app builder is tasked with creating an approval process to ensure department members can approve all overnight shipments.

Where should the app builder route the approval request?

A.

Hierarchy field

B.

Role

C.

Public group

D.

Queue

Full Access
Question # 28

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

Universal Containers created a 'New Task' custom action on the Opportunity object. The action was added to all page layouts in the Mobile & Lightning Actions section.

Which Lightning component should the app builder add to the layout to display the action?

A.

Related record

B.

Related lists

C.

Highlights panel

D.

Activities

Full Access
Question # 30

DreamHouse Realty requires that field value changes for certain fields such as Asking_Price__c and Real_Estate_Agent„c on their House__c custom object show up prominently on Chatter.

What Chatter feature should the app builder utilize?

A.

Thanks

B.

Publisher Actions

C.

Topics

D.

Feed Tracking

Full Access
Question # 31

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

On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists.

What Related List type would the app builder select for the Related List Lightning component?

A.

Enhanced List

B.

Basic List

C.

ListVlew

D.

List Class

Full Access
Question # 33

Cloud Kicks has five years of sales data and would like to track when customers made their first purchase. How should an app builder use a roll-up summary to meet the requirements?

A.

Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE.

B.

Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE.

C.

Create a new roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date.

D.

Create a new date field called First Order Date, then create a roll-up summary to update the field using Type MIN.

Full Access
Question # 34

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?

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.

Full Access
Question # 35

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

What could cause this?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 36

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

Universal Containers is adding drone delivery to service offerings, and the developer has written and tested code prior to deployment to production, and the change set is ready to go. The deployment window will occur when the developer is on vacation.

What can the app builder do to ensure a smooth deployment to production?

A.

Remove Apex classes from Abound change set.

B.

Validate the inbound change set.

C.

Use a metadata package set.

D.

Validate the outbound change set.

Full Access
Question # 38

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

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

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

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

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?

A.

Import Wizard

B.

Lightning Object Creator

C.

Data Loader

D.

Schema Builder

Full Access
Question # 43

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

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

A.

Process Builder and Flow

B.

Lightning component and Process Builder

C.

Custom picklist field and Process Builder

D.

Custom button and Flow

Full Access
Question # 44

Universal Containers (UC) has several picklist fields on the Account object whose values are routinely modified to meet changing business requirements. Due to

these revolving changes, UC has a high number of inactive picklist values that are impacting system performance and user experience.

What can the app builder do to alleviate this issue?

A.

Establish upper bound on existing picklists in Picklist Settings.

B.

Set up Global Values in Picklist Value Sets.

C.

Remove upper bound on inactive picklist values in Picklist Settings.

D.

Convert the picklist fields to a different field type that will still meet the business requirements.

Full Access
Question # 45

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

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

A.

Create an approval process on the User object to assign a permission set

B.

Create a flow on the user object to assign a permission set.

C.

Create a lightning process on the user object to launch a flow.

D.

Create a workflow rule on the User object to assign a permission set.

Full Access
Question # 47

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

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

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?

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

Full Access
Question # 50

Universal Containers (UC) has a time-sensitive need for a custom component to be built in 4 weeks; UC developers require additional enablement to complete the work and are backlogged by several months.

Which option should an app builder suggest to meet this requirement?

A.

Use an AppExchange solution.

B.

Build a screen flow page.

C.

Build a Lightning record page.

D.

Use a Boit solution

Full Access
Question # 51

A customer service representative at a call center wants to be able to collect

information from customers using a series of question prompts.

What should an app builder use to accomplish this?

A.

Approval Process

B.

Flow

C.

Validation Rule

D.

Path

Full Access
Question # 52

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 53

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?

A.

Process Builder

B.

Workflow rule

C.

Approval process

D.

Apex

Full Access
Question # 54

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

DreamHouse Realty is building a custom Lightning app to track its expanding solar water collection business. The Lightning app currently contains a custom Lightning record page with standard components.

From which two resources should an app builder get custom components to bring into the new Lightning app?

Choose 2 answers

A.

AppExchange

B.

Apex Code

C.

Import Wizard

D.

Visualforce

Full Access
Question # 56

At Universal containers, all US Sales reps should be able to view the US Team dashboard, however, only the US sales directors should be able to see the data in the component and view its source report. How can an app builder ensure the proper access is granted?

A.

Make the US Sales Director the running user and share the dashboard folder with the role US Sales Rep

B.

Make the dashboard dynamic and give US Sales Reps the view my teams dashboard permission

C.

Share the dashboard folder with roles and subordinates of the US Sales Director and share the report folder with the role of US Sales Director

D.

Share the dashboard with the public group US Sales Reps and share the dashboard source reports folder with the US Sales Director profile

Full Access
Question # 57

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

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?

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.

Full Access
Question # 59

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

A.

Distributing open-source projects on the AppExchange.

B.

Publishing an application for sale on the AppExchange

C.

Deploying from a Developer Edition environment

D.

Distributing upgradeable components to another Salesforce org

Full Access
Question # 60

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

A.

Forecast category

B.

Stage

C.

Lead source

D.

Type

Full Access
Question # 61

Universal Containers uses a custom object called Reviews to capture information generated by interviewers during the candidate process. The Review records are visible to any user that has access to the related custom Candidate record. The VP of Human Resources wants the comment field on the Review to be private to anyone outside of the MR department

How should the app builder meet this requirement?

A.

Create a page layout with the field and use field-level security to hide the field from all other users.

B.

Create an Apex sharing rule to share the field with users that have "MR'' in their role.

C.

Create a sharing rule to share the field with the VP of HR with Role and Subordinates.

D.

Create a page layout with the field for HR users and another page layout without the field for all other users.

Full Access
Question # 62

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

What are two capabilities of Schema Builder? Choose 2 answers

A.

Editing custom settings

B.

Creating a new record type

C.

Showing selected objects on a page

D.

Viewing page layouts in a new window

Full Access
Question # 64

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

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?

A.

Full sandbox

B.

Developer sandbox

C.

Developer pro sandbox

D.

Partial sandbox

Full Access
Question # 66

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

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

A.

One Workflow rule per object.

B.

One Flow per object.

C.

One invocable process per object.

D.

One record change process per object.

Full Access
Question # 67

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

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

A.

Workflow Rules

B.

Process Builder

C.

A Validation Rules

D.

Activities Component

Full Access
Question # 68

The finance manager at Universal Containers wants to receive a new business notification email each time a new client is won. The sales manager wants to receive a task letting them know to onboard the new client unless it is a top-tier client.

Which automation tool should an app builder use to best address all these requests?

A.

Record-triggered flow

B.

Screen flow

C.

Apex

D.

Approval process

Full Access
Question # 69

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?

A.

Approval Process

B.

Email Alert

C.

Field Update

D.

Workflow Rule

Full Access
Question # 70

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

Cloud Kicks wants to start tracking how many shoe subscriptions have been sold for each shoe catalog. A master-detail relationship exists between the Subscription__c and the Shoe__c objects.

Which type of field should an app builder create?

A.

Roll-up summary field

B.

Lookup field

C.

Master-detail relationship field

D.

Number field

Full Access
Question # 72

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?

A.

Process Builder

B.

Activity Timeline

C.

Roll-Up Summary Field

D.

Workflow Rule

Full Access
Question # 73

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 details should the app builder know when using external ID fields?

Choose 2 answers

A.

An external ID field can be a number field.

B.

An external ID field can be a URL field.

C.

An external ID field can be a phone field.

D.

An external IDfield can be a text field.

Full Access
Question # 74

To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The proposal has three custom objectsrelated to the Account object, one with a master-detail, and two that are not. Each of these objects has 15 fields they would like to summarize on the Account object.

What are two considerations for this proposal?

Choose 2 answers

A.

Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.

B.

An object can have 20 object references.

C.

An object can have 25 roll-up summaries.

D.

Roll-up summaries are limited to master-detail relationships.

Full Access
Question # 75

After utilizing the Lightning Object Creator to create a new object, its fields, and to insert all of the data, an app builder now needs to set up the

Lightning Record Page.

Which component should the app builder have on their Lightning Record Page to see all of the fields from the page layout?

A.

Highlights Panel

B.

Recommendations

C.

Record Detail

D.

Path

Full Access
Question # 76

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?

A.

Screen flow

B.

Process Builder

C.

Apex code

D.

Workflow rule

Full Access
Question # 77

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?

A.

Component visibility

B.

Field-level security

C.

Field-level field

D.

Sharing rules

Full Access
Question # 78

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

Universal Containers has deployed custom tabs to Production via changes sets, without including the profile settings or permission sets.

What is the settings for the visibility of custom tabs?

A.

Custom tabs are default off for all users.

B.

Custom tabs are default on for all uses.

C.

Custom tabs are hidden for all users.

D.

Custom tabs are NOT deployed.

Full Access
Question # 80

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

Which two steps are necessary to accomplish this task?

Choose 2 answers

A.

Add the app to a Visualforce page.

B.

Upload the app to Static Resources.

C.

Create a subdomain using My Domain.

D.

Build a Custom Tab for the app.

Full Access
Question # 81

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

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

Nickname__c is a custom text field on a contact record that is utilized to override the contact’s name appearing on an email template. This field is not required and is not always filled in.

Which formula should an app builder use to select the contact's preferred name for email communications?

A.

IF(NOT(ISBLANK(Nickname__c)), Nickname_c,FirstName)

B.

IF(TEXT(Nfckname__c), Nickname_c,FirstName)

C.

IF (ISNUUL(Nteknarne _..c),Nicknamec,Firstftame)

D.

IF(NOT(BLANKVALUE(Nickname__c)), Nickname__c, FirstName)

Full Access
Question # 84

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

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

A.

Create an account record type for external accounts.

B.

Define an owner-based sharing rule for external accounts.

C.

Define a permission set for external accounts.

D.

Set the account external OWD to private.

Full Access
Question # 85

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?

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.

Full Access
Question # 86

Universal Containers wants to deliver purchased containers to remote construction address. In these cases, the customers will supply UC with the coordinates to the location.

What type of field should the app builder use to capture this information?

A.

Number

B.

Geo location

C.

Text

D.

External Lookup

Full Access
Question # 87

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