ExamGecko
Home Home / Salesforce / Certified Administrator

Salesforce Certified Administrator Practice Test - Questions Answers, Page 13

Question list
Search
Search

List of questions

Search

Related questions











The administrator at Clod Kicks updated the custom object Event to include a lookup field to the primary contact for the event. When running an event report, They want to reference fields from the associated contact record.

What should the administrator do to pull contact fields into the Custom report?

A.
Configure formula fields on event to populate contact information
A.
Configure formula fields on event to populate contact information
Answers
B.
Edit the custom Event report type and add fields related via lookup.
B.
Edit the custom Event report type and add fields related via lookup.
Answers
C.
Create a new report type with event as the primary object and Contact as a related object.
C.
Create a new report type with event as the primary object and Contact as a related object.
Answers
D.
Use a dashboard with filters to show Event and Contact data as requested.
D.
Use a dashboard with filters to show Event and Contact data as requested.
Answers
Suggested answer: B

Explanation:

Report type is a tool that can be used to pull contact fields into the custom report for Event. Report type defines the set of records and fields available to a report based on the relationships between a primary object and its related objects. To edit the custom Event report type and add fields related via lookup, go to Setup > Report Types and select the Event report type. Then click Edit Layout and drag the fields from the Contact object to the layout.

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

Cloud kicks wants to track shoe designs by products. Shoe designs should be unable to be deleted, and there can be multiple design for one product across various stages.

Which two steps should the administration configure to meet this requirement?

Choose 2 answers

A.
Create a Custom Object for shoe design.
A.
Create a Custom Object for shoe design.
Answers
B.
Configure a Custom Lookup Field for shoe design on the product object.
B.
Configure a Custom Lookup Field for shoe design on the product object.
Answers
C.
Add a custom master detail field for shoe design on the Product Object.
C.
Add a custom master detail field for shoe design on the Product Object.
Answers
D.
Use the Standard Object for designs.
D.
Use the Standard Object for designs.
Answers
Suggested answer: A, C

Explanation:

Custom object and master detail field are two steps that should be configured to meet this requirement. Custom object can be used to create a new object for shoe design that can store information about different designs and stages. Master detail field can be used to create a relationship between Product and Shoe Design that prevents deletion of Shoe Design records and allows multiple designs for one product.

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

The VP of Sales at Cloud Kicks is receiving an error message that prevents them form saving an Opportunity. The administrator attempted the same edit without receiving an error.

How can the administrator validate the error the user is receiving?

A.
Edit the page layout.
A.
Edit the page layout.
Answers
B.
View the setup audit trail.
B.
View the setup audit trail.
Answers
C.
Log in as the user
C.
Log in as the user
Answers
D.
Review the sharing model
D.
Review the sharing model
Answers
Suggested answer: C

Explanation:

Log in as the user is a feature that can be used to validate the error the user is receiving. Log in as the user allows an administrator to access Salesforce as another user and perform actions on their behalf, such as editing an opportunity. This can help troubleshoot issues that are specific to a user's profile, role, or permissions.

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

Clod Kicks has the organization wide defaults for Opportunity set to private.

which two features should the administrator use to open up access to Opportunity records for sales users working on collaborative deals?

Choose 2 answers

A.
Sharing set
A.
Sharing set
Answers
B.
Role hierarchy
B.
Role hierarchy
Answers
C.
Profiles
C.
Profiles
Answers
D.
Sharing rules
D.
Sharing rules
Answers
Suggested answer: B, D

Explanation:

Role hierarchy and sharing rules are two features that should be used to open up access to Opportunity records for sales users working on collaborative deals. Role hierarchy can be used to grant access to records owned by or shared with users who are below them in the hierarchy. Sharing rules can be used to extend sharing access to users in public groups, roles, or territories based on certain criteria, such as record owner or field value.

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

The administrator at Aw Computing wants Account Details, related list and chatter feeds to each appear on separate tabs when reviewing an account.

Which type of page should the administrator create?

A.
Lightning app page.
A.
Lightning app page.
Answers
B.
Lightning page Tab.
B.
Lightning page Tab.
Answers
C.
Lightning record page.
C.
Lightning record page.
Answers
D.
Lightning page Component.
D.
Lightning page Component.
Answers
Suggested answer: C

Explanation:

Lightning record page is a type of page that should be created to meet this requirement. Lightning record page allows an administrator to customize the layout and components for a specific object record page in Lightning Experience or the Salesforce mobile app. To create tabs for account details, related lists, and chatter feeds, use the Tabs component in the Lightning App Builder and drag the desired components to each tab.

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

When a cloud kicks Opportunity closes, the company would like to automatically create a renewal opportunity.

Which two automation tools should an administrator use to accomplish this request?

Choose 2 answers

A.
Approval Process
A.
Approval Process
Answers
B.
Flow Builder
B.
Flow Builder
Answers
C.
WorkFlow Rule
C.
WorkFlow Rule
Answers
D.
Process Builder
D.
Process Builder
Answers
Suggested answer: B, D

Explanation:

Flow Builder and Process Builder are two automation tools that should be used to accomplish this request. Flow Builder can be used to create a flow that defines the logic and actions for creating a renewal opportunity, such as setting the stage, close date, and amount. Process Builder can be used to create a process that triggers the flow when an opportunity is closed won.

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

Cloud kicks want to give credit to Opportunity team members based on the level of effort contributed by each person toward each deal.

What feature should the administrator use to meet this requirement?

A.
Stages
A.
Stages
Answers
B.
Splits
B.
Splits
Answers
C.
Queues
C.
Queues
Answers
D.
List Views
D.
List Views
Answers
Suggested answer: B

Explanation:

Splits is a feature that should be used to meet this requirement. Splits allows users to assign credit to opportunity team members based on the level of effort contributed by each person toward each deal. Users can create different types of splits, such as revenue or overlay splits, and specify the percentage or amount of credit for each team member.

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

Northern Trail Outfitters has a new flow that automatically sets the field values when a new account is created. That the flow is launched by a process, But the flow is not working properly.

What should administrator do to identify the problem?

A.
Use the native debug feature in the flow builder.
A.
Use the native debug feature in the flow builder.
Answers
B.
Review debug logs with the login level.
B.
Review debug logs with the login level.
Answers
C.
View the setup audit Trail and review for errors.
C.
View the setup audit Trail and review for errors.
Answers
D.
Setup Email logs and review the send error log.
D.
Setup Email logs and review the send error log.
Answers
Suggested answer: A

Explanation:

Native debug feature is a tool that can be used to identify the problem with the new flow. Native debug feature allows users to test a flow by running it with different input values and inspecting the output values at each element. Users can also see error messages and warnings that indicate where the flow failed or might fail.

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

The sales manager at cloud Kicks approves time off for their employees. They asked the administrator to ensure these requests are seen and responded to by a backup manager while the sales manager is out on vacation.

What should administrator use to fulfill the requirement?

A.
Delegated approver
A.
Delegated approver
Answers
B.
Two step Approval process
B.
Two step Approval process
Answers
C.
Approval history related list
C.
Approval history related list
Answers
D.
Delegated Administrator
D.
Delegated Administrator
Answers
Suggested answer: A

Explanation:

Delegated approver is a feature that should be used to fulfill this requirement. Delegated approver allows users to delegate their approval authority to another user for a specified period of time, such as when they are out on vacation. Users can specify which approval requests they want to delegate and who they want to delegate them to.

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

Ursa Major Solar offers amazing experiences for all of it employees. The Employee engagement committee wants to post updates while restricting other employees from posting.

What should the administrator create to meet this request?

A.
Chatter Stream.
A.
Chatter Stream.
Answers
B.
Chatter Broadcast Group
B.
Chatter Broadcast Group
Answers
C.
Chatter Recommendations.
C.
Chatter Recommendations.
Answers
D.
Chatter Unlisted Group
D.
Chatter Unlisted Group
Answers
Suggested answer: B

Explanation:

Chatter broadcast group is a type of group that should be created to meet this request. Chatter broadcast group is a group where only group owners and managers can create posts, but anyone can comment on posts. This can be useful for sharing important updates or announcements with a large audience without cluttering the feed with other posts.

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

Total 248 questions
Go to page: of 25