Month End Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

Advanced-Administrator Salesforce Certified Platform Administrators II (Plat-Admn-301) Questions and Answers

Questions 4

The salts team at Universal Containers has asked the administrator to build functionality to automatically update the account checkbox field 'Opportunity Created' to checked when at least one related opportunity has been created.

What feature should the administrator use to build this functionality?

Options:

A.

Screen flow

B.

Workflow rule

C.

Record-triggered flow

D.

Assignment rule

Buy Now
Questions 5

On the Planet custom object, Ursa Major Solar's sales director wants only certain action buttons to appear depending on if a given planet is defined as gaseous.

Which Lightning component should the administrator define dynamic action buttons?

Options:

A.

Record Detail

B.

Highlights Panel

C.

Activities

D.

Related Lists

Buy Now
Questions 6

The administrator at Ursa Major Solar has set up IT policies for all user passwords to be a minimum length of 3 characters and have an expiration period of 90 days. The security team recently decided that administrators of any system should have a 15-character minimum password with a 30-day expiration period.

Where should the administrator make this change?

Options:

A.

Organi2ation-wide password policies

B.

Password complexity requirements on the permission set

C.

Password Policies on the System Administrator profile .

D.

Session Settings on the User record

Buy Now
Questions 7

AW Computing has a 4-hour SLA in its support guarantee. The company recently received feed that customers art reporting long wait times before an agent responds to a new case after it has been submitted.

How should an administrator ensure cases are properly prioritized?

Options:

A.

Auto-Response Rules

B.

Escalation Rules

C.

Assignment Rules

D.

Workflow Rules

Buy Now
Questions 8

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.

Buy Now
Questions 9

An administrator is trying to deploy a change set from a newly upgraded sandbox source org with new features to a destination sandbox org on a previous release. Some metadata in the change set cannot be deployed because they've changed between releases.

What should the administrator do to deploy the changes to a sandbox?

Options:

A.

Make the changes manually through the user interface in the source org.

B.

Create a new sandbox on the new release version and deploy ;he change set to the new org.

C.

Submit a ticket to Salesforce to update the source org to the latest release.

D.

Refresh the sandbox destination org and then deploy the change set.

Buy Now
Questions 10

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.

Buy Now
Questions 11

The sales team at Cloud Kicks is noticing that sales reps are misusing the new Screen Flow tool for data entry, since they are viewed the initial screen after clicking finish.

What should the administrator do to fix this?

Options:

A.

Use a lightning action to redirect the user

B.

Create a new flow to redirect the user when the other flow finishes.

C.

Add a trigger to redirect the user to a new page.

D.

Update the flow with a local redirect action.

Buy Now
Questions 12

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.

Buy Now
Questions 13

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

Buy Now
Questions 14

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

Buy Now
Questions 15

Cloud Kicks is looking for a way to back up its data dally.

What should the administrator recommend?

Options:

A.

Set up Salesforce's Data Export Service and store the data In the target destination.

B.

Extract the data with the Import Wizard and push it to the target destination.

C.

Schedule a report and have the data emailed to the admin to put In the target destination.

D.

Use an ETL tool that can be scheduled to extract the data ard push it to the target destination.

Buy Now
Questions 16

A developer is getting errors for Production deployment. The test deployment in the Full sandbox, which included a local test run, was successful. The Full sandbox was last refreshed 2 weeks ago.

Where should the administrator check to see what was recently changed?

Options:

A.

Salesforce Optimizer

B.

Dev Console

C.

Field History

D.

Setup Audit Trail

Buy Now
Questions 17

An administrator is asked to create a report to calculate the year-over—year changed in the dollar amount of a company’s opportunities.

What reporting tool should be used to complete this request?

Options:

A.

A row-level formula to compare amounts grouped by year.

B.

A joined report with two report blocks for each year

C.

A custom summary formula with PARENTGROUPVAL function

D.

A custom summary formula with the PREVGROUPVAL function.

Buy Now
Questions 18

Dreamhouse Realty recently learned that the major listing service it utilizes can accept messages to a specific endpoint. The realtors want to utilize this to be able to quickly update the listing price on properties after it has

been approved.

What automation tool should the administrator configure?

Options:

A.

Flow

B.

Platform Event

C.

Process Builder

D.

Email Alert

Buy Now
Questions 19

Cloud Kicks wants to implement multi-factor authentication (MFA) to help better secure its Salesforce org.

Which two options should the administrator consider to use MFA?

Choose 2 answers

Options:

A.

An Authentication App

B.

A Username and Password

C.

A Security Token

D.

An Encryption Key

Buy Now
Questions 20

A sales rep at Ursa Major Solar was assigned to a role under their manager and is the record owner of several opportunities; however, the sales rep is missing from the manager's forecast.

What should the administrator review to solve this issue?

Options:

A.

Enable owner adjustment

B.

Enable manager adjustments

C.

Allow Forecasting

D.

Allow Override Forecasts

Buy Now
Questions 21

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

Buy Now
Questions 22

An administrator has created a flow that sends platform events whenever an opportunity is updated. An Apex developer has been tasked to write code that listens for these events. When reviewing the debug logs for a user, the developer can see that the flow ran, but the debug Information is missing.

What should the administrator recommend to assist with debugging?

Options:

A.

Select the Debug Enabled checkbox on platform events,

B.

Platform events are unavailable for debugging.

C.

Set a debug log on the Automated Process entity.

D.

Search the AppExchange to And a tool that assists with debugging.

Buy Now
Questions 23

The Service team at Cloud Kicks needs a way to show the current status from the Account on the Case. This value should be on the page and is used in validation rules.

What should the administrator recommend to solve this?

Options:

A.

Create a cross-object formula.

B.

Use a picklist field.

C.

Make a Rollup Summary.

D.

Add a lookup field to Account.

Buy Now
Questions 24

The AW Computing administrator team does significant amounts of work around process automation and ensuring data integrity. When an administrator created a new validation rule in production, the development team complained that their deployment to production failed.

What should be implemented to prevent this conflict from happening?

Options:

A.

Review the setup audit trail prior to changes.

B.

Refresh the full copy sandbox daily.

C.

Test changes in a shared sandbox.

D.

Build automation and validation rules using screen flows.

Buy Now
Questions 25

An administrator is receiving cases that users are getting logged out of Salesforce without notice.

What should the administrator do to address this issue?

Options:

A.

Deselect disable session timeout warning popup.

B.

Select force logout on session timeout.

C.

Remove the session timeout settings.

D.

Enable Remember me until logout.

Buy Now
Questions 26

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

Buy Now
Questions 27

Cloud Kicks has two record-triggered flows on the same object. One flow creates a child record when criteria are met. The second record-triggered flow is based on criteria to check if the child record exists and updates a field. The field on the child record that needs to be updated Is still null after the second record trigger.

What should the administrator do to resolve this issue?

Options:

A.

Make a new record-triggered flow on the child object to update the field on the parent record.

B.

Have the record-triggered flows fire on create or edit to update the field.

C.

Combine the two flows into one with checks to see which part of the flow needs to be run.

D.

flows into schedule flows and have them update the field.

Buy Now
Questions 28

Users at AW Computing are receiving a duplicate message when they enter contacts with common first and last names. Management wants to improve the user experience but also keep the data Integrity of contacts.

What should an administrator implement for this issue?

Options:

A.

Update the matching method on the rule from fuzzy to exact for First Name and Last Name.

B.

Change the duplicate rule to report Instead of alert so the message is avoided.

C.

Include the Email field to the existing matching rule for a more exact match.

D.

Add a secondary matching rule to the duplicate rule to match on the associated customer.

Buy Now
Questions 29

An administrator has a request to create a Next Steps field for users to document what they need to do next on a lead. The field should allow users to format the text and be mapped to an opportunity when converted.

What type of field will satisfy these requirements?

Options:

A.

Formula (Text)

B.

Text Area (Long)

C.

Text Area

D.

Text Area (Rich)

Buy Now
Questions 30

When should an administrator apply a permission set to a user or group of users versus configuring the user’s profile with the necessary access?

Options:

A.

When a user is part of a team with an assigned profile that covers the majority of their needs but requires just a little less access than the rest of their team.

B.

When a user is part of a team with an assigned profile that covers the majority of their needs but requires more access than the rest of their team.

C.

When an organization’s sharing model is too broad and they need to restrict access beyond what their sharing model and existing profiles provide.

D.

When an organization has opted out of using the standard profiles and created custom profiles.

Buy Now
Questions 31

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

Buy Now
Questions 32

A sales rep needs to help cross-sell an opportunity but is unable to make updates on the record or update the opportunity team.

Which two options would be required for a sales rep to add a rep to the opportunity team?

Choose 2 answers

Options:

A.

Transferred ownership of the Opportunity to the sales rep

B.

A permission with Edit access on the Account object

C.

A role above the Opportunity owner in the role hierarchy

D.

Transferred ownership of the Account to the sales rep

Buy Now
Questions 33

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.

Buy Now
Questions 34

The administrator at AW Computing has been asked to review whether any users are making configuration changes directly in production.

Which item should the administrator review to find these details?

Options:

A.

Setup Audit Trail

B.

Field History Tracking

C.

Login History

D.

Organization-Wide Defaults

Buy Now
Questions 35

Dream house Realty has created a custom object to track its Open Houses with a master-detail relationship up to a custom object for Properties. Agents need to quickly calculate the number of Open House records in a status or Pending so they can see the value from the Property record.

What feature should the administrator implement?

Options:

A.

Lightning Component

B.

Formula Fields

C.

Roll-Up Summary

D.

visualforce Page

Buy Now
Questions 36

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.

Buy Now
Questions 37

An administrator is planning he release process for the year. The team will be using change sets to process deployment to production.

Which three best practices should be considered?

Options:

A.

Plan your deployments around the production and sandbox maintenance schedules.

B.

Use matching names for global publisher layouts and Outlook publisher layouts.

C.

Be sure to test only after business hours the data after deployment.

D.

Make sure to deploy all dependent components.

E.

Make sure change sets are limited to 10,000 files.

Buy Now
Questions 38

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.

Buy Now
Questions 39

How should an administrator support a finance team that is trying to use Opportunity data to keep an eye on their pipeline rather than manually calculating anticipated income for the quarter?

Options:

A.

Run a report at the end of each quarter to update the finance team on pipeline status.

B.

Set up collaborative forecasting to view quota against the open pipeline.

C.

Create a custom Forecasting object to inform the finance team on the status of deals.

D.

Show the finance team how to use the Opportunity Kanban List View.

Buy Now
Questions 40

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.

Buy Now
Questions 41

A user started to work remotely. They are having an Issue logging in.

What could be the issue?

Options:

A.

The login session has expired for this user.

B.

They are signing in from a mobile device.

C.

The time zone for the profile is outside of login hours.

D.

The user Is not In the IP range for their profile.

Buy Now
Questions 42

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

Buy Now
Questions 43

DreamHouse Realty (DR) wants to ensure that its data is protected. There have been several recent attempts to phish employees.

What should DR do to help ensure that the user that is logged in is the right user when the running user is trying to view reports and dashboards?

Options:

A.

Require a Usemame, Password, and Security Token when logging in.

B.

Set up an authentication provider for reports and dashboards.

C.

Require MFA when users need to view and export dashboards and reports.

D.

Require a high assurance session when exporting or printing reports and dashboards.

Buy Now
Questions 44

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.

Buy Now
Questions 45

An administrator created and activated several record-triggered flows that are configured to run before the record is saved on the same object.

What should the administrator consider about the order of execution for flows?

Options:

A.

The flow type will determine the order of execution.

B.

The last created date of the flow will determine the order.

C.

The order of flow execution is unpredictable.

D.

The flows will execute in alphabetical order based on their names.

Buy Now
Questions 46

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.

Buy Now
Questions 47

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.

Buy Now
Questions 48

Northen trail Outfitters (NTO) wants to change the current master-detail relationship between Shipments and Opportunity to a lookup relationship. The system administrator has made the necessary changes in a full sandbox and has successfully tested them against NTO’s data.

Now that the changes are ready to implement in production, what should the system administrator do next?

Options:

A.

Make the changes directly in the production org.

B.

Create an Unmanaged Package to distribute to production.

C.

Use Data Loader to export the changes to the production org.

D.

Add the components to an outbound change set and deploy it to production.

Buy Now
Questions 49

Cloud Kicks (CK) has a backup team of employees that helps short-staffed departments. These users could be working with sales one day and service the next. CK is implementing new Lightning record pages for each department so that they view records In a way that makes sense for each department.

How should the administrator ensure this Is configured correctly?

Options:

A.

Configure one app per department and activate record pages for each app.

B.

Create permission sets for each department and assign them to the backup team users.

C.

Adjust the profile of the backup users each day to align with the proper access they require.

D.

Allow the backup team users to update their own profile with Delegated Administration.

Buy Now
Questions 50

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.

Buy Now
Questions 51

The administrator at AW Computing implements multi-factor authentication using the Salesforce Authenticator app downloaded on company-provided iPhones. A sales rep breaks their phone and needs to update an opportunity record.

How should the administrator grant access for the sales rep?

Options:

A.

Instruct the sales rep to log in from the company's VPN.

B.

Delegate multi-factor identification to the sales rep.

C.

Add the sales rep's IP address to the trusted IP ranges.

D.

Generate a temporary identity verification code for the rep.

Buy Now
Questions 52

Universal Containers' support team wants to use Salesforce Knowledge to allow customers and the support team to have access to the product documentation. There are many different types of documentation with usage across the globe.

What feature should the administrator configure?

Options:

A.

Enable the Case Feed.

B.

Create article types.

C.

Define data categories and visibility.

D.

Setup record types and page layouts.

Buy Now
Questions 53

Northern Trail Outfitters (NTO) has a private sharing model for records containing a customer's credit Information. These records should be visible to a sales rep's manager but hidden from their colleagues.

How should an administrator adjust NTO's sharing model to ensure the correct amount of confidentiality?

Options:

A.

Use validation rules targeting the logged-in user.

B.

Add View All access for the object via the managers profile.

C.

Create sharing rules for each manager based on the record owner.

D.

Grant access using hierarchies via the sharing settings.

Buy Now
Questions 54

AW Computers has enabled the feature for Contact to multiple Accounts. A rep is trying to remove the primary Account from a Contact but Is unable to do so. The administrator has already updated the page layout to no longer require an Account.

What could be the issue?

Options:

A.

A primary Account relationship Is required on a Contact regardless of the page layout settings.

B.

The Contact has Indirect relationships to other Accounts.

C.

The Account Contact relationship record needs to be deleted first In order to disassociate Contact from the Account.

D.

Private Contacts need to be enabled in Setup.

Buy Now
Questions 55

The VP of sales at AW Computing utilizes a Lead report grouped by Country and Lead Source to show where the leads are coming from. The number of leads vanes greatly for each Country.

What should the administrator configure on the report to show the Lead Source effectiveness for each country?

Options:

A.

The 'Show Unique Count*

B.

PARENTGROUPVAL Function

C.

Bucket fitters

D.

PREVGROUPVAL function

Buy Now
Questions 56

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

Buy Now
Questions 57

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.

Buy Now
Questions 58

When should an administrator consider when using Person Accounts'

Options:

A.

In a complex business model and the users find it easiest to record Opportunity information on Contacts rather than Accounts.

B.

In a B2B business model and is selling to the primary contact at a business organization.

C.

In a B2C business model and the consumer is the intended recipient of sates and marketing attention.

D.

In a business model that needs a separate Contact and Account to be included on all Case records submitted.

Buy Now
Questions 59

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

Buy Now
Questions 60

After setting up field history tracking on the Account object, the administrator for AW Computing wants to retrieve the field history data for analysis.

how should the administrator acquire this data?

Options:

A.

Create a report of Accounts and export it to Excel.

B.

Query and export the Account History object using Data Loader.

C.

Use the Data export service in setup.

D.

Create a list view of Account History and print using the Printable View action.

Buy Now
Questions 61

Soles reps at AW Computing hove asked the Administrator to help them close deals faster on the Salesforce mobile app when they're in the new. They want to be able to quickly close an opportunity and have key fields, like status, pre populated to Closed Won.

What should an administrator create to achieve this?

Options:

A.

Object-specific Quick Action

B.

Global Quick Action

C.

Lightning Component

D.

Enhanced Related Lists

Buy Now
Questions 62

An administrator would Like to know If any other administrators or delegated administrators are using the Log In As a User feature.

Where the administrators should are using the Log in As a User feature.

Options:

A.

Grant Account Login Access

B.

Setup Audit Trail

C.

Connected App Usage

D.

Login History

Buy Now
Questions 63

Cloud Kicks (CK) is working on adding a Knowledge base to its online customer community. The administrator suggests using Salesforce Knowledge to meet this requirement.

What are three reasons CK should utilize Data Categories when creating articles in Knowledge?

Choose 3 answers

Options:

A.

Up to five Data Category groups can be created for segmentation.

B.

Data Categories help organize the Knowledge base content displayed.

C.

Every article is required to have a Data Category for sorting.

D.

Data Categories provide a way to secure access to the Knowledge base content.

E.

A Knowledge article can be tagged to more than one Data Category.

Buy Now
Questions 64

Cloud Kicks has Service end Soles Manager roles that need to be able to see a I Accounts. Currently, they each have their own custom profile. The organization-wide defaults are set to Private and a sharing rule share access to Accounts to the sales and service teams based on criteria.

What should the administrator do to allow the service and sales Manager to sec all Accounts?

Options:

A.

Configure a custom profile for each manager that gives them view All on Accounts.

B.

Set the organization-wide default for Accounts to Public Read Only.

C.

Create a permission set with view All to Accounts and assign it to the Service and Sales Managers.

D.

Move the Service and Sales Managers higher in the role hierarchy.

Buy Now
Questions 65

An administrator has been asked to enable permissions for users on the account services team to be able to edit and change ownership of Accounts owned by any of the team members.

What should the administrator configure?

Options:

A.

Set organization-wide sharing for Account as Public Read Only.

B.

Create a Sharing Rule on the Account object for all members of the account services role to have Read/Write access.

C.

Update the profile Account object to Modify All.

D.

Enable Account Teams and grant Read record-level access to account team members for the Account object

Buy Now
Questions 66

The finance director at Cloud Kicks asks the administrator for an exception report that shows all B2C accounts that are missing the credit card number. The credit card number is a classic encrypted field.

What action should the administrator take to meet this requirement?

Options:

A.

Add 'View Encrypted Fields' to a permission set assigned to Finance and system administrators and a summary report filtered by credit card number.

B.

Unmask the encrypted credit card number field to make it available and add a custom filter to a report where credit card number is blank.

C.

Build a custom checkbox called Has Credit Card' that Finance checks when a credit card is recorded and a tabular report filtered on the checkbox equal to false.

D.

Create a summary report that includes a cross-filter to the Account object with a sub-filter for credit card number equal to null.

Buy Now
Exam Name: Salesforce Certified Platform Administrators II (Plat-Admn-301)
Last Update: Aug 29, 2025
Questions: 220

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now Advanced-Administrator testing engine

PDF (Q&A)

$31.5  $104.99
buy now Advanced-Administrator pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 29 Aug 2025