ExamGecko
Ask Question

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

List of questions

Question 161

Report
Export
Collapse

A previous consultant helped Universal Containers automate many of its business processes. The administrator changed the email address on the consultant's user record and deactivated it. The consultant called to say they continue to get email messages from failed flows and processes.

What steps should the administrator perform to stop the fault messages from going to the consultant?

Create a custom metadata type and associate the LastModifiedBy field. Write a flow that updates the field in any flows or processes equal to the consultant's name.
Create a custom metadata type and associate the LastModifiedBy field. Write a flow that updates the field in any flows or processes equal to the consultant's name.
Request an Email Log from Email Log Files in Setup and filter the request by the consultant's email. Manually update any flows or processes listed on the log.
Request an Email Log from Email Log Files in Setup and filter the request by the consultant's email. Manually update any flows or processes listed on the log.
Set Send Process or Flow Error Email' to Apex Exception Email Recipients' in Automation settings. Add the System Admin's email to the Apex Exception Email page in Setup.
Set Send Process or Flow Error Email' to Apex Exception Email Recipients' in Automation settings. Add the System Admin's email to the Apex Exception Email page in Setup.
Export Flow Interviews filtered by LastModifiedBy.email using Data Loader. In the .csv file, change LastModifiedBy to the System Admin and upload changes with Data Loader.
Export Flow Interviews filtered by LastModifiedBy.email using Data Loader. In the .csv file, change LastModifiedBy to the System Admin and upload changes with Data Loader.
Suggested answer: C

Explanation:

This option will allow the administrator to change the recipient of the fault messages from the consultant's email to the system admin's email without modifying any flows or processes. The other options are either not feasible or not effective.

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

asked 23/09/2024
Shahir Kazmi
42 questions

Question 162

Report
Export
Collapse

Cloud Kicks is a large company with many divisions. Some divisions have a higher turnover, so each division wants to be able to create and manage users only within their division.

What should the administrator do to set this up?

Set up delegated administrators for the division leaders.
Set up delegated administrators for the division leaders.
Assign a flat territory role hierarchy for the divisions.
Assign a flat territory role hierarchy for the divisions.
Create a permission set group for the division leaders.
Create a permission set group for the division leaders.
Customize and assign profiles for the division teams.
Customize and assign profiles for the division teams.
Suggested answer: A

Explanation:

Delegated administration allows administrators to delegate certain user management tasks to other users without granting them full administrative privileges. Delegated administrators can create and manage users only within specified roles or public groups. This option will meet the requirement of allowing each division to create and manage users only within their division.

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

asked 23/09/2024
Mpho Ntshontsi
40 questions

Question 163

Report
Export
Collapse

An administrator at AW Computing is trying to track the login history for a specific user. The AW Computing org has 150,000 users and multi-factor authentication (MFA) is enabled and enforced for all users. In reviewing the Identity Verification History data, the administrator is unable to find any information for the mentioned user. The user used to log in regularly but has been inactive this quarter.

Which two reasons explain why the user's data is missing from Identity Verification History?

Choose 2 answers

Identity Verification History stores the last year's worth of data.
Identity Verification History stores the last year's worth of data.
User belongs to a specific role for which identity verification data is not stored.
User belongs to a specific role for which identity verification data is not stored.
Up to 20,000 records of users' identity verification attempts are stored.
Up to 20,000 records of users' identity verification attempts are stored.
The last 6 months worth of data is stored in the Identity Verification History.
The last 6 months worth of data is stored in the Identity Verification History.
Suggested answer: C, D

Explanation:

Identity Verification History stores up to 20,000 records of users' identity verification attempts for various features that require MFA, such as logging in from an unknown browser or device, resetting a password, or changing personal information. The data is stored for up to 6 months and then deleted automatically. Therefore, if a user has been inactive for more than 6 months or if there are more than 20,000 records in total, their data may be missing from Identity Verification History.

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

asked 23/09/2024
Marek Siwek
36 questions

Question 164

Report
Export
Collapse

Ursa Major Solar has a global customer base. Recent issues with customs have greatly delayed shipping to Canadian customers. While the Country field is already on the page layout, the sales team wants Canadian customers highlighted as a potential challenge for fulfillment until the shipping issue is resolved.

How should the administrator solve this issue?

Modify the page layouts to move the Country field into its own section.
Modify the page layouts to move the Country field into its own section.
Add a rich text component to the Lightning page. Use conditional visibility to only show the component if the account is Canadian.
Add a rich text component to the Lightning page. Use conditional visibility to only show the component if the account is Canadian.
Create an in-app guidance prompt for Canadian records.
Create an in-app guidance prompt for Canadian records.
Create a new record type and page layout for Canadian customers, ensuring their pages look different.
Create a new record type and page layout for Canadian customers, ensuring their pages look different.
Suggested answer: B

Explanation:

A rich text component allows administrators to add custom text or images to a Lightning page. Conditional visibility allows administrators to control when a component is visible based on criteria such as field values or device type. By using these features, administrators can highlight Canadian customers as a potential challenge for fulfillment without modifying the page layout or creating a new record type.

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

asked 23/09/2024
ERIC LUM
40 questions

Question 165

Report
Export
Collapse

The distributors at Cloud Kicks are eligible for support based on a specific service contract-How should the administrator show this in Salesforce?

Use entitlement management.
Use entitlement management.
Add a service contract to the record.
Add a service contract to the record.
Turn on Service Cloud.
Turn on Service Cloud.
Build a new custom object.
Build a new custom object.
Suggested answer: A

Explanation:

Entitlement management lets you create and maintain service contracts that specify the support terms for each account. You can use entitlement processes to automatically apply the correct service contract to a case based on criteria you define.

Reference: https://trailhead.salesforce.com/en/content/learn/modules/entitlements/entitlements_overview

asked 23/09/2024
Alvin Thomas
46 questions

Question 166

Report
Export
Collapse

An administrator has been tasked with sending an email notification to all project team members when project status is changed to Allocated. Project teams contain users from different departments and different roles.

How should an administrator ensure the proper users will receive the email?

Configure a queue for the project team and have members view the queue's list view.
Configure a queue for the project team and have members view the queue's list view.
Use sharing rules to automatically share with the individual users in the project team.
Use sharing rules to automatically share with the individual users in the project team.
Move the project users to the same role and send the email alert to everyone in the role.
Move the project users to the same role and send the email alert to everyone in the role.
Create public groups for each project team and send the email alert to the project group.
Create public groups for each project team and send the email alert to the project group.
Suggested answer: D

Explanation:

Public groups let you share records with a set of users defined by criteria such as role, profile, or individual users. You can use public groups as recipients for email alerts in workflow rules or process builder.

Reference: https://trailhead.salesforce.com/en/content/learn/modules/administration_essentials_for_new_admins_in_lightning_experience/administration_essentials_for_new_admins_in_lightning_experience_security_sharing

asked 23/09/2024
Farshin Golpad
38 questions

Question 167

Report
Export
Collapse

An administrator at AW Computing noticed that a custom field on the Contact object was changed from text to text area.

What tool should the administrator use to investigate this change?

Developer Console
Developer Console
Field History Tracking
Field History Tracking
Debug Log
Debug Log
View Setup Audit Trail
View Setup Audit Trail
Suggested answer: D

Explanation:

The View Setup Audit Trail page lets you view the 20 most recent setup changes made to your org. You can also download a file of the last six months of setup changes.

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

asked 23/09/2024
Jerry Manalo
32 questions

Question 168

Report
Export
Collapse

A sales rep needs to help cross-sell an opportunity but is unable to make updates on the record or update the opportunity team.

Which two options would be required for a sales rep to add a rep to the opportunity team?

Choose 2 answers

Transferred ownership of the Opportunity to the sales rep
Transferred ownership of the Opportunity to the sales rep
A permission with Edit access on the Account object
A permission with Edit access on the Account object
A role above the Opportunity owner in the role hierarchy
A role above the Opportunity owner in the role hierarchy
Transferred ownership of the Account to the sales rep
Transferred ownership of the Account to the sales rep
Suggested answer: B, C

Explanation:

To add a user to an opportunity team, you need Edit access on the account associated with the opportunity and either own the opportunity or be above the owner in the role hierarchy.

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

asked 23/09/2024
Davide Maranzana
33 questions

Question 169

Report
Export
Collapse

AW Computing has a new requirement from its security team where audit information relating to an account must be recorded in a new custom object called Audit. Audit records need to be preserved for 10 years and only accessible by the audit team.

What relationship should be used to relate the Audit object to the Account object?

Master-Detail
Master-Detail
Lookup
Lookup
Many-To-Many
Many-To-Many
Self
Self
Suggested answer: B

Explanation:

A lookup relationship creates a link between two objects. The child object can have its own security settings and does not inherit them from the parent object. This is suitable for audit records that need to be preserved and accessed by a specific team.

Reference: https://trailhead.salesforce.com/en/content/learn/modules/data_modeling/relationships

asked 23/09/2024
Juliet Kihonge
43 questions

Question 170

Report
Export
Collapse

Sales managers at Ursa Major Solar have asked for some additional automation around opportunity reminders. If the opportunity is in the Proposal stage a week before the close date, they want an email sent to the opportunity owner and manager. If the Budget Approved custom field is checked, the managers want to be notified immediately.

How should these requirements be met without using code?

Create a schedule-triggered flow. Configure the trigger to flow weekly.
Create a schedule-triggered flow. Configure the trigger to flow weekly.
Create a record-triggered flow with scheduled paths. Configure the trigger to flow after the record is saved.
Create a record-triggered flow with scheduled paths. Configure the trigger to flow after the record is saved.
Create a record-triggered flow with scheduled paths. Configure the trigger to flow before the record is saved.
Create a record-triggered flow with scheduled paths. Configure the trigger to flow before the record is saved.
Create a schedule-triggered flow for the Opportunity object. Configure the trigger to flow daily.
Create a schedule-triggered flow for the Opportunity object. Configure the trigger to flow daily.
Suggested answer: B

Explanation:

A record-triggered flow lets you automate actions when a record is created or updated. You can use scheduled paths to schedule actions relative to a date field on the record, such as close date. You should configure the trigger to flow after the record is saved so that you can access the updated field values.

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

asked 23/09/2024
OLUSEGUN IJAOLA
28 questions
Total 246 questions
Go to page: of 25
Search

Related questions