Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Salesforce Advanced-Administrator Salesforce Certified Advanced Administrator (SP25) Exam Practice Test

Salesforce Certified Advanced Administrator (SP25) Questions and Answers

Question 1

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.

Question 2

An administrator at Universal Containers has been asked to configure product schedules.

What should the administrator consider before enabling this feature?

Options:

A.

The Product Schedule is unavailable in Process Builder and Flow.

B.

Line Item Schedule is unavailable In Process Builder and Workflow.

C.

Customizable product schedule page layouts cannot be modified.

D.

To remove o product schedule completely, remove It from the standard price book.

Question 3

An administrator need a business process automated, but only for certain user and profiles. The administrator will need to frequently update which users and profiles will use the process. After evaluating the declarative options, it was determined that this functionality must be done via an Apex trigger.

What software requirement should the administrator request so that process execution can be declaratively controlled?

Options:

A.

Use Process Automation Setting in Setup to the appropriate users or profiles.

B.

Use a System permission that is assigned to the user or profile.

C.

Use Apex Class Access to assign the Apex code to the user or profile.

D.

Use a custom permission set that is assigned to the user.

Question 4

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

Question 5

Cloud Kicks maintains Inventory in a legacy application. Management wants the information to also be available to view and report on in Saiesforce.

Which action should the administrator take to achieve this goal?

Options:

A.

Create an external object that maps to the inventory application.

B.

Import the data into a custom object when needed; delete after it is used.

C.

Build a Lightning component and use SFDX to connect to the inventory app.

D.

Upload an Excel spreadsheet with the data into the Files tab.

Question 6

DreamHouse Realty has a rental team and a real estate team. The two teams have different safes processes and capture different client information on their opportunities.

How should an administrator extend the Opportunity object to meet the teams' different needs?

Options:

A.

Leverage Opportunities for the Real Estate Team and create a new custom object for the Rental Team Opportunities.

B.

Use separate record types, page layouts, and sales processes for the Rental and Real Estate Teams.

C.

Create Opportunity Teams for the Rental and Real Estate Teams and make appropriate fields visible to only the necessary team.

D.

Add a section for Rental and a section for Real Estate on the Opportunity Master Record Type to keep the information separate.

Question 7

A custom object called Item has a many-to-many relationship with the Account and Quota objects. At Cloud Kicks, account owners are changed frequently while ownership of Quota records remains unchanged. When an account owner is updated, the new account owner can only see Item records if they are also the owner of the Quota record.

What step should the administrator take to give access to all Item records?

Change the data format of the Quota relationship field from master-detail to lookup.

Options:

A.

Re-assign the Quota master-detail to the primary and the

B.

Account master-detail to secondary.

C.

Create a Quota criteria-based sharing rule using ISCHANGED for the Account Owner field.

D.

Give the account owner Read access to both the Account and the Quota objects

Question 8

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

Question 9

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

Question 10

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.

Question 11

At Ursa Major Solar, there is an account owner by a user with the role of Galaxy manager. Two users with the same profile are both assigned to the sub-role, Galaxy Subordinate. However, only one can access the account.

What is the reason only one user can see the account record?

Options:

A.

Workflow Rule

B.

Manual Sharing

C.

Queues

D.

Role Hierarchy

Question 12

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.

Question 13

What would prevent a user from syncing a quote with an opportunity?

Options:

A.

The quote has a validation rule preventing it from being updated.

B.

Another quote is already synced with the opportunity and is awaiting approval.

C.

Another quote is already synced with the opportunity.

D.

The quote has already passed its expiration date.

Question 14

Universal Containers has a Private sharing model for Accounts and Opportunities. A new team is being created from within the sales team that will be assigned all renewal opportunities. These users will need to see all closed won opportunities while keeping the account private.

How should the administrator meet this requirement?

Options:

A.

Update the organization-wide default on Opportunities to Public Read Only and add them to the opportunities team.

B.

Create a permission set with View All enabled on Accounts and assign it to the new users.

C.

Create a new profile for the renewals team with View All permission enabled on Accounts and Opportunities.

D.

Create a public group for the renewals team and create a criteria based sharing rule on Opportunities.

Question 15

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.

Question 16

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.

Question 17

Universal Containers wants to assign a task due date on one of two fields. Estimated Shipping Date or Client Need By Date, which is further in the future.

Which two combined automation tools should the administrator use to create the task record and assign based on date criteria?

Choose 2 answers

Options:

A.

Create a formula capture the MAX date.

B.

Make a Process Builder to create the task.

C.

Design an approval process to capture the furthest date.

D.

Configure a workflow to create the task.

Question 18

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 19

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.

Question 20

Ursa Major Solar has a training sandbox with 160MB of test data that needs to be refreshed every other day.

Which two sandboxes should be used in this instance?

Choose 2 answers

Options:

A.

Partial

B.

Developer

C.

Developer Pro

D.

Full

Question 21

At Ursa Major Solar, there is a custom object called Galaxy. The sales director wants users to only see certain field market.

What Lightning will satisfy this requirement?

Options:

A.

Record Detail Component

B.

Fields component

C.

Highlights Panel Component

D.

Path Component

Question 22

An administrator recently Implemented multi-factor authentication (MFA) with a standard security level selectee. They are receiving cases that users are unable to log in.

What should me administrator do to troubleshoot?

Options:

A.

Check the session security level required at login on the user profile.

B.

Change MF-A to High Assurance.

C.

Reset the user passwords and ask them to try again.

D.

Temporarily disable MFA.

Question 23

Cloud Kicks needs to create 10 separate environments for various projects. A developer sandbox has been created with the necessary configuration and data. The administrator needs to create 10 now environments with the same metadata and data for each user.

What should the administrator do to meet the requirements?

Options:

A.

Use refresh sandbox without Auto Activate.

B.

Use the existing sandbox as a sandbox template.

C.

Use clone a sandbox option from the existing sandbox.

D.

Use a scratch org definition to copy sandbox.

Question 24

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 25

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.

Question 26

Ursa Major Solar wants to add a chat component to its corporate website, where its service agents can respond directly from Salesforce.

What are two considerations the administrator should understand before adding Chat to the Service Console? Choose 2 answers

Options:

A.

Chat is unavailable in Lightning Experience if also using Omni-Channel.

B.

Chat can only be added to Standard navigation Lightning apps.

C.

Chat must be routed with Omni-Channel in Lightning Experience.

D.

Chat can only be added to Console navigation Lightning apps.

Question 27

Ursa Major Solar customer records have a lot of fields and Lightning components to give users a variety of information and available functions. Recently,usrrs have noted that their pages take a long time to load and it's starting to negatively impact their experience.

What should the administrator do to help diagnose where improvements can be made?

Options:

A.

Check the debug logs found in the Environment section of Setup.

B.

Click Analyze from the Lightning App Builder toolbar.

C.

Review the debug logs from the Developer Console.

D.

Use the Apex debugger while loading a customer record.

Question 28

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

Question 29

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

Question 30

AW Computing created new multi-tier service plans. The primary difference between the packages Is the length of the term. The company wants to capture start and end dates for each service plan sold, which can direr from the contract dates of the subscription.

How should an administrator ensure the data is captured properly?

Options:

A.

Build a validation rule on the Opportunity object to require custom date fields based on the product(s) selected.

B.

Configure formula fields to reflect the close date of the opportunity.

C.

Create a new price book for service plans with term lengths.

D.

Make a validation rule on the Opportunity Product object to require custom date fields based on the product family.

Question 31

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 32

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.

Question 33

A user accidentally created a duplicate opportunity and is unable to delete the duplicate record.

What should an administrator do to troubleshoot this issue?

Options:

A.

Run a report of all opportunities to identify other possible duplicates.

B.

Check the user profile permissions on the Opportunity object to see if they have permission to delete.

C.

Advise the user to mark the duplicate opportunity Closed Lost and keep it in the system.

D.

Change the user's profile to System Administrator so they have full permissions to delete object records.

Question 34

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 35

Administrator has been tasked with creating a new custom field on the Account object called Government Der. The compliance department has determined that this field contains sensitive Information and needs to be encrypted using Classic Encryption.

How will this impact users when reading, editing, or reporting on Accounts?

Options:

A.

Encrypted fields are unable to be used the report criteria or list views filters.

B.

Users will need the View Encrypted Data permission to edit the field.

C.

Encrypted fields can be added to a list view and rule filters.

D.

Users with the View Encrypted Data permission can see the field, regardless of Field-Level Security.

Question 36

Ursa Major Solar's administrator has configured multiple record-triggered flows to run before or after the record is saved on the Account object.

What should the administrator consider when a record-triggered flow executes first?

Options:

A.

Assign the highest priority to the record-triggered flow which should execute first.

B.

The flow with the longest execution time will execute first.

C.

The flow with the shortest execution time will execute first.

D.

The order in which those flows are executed is not guaranteed.

Question 37

Sales reps at Ursa Major Solar often give discounts depending on the configuration of the solar panel system. Customers want to know what the different configuration options are. Sales management wants to ensure the opportunity pipeline is as accurate as possible.

What should sales reps do to ensure their quotes and opportunities reflect their sales?

Options:

A.

Update the quote record each time the customer requests a different product configuration, and clicks the sync button to update the opportunity.

B.

Create a new quote record for each of the different product configurations. Sync the most likely to be purchased back to the opportunity.

C.

Create new opportunities for each quote request. Change the forecast category to omitted for all except the most likely to be purchased.

D.

Use the products related list to associate the different configurations with the opportunity. Update the Amount field with the most likely purchase price.

Question 38

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 39

An administrator has found a free app on the AppExchanged and would like to install it.

Which three items should the administrator take to consideration before installed he managed package?

Choose 3 answers

Options:

A.

Custom objects and custom fields used by the app count against the org’s limits.

B.

Managed apps do not undergo a formal security review by Salesforce.

C.

Apps may require certain Salesforce editions or features to be enabled.

D.

Apps may require external, third-party web services to function properly.

E.

Apps must be installed in production before the app can be installed in a sandbox.

Question 40

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

Question 41

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 42

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 43

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 44

AW Computing it running a special bundle deal on monitors and keyboards. Normally, discounts need VP approval, but this special bundle is pre-approved.

What should the administrator recommend for these requirements?

Options:

A.

Create a separate price book.

B.

Implement CPQ.

C.

Remove the approval process.

D.

Enable Subscriptions.

Question 45

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 46

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 47

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.

Question 48

Northern Trail Outfitters has many users set up as system administrators to perform Salesforce Administration.

Which two functions would a delegated administrator be able to perform in order to help the existing Salesforce Administrator?

Choose 2 answers

Options:

A.

Set up users and password management.

B.

Configure updates to sharing rules.

C.

Manage custom objects and customize nearly every aspect.

D.

Make updates to permission set configurations.

Question 49

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

Question 50

A sales user is assigned to a permission set group that gives them Modify All access to

Accounts. An administrator assigns the same user to a muting permission set that mutes Deletes access on Account.

What level of access will the sales user have on the Account object?

Options:

A.

Read-only

B.

Modify All

C.

Read, Create, and Edit

D.

No Access

Question 51

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 52

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.

Question 53

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 54

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 55

Cloud Kicks uses a Lightning web component to provide instructions to sales reps. An administrator needs to correct a spelling error in the displayed text in one of the Lightning web components.

What is the recommended tool to make the change?

Options:

A.

Developer Org

B.

VisualStudio Code

C.

Salesforce Lightning Inspector

D.

Developer Console

Question 56

The director of sales wants to make sure that every opportunity has either a sales engineer or an account executive assigned to the deal.

How should the administrator meet this requirement?

Options:

A.

Write a validation rule that checks if the fields are blank and require that one of them of completed in order to save the opportunity.

B.

Create a different record type for deals with Sales Engineers and deals with Account Executives to capture one or the other.

C.

Require the Sales Engineer and the Account Executive lookup fields on the page layout.

D.

Assign a task to the owner if an opportunity is created without one of these fields filled out.

Question 57

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

Question 58

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.

Question 59

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 60

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 61

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 62

At Cloud Kicks, the distributor account information is sensitive information. The administrator needs to make sure this information is unavailable to testers in the full sandbox.

What should the administrator recommend?

Options:

A.

Refresh the sandbox.

B.

Assign the users a new permission set.

C.

Use the data masking tool.

D.

Delete the sensitive information.

Question 63

Cloud Kicks (CK) has deployed several new custom apps that use Lightning Web components. The administrator is now concerned that they may need to make some adjustments to CK’s org to make it more secure.

Which tools should the administrator use to expose possible security risks within a Lightning web component?

Options:

A.

Health Check

B.

Master Encryption Keys

C.

Salesforce Optimizer

D.

Self-signed Certificates

Question 64

The sales department has asked to limit access to the Amount field on the Opportunity to only tnose users. In the sales department and on the executtve team, Northern Trail Outfitters uses six custom profiles including Sales User. Marketing user, call Center user. Executive User Sales Manager user, ana call Center Manager user. Field level access is removed from three or the profiles In the sandbox.

What action should an administrator take to make sure this change is in production?

Options:

A.

Create a sandbox template and push it to production to reflect the update.

B.

Manually restrict access to this field for each profile via Setup Just like the sandbox.

C.

Deploy a change set from tht sandbox to prodUGBOffl including the Amount field with all the custom profiles.

D.

Process a change set with the profiles that should no longer have access to the field.

Question 65

A user at Cloud Kicks has informed the administrator that they are unable to log in to Salesforce via multi-factor authentication.

Which two area should the administrator review to understand potential root causes?

Choose 2 answers

Options:

A.

Identity Verification History

B.

Login History

C.

Debug Logs

D.

Setup Audit Trail

Question 66

DreamHouse Realty has a rental team and a real estate team. The two teams have different safes processes and capture different client information on their opportunities.

How should an administrator extend the Opportunity object to meet the teams' different needs?

Options:

A.

Leverage Opportunities for the Real Estate Team and create a new custom object for the Rental Team Opportunities.

B.

Use separate record types, page layouts, and sales processes for the Rental and Real Estate Teams.

C.

Create Opportunity Teams for the Rental and Real Estate Teams and make appropriate fields visible to only the necessary team.

D.

Add a section for Rental and a section for Real Estate on the Opportunity Master Record Type to keep the information separate.

Question 67

DreamHouse Realty manages Its accounts and contacts In Salesforce using a B2C account model. The business has requested that third-party loan advisors be tracked in Salesforce along with the customers they work with.

Hour should the administrator track third-party financial advisors and the customers they work with?

Options:

A.

Create a Hierarchical lookup on Account to track loan advisors' customers.

B.

Set up Contacts to Multiple Accounts for loan advisors.

C.

Use a B2B Account Model to track loan advisors' customers.

D.

Use a Hierarchical lookup on Contact to track loan advisors' customers,

Question 68

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 69

AW Computing (AVVC) has customers In multiple countries. AWC would li

Which two considerations should AWC be aware or prior to implementing this change to the existing system?

Choose 2 answers

Options:

A.

When a currency is added to an organization's List of supported currencies, it cannot be deleted.

B.

Opportunities will only display sales In the customer's localized currency.

C.

Historical trend reports will only use the last dated exchange rate.

D.

Once enabled, advanced currency management cannot be disabled.

Question 70

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

Question 71

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 72

AW Computing uses a custom Invoice object to track invoices related to accounts. The administrator wants to use roll-up summary fields to view high-level information at a glance on the account record.

Which two considerations should an administrator remember about roll-up summary fields?

Choose 2 answers

Options:

A.

Roll-up types include COUNT, SUM, and AVG.

B.

Roll-up summary fields are created on the master side of a master-detail relationship.

C.

Roll-up summary fields prevent the conversion of a master-detail relationship to a lookup.

D.

Rollup fields are calculated prior to save.