ExamGecko
Home Home / Salesforce / Certified Advanced Administrator (CRT-211)

Salesforce Certified Advanced Administrator (CRT-211) Practice Test - Questions Answers, Page 2

Question list
Search
Search

List of questions

Search

Related questions











Cloud Kicks (CK) has a backup team of employees that helps short-staffed departments. These users could be working with sales one day and service the next. CK is implementing new Lightning record pages for each department so that they view records In a way that makes sense for each department.

How should the administrator ensure this Is configured correctly?

A.
Configure ore app per department and activate record pages for each app.
A.
Configure ore app per department and activate record pages for each app.
Answers
B.
Create permission sets for each department and assign them to the backup team users.
B.
Create permission sets for each department and assign them to the backup team users.
Answers
C.
Adjust the profile of the backup users each day to align with the proper access they require.
C.
Adjust the profile of the backup users each day to align with the proper access they require.
Answers
D.
Allow the backup team users to update their own profile with Delegated Administration.
D.
Allow the backup team users to update their own profile with Delegated Administration.
Answers
Suggested answer: A

Explanation:

Configure one app per department and activate record pages for each app is how the administrator should ensure this is configured correctly. An app is a collection of items that work together to serve a particular function for a group of users. An app can include items such as tabs, objects, reports, dashboards, and record pages. A record page is a type of Lightning page that displays details about a specific record. A record page can be customized using Lightning App Builder and activated for different apps, profiles, or record types. By configuring one app per department and activating record pages for each app, the administrator can ensure that the backup team users can view records in a way that makes sense for each department depending on which app they are using.

Dream house Realty has created a custom object to track its Open Houses with a master-detail relationship up to a custom object for Properties. Agents need to quickly calculate the number of Open House records in a status or Pending so they can see the value from the Property record.

What feature should the administrator implement?

A.
Lightning Component
A.
Lightning Component
Answers
B.
Formula Fields
B.
Formula Fields
Answers
C.
Roll-Up Summary
C.
Roll-Up Summary
Answers
D.
visualforce Page
D.
visualforce Page
Answers
Suggested answer: C

Explanation:

A roll-up summary field is used to display a value in a master record based on the values of a set of related detail records. In this case, the administrator can create a roll-up summary field on the Properties object that counts the number of Open House records in a Pending status.

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

A permission set is a collection of settings and permissions that give users access to various tools and functions. The View All Data permission allows users to view all data, regardless of sharing settings. By creating a permission set with this permission and assigning it to the subset of users, the administrator can meet the requirement without changing their profiles or roles. Reference: https://help.salesforce.com/s/articleView?id=sf.perm_sets_overview.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.admin_general_permissions.htm&type=5

Users report that the industry picklist field is no longer visible on account records. What test can an administrator use to troubleshoot the issue?

A.
Field audit history
A.
Field audit history
Answers
B.
Setup audit trail
B.
Setup audit trail
Answers
C.
Field history tracking
C.
Field history tracking
Answers
D.
Debug log
D.
Debug log
Answers
Suggested answer: B

Explanation:

The setup audit trail tracks the recent setup changes that you and other administrators have made to your org. It can help you troubleshoot issues by showing you what changes were made, who made them, and when. In this case, the setup audit trail can help the administrator identify if someone changed the field-level security, page layout, or profile settings for the industry picklist field.

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

AW Computing wants to embed a report chart on the Account record page that shows the value of closed sales for that account. The chart should be limited to users in the Sales Manager role on the Account record pages.

how should this be accomplished?

A.
Create a new report and assign it to the component.
A.
Create a new report and assign it to the component.
Answers
B.
Create a new page layout for the Sales Manager role.
B.
Create a new page layout for the Sales Manager role.
Answers
C.
Filter component visibility for the Account ID.
C.
Filter component visibility for the Account ID.
Answers
D.
Filter component visibility for the Sales Manager role.
D.
Filter component visibility for the Sales Manager role.
Answers
Suggested answer: C

Explanation:

To embed a report chart on a record page, you need to use a lightning component that displays report charts. You can filter the component visibility by setting conditions based on record fields, user attributes, or device type. In this case, you can filter the component visibility by matching the Account ID field on the report chart with the Account ID field on the record page. This will ensure that only the relevant data for that account is shown on the chart.

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

An administrator has found a free app on the AppExchanged and would like to install it.

Which three items should the administrator take to consideration before installed he managed package?

Choose 3 answers

A.
Custom objects and custom fields used by the app count against the org's limits.
A.
Custom objects and custom fields used by the app count against the org's limits.
Answers
B.
Managed apps do not undergo a formal security review by Salesforce.
B.
Managed apps do not undergo a formal security review by Salesforce.
Answers
C.
Apps may require certain Salesforce editions or features to be enabled.
C.
Apps may require certain Salesforce editions or features to be enabled.
Answers
D.
Apps may require external, third-party web services to function properly.
D.
Apps may require external, third-party web services to function properly.
Answers
E.
Apps must be installed in production before the app can be installed in a sandbox.
E.
Apps must be installed in production before the app can be installed in a sandbox.
Answers
Suggested answer: A, C, D

Explanation:

Before installing a managed package from the AppExchange, the administrator should take into consideration several factors, such as:

Custom objects and custom fields used by the app count against the org's limits. The administrator should check how many custom objects and fields are available in their org and how many are used by the app.

Apps may require certain Salesforce editions or features to be enabled. The administrator should check the app's requirements and compatibility with their org's edition and features.

Apps may require external, third-party web services to function properly. The administrator should check if the app integrates with any external services and if they need to set up any authentication or configuration for them.

The other two options are incorrect because:

Managed apps do undergo a formal security review by Salesforce before they are listed on the AppExchange.

Apps can be installed in a sandbox before they are installed in production.

What should an administrator use as an alternative to a Process Builder to expedite the time required to update the records?

A.
Before save How Trigger
A.
Before save How Trigger
Answers
B.
Batch Update
B.
Batch Update
Answers
C.
Workflow Rule Field Change
C.
Workflow Rule Field Change
Answers
D.
Screen Row
D.
Screen Row
Answers
Suggested answer: A

Explanation:

A before save flow trigger is a type of flow that runs before a record is saved and can update the record without any additional actions or database operations. This can expedite the time required to update the records and improve performance. A before save flow trigger can be used as an alternative to a process builder that updates the same record that triggered it.

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

AW Computing has a 4-hour SLA in its support guarantee. The company recently received feed that customers art reporting long wait times before an agent responds to a new case after it has been submitted.

How should an administrator ensure cases are properly prioritized?

A.
Auto-Response Rules
A.
Auto-Response Rules
Answers
B.
Escalation Rules
B.
Escalation Rules
Answers
C.
Assignment Rules
C.
Assignment Rules
Answers
D.
Workflow Rules
D.
Workflow Rules
Answers
Suggested answer: B

Explanation:

Escalation rules are rules that automatically escalate cases if they have not been resolved within a certain time frame or meet certain criteria such as priority or status. Escalation rules can perform actions such as changing ownership of cases, sending email notifications, or creating tasks for users or queues. By using escalation rules, AW Computing can ensure that cases are properly prioritized and handled within their SLA time limit.

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

AW Computing has a 4-hour SLA in its support guarantee. The company recently received feed that customers art reporting long wait times before an agent responds to a new case after it has been submitted.

How should an administrator ensure cases are properly prioritized?

A.
Auto-Response Rules
A.
Auto-Response Rules
Answers
B.
Escalation Rules
B.
Escalation Rules
Answers
C.
Assignment Rules
C.
Assignment Rules
Answers
D.
Workflow Rules
D.
Workflow Rules
Answers
Suggested answer: C

Explanation:

Escalation rules are rules that automatically escalate cases if they have not been resolved within a certain time frame or meet certain criteria such as priority or status. Escalation rules can perform actions such as changing ownership of cases, sending email notifications, or creating tasks for users or queues. By using escalation rules, AW Computing can ensure that cases are properly prioritized and handled within their SLA time limit.

Assignment rules are rules that automatically assign cases to users or queues based on criteria such as case origin, type, or product. Assignment rules can also send email notifications to users or customers when a case is assigned. By using assignment rules, AW Computing can ensure that cases are routed to the right agents or teams based on their skills and availability.

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

A user started to work remotely. They are having an Issue logging in.

What could be the issue?

A.
The login session has expired for this user.
A.
The login session has expired for this user.
Answers
B.
They are signing in from a mobile device.
B.
They are signing in from a mobile device.
Answers
C.
The time zone for the profile is outside of login hours.
C.
The time zone for the profile is outside of login hours.
Answers
D.
The user Is not In the IP range for their profile.
D.
The user Is not In the IP range for their profile.
Answers
Suggested answer: D

Explanation:

IP ranges are settings that restrict login access to Salesforce from specific IP addresses. Administrators can set IP ranges at the org level or at the profile level. If a user tries to log in from an IP address that is outside the allowed range for their profile or their org, they will not be able to access Salesforce. Therefore, if a user started to work remotely and is having an issue logging in, it could be because they are not in the IP range for their profile or their org.

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

The administrator at Universal Containers does a soft launch of the Salesforce Authenticator app and allows users to optionally use it to log In. The administrator would now like to look at how many users have successfully used it since It was rolled out.

What are two ways the administrator can get this Information?

Choose 2 answers

A.
Create a new view In Identity Verification History, specifying Method.
A.
Create a new view In Identity Verification History, specifying Method.
Answers
B.
Open the Login Access Policies In Setup which shows how many users are using MFA.
B.
Open the Login Access Policies In Setup which shows how many users are using MFA.
Answers
C.
Run a session setting report, specifying login methods by user.
C.
Run a session setting report, specifying login methods by user.
Answers
D.
Export Login History and filter based off of Authentication Method Reference,
D.
Export Login History and filter based off of Authentication Method Reference,
Answers
Suggested answer: A, D

Explanation:

Salesforce Authenticator is an app that adds an extra layer of security for logging into Salesforce by requiring users to verify their identity using their mobile device after entering their username and password on Salesforce login page. To see how many users have successfully used Salesforce Authenticator since it was rolled out, an administrator can use two methods:

A) Create a new view In Identity Verification History, specifying Method.

Identity Verification History is a tool that shows information about each identity verification event for users in your org, such as the date and time, the verification method used, the IP address, and the status of the verification. By creating a new view in Identity Verification History and specifying the method as Salesforce Authenticator, an administrator can see how many users have used the app to verify their identity when logging in.

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

D) Export Login History and filter based off of Authentication Method Reference.

Login History is a tool that shows information about each login attempt for users in your org, such as the date and time, the username, the source IP address, the login type, and the status of the login. By exporting Login History as a CSV file and filtering based on the Authentication Method Reference column, an administrator can see how many users have used Salesforce Authenticator as their authentication method when logging in. Reference: https://help.salesforce.com/s/articleView?id=sf.monitoring_login_history.htm&type=5

Total 246 questions
Go to page: of 25