Summer Certification Sale 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 (Plat-Admn-202) Questions and Answers

Question 1

Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track parks and trails respectively. NTO wants to track the total number of trails a park has on the park record without writing any code. Which two actions should an app builder take to accomplish this requirement? Choose 2 answers

Options:

A.

Use a master-detail relationship between the Park and Trail objects.

B.

Use a lookup relationship between the Park and Trail objects.

C.

Use a roll-up summary field on the Park record to show the total number of trails.

D.

Use a formula field on the Park record to show the total number of trails.

Buy Now
Question 2

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.

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

B.

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

C.

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

D.

Create individual customized layouts for different phone operating systems.

E.

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

Question 3

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.

Asking new options.

B.

Build a Custom Tab for the app.

C.

Add the app to a Vendor or page.

D.

Make it the app to Static Position.

Question 4

Ursa Major Solar (UMS) is planning to hire some new employees. UMS Wants to allow a job candidate (Job Candidate_c) to apply for multiple open Positions (Open_Position c) and then be able to view the applications (Application__c) on the job candidate ' s record UMS also wants to view all the Applications for a specific open position. What should an app builder recommend to meet these requirements? Choose 2 answers

Options:

A.

Create a master-detail relationship field on Application to open_Position

B.

Create a master-detail relationship field on Application = to Job Candidate

C.

Create a master detail relationship on open_Posision to application_

D.

Create a master-detail relationship field on Job candidate to Application_o.

Question 5

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?

Options:

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.

Question 6

Ursa Major Solar has received complaints about inconsistent customer service experiences and wants to provide its agents with a checklist of items that must be accomplished when servicing a case. What should an app builder use to implement this?

Options:

A.

Business component

B.

Actions & Recommendations component

C.

Activity Timeline component

D.

Highlights Panel component

Question 7

Universal Containers require different fields to be filled out at each stage of the Opportunity sales process. Which configuration steps can an app builder use to meet this requirement?

Options:

A.

Create a validation rule to prevent the user for field information.

B.

Set asset format required inside based on the current stages.

C.

Define record types and agree formats for each stage.

D.

Add the Path component to the Lightning record page.

Question 8

An app builder installs an unmanaged package in a full copy sandbox that is an exact match for production, and now they are ready to install it in production. The app builder attempts to install the package in production, and it fails. Why did the package fail to install?

Options:

A.

Internet Service Type

B.

Object limits executed

C.

Package Features not comparable

D.

Apps unit test failures

Question 9

Cloud Kicks (CK) switched to Lightning Experience and started using Chatter across its globalworkforce to support its fast-paced sales cycle. CK Loves Chatter but struggle with gathering feed from core team members, including understanding who is available to respon Which two ways could CK use Chatter to solve this problem? Choose 2 answers

Options:

A.

Streams

B.

Topics

C.

Polls

D.

Out of Office

Question 10

The CFO of Cloud Kicks needs a way for new vendors to accept terms on Agreements for any new major retail store lease before the opportunity can be close Which feature should be used to handle this requirement?

Options:

A.

Email Alert

B.

Dynamic Action

C.

Approval Process

D.

Validation Rule

Question 11

DreamHouse Realty has a mentorship program that pairs Experienced Realtors with new Realtors. Each experienced Realtor can Mentor one or several new Realtors, and each new Realtor is required to Work with a single experienced Realtor they report to for a probationary Perio Which type of relationship would an app builder set up to meet this Specification?

Options:

A.

Indirect lookup

B.

Lookup

C.

Many-to-many

D.

Master-detail

Question 12

An app builder needs to change the data type of some custom fields. Which two limitations should the app builder be aware of when changing the data Type of a custom field? Choose 2 answers

Options:

A.

It is not possible to change the data type of a formula field to any data type.

B.

It is not possible to change the data type of field referenced by Apex code.

C.

It is not possible to change the data type of a field used as an External ID from number to Text.

D.

It is not possible to change the data type of a Text Area (Long) field to Text.

Question 13

A sales rep at AW Computing is unable to find what they are looking for While scrolling through their Chatter fee How can a filter be utilized to only posts from their key account and Opportunity records?

Options:

A.

Create Chatter Dookmarks.

B.

Create a Chatter stream.

C.

Create a Chatter notification.

D.

Create a Chatter group.

Question 14

Universal Containers is adding drone delivery to service offerings. The Developer wrote and tested the code and the change set is ready to go. However, the Deployment window will occur when the developer is on vacation. What can the app builder do to help ensure the code will successfully deploy to Production?

Options:

A.

Remove Apex classes from inbound change set.

B.

Validate the outbound change set.

C.

Use a metadata package set.

D.

Validate the inbound change set.

Question 15

An app builder wants to create a new field using Schema Builder. Who will get access to the new field by default?

Options:

A.

No profiles

B.

All profiles

C.

Internal profiles

D.

Standard profiles

Question 16

An app builder at Northern Trail Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app. Which type of testing environment should the app builder create?

Options:

A.

Partial Copy

B.

Scratch Org

C.

Developer

D.

Developer Pro

Question 17

DreamHouse Realty wants to make sure an Opportunity has a field, Expected_Close_Date c, populated before it is allowed to enter the qualified stage. How should an app builder solution this request?

Options:

A.

Page Layout

B.

Validation Rule

C.

Activity History

D.

Record Type

Question 18

Universal Containers wants to create a custom checkbox formula field on The Opportunity object. This formula should evaluate to true if the following conditions Are met: Stage is set to Negotiation/Review Close Date is less than 1 week away Which formula meets these requirements?

Options:

A.

AND (StageName Negotiation/Review " , closeDate -DAY (7) TODAY!)}

B.

AND (ISPICKVAL (StageName, *Negotiation/Review ' ), CloneDate - 7 TODAY () )

C.

AND (StageName = ' Negotiation/Review, CloseDate TODAY (1)

D.

AND (ISPICKVAL (StageName, Negotiation/Review ' ). CloseDate DAY (7) TODAY (1)

Question 19

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. What should an app builder use to implement this?

Options:

A.

Activity timeline

B.

Formula field

C.

Validation rule

D.

Roll-up summary field

Question 20

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.

Chatter approval

B.

Slack post

C.

Automated email message

D.

Approval process

Question 21

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.

Set the account external OWD to private.

C.

Define an owner-based sharing rule for external accounts.

D.

Define a permission set for external accounts.

Question 22

Universal Containers uses the Asset object to track products that Are installed at customer locations. A new object, Asset Inventory, has Been created to capture details about the asset. Which approach should the app builder take to Asset Inventory as a Related list on Asset?

Options:

A.

Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory Related list to the Asset page layout.

B.

Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page Layout.

C.

Create a master-detail relationship on Asset to Asset Inventory Add the Asset Inventory related list to the Asset page layout.

D.

Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory Related list to the Asset page layout.

Question 23

Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes. Which validation rule should an app builder use to prevent other users from making this update?

Options:

A.

AND #UserRole.Name Marketing, Retail Opt_In_e= " Yes " )

B.

AND UserRole.Name Marketing " , Retail Opt_In_e= " Yes " )

C.

AND UserRole.Name = " Marketing ' , ISCHANGED (Retail Opt_In_c), ISPICKVAL (Retail Opt_In_c, " Yes " ))

D.

AND UserRole.Name Marketing ' , ISPICKVAL (Retail Opt_In_e, " Yes " ))

Question 24

Cloud Kicks asked the app builder to insert a list of 25,000 records using Deduplication for the Delivery custom object. Which tool should be used?

Options:

A.

Import Wizard

B.

Data Loader

C.

Lightning Object Creator

D.

Schema Builder

Question 25

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. Which formula should an app builder use to create this new field?

Options:

A.

VALUE (14)

B.

CASE SAFEID (Id)

C.

TEXT (Id)

D.

ISNUMBER (Id)

Question 26

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

There are already two master-detail relationships on the Invoice Line Item.

B.

Custom objects are unable to be on the detail side of a master-detail Relationship.

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 27

Managers at Universal Containers want a quick way to create additional accounts to form a hierarchy from a Parent Account record. They want To auto-populate five fields based on the parent to make it easier for users to create the child accounts quickly. What should the app builder recommend?

Options:

A.

Customize a Global Quick Action

B.

Add Path on Account hierarchy

C.

Add a custom link on Account

D.

Create a custom action

Question 28

The training team at Northern Trail Outfitters uses a custom Training object to track customer training sessions. An app builder needs to create a relationship between the Training object and the related Students ' record. Which two behaviors should an app builder take into consideration? Choose 2 answers

Options:

A.

On Student record, users can set up Roll-up summary field on Training records.

B.

Cross-object field updates behavior Training and Student records are not supported.

C.

On Training record, the Student Lookup field can be made optional.

D.

On Training record, users can only delete Students, if they have access to it.

Question 29

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.

Configure Campaign Interactions and Campaign statistics

B.

Utilize Account Interactions and Rule Up Summary Fields

C.

Change to a public security model

D.

Run an opportunities pipeline report

Question 30

The Dream House Realty (DR) service manager asks for some Improvements in case management. They want to enforce 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.

Approval process

B.

Dependent picklist

C.

Case flow

D.

Validation rules

Question 31

Cloud Kicks is redefining its entire business process to convert the Manager Notes field from a long text area field 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 will cause an error message to pop up.

C.

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

D.

Preexisting information in the field will be completely lost.

Question 32

Dreamhouse Realty requires that field value changes for certain fields such As Asking Price_c and Real Estate Agent on their House_c custom object up prominently on Chatter. Which Chatter feature should the app builder use?

Options:

A.

Topics

B.

Feed Tracking

C.

Pin Field

D.

Publisher Actions

Question 33

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. Which sandbox type should be considered first?

Options:

A.

Developer pro sandbox

B.

Partial sandbox

C.

Developer sandbox

D.

Full sandbox

Question 34

Universal Containers has a requirement that an opportunity should have a field ing the value of its associated account ' s billing state. This value should be static After the opportunity has been create What is the recommended solution to configure this automation behavior?

Options:

A.

Flow

B.

Apex

C.

Roll-up summary field

D.

Formula field

Question 35

Cloud Kicks wants to know the total value of all won Opportunities for Accounts and display it on the record. Which type of summary should the app builder use in the roll-up summary field?

Options:

A.

Count

B.

Total

C.

Aggregate

D.

Sum

Question 36

Cloud Kicks conducts an evaluation of sales reps with a custom object that houses a scorecar The company wants to ensure that only the sales reps, their managers, and their manager ' s executives can view the rep ' s scorecard, but also prevent the Reps from being able to view the executive comment fields on their review. How should these requirements be met?

Options:

A.

Use a private sharing model granting record access using custom settings; manage field access with record types and page layouts.

B.

Use a private sharing model granting record access using hierarchy; manage field access with field-level security.

C.

Use a private sharing model granting record access using custom settings; manage field access with page layouts and field-level security.

D.

Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security.

Question 37

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 owner is set independently on the detail object ' s settings.

B.

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

C.

The Owner field on the Detail record

D.

The Owner field on the Master record

Question 38

Service agents at Ursa Major Solar want a more condensed case view. Service agents also want to be able to modify the associated contact and account Records from the case page layout on the Lightning record page. Which two components should an app builder use to meet these requirements? Choose 2 answers

Options:

A.

Tabs

B.

Related record

C.

Path

D.

Rich text

Question 39

An app builder is loading data into Salesforce. To link the new records back to the legacy system, a field will be used to track the legacy ID on the Account object. For future data loads this ID will be used when upsetting records. Which two field attributes should be selected? Choose 2 answers

Options:

A.

Unique

B.

Text (encrypted)

C.

Required

D.

External ID

Question 40

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.

Screen Flow

B.

Apex Trigger

C.

Record-triggered flow

D.

Scheduled Triggered flow

Question 41

The VP of sales at AW Computing would like a Roll-Up Summary field onThe Account object to aggregate the amount of opportunities related to an Account. The app builder is unable to implement this change. Why is the app builder unable to fulfill the request?

Options:

A.

The default currency is not an active currency in the organization.

B.

The organization has Advanced Currency Management enable

C.

Roll-Up Summary fields are unavailable on the Account object.

D.

Currency fields are unable to be referenced in Roll-Up Summary fields.

Question 42

An app builder at Ursa Major Solar has been working on a new custom app In a sandbox that has been upgraded to the next major Salesforce version, and their Production instance is still on the current Salesforce version. The development is Complete and they are ready to deploy a change set. What should the app builder consider when planning the deployment?

Options:

A.

The change set will be automatically deployed when production is upgrade

B.

The deployment is not possible due to different versions.

C.

The change set components will be upgraded to the next version in production.

D.

It will fail if there is a feature only available in the next version.

Question 43

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.

Add the field to the custom report type field layout.

B.

Adjust the field level security to include in the report type.

C.

Check Allow Reports for the position and applicant objects.

D.

Update the profile with the Manage Public Reports permission.

Question 44

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

D.

Sum field

Question 45

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 quick access link

B.

Custom action

C.

Custom button

D.

Custom URL formula field

Question 46

A production org includes custom objects containing confidential Information. A sandbox is needed that includes data records, excludes all of the Confidential objects, and can be refreshed weekly. Which steps should an app builder take to meet these requirements?

Options:

A.

Create a Developer Pro Sandbox and schedule Data Loader to download selected object data weekly.

B.

Create a Full Copy Sandbox and use a sandbox template.

C.

Create a Partial Copy Sandbox and use a sandbox template.

D.

Create a Developer Sandbox and schedule Data Loader to download selected object data weekly.

Question 47

An app builder needs to create new automation on an object. Which best practice should the app builder follow when building out automation?

Options:

A.

One Flow per object

B.

One validation rule per object

C.

One invocable process per object

D.

One record change process per object

Question 48

On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists. Which Related List type should the app builder select for the Related List Lightning component?

Options:

A.

List View

B.

List Class

C.

Enhanced List

D.

Basic List

Question 49

7 of 65. Universal Container ' s sales reps can modify fields on an opportunity until it Is close 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 close After the opportunity is closed, the rest of the fields Are read only. How should these requirements be met?

Options:

A.

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

B.

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

C.

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

D.

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

Question 50

Cloud Kicks has created a custom object called Interests which is joined to Accounts by way of a junction object called Account Interest. What is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object?

Options:

A.

Users will be able to view the Account Interest records and will have read-only access to the Interest Records.

B.

Users will be unable to view Account records that have a related Account Interest recor

C.

Users will be unable to view the Account Interest records or the Interest records.

D.

Users will be able to view the Account Interest record, but unable to view the field or any Information relating to the Interest recor

Question 51

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.

Navigation Menu

B.

Home Screen

C.

In-App Notification

D.

Record Detail

Question 52

Universal Containers uses a custom object called Projects. When managers Assign projects, they set a custom field on the Project record 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 validation rule that uses the ISCHANGED function.

B.

Create a formula default value for the custom fiel

C.

Create a validation rule that uses the PRIORVALUE function.

D.

Create a formula field that uses the PREVGROUPVAL function.

Question 53

A new field is being created on a custom object. However, the app builder does not want the field to 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 54

Universal Containers wants to collaborate with its customers within Salesforce and has decided to enable the Allow Customer Invitations in the Chatter Settings. Which permission is granted to customers when invited to a Chatter group?

Options:

A.

The ability to invite members to groups of which they are a member.

B.

The ability to interact with members of their groups.

C.

The ability to mention accounts of which they are a contact.

D.

The ability to request access to public groups.

Question 55

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.

Related objects

B.

Custom objects

C.

External objects

D.

Big objects

Question 56

The Universal Containers data manager has been complaining About the lack of data integrity on Contact records. Sales reps have not been filling out the Region field The data manager Wants the Region field filled out only for Contacts that are associated to Accounts that have been marked as ' High Priority ' on the Customer Status Field What can the app builder do to fulfil this requirement?

Options:

A.

Create a validation rule on Account.

B.

Make the Customer Status field required on Account.

C.

Create a validation rule on Contact.

D.

Make the Region field required on Contact.

Question 57

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 require

C.

Use an approval process to check field criteria are met.

D.

Make the fields required on the page layout.

Question 58

AW Computing uses a private sharing model for opportunities. Whenever An opportunity with a type of Service Agreement is created, all users in the Service Manager role should be able to view the opportunity. Which tool should AW Computing use to accomplish this?

Options:

A.

Owner-based sharing rules

B.

Criteria-based sharing rules

C.

Apex sharing rules

D.

Manual sharing

Question 59

When an opportunity has a closed date that is pushed more than 30 days, manager approval is require An approval process is in place but Reps frequently forget to submit for approval to run the process. How can an app builder ensure that these opportunities are submitted into the approval process?

Options:

A.

Change the entry criteria on the approval process to criteria are met and lock the record on initial submission.

B.

Use a validation rule and an email alert to the manager requesting approval.

C.

Submit the record for approval from an automated process.

D.

Give the manager the " API Enabled " permission to permit approval responses by email.

Question 60

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?

Options:

A.

Approval process

B.

Record-triggered flow

C.

Apex

D.

Screen flow

Question 61

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.

Salesforce Optimizer App

C.

Lightning App Builder

D.

Lightning components in Setup

Question 62

Ursa Major Solar has a lookup relationship between a custom `Galaxy_` object and a custom `Star_` object. An app builder wants to create a roll-up summary field that counts the total number of `Star_` records related to each `Galaxy_` 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_` 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_` object.

D.

A roll-up summary field will need to be created on the `Galaxy_` object with a field filter that reflects all related `Star_` records.

Question 63

DreamHouse Realty wants to make sure an Opportunity has a field, Expected_Close_Date_c, populated before it is allowed to enter the qualified stage. How should an app builder solution this request?

Options:

A.

Record Type

B.

Page Layout

C.

Validation Role

D.

Activity History

Question 64

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.

Lookup field

B.

Text field

C.

Picklist field

D.

Multi-select picklist field

Question 65

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.

TODAY()

B.

DATEVALUE()

C.

NOW()

D.

DATETIMEVALUE()

Question 66

Universal Containers wants to dynamically display a component on a Lightning record page for an account based on criteria about the related contact. Which solution should an app builder use to fulfill this requirement?

Options:

A.

Add a related record component to the page layout.

B.

Hide the component behind a tab on the page layout.

C.

Set the filter type on the component visibility to display based on user permissions, using custom Permission to define the dynamic criteria

D.

Set the component visibility to display based on an advanced filter type, using the contact field(s) to Define the dynamic criteria

Question 67

The marketing director is concerned that too many car parts were given away for free last year. They want to track discounts, samples, and Giveaways by Sales Rep. The manager ' s sign-off on free parts also needs to be processe Which functionality should an app builder use to meet these requirements?

Options:

A.

High Velocity Sales

B.

Quotes

C.

Approval process

D.

Check box

Question 68

Duplicate management for Leads has been implemented at Universal Containers but it seems duplicate leads are still being create The Org Wide Default (OWD) is set to " Private " for Leads. Which two actions help prevent duplicate Leads from being created? Choose 2 answers

Options:

A.

Change the Lead Duplicate Rule details to Bypass Sharing Rules.

B.

Change the Load Assignment Rule to check for duplicates.

C.

Change OWD for Leads to Public Rea

D.

Change the Lead Duplicate actions to Block on Create.

Question 69

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?

Options:

A.

Create a picklist field called ' Account Region ' on Contact object > Create a Lookup Relationship to Update this field if the Account Region field on the Account is change

B.

Create a formula field on the Contact object > Set the value of the formula to ISPICKVAL (Account.Account_Region_o).

C.

Create a text field called ' Account Region ' on Contact object > Create a Lookup Relationship to Update this field if the Account Region field on the Account is change

D.

Create a formula field on the Contact object > Set the value of the formula to TEXT (Account.Account Region_e).

Question 70

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 Accounts

B.

Accounts with Boxes

C.

Boxes with or without Accounts

D.

Accounts with or without Boxes

Question 71

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 72

An app builder wants to limit the amount of fields users see When creating a new Opportunity. Once they fill out the required fields and Save, the full record page with additional fields relevant to the Opportunity Type becomes available. How could this be accomplished?

Options:

A.

Make the Opportunity type a required field on the initial Opportunity page layout and Use automation to update the record type based on the Opportunity type.

B.

Use different page layouts for Opportunity types based on the user profile.

C.

Once the required fields are populated, use a sharing rule to share the new fields with The user.

D.

Hide additional sections on the page layout and the users how to manually Expand them when they want to fill in the fields in the hidden sections.

Question 73

Universal Containers wants to give sales managers the ability to quickly provide sign off On an Opportunity vi a 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.

Dynamic Actions

B.

Schema Builde

C.

Approval Process

D.

Validation Rule

Question 74

At Cloud Kicks when an opportunity close date is delayed by more than 60 days, the Manager and the VP of Sales want to review the change. Which two solutions will meet the requirement? Choose 2 answers

Options:

A.

Build an approval process that requires unanimous approval from the manager and VP of Sales.

B.

Build a validation rule that does not allow a user to save the opportunity recor

C.

Create a formula field that calculates if the close date is less than 60 days and then send An email alert.

D.

Create a flow that submits the record for an approval process.

Question 75

DreamHouse Realty wants to display a weather map component on a Lightning record page when a house is scheduled for a ing. How should the app builder meet the requirement?

Options:

A.

Component visibility

B.

Field-level security

C.

Formula field

D.

Sharing rules

Question 76

Cloud Kicks (CK) has a formula field `specialty ` or Opportunity that gets its value from the `specialty ` field on the related Account. CK has changed its processes to allow opportunities to have different values for `Specialty ` than their Account. How can sales reps enter values for the `specialty ` field on Opportunity, while preserving the values on existing opportunities?

Options:

A.

Extent the data, convert the field to `GETTING` and mount the data.

B.

Convert the field to a text field and the values in the left.

C.

Create a new text field and keep using the existing formula field.

D.

Create a new text field and import the formula field values in it.

Question 77

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. Which field type should the app builder utilize to fulfill this requirement?

Options:

A.

Rich text area

B.

Lightning web component

C.

URL

D.

Long text area