Certified Advanced Administrator
Free trial
Verified
Question 1
An administrator has been asked to create a replica of the production organization. The requirement states that existing fields, page layouts, record types, objects, and data contained in the fields and objects need to be available in the replica organization.
How can the administrator meet this requirement?
- A: Create a developer sandbox
- B: Create a configuration-only sandbox
- C: Create a metadata sandbox
- D: Create a full sandbox
Question 2
Universal Containers purchased Field Service Lightning licenses in production and wants to make these licenses available in an active development sandbox with the minimum development impact.
How should an administrator create these licenses in the sandbox?
- A: Use the Match Production Licenses tool.
- B: Submit a Salesforce Support case.
- C: Merge Production and the sandbox using a template.
- D: Refresh the sandbox from production.
Question 3
Universal Containers uses a custom object to track resources called Supply Items with a lookup to Accounts. The Supply Item records should only be visible by users that own the Account records.
Which sharing setting provides the correct visibility?
- A: Controlled by Parent
- B: Private
- C: Public Read Only
- D: Public Read/Write/Transfer
Question 4
Universal Containers sells monthly service subscriptions and wants to ensure their Opportunity reports accurately represent the amount of money to be received each month.
Which solution should an administrator use to meet this requirement?
- A: Use product revenue schedules for each revenue period.
- B: Use Process Builder and Flow to create custom object records.
- C: Use Opportunity formula fields for each reporting period.
- D: Use monthly Opportunity reporting snapshots.
Question 5
The inside Sales Manager at Universal Containers wants to be able to report on how long leads have a Lead Status of "Open" before the status changes to another value. Additionally, the sales team has requested the status value be changed with fewer clicks.
What should the administrator do to meet this requirement?
- A: Use a Workflow Rule that sends an email when the Lead Status is changed.
- B: Use a Quick Action to update a date field and change the status value.
- C: Turn on field history tracking for the lead status field and create a report based on that field.
- D: Use a formula field to calculate the date when the status changes.
Question 6
Universal Containers has a Positions object that represents Job Positions and a Job Applications object that represent people that have applied to the Position.
The Job Application object has a lookup to Position. They want to run a report that shows all Positions that do NOT have any child Job Applications.
Which solution would meet the requirements?
- A: Use the standard Job Applications with Position report type.
- B: Use a custom report type that only displays Job Applications without Positions.
- C: Use the standard Position without Job Applications report type.
- D: Use the standard Position report type with a cross filter.
Question 7
The Marketing Manager at Universal Containers wants to change the column headings for several of the fields on opportunity reports.
What approach should an administrator take to meet the requirements?
- A: Use Rename Tabs and Labels to change the field labels as needed.
- B: Edit the fields available for reports section in the Opportunities report type to make the changes.
- C: Create bucket fields for each field and enter the new column heading in the bucket name field.
- D: Build a custom report type and use Display As in Edit Layouts to make the requested changes.
Question 8
Universal Containers wants to implement a recruiting application using an Applicant custom object and a Position custom object. Each position record may have many applicants associated with it.
What solution should the administrator recommend to ensure applicants are retained even if the position is removed?
- A: Create a lookup field on Position.
- B: Create a master-detail field on Applicant.
- C: Create a lookup field on Applicant.
- D: Create a master-detail field on Position.
Question 9
Universal Containers suspects a user is logging in as other users and editing Account records without their approval.
Where would an administrator go to verify who is logging in as other users?
- A: Setup Audit Trail
- B: Debug Logs
- C: Users Login History
- D: History Tracking on the Account
Question 10
Universal Containers wants to convert a lookup relationship to a master-detail relationship.
What action should the administrator take prior to converting the relationship?
- A: Remove roll-up summary fields on the parent prior to changing the field type.
- B: Delete the current lookup field before adding the new master-detail field.
- C: Ensure all existing records have a value in the current lookup field.
- D: Select the allow re-parenting option on the master-detail relationship field.
Question 11
Universal Containers wants to track invoices with a custom object. They want to be able to view any invoices as a related list on the Opportunity record page.
Which feature would ensure users can view all invoices associated with an Opportunity if the user can view the parent Opportunity record?
- A: Master-Detail Relationships
- B: Lookup Relationships
- C: Field Level Security
- D: Sharing Rules
Question 12
Which two values roll up the hierarchy to the manager for Collaborative Forecasting? (Choose two.)
- A: Product quantity
- B: Quota amount
- C: Opportunity amount
- D: Expected revenue
Question 13
The VP of Sales at Universal Containers has reported that users are changing the stage of opportunity records that they do NOT own. The VP wants only the owner of an opportunity to be able to change the Stage of an Opportunity. Organization-Wide Defaults are set to public read/write.
Which validation rule should the administrator use to allow only the record owner to edit the stage field?
- A: AND( ISCHANGED( StageName ) , OwnerId <>; $User.Id )
- B: AND( PRIORVALUE( StageName ) , OwnerId <>; $User.Id )
- C: NOT( PRIORVALUE( StageName ) , OwnerId = $User.Id )
- D: NOT( ISCHANGED( StageName ) , OwnerId = $User.Id )
Question 14
At Universal Containers, Organization-Wide Defaults (OWD) for Cases has been set to Public Read Only. A custom object called Audits has a master-detail relationship to the Case object. Audit records should be accessible by the members of the oversight team only. A public group for the oversight team has been created.
Which two steps should the administrator take next to meet this requirement? (Choose two.)
- A: Create a sharing rule that gives the Public Group Read/Write access to Audits.
- B: Remove Create, Read, Edit and Delete permissions to the Audits object for all profiles.
- C: Build a permission set with Create, Read, and Edit for Audits selected and assign it to the individual Public Group members.
- D: Set OWD to Private for Cases and assign the Public Group a role above Support Users in the hierarchy.
Question 15
Which two processing steps are triggered when reassigning Account owners using the Mass Transfer tool? (Choose two.)
- A: Only owner-based sharing rules are recalculated.
- B: Manual sharing is updated to reflect the new owner.
- C: All Account sharing rules are recalculated.
- D: All manual sharing is removed from the Accounts.
Question 16
What are three capabilities of Chat in the Salesforce Console? (Choose three.)
- A: Approval processes can be used to escalate cases in the chat window.
- B: The Details tab can be used to see information about the visitor.
- C: Chats can be transferred to other agents.
- D: The Articles tool can be used to search for Knowledge articles.
- E: Multiple visitors can chat in one window.
Question 17
Universal Containers created and tested a new approval process in a developer sandbox. While the approval routings were correct, the approvers were NOT receiving the notification emails.
What could be the cause of this issue?
- A: Email deliverability CANNOT be changed in a sandbox.
- B: The email relay is disabled in the sandbox.
- C: The email addresses for the users in the sandbox are invalid.
- D: Approvals can only be tested in a full or partial data sandbox.
Question 18
Universal Containers wants to ensure that the following opportunity fields are present on each record at the negotiation/review or won stages:
- Amount (Currency) is populated.
- The Ready to Close (Checkbox) must also be true.
Which validation rule error condition should the administrator configure to meet these requirements?
- A: AND(OR(StageName = "Negotiation/Review", StageName = "Closed Won"),OR(ISBLANK( Amount ),Ready_to_Close__c = FALSE))
- B: AND(OR(StageName = "Negotiation/Review", StageName = "Closed Won"),OR(ISBLANK( Amount ),Ready_to_Close__c = TRUE))
- C: AND(OR(ISPICKVAL(StageName, "Negotiation/Review"), ISPICKVAL(StageName, "Closed Won")),OR(ISBLANK( Amount ),Ready_to_Close__c = FALSE))
- D: AND(OR(ISPICKVAL(StageName, "Negotiation/Review"), ISPICKVAL(StageName, "Closed Won")),OR(NOT(ISBLANK( Amount )),Ready_to_Close__c = TRUE))
Question 19
Cloud Kicks call center agents have given their manager feedback that it takes too long to find relevant articles to answer questions on customer cases. The call center manager has asked the administrator to improve suggestions displayed to agents in the Knowledge component on Cases.
Which setting should the administrator use to meet the requirement?
- A: Turn off auto-complete keyword search
- B: Highlights and Snippets
- C: Enable Einstein Search
- D: Selected Case Fields
Question 20
Cloud Kicks has a requirement to display sensitive data only to appropriate users. The amount in the Salary field on the User object should display data only when the user record is being viewed by the user or by users with the HR profile. For all other users viewing the user record, the Salary field should display the word “Confidential” as text in the field.
What should the administrator use to fulfill this requirement?
- A: Formula Field
- B: Process Builder
- C: Page Layout
- D: Validation Rule
Question 21
Universal Containers’ Support team is growing globally, and the manager has inquired about implementing Omni-Channel. The team supports multiple products that require complex expertise across multiple languages.
Which routing option should the administrator recommend to ensure the right cases get to the correct agents for resolution?
- A: Skills-Based Routing
- B: Translation Workbench
- C: Queue-Based Routing
- D: Case Assignment Rules
Question 22
An administrator is setting up Salesforce Knowledge and wants to implement an easy way for agents to create new articles from multiple objects.
Which two options could the administrator do to meet this requirement? (Choose two.)
- A: Add the New Article global action to required page layouts.
- B: Create a custom quick action for each object.
- C: Deploy a screen-based flow from the home page.
- D: Use the Service Setup Assistant to Configure Knowledge.
Question 23
An administrator has been asked to grant read, create and edit access to the product object for users who currently have the standard marketing user profile.
Which two approaches could be used to meet the request? (Choose two.)
- A: Create a new profile for the marketing users and change the access levels to read, create and edit for the product object
- B: Change the access levels in the marketing user standard profile to read, create and edit for the product object
- C: Create a permission set with read and write access for the product object and assign it to the marketing users
- D: Create a permission set with read, create and edit access for the product object and assign it to the marketing users
Question 24
A team is assigned to standardize processes across internal teams for Salesforce Knowledge. The team finds it difficult to effectively group the articles due to the slightly different verbiage used by each of the Support teams, which makes searching and search results inconsistent.
Which two customizations should an administrator use to allow for a better experience when searching? (Choose two.)
- A: Highlight relevant article text within search results.
- B: Create search activity report with promoted search terms.
- C: Configure new page layout.
- D: Set up synonym groups.
Question 25
A new approval process was created to allow management to make adjustments to an opportunity after the opportunity is closed won. After the opportunity is submitted for approval, the manager is unable to edit the record.
What could prevent the record from being editable by the manager?
- A: Record Editability Properties
- B: Initial Submission Settings
- C: Final Approval Actions
- D: Final Rejection Actions
Free preview mode
Enjoy the free questions and consider upgrading to gain full access!