New Year Special Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

Advanced-Administrator Salesforce Certified Advanced Administrator (SU24) Questions and Answers

Questions 4

The sales agents at DreamHouse Realty have a profile that allows them to import records for a custom object called House. The agents only need to make imports occasionally and typically Import around 100 new records at a time.

What tool should the agents use to upload records?

Options:

A.

Bulk API

B.

Apex

C.

Date Import Wizard

D.

Data Loader

Buy Now
Questions 5

An administrator at Cloud kicks recently built a screen flow in a sandbox that creates a case and follow-up task. When the flow runs in the sandbox, it works just as expected. When tested in production, the flow errors when creating the records.

Choose 2 answers

Options:

A.

Change the user experiencing the issue to the System Administrator profile.

B.

Open the flow In Debug mode and Run the Flow as another user.

C.

Change the Default Case Creator to the user's manager.

D.

Log in as another user and run the flow.

Buy Now
Questions 6

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 7

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 8

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

Buy Now
Questions 9

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 10

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 11

When an Account has more than five open opportunities over US$10,000, the sales rep should have an option on the Account page to start the escalation process to allocate additional resources.

Which two configurations should the administrator create?

Choose 2 answers

Options:

A.

Component Visibility filter

B.

Formula field

C.

Roll-Up Summary field

D.

Dynamic Forms

Buy Now
Questions 12

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

Buy Now
Questions 13

An administrator at Universal Containers has been asked by the compliance team to understand end track various sensitivity levels for its data In Salesforce. The administrator has enabled Data Classification end configured appropriate sensitivity levels. The compliance team would Ike a report showing field level sensitivity and classification.

What should the administrator recommend?

Options:

A.

Run the standard Data Classification report.

B.

Create a custom Entity Definition and Held Definitions report type.

C.

Use the Data Classification Metadata list view.

D.

Configure a custom Data Classification and Metadata report type.

Buy Now
Questions 14

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.

Buy Now
Questions 15

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

Buy Now
Questions 16

A previous consultant helped Universal Containers automate many of its business processes. The administrator changed the email address on the consultant's user record and deactivated it. The consultant called to say they continue to get email messages from failed flows and processes.

What steps should the administrator perform to stop the fault messages from going to the consultant?

Options:

A.

Create a custom metadata type and associate the LastModifiedBy field. Write a flow that updates the field in any flows or processes equal to the consultant's name.

B.

Request an Email Log from Email Log Files in Setup and filter the request by the consultant's email. Manually update any flows or processes listed on the log.

C.

Set Send Process or Flow Error Email' to Apex Exception Email Recipients' in Automation settings. Add the System Admin's email to the Apex Exception Email page in Setup.

D.

Export Flow Interviews filtered by LastModifiedBy.email using Data Loader. In the .csv file, change LastModifiedBy to the System Admin and upload changes with Data Loader.

Buy Now
Questions 17

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 18

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

Buy Now
Questions 19

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

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.

Buy Now
Questions 21

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.

Buy Now
Questions 22

Select power users want the ability to make configuration changes to a specific custom object.

What tool should the administrator assign to the power users to enable this?

Options:

A.

View Setup and Configuration

B.

Delegated Administration

C.

Sharing Rule

D.

Modify All Data

Buy Now
Questions 23

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 24

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 25

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

Buy Now
Questions 26

Cloud Kicks is a large company with many divisions. Some divisions have a higher turnover, so each division wants to be able to create and manage users only within their division.

What should the administrator do to set this up?

Options:

A.

Set up delegated administrators for the division leaders.

B.

Assign a flat territory role hierarchy for the divisions.

C.

Create a permission set group for the division leaders.

D.

Customize and assign profiles for the division teams.

Buy Now
Questions 27

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 28

Cloud Kicks uses a Review junction object to track product reviews by account. the Review object has a Master-Detail relationship to Account and a Master-Detail relationship to a customer Product object. A user accidentally deleted the Account, Product, and related Review records.

How should the deleted Review records be restored?

Options:

A.

Restore both the Account and Product master records from the Recycle Bin.

B.

Restore the Review junction object record from the Recycle Bin.

C.

Restore either the Account or Product master records from the Recycle Bin.

D.

The Review object records are permanently deleted without the ability to restore.

Buy Now
Questions 29

AW Computing has been advertising a new keyboard that was released at the beginning of the month. The sales team has an additional incentive to add the keyboards to every sale. The administrator already added the product to Salesforce but the reps are unable to select the product on the opportunity.

Which two options should an administrator check to ensure the product is available?

Choose 2 answers

Options:

A.

Confirm the correct price book is selected on the opportunity.

B.

Make sure the price book Is in the company currency.

C.

Ensure the product is associated with the correct price book.

D.

Verify the product has a start date entered.

Buy Now
Questions 30

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 31

An administrator needs to create a junction object called Account Region to link the standard Account object with a custom object called Region.

Once the junction object is created, what are the next two steps the administrator should take?

Choose 2 answers

Options:

A.

Make a master-detail relationship field on the junction object to the Region object.

B.

Build a master-detail relationship field on the Region object to the junction object.

C.

Create a master-detail relationship field on the Account object to the junction object.

D.

Configure a master-detail relationship field on the junction object to the Account object.

Buy Now
Questions 32

The security department at AW Computing wants to prevent users from exporting more data than they need. Included in this request is limiting records containing sensitive information, such as bank accounts and Personal Identifiable Information (PII).

Which feature should an administrator recommend to help limit what data is exported?

Options:

A.

Salesforce Platform Encryption

B.

Export Data Settings

C.

Salesforce Shield

D.

Muted Permission Sets

Buy Now
Questions 33

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

Buy Now
Questions 34

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.

Buy Now
Questions 35

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 36

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)

Buy Now
Questions 37

A user is getting an error when attempting to merge two accounts. The administrator checks the

profile to see the user has Read/Write permission on Accounts and is the owner of both records.

What is preventing the user from completing the merge?

Options:

A.

Only administrators have permission to merge records.

B.

The user is assigned to the wrong territory.

C.

The Account matching rules are not set.

D.

The Delete permission is missing on the user for Accounts.

Buy Now
Questions 38

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 39

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 40

A request was made to import a spreadsheet of new Campaign Members. He system administrator started Data import Wizard but the Campaign Members object was unavailable as a choice. What is causing as a choice.

What is causing this occur?

Options:

A.

The Salesforce,id field is required and was missing from the file.

B.

The marketing user feature license assignment is missing on the admin’s user record.

C.

Import Wizard is only available for the Standard objects Accounts, Contacts, and Leads.

D.

The Compaign Member option is only available for Update.

Buy Now
Questions 41

DreamHouse Realty currently deals only with single-family homes but is expanding its business it include condos in large cities. There are some features and amenities that inly apply to condos, such as the amount of a deposit and concierge services.

How should an administrator configure the Opportunity object to ensure that only relevant fields are displayed on the record?

How should an administrator configure the Opportunity object to ensure that only relevant fields are displayed on the record?

Options:

A.

Build a Lightning component to display fields that only apply to condos.

B.

Create a Record Type for the type of property and custom page layouts for each.

C.

Configure a validation rule to display fields based on the type of property the user is viewing.

D.

Make is custom Lightning page to display specific fields based on the type of property.

Buy Now
Questions 42

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,

Buy Now
Questions 43

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

Buy Now
Questions 44

An administrator at AW Computing noticed that a custom field on the Contact object was changed from text to text area.

What tool should the administrator use to investigate this change?

Options:

A.

Developer Console

B.

Field History Tracking

C.

Debug Log

D.

View Setup Audit Trail

Buy Now
Questions 45

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 46

An administrator at AW Computing is trying to track the login history for a specific user. The AW Computing org has 150,000 users and multi-factor authentication (MFA) is enabled and enforced for all users. In reviewing the Identity Verification History data, the administrator is unable to find any information for the mentioned user. The user used to log in regularly but has been inactive this quarter.

Which two reasons explain why the user's data is missing from Identity Verification History?

Choose 2 answers

Options:

A.

Identity Verification History stores the last year's worth of data.

B.

User belongs to a specific role for which identity verification data is not stored.

C.

Up to 20,000 records of users' identity verification attempts are stored.

D.

The last 6 months worth of data is stored in the Identity Verification History.

Buy Now
Questions 47

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 48

AW Computing organizes Its sales regions as East, Central, and West. Each region has sales reps, a sales director, and sales operations members. The organization-wide default for all objects is set to Private. Members of the operations team for the East region need access to all the accounts and opportunities in the region.

How should the administrator configure this requirement?

Options:

A.

Instruct the operations team members to add themselves to the account teams.

B.

Share an Opportunity sharing the with a public group containing the East operations profile.

C.

Assign to a role in the role hierarchy positioned above the East sales director.

D.

Utilize territory management to add the operations team to the East territory.

Buy Now
Questions 49

Northern Trail Outfitters requires the sales user to input a use case before moving the opportunity stage to qualified. A consultant has reviewed the business requirement and ran a report to check the state of data completion. When pulling a report for opportunities in the qualified stage or beyond, it appears that only 30% of records have a use case filled out with varying text strings.

What should the administrator recommend?

Options:

A.

Write a record-triggered flow that populates the Use Case field when an opportunity is closed.

B.

Create a validation rule and add the Use Case field to the Stage Guidance in Path.

C.

Make the Use Case field required on the master Opportunity layout.

D.

Use a quick action with the Use Case field in the layout, and add it as a Lightning component.

Buy Now
Questions 50

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.

Buy Now
Questions 51

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.

Buy Now
Questions 52

Cloud Kicks needs to track government-issued identification numbers for its customers. The security team requires that the identification number cannot changed by users and must be masked when displayed, except the last two digits.

Which two recommended configurators should administrator create? Choose 2 answers

Options:

A.

Use a field with Classic Encryption.

B.

Enable Shield Platform Encryption.

C.

Configure a Field Encryption Policy

D.

SetRead-Only Field-Level Security in the user Profile

Buy Now
Questions 53

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.

Buy Now
Questions 54

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 55

When configuring a change set, which two practices should an administrator adhere to in order to ensure a successful deployment to production?

Choose 2 answers

Options:

A.

Clone a change set to add forgotten dependent components to an uploaded change set.

B.

Add permissions and access settings to outbound change sets in addition to the dependent component list.

C.

Run deployment validations on the change set in the sandbox prior to uploading to production.

D.

When deploying a new record type, ensure the new record type is the only component in the change set.

Buy Now
Questions 56

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 57

Which three fields should be used as filter criteria? Choose 3 answers

Options:

A.

A phone field that provides the full phone number of the seller.

B.

A multi-select picklist field that designates features of the listing.

C.

A number field that designates the square footage of the listing.

D.

A formula field that calculates a price for the listing.

E.

A picklist field that designates the county of the listing.

Buy Now
Questions 58

What are three options available to the administrator to help with this issue? Choose 3 answers

Options:

A.

Move some page components behind a tab.

B.

Remove some of the fields displayed.

C.

Deactivate unnecessary validation rules.

D.

Convert all Process builders to flows.

E.

Reduce the number of related lists displayed.

Buy Now
Questions 59

The administrator at Cloud Kicks made new fields and page layout adjustments based on new requirements from the service teem. The changes have been built In a sandbox and are ready to be deployed Into production.

Whet should an administrator do before deploying the change set in production?

Options:

A.

Request a new sandbox based on the sandbox where the changes were made.

B.

Make a new sandbox based on production to restore changes from.

C.

Push the change set to another sandbox to restore from.

D.

Create the fields and update the page layouts In production.

Buy Now
Questions 60

AW Computing has a private sharing model for Its accounts, but a sales rep occasionally needs ass/stance from an engineer. What feature should be used to grant the engineer access to the necessary account, while maintaining the company's data security?

Options:

A.

Permission Set

B.

Permission Set Group

C.

Account Teams

D.

Custom Profile

Buy Now
Questions 61

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 62

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.

Buy Now
Questions 63

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.

Buy Now
Questions 64

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 65

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 66

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 67

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.

Buy Now
Questions 68

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 69

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.

Buy Now
Questions 70

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.

Buy Now
Questions 71

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 72

The administrator at Cloud Kicks (CK) is troubleshooting why users are missing expected email alerts from an automated process. The investigation shows that CK is hitting its daily limit.

What should the administrator review to resolve the issue?

Options:

A.

Email Logs

B.

HTML Email Status Report

C.

Notification Delivery Settings

D.

Outbound Messages

Buy Now
Exam Name: Salesforce Certified Advanced Administrator (SU24)
Last Update: Dec 23, 2024
Questions: 241

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 27 Dec 2024