Salesforce Certified Advanced Administrator Practice Exams
Last updated on Apr 01,2025- Exam Code: Certified Advanced Administrator
- Exam Name: Salesforce Certified Advanced Administrator
- Certification Provider: Salesforce
- Latest update: Apr 01,2025
Which two ways can an administrator review the page performance for a Lightning record page? Choose 2 answers
- A . Lightning Usage App
- B . Analyze Button
- C . Activation Button
- D . Pages Menu
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?
- A . SOAP based API with Developer console
- B . Data Loader with Bulk API Enabled
- C . An AppExchange package
- D . Import Wizard with Add Only
Cloud Kicks needs to automate several updates to lead records and update unrelated records. Select changes should happen every time a record is created or updated, Put other changes should only happen when the record is updated.
Which two options should the administrator use to automate these updates? Choose 2 answers
- A . Use a Decision element with the "Only if the record that triggered the flow to run is updated to meet the condition requirements" option.
- B . Create a Process Builder that runs when a record is changed.
- C . Create a flow that runs when a record is created or updated.
- D . Use "formula evaluates to true" workflow rule with the ISCHANCEO function to make changes when the record Is updated.
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?
- A . Create a validation rule.
- B . Configure dynamic action.
- C . Create a custom permission.
- D . Modify page layout.
Ursa Major Solar allows its scientists to log new stars as they find them, but on occasion, they log the same star by mistake. The administrator wants scientists to be notified when a record is deleted and by whom, and to maintain their own discovery information.
What automation solution should be used to send the notification?
- A . Heroku
- B . Process Builder
- C . Workflow Action
- D . flow
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?
- 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.
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?
- A . Permission Set
- B . Permission Set Group
- C . Account Teams
- D . Custom Profile
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?
- 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.
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?
- 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.
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?
- 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.