ExamGecko
Home Home / Salesforce / Certified Administrator

Salesforce Certified Administrator Practice Test - Questions Answers, Page 4

Question list
Search
Search

List of questions

Search

Related questions











Northern Trail Outfitters wants to calculate how much revenue has been generated for each of its marketing campaigns.

How should an administrator deliver this information?

A.
Design a standard Campaign report and add the value Won Opportunities in Campaign field.
A.
Design a standard Campaign report and add the value Won Opportunities in Campaign field.
Answers
B.
Perform periodic data job to update campaign records.
B.
Perform periodic data job to update campaign records.
Answers
C.
Create a roll-up summary field on Opportunity to Campaign.
C.
Create a roll-up summary field on Opportunity to Campaign.
Answers
D.
Add a Total Value Field on campaign and use a workflow rule to update the value when an opportunity is won.
D.
Add a Total Value Field on campaign and use a workflow rule to update the value when an opportunity is won.
Answers
Suggested answer: C

Explanation:

Roll-up summary fields allow you to calculate the sum of a field from child records related to a parent record.

Cloud Kicks wants to allow customers to create their own cases while visiting its public homepage.

What should the administrator recommend?

A.
SMS Response
A.
SMS Response
Answers
B.
Web-to-Case
B.
Web-to-Case
Answers
C.
Email-to-Case
C.
Email-to-Case
Answers
D.
Omni-Channel
D.
Omni-Channel
Answers
Suggested answer: B

Explanation:

Web-to-Case allows you to create cases from a form on your website.

An administrator at Universal Containers needs a simple way to trigger an alert to the director of sales when opportunities reach an amount of $500,000.

What should the administrator configure to meet this requirement?

A.
Set up Big Deal Alerts for the amount.
A.
Set up Big Deal Alerts for the amount.
Answers
B.
Enable Opportunity Update Reminders
B.
Enable Opportunity Update Reminders
Answers
C.
Opportunity warning in Kanban View.
C.
Opportunity warning in Kanban View.
Answers
D.
Key Deals component on the homepage
D.
Key Deals component on the homepage
Answers
Suggested answer: A

Explanation:

Big Deal Alerts allow you to notify users when an opportunity reaches a certain amount or probability.

Cloud Kicks wants users to only be able to choose Opportunity stage closed won if the Lead source has been selected.

How should the administrator accomplish this goal?

A.
Make Lead Source a dependent picklist to the Opportunity stage field.
A.
Make Lead Source a dependent picklist to the Opportunity stage field.
Answers
B.
Configure a validation rule requiring Lead Source when the stage is set to closed won.
B.
Configure a validation rule requiring Lead Source when the stage is set to closed won.
Answers
C.
Change the Opportunity stage field to read only on the page layout.
C.
Change the Opportunity stage field to read only on the page layout.
Answers
D.
Modify the Opportunity stage a dependent picklist to the Lead source field.
D.
Modify the Opportunity stage a dependent picklist to the Lead source field.
Answers
Suggested answer: B

Explanation:

Validation rules allow you to enforce data quality by preventing users from saving records that do not meet certain criteria.

Ursa Major Solar wants to automatically notify a manager about any cases awaiting a response from an agent for more than 2 hours after case creation.

Which feature should an administrator use to fulfill this requirement?

A.
Assignment Rule
A.
Assignment Rule
Answers
B.
Case Escalation Rule
B.
Case Escalation Rule
Answers
C.
Omni-Channel Supervisor
C.
Omni-Channel Supervisor
Answers
D.
Formula Field
D.
Formula Field
Answers
Suggested answer: B

Explanation:

Case escalation rules allow you to escalate cases based on certain criteria, such as time or priority.

Sales users at Universal Containers are reporting that it is taking a long time to edit opportunity records. Normally, the only field they are editing is the Stage field.

Which two options should the administrator recommend to help simplify the process?

Choose 2 answers

A.
Add a path for stage to the opportunity record page.
A.
Add a path for stage to the opportunity record page.
Answers
B.
Use a Kanban list view for Opportunity.
B.
Use a Kanban list view for Opportunity.
Answers
C.
Configure an auto launched flow for Opportunity editing.
C.
Configure an auto launched flow for Opportunity editing.
Answers
D.
Create a simplified Opportunity page layout.
D.
Create a simplified Opportunity page layout.
Answers
Suggested answer: A, B

Explanation:

Paths allow you to display key fields and guidance for each stage of an opportunity. Kanban list views allow you to update records by dragging them between columns.

A sales rep has a list of 300 accounts with contacts that they want to load at one time.

Which tool should the administrator utilize to import the records to salesforce?

A.
Dataloader.io
A.
Dataloader.io
Answers
B.
Data Loader
B.
Data Loader
Answers
C.
Manual Import
C.
Manual Import
Answers
D.
Data Import Wizard
D.
Data Import Wizard
Answers
Suggested answer: D

Explanation:

Data Import Wizard allows you to import up to 50,000 records at a time.

An administrator created a record trigger flow to update contacts.

How should the administrator reference the values of the active record the flow is running on?

A.
Use the {!Contact.Id} global variable.
A.
Use the {!Contact.Id} global variable.
Answers
B.
Use the {!Account.Id} record variable.
B.
Use the {!Account.Id} record variable.
Answers
C.
Use the $Record global variable.
C.
Use the $Record global variable.
Answers
D.
Use the Get Records element to find the Id.
D.
Use the Get Records element to find the Id.
Answers
Suggested answer: C

Explanation:

The $Record global variable allows you to reference the values of the active record the flow is running on.

An administrator gets a rush request from Human Resources to remove a user's access to

Salesforce Immediately. The user is part of a hierarchy field called Direct Manager.

What should the administrator do to fulfil the request?

A.
Freeze the user to prevent them from logging in while removing them from being referenced in the Direct Manager field.
A.
Freeze the user to prevent them from logging in while removing them from being referenced in the Direct Manager field.
Answers
B.
Deactivate the user and delete any records where they are referenced in the Direct Manager field.
B.
Deactivate the user and delete any records where they are referenced in the Direct Manager field.
Answers
C.
Change the user's profile to read-only while removing them from being referenced in the Direct Manager Field.
C.
Change the user's profile to read-only while removing them from being referenced in the Direct Manager Field.
Answers
D.
Delete the user and leave all records where they referenced in the Direct Manager Field without changes.
D.
Delete the user and leave all records where they referenced in the Direct Manager Field without changes.
Answers
Suggested answer: A

Explanation:

Freezing a user is a way to temporarily prevent them from logging in to Salesforce without deactivating their user record. This is useful when you need to perform some cleanup tasks before deactivating a user, such as removing them from being referenced in a hierarchy field like Direct Manager.

Reference: https://help.salesforce.com/s/articleView?id=sf.users_freeze.htm&type=5

AW Computing (AWC) occasionally works with independent contractors, who the company stores as Contacts in Salesforce. Contractors often change agencies, and AWC wants to maintain the historical accuracy of the record.

What should AWC use to track Contacts?

A.
Use a partner community to track the Contacts.
A.
Use a partner community to track the Contacts.
Answers
B.
Create a new Contact record for each agency.
B.
Create a new Contact record for each agency.
Answers
C.
Create a Junction object to track many-to-many relationship.
C.
Create a Junction object to track many-to-many relationship.
Answers
D.
Enable Contacts to multiple Accounts.
D.
Enable Contacts to multiple Accounts.
Answers
Suggested answer: D

Explanation:

Contacts to multiple accounts is a feature that allows you to associate a single contact with multiple accounts, both business and person accounts. This way, you can maintain the historical accuracy of the contact record without creating duplicate records for each account.

Reference: https://help.salesforce.com/s/articleView?id=sf.contacts_multiple_accounts.htm&type=5

Total 248 questions
Go to page: of 25