Black Friday Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Advanced-Administrator Exam Questions Tutorials

Salesforce Certified Advanced Administrator (SU24) Questions and Answers

Question 69

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

Question 70

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

What report type would this be?

Options:

A.

Bucket Report

B.

Joined Report

C.

Summary Report

D.

Matrix Report

Question 71

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 72

The administrator at Cloud Kicks noticed that a before trigger, which handles saving the original version of a record to an external database, fails. However, a flow configured for fast field updates runs successfully.

How should the administrator advise the developer?

Options:

A.

Record-triggered flows that are configured to run before save execute prior to all before triggers.

B.

A validation rule could be preventing records from ever meeting the conitions in the trigger.

C.

The trigger is writing the data to the wrong place in the external data archive.

D.

The code could be trying to create duplicates in the archieve when it is unable to.