Summer Sale- Special Discount Limited Time 65% Offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

Salesforce Plat-Admn-301 Salesforce Certified Platform Administrator II Exam Practice Test

Page: 1 / 22
Total 220 questions

Salesforce Certified Platform Administrator II Questions and Answers

Question 1

What should an administrator use as an alternative to a Process Builder to expedite the time required to update the records?

Options:

A.

Before save How Trigger

B.

Batch Update

C.

Workflow Rule Field Change

D.

Screen Row

Question 2

At Ursa Major Solar, several different planetary teams handle leads depending on which planet the lead is coming from. While most of the teams only need a few fields filled out to work the lead, the Jupiter team requires additional information to be filled out, such as which moon the lead is coming from. The administrator needs to automate which team is allocated the lead record based on the planet and ensure that every team has all of the information they need.

Which two features will satisfy these requirements?

Choose 2 answers

Options:

A.

Assignment Rules

B.

Validation Rules

C.

Matching Rules

D.

Workflow Rules

Question 3

The administrator at Universal Containers does a soft launch of the Salesforce Authenticator app and allows users to optionally use it to log in. The administrator would now like to look at how many users have successfully used it since it was rolled out.

What are two ways the administrator can get this information?

Choose 2 answers

Options:

A.

Run a session setting report, specifying login methods by user.

B.

Open the Login Access Policies in Setup which shows how many users are using MFA.

C.

Create a new view in Identity Verification History, specifying Method.

D.

The order of flow execution is unpredictabl

Question 4

An administrator at Clod Kicks has build a flow that delivers status update email to customers. Recently, there’s been an increasae in support cases from customers reporting they had not received the email.

Where should the administrator look to investigate the issue?

Options:

A.

Paused Flow Interviews

B.

Process Automation Setting

C.

Email Logs

D.

Setup Audit Trail

Question 5

Cloud Kicks (CK) completed a project in a sandbox environment and wants to migrate the changes to production. CK split the deployment into two distinct change sets. Change set 1 has new custom objects and fields. Change set 2 has updated profiles and automation.

What should the administrator consider before deploying the change sets?

Options:

A.

The Field-Level Security will not be deployed with the profiles in change set 2.

B.

Change set 2 needs to be deployed first.

C.

Automations need to be deployed in the same change set in order to be activated.

D.

Both change sets must be deployed simultaneously.

Question 6

The administrator at Cloud Kicks is evaluating the capabilities of Schema Builder to create custom objects and custom fields. The administrator likes the user interface of the Schema Builder, as opposed to the new object and field wizards, but also notices some limitations.

What needs to be configured from the object manager instead of Schema Builder?

Options:

A.

Add custom fields to the page layout.

B.

Make available for Customer Postal.

C.

Enable field history tracking

D.

Allow Reports and Activities

Question 7

An administrator is using the Dev Console Log Inspector to troubleshoot a Process Builder.

What event type should the administrator look for in the event column?

Options:

A.

Event types beginning with FLOW

B.

Event types beginning with AUTOMATED.

C.

Event types beginning with WORKFLOW

D.

Event types beginning with PROCESS

Question 8

The administrator at Cloud Kicks needs to set up automation to update three fields on the Shipment custom object. Because of the effect these updates will have on some programmatic customizations, they need to happen in a very specific order.

How should the administrator configure the field updates to ensure the proper order.

Options:

A.

Create three workflow rules in order, one workflow rule for each field update.

B.

Create a process with one criteria node and three field updates in the correct order.

C.

Create a process with three criteria nodes and stop after each action.

D.

Create a workflow rule with three field updates entered in the correct order.

Question 9

Sales managers at Ursa Major Solar have asked for some additional automation around opportunity reminders. If the opportunity is in the Proposal stage a week before the close date, they want an email sent to the opportunity owner and manager. If the Budget Approved custom field is checked, the managers want to be notified immediately.

How should these requirements be met without using code?

Options:

A.

Create a schedule-triggered flow. Configure the trigger to flow weekly.

B.

Create a record-triggered flow with scheduled paths. Configure the trigger to flow after the record is saved.

C.

Create a record-triggered flow with scheduled paths. Configure the trigger to flow before the record is saved.

D.

Create a schedule-triggered flow for the Opportunity object. Configure the trigger to flow daily.

Question 10

Cloud Kicks has created a new flow that deletes records.

What should the administrator consider when testing the flow?

Options:

A.

Flows with delete elements cannot be debugged by the Flow debugged tool.

B.

Even if the flow is inactive, debugging the flow will delete the test record.

C.

Record deleted by Flow when debugging are hard deleted.

D.

Flow with delete elements need to ne inactivate to ensure that the test record is not actually deleted.

Question 11

Cloud Kicks has been tracking how many participants wear the company's shoes in each marathon. The administrator creates two custom objects: Races and Runners. There is a master-detail relationship between them as well as a Roll-up Summary field on the Races object to show the count of runners in each race. Requirements have changed, and the administrator wants to delete the Master-detail Relationship field without deleting the Runners records.

What action should an administrator take before the Relationship field can be deleted?

Options:

A.

Change the field type to a Lookup Relationship.

B.

Select the Allow Reparenting' checkbox on the Master-detail field.

C.

Uncheck 'Delete this record also' to turn off cascading deletes.

D.

Delete the Roll-up Summary field on the parent.

Question 12

Cloud Kicks uses a dashboard with multiple components based on Account, Case, and Opportunity reports. The system administrator adds a dashboard filter on Account Owner. When filtering the dashboard by Account Owner, records are now missing from several Opportunity components.

What is the recommended way for the system administrator to resolve this issue?

Options:

A.

Add a cross-filter to the Opportunity source reports.

B.

Use a custom report type for Accounts with or without Opportunities.

C.

On the Opportunity components, change the equivalent field.

D.

Create a joined Accounts and Opportunities report for the components.

Question 13

AW Computing wants to create a process to assign accounts to different salespeople based on the annual revenue…. of the company. The administrator has decided to create a flow.

Which two consideration should the administrator make sure to remember when creating the flow? Choose 2 answers

Options:

A.

Use a Get Record component instead of hard coding record IDs.

B.

The running user of a flow is the user that last saved the flow.

C.

Update record elements should be placed outside the flow loop.

D.

Update Record elements should be placed inside the flow loop.

Question 14

Cloud Kicks would like to reassign ownership of all leads that are open and more than 60 days old. The system administrator has written an assignment rule to distribute these leads to the correct owners or queues.

Which two tools should the administrator use to update the owner of these leads?

Choose 2 answers

Options:

A.

Bulk API

B.

Mass Update

C.

Dataloader.io

D.

Import Wizard

Question 15

Cloud Kicks has o custom object called Membership Details that records information about customers' preferences for their memberships. Depending, on the membership level, different data needs to be displayed.

• when cue running user has the Market no profile, all data should be visible.

• When the running user has the Support profile, only the Support preference fields should be visible.

• Both Marketing and Support users should be able to report on all data.

How should the administrator deliver this solution?

Options:

A.

Create two record types und two page layouts.

B.

Set up Dynamic forms to conditionally show data.

C.

Make a permission set with a Muting permission.

D.

Use Field-Level Security to control data access.

Question 16

Cloud Kicks has a very large knowledge base in Salesforce, Service reps are having a hard the finding the most reviewing articles because there are too many search results.

What should the administrator do to help service reps quickly narrow down the number of articles?

Options:

A.

Implement and configure Data Categories.

B.

Delete and remove old Knowledge articles.

C.

Update Knowledge to auto-search the case’s subject.

D.

Activate and configure Einstein Search.

Question 17

Ursa Major Solar has a junction object that connects Docs with Solar Panels. The administrator needs users to be able to see all the solar panels that a Dot is related to. Users already have access to the Bot and the Junction, but not the Solar Panel object.

What access docs the user need to be able to see the solar panel records?

Options:

A.

Read permission is required on both master records.

B.

Access permission Is not required on either master record.

C.

Create permission Is required on both master records.

D.

Read permission is required on at least are master record.

Question 18

The sale VP notices several sales reps generating a contract too early in the sales stage. The help correct this Behavior, the has requested the Create Contract button only be available when the opportunity reach… negotiation stage.

How should the administrator meet this requirement?

Options:

A.

Create a validation rule.

B.

Configure dynamic action.

C.

Create a custom permission.

D.

Modify page layout.

Question 19

Users at Ursa Major Solar want to create complex dashboards with supporting charts based on data to come from a variety of sources, some of which live on the Internal company shared drives.

Which product should the administrator recommend to meet the users' needs?

Options:

A.

Lightning Dashboard Builder

B.

Report Bulkier

C.

List views

D.

Tableau CRM

Question 20

AW Computing is conducting an audit and wants to understand how many objects have been shared as public externally.

which tool should the administrator use to quickly obtain this details?

Options:

A.

Security Health Check

B.

Setup Audit Trail

C.

Session Security Settings

D.

Object Manager

Question 21

Cloud Kicks has organization-wide snaring defaults on the opportunity set to prvete. However, members of the finance team need to see closed won opportunities. The Drama team members all have roles under the finance director, while the sales team members have roles under the sales marager.

Which two options should the administrator use to meet these criteria?

Choose 2 answers

Options:

A.

Share with roles and subordinates of the finance director role.

B.

Make an owner-based sharing rule where the won field - true.

C.

Create a criteria-based sharing rule where the won field = true.

D.

Select all opportunities owned by the sales manager role.

Question 22

Cloud Kicks users need to link multiple Case records to multiple Outcome records stored in a custom object. Any user that can view the Case record must be able to create a link. The administrator creates a Case Outcome custom object.

What is the recommended option to use when adding a field to Case Outcome?

Options:

A.

Lookup relationship with Ready-Only sharing setting.

B.

Master-detail relationship with Read-Only sharing setting.

C.

Lookup relationship with Read/Write sharing setting

D.

Mater-detail relationship with Read/Write sharing setting

Question 23

A new administrator at Cloud Kicks has reported that they are unable to use outbound change sets as requested.

What permission should be reviewed to determine if it is missing from the administrator user or profile?

Options:

A.

Create and Upload Change Sets

B.

Modify Metadata Through Metadata API Functions

C.

Deploy Change Sets

D.

API Enabled

Question 24

Support staff at Cloud Kicks work on multiple accounts and opportunities at the same time, Currently, they are switching between browser tabs, which is tedious and confusing. Support managers put in a request for a better agent experience.

What should an administrator recommend?

Options:

A.

Create a screen flow to pull all related opportunities onto one page.

B.

Enable Subtab Record Browsing in the Setup menu.

C.

Configure Split Lit Views.

D.

Implement Service Console.

Question 25

AW Computing sells a variety of software programs for Its customers to choose from. Management wants to ensure that the customer automatically receives phone support when they purchase photo editing. software.

how should an administrator meet these retirements?

Options:

A.

Add an entitlement template to the pressure conduct for phone support.

B.

Include a milestone to the product with a term of 365 days for phone support.

C.

Configure a flow to create a milestone co the asset upon purchase.

D.

Create a flow to attach an entitlement to the asset upon purchase.

Question 26

The administrator at AW Computing has received an email for a system error indicating that their organization has reached is hourly limit processing workflow time triggers.

Which two processes should the administrator review? Choose 2 answers

Options:

A.

Time-Based Workflows

B.

Paused now Interviews

C.

Apex Triggers

D.

Debug Logs

Question 27

Ursa Major Solar (UMS) wants to identify customers that need to install a new solar panel monitor system it recently released. UMS tracks the installed products as Asset records that art related to the Account. Sales management has asked the administrator to create a report for users.

What is the recommended method for the administrator to meet the requirement?

Options:

A.

Use PREVGROUPVAL() in Report Builder.

B.

Use Role Hierarchy filter to restrict related records.

C.

Use a Summary report with Bucket Columns.

D.

Use a Cross Filter with WITHOUT logic.

Question 28

The administrator at Cloud Kicks created a flow in a sandbox that walks service agents through the Return Merchandise Authorization creation process. The administrator deployed the flow to production with a Change Set. Users are unable to use the flow in production.

Which step should the administrator take?

Activate the flow administrator take?

Options:

A.

Activate the flow manually after deployment.

B.

Include the active and prior inactive flow version in the Change Set.

C.

Ensure there is an active flow version in the sandbox.

D.

Deployment the flow, with the Metadata API instead of Change Sets

Question 29

Cloud Kicks (CK) has e sneaker maintenance plan that It Includes with all orders for Its new line of Bluetooth-enabled custom sneakers. The sneaker maintenance plan gives each customer 6 months of phone support in case they have Issues with their new sneakers. The administrator at CK is having a hard time keeping up with the work associated with managing the maintenance plan.

What should the administrator do to help manage the plan?

Options:

A.

Use Flow to automatically create and assign entitlements.

B.

Create a support process for the maintenance plan.

C.

Ensure milestones are in place for the maintenance plan.

D.

Set up and configure entitlement templates.

Question 30

Which two tools should an administrator use to required data to be entered in a field and improve data quality on a record in Salesrorce?

Choose 2 answers

Options:

A.

validation Rules

B.

Dashboards

C.

Workflow Rules

D.

Page Layouts

Question 31

Person accounts were recently activated at Cloud Kicks.

There are three record types for accounts:

• B2B customer

• B2C Customer

• External Partner

There are two record types for leads:

• B2B Lead

• B2CLead

The test team finds that when the Convert button is clicked on a B2C Lead record, only the B2B Customer and External Partner account record types are available choices on the Conversion Layout.

What should the administrator do to correct this issue?

Options:

A.

Hide the Record Type field on the Account section of the Conversion Layout.

B.

Build a process that updates the record type field to B2C Customer after conversion.

C.

Use a validation rule to ensure the company name on B2C Leads is blank.

D.

Change organization-wide default settings for contacts to Controlled by Parent.

Question 32

Cloud Kicks has updated several profiles and created a new app in the sandbox. After testing, everything is working as expected. Which two options should the administrator use to migrate these changes to production from the sandbox?

Choose 2 answers

Options:

A.

Package deployment

B.

Change Data Capture

C.

Outbound Change Set

D.

Inbound Change Set

Question 33

Universal Containers has found duplicate contacts in Salesforce. The sales team administrator prevent duplicate records from being created.

Which two ways should the administrator customize duplicate management?

Choose 2 answers

Options:

A.

Modify the Global Picklist Value Sets.

B.

Configure custom duplicate rules.

C.

Create custom matching rules.

D.

Set up mobile duplicate alerts.

Question 34

Ursa Major Solar allows accounts to apply for loans to purchase solar panrts. Financial information will be stored in a custom object. Only finance team members should see the related financial information about the account.

What kind of field should the administrator create in the custom object?

Options:

A.

Lookup Relationship

B.

External Relationship

C.

Hierarchical Relationship

D.

Master-Detail Relationship

Question 35

A user at Ursa Major Solar is experiencing a flow error while trying to process a record to the next status. The users with the same access can process records without any errors.

What should the administrator do to troubleshoot the issue?

Options:

A.

Use the flow debug option and set the selection to Run as another user.

B.

Grant the user more data access by moving them higher in the role hierarchy.

C.

Change the flow to run as System Context Without Sharing - Access All Data.

D.

Grant the user the Modify All permission to ensure they have full system access.

Question 36

Cloud Kicks wants to force its users to set a value for a custom called Tier by answering a series of questions.

What two functions should the administrator use to ensure that users cannot bypass answering these questions in order to determine their Tier value.

Choose 2 answers

Options:

A.

Set up a list view for the list of questions.

B.

Make the field Read Only on the page layout.

C.

Set up a restriction rule on the field.

D.

Use a screen flow to ask the question.

Question 37

The sales manager at Cloud Kicks (CK) wants to make sure the accounts that CK serves are happy. One way they track this is by how many open cases an account has with CK. The sales manager asks CK's administrator to build a report to show Accounts with Open Cases.

What report type would this be?

Options:

A.

Bucket Report

B.

Joined Report

C.

Summary Report

D.

Matrix Report

Question 38

An administrator at Cloud Kicks has been tasked by the compliance team to flag where sensitive information is stored in Salesforce.

What feature should the administrator use to fulfill this requirement?

Options:

A.

Data Classification

B.

Schema Builder

C.

Classic Encryption

D.

Field-Level Security

Question 39

Cloud Kicks has just released a new Process Builder on the Account in production. The end users keep getting error messages that prevent them from completing their updates to the Account.

Which three things should the administrator do to resolve this issue?

Choose 3 answers

Options:

A.

Review the Error Email for the Process Builder and rectify the issues.

B.

Manually make the updates to the Account as the logged-in user.

C.

Deactivate the Process Builder in production.

D.

Have the users refresh the Account page so they get the current Process Builder.

E.

Fix the Process Builder in a sandbox and migrate the change to production.

Question 40

Sales reps at AW Computing hove been reporting that contact phone numbers sometimes revert book to on old value after being updated.

What should the administrator do to resolve this issue?

Options:

A.

Schedule Apex jobs.

B.

Delete all workflow rules.

C.

Add an invocable process.

D.

Consolidate automation tools.

Question 41

The administrator at Cloud Kicks built a flow in a sandbox. After testing and validating the flow, the administrator plant to promote the flow to the production environment with a change set.

Which three considerations should the administrator be aware of when moving flows with a change sat? Choose 3 answers

Options:

A.

Flows deployed are inactive and need to be manually activated.

B.

Flow allows only one version of the flow when deployed with a change sat.

C.

Deploying or redeploying a flow with change sets creates a version of the flow in the destination org.

D.

All flow dependencies are automatically added to the change set.

E.

Flows ere automatically activated upon deployment.

Question 42

The administrator at Cloud Kicks needs to import a batch of person accounts into Salesforce.

What tool should the administrator use?

Options:

A.

Data Import Wizard

B.

Quick Create

C.

Bulk API

D.

Mass Update

Question 43

At Cloud Kicks, users are able to run reports. However, when users try to export a report, they are taken to a login screen and prompted for additional verification.

What is causing this issue?

Options:

A.

Users need to update their browser to the latest version.

B.

The users are logged Into an Insecure network.

C.

The users' profile is missing the Export Reports permission.

D.

Exporting Is configured to require a high assurance session.

Question 44

Users report that the industry picklist field is no longer visible on account records. What test can an administrator use to troubleshoot the issue?

Options:

A.

Field audit history

B.

Setup audit trail

C.

Field history tracking

D.

Debug log

Question 45

The Cloud Kicks security team has seen an increase in unattended device attacks, where hackers can view sensitive information when users leave devices unlocked in public settings. The security team wants to ensure Salesforce data cannot be viewed after 10 minutes of inactivity.

What is the recommended security setting to configure?

Options:

A.

Enforce login IP ranges on every request.

B.

Lock sessions to the domain in which they were first used.

C.

Require a high assurance session.

D.

Force logout on session timeout.

Question 46

Cloud Kicks (CK) has a filed called Shoe Type Preference, CK,s product team wants to see a report that groups specific picklist values together into the one of two lists.

What functionality should the administrator use to fulfill the team’s request?

Options:

A.

PREVGROUPVALUE

B.

Summary Formula

C.

Bucket field

D.

Matrix Report

Question 47

Cloud Kicks users report receiving an "Apex CPU time limit exceeded" error message when attempting to close certain opportunity records. This does not occur on every opportunity record change or for every user.

What is the recommended method for the administrator to identify the cause?

Options:

A.

Monitor with Login Forensics.

B.

Enable Debug Logging for users.

C.

Review the Setup Audit Trail.

D.

Set up Apex Exception Email alerts

Question 48

Cloud Kicks wants its sales reps to always use the same full zip code format with a hyphen where applicable.

What should the administrator implement to help ensure consistent formatting?

Options:

A.

Edit the standard field length to five characters.

B.

Add a quick create function for the sales reps to use.

C.

Create a REGEX function to use in a validation rule on the field.

D.

Add a help text instructing the sales rep on how to enter this field.

Question 49

Cloud Kicks (CK) has an email parsing tool. CK wants to ensure that when certain field are updated, the Case Owner is notified by email.

What should the administrator use to email the Case Owner?

Options:

A.

Email-to-Case

B.

Outbound Message

C.

Before Save Flow

D.

After Save Flow

Question 50

A sales manager at AW Computing has created a contact record but is missing some of the information to complete the record. The organization-wide default for Accounts is set to Public Read Only, and Contacts are controlled by parent.

Options:

A.

Who will be able to edit this new contact record?

B.

Users above the sales manager in the role hierarchy

C.

All users in the organization

D.

The owner and users below the owner in the role hierarchy

E.

Sales manager and system administrator

Question 51

An auto-response rule sends en email using Template when the field Case Source Is 'email' and Template when Case Source is blank. A Process Builder updates Case Source to 'email' when a case is created using Email-to-Case and to web' when a case Is created using Web-to-Case. Otherwise, Case Source Is blank.

What will occur when a case is created from an Incoming email?

Options:

A.

Case Source updates to 'email' and an email is sent out using Template2.

B.

An email is sent out using Template and then Case Source updates to email'.

C.

An email la sent out using Template and then Case Source updates to 'email'.

D.

Case Source updates to email and an email Is sent out using Template1.

Question 52

DreamHouse Realty wants better insights into potential revenue in the next quarter and is considering using Collaborative Forecasts.

What should the administrator consider when setting up Collaborative Forecasts?

Options:

A.

Opportunity Split data cannot be viewed in a forecast.

B.

A forecast can be either revenue-based or quantity-based.

C.

A single org can have up to six different types of forecasts.

D.

The default forecast categories cannot be customized.

Question 53

AW Computing has several service plans it offers with its laptops. Management wants the sales team to focus on bringing in new business and to have the creation of the renewal opportunity for the service plans happen automatically.

What approach should the administrator take to automate the renewal process7

Options:

A.

Configure a time-based workflow to send an email reminder to the sales rep when the service plan expires.

B.

Create a dynamic Lightning page with rich text to remind the rep to create a renewal opportunity when the opportunity is closed won.

C.

Create a validation rule to prevent the rep from closing the opportunity until a renewal is associated.

D.

Configure a flow that will create the renewal based on the closed-won date and opportunity line items.

Question 54

An administrator needs to Import a large amount of historical data (more than 100,000 records) from another system.

how should the administrator import the data?

Options:

A.

SOAP based API with Developer console

B.

Data Loader with Bulk API Enabled

C.

An AppExchange package

D.

Import Wizard with Add Only

Question 55

AW Computers has created a custom field called Government ID on a custom object. Most users with a custom Sales profile should be unable to access this field. A select group of Sales users called the Institutional Team should be able to access the Government ID field via reports.

How should an administrator accommodate this request?

Options:

A.

Create a permission set with Read access to the field. Assign the permission set to the Institutional Team.

B.

Configure a report type with the Government ID field. Assign this report type to the Institutional Team via a permission set.

C.

Mark the field as Read Only on the sales profile. Create a permission set to re-enable reporting for the Institution Team.

D.

Make a report with the Government ID field included. Share this report to the Institutional Team in a public reports folder.

Question 56

An administrator created a new custom object. When trying to upload new records to the custom object using.

Date Loader, they are unable to see the new custom object in the list of available objects.

What should the administrator do to resolve the issue?

Options:

A.

Assign a permission set to give them access to the new object.

B.

Check the Field-Level Security of the new custom object’s Name field.

C.

Ensure Allow Sharing is checked on the custom object.

D.

Confirm the object us marked as deployed and not in development.

Question 57

Users at AW Computing use a custom object to manage order*. All profiles share a single page layout. Customer Service and Sales users express frustration overseeing actions that-do not always apply to their situation on the page layout.

What should an administrator recommend?

Options:

A.

Use Dynamic Actions and conditional visibility to show the appropriate actions to the applicable users.

B.

Create separate record types for the Customer Service and Sales users' records.

C.

Configure two separate permission sets and assign the appropriate permissions to each user.

D.

Make two separate Lightning record pages and assign them to the applicable profiles.

Question 58

Cloud kicks has received feedback that customers are frustrated with the amount of time it takes to reach a support agent by area of expertise according to product information after a new case has been submitted. Love you too jani

Which feature should administrator configure in order to improve the case management process?

Options:

A.

Omni-Channel

B.

Escalation Rules

C.

Macros

D.

Knowledge Component

Question 59

Ursa Major Solar has a global customer base. Recent issues with customs have greatly delayed shipping to Canadian customers. While the Country field is already on the page layout, the sales team wants Canadian customers highlighted as a potential challenge for fulfillment until the shipping issue is resolved.

How should the administrator solve this issue?

Options:

A.

Modify the page layouts to move the Country field into its own section.

B.

Add a rich text component to the Lightning page. Use conditional visibility to only show the component if the account is Canadian.

C.

Create an in-app guidance prompt for Canadian records.

D.

Create a new record type and page layout for Canadian customers, ensuring their pages look different.

Question 60

The administrator at Universal Containers does a soft launch of the Salesforce Authenticator app and allows users to optionally use it to log In. The administrator would now like to look at how many users have successfully used it since It was rolled out.

What are two ways the administrator can get this Information?

Choose 2 answers

Options:

A.

Create a new view In Identity Verification History, specifying Method.

B.

Open the Login Access Policies In Setup which shows how many users are using MFA.

C.

Run a session setting report, specifying login methods by user.

D.

Export Login History and filter based off of Authentication Method Reference,

Question 61

The administrator at Cloud Kicks is troubleshooting an issue one user is having with a flow. They have decided to add a debug log to that user.

What debug log category should be used?

Options:

A.

Workflow

B.

Callout

C.

System

D.

Database

Question 62

AW Computing wants to embed a report chart on the Account record page that shows the value of closed sales for that account. The chart should be limited to users in the Sales Manager role on the Account record pages.

how should this be accomplished?

Options:

A.

Create a new report and assign it to the component.

B.

Create a new page layout for the Sales Manager role.

C.

Filter component visibility for the Account ID.

D.

Filter component visibility for the Sales Manager role.

Question 63

On the Contact record, if a contact has the value of 'CEO‘ in the Title field, the administrator wants to require the users to also put a phone number in the Phone field.

What formula should the administrator put in the Error Condition Formula of a validation rule to enable this?

Options:

A.

Title = 'CEO' && NOT(ISBLANK(Phone))

B.

Title <> 'CEO' && NOT(ISBLANK(Phone))

C.

Title = 'CEO' && ISBLANK(Phone)

D.

Title <> 'CEO' && ISBLANK(Phone)

Question 64

The administrator at Cloud Kicks recently replaced several case workflow rules with a single before save flow. Since this change, some cases are routing In unexpected ways.

What could be the cause or the charges to routing?

Options:

A.

The old workflow rules are still active and impacting routing.

B.

The flow precedes assignment rules; workflow rules are after assignment rules.

C.

Assignment rules no longer reference the correct fields.

D.

Multiple automation tools have been used and the automation is executed in a different order.

Question 65

AW Computing wants to enable a backup resource to assign permissions while restricting the backup resource's ability to create or modify permission sets.

Which feature should be employed to accomplish this request?

Options:

A.

Assignment Rules

B.

Delegated Administrator

C.

View All Users Permission

D.

Customize Application Permission

Question 66

A sales rep at Ursa Major Solar reafized that the wrong price book was selected for an opportunity.

How can the sales rep change the price book on the opportunity?

Options:

A.

Once selected, the price book can be updated via the forecasts tab.

B.

Once selected, the price book is locked on the opportunity.

C.

They change can be made through the desktop site.

D.

The change can be made through the mobile app.

Page: 1 / 22
Total 220 questions