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

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

Question list
Search
Search

List of questions

Search

Related questions











Northern Trail Outfitters has many users set up as system administrators to perform Salesforce Administration.

Which two functions would a delegated administrator be able to perform in order to help the existing Salesforce Administrator?

Choose 2 answers

A.
Set up users and password management.
A.
Set up users and password management.
Answers
B.
Configure updates to sharing rules.
B.
Configure updates to sharing rules.
Answers
C.
Manage custom objects and customize nearly every aspect.
C.
Manage custom objects and customize nearly every aspect.
Answers
D.
Make updates to permission set configurations.
D.
Make updates to permission set configurations.
Answers
Suggested answer: A, D

Explanation:

A delegated administrator is a user who has been granted limited administrative privileges by an administrator through delegated administration groups. Delegated administrators can perform some administrative tasks without having full access to Setup.

Some functions that delegated administrators can perform are:

A) Set up users and password management.

Delegated administrators can set up and manage users who belong to specified roles or territories, including creating, editing, freezing, and unlocking users; resetting passwords; assigning permission sets; and managing public groups.

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

D) Make updates to permission set configurations

Permission sets are collections of settings and permissions that can extend users' functional access without changing their profiles. Delegated administrators can make updates to permission set configurations if they have been granted access to manage users by an administrator. Reference: https://help.salesforce.com/s/articleView?id=sf.users_permissionsets.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.admin_useradmin_delegated.htm&type=5

An administrator needs to Import a large amount of historical data (more than 100,000 records) from another system.

how should the administrator import the data?

A.
SOAP based API with Developer console
A.
SOAP based API with Developer console
Answers
B.
Data Loader with Bulk API Enabled
B.
Data Loader with Bulk API Enabled
Answers
C.
An AppExchange package
C.
An AppExchange package
Answers
D.
Import Wizard with Add Only
D.
Import Wizard with Add Only
Answers
Suggested answer: B

Explanation:

Data Loader is a tool that allows administrators to import or export large amounts of data (more than 50,000 records) from or to Salesforce using CSV files. Data Loader can be used for inserting, updating, deleting, upserting, exporting, or extracting data. Bulk API is an API that allows administrators to process large batches of records asynchronously in the background. Bulk API can handle millions of records with high performance and minimal system resources. By using Data Loader with Bulk API enabled, an administrator can import a large amount of historical data (more than 100,000 records) from another system efficiently and securely.

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

Cloud Kicks needs to automate several updates to lead records and update unrelated records. Select changes should happen every time a record is created or updated, Put other changes should only happen when the record is updated.

Which two options should the administrator use to automate these updates?

Choose 2 answers

A.
Use a Decision element with the 'Only if the record that triggered the flow to run is updated to meet the condition requirements' option.
A.
Use a Decision element with the 'Only if the record that triggered the flow to run is updated to meet the condition requirements' option.
Answers
B.
Create a Process Builder that runs when a record is changed.
B.
Create a Process Builder that runs when a record is changed.
Answers
C.
Create a flow that runs when a record is created or updated.
C.
Create a flow that runs when a record is created or updated.
Answers
D.
Use 'formula evaluates to true' workflow rule with the ISCHANCEO function to make changes when the record Is updated.
D.
Use 'formula evaluates to true' workflow rule with the ISCHANCEO function to make changes when the record Is updated.
Answers
Suggested answer: B, C

Explanation:

Process Builder and Flow Builder are tools that allow administrators to automate business processes in Salesforce without writing code. Process Builder and Flow Builder can perform actions such as creating records, updating fields, sending emails, posting to Chatter, invoking Apex classes, calling flows, etc.

To automate several updates to lead records and update unrelated records at Cloud Kicks, an administrator can use two options:

B) Create a Process Builder that runs when a record is changed

Process Builder is a tool that allows administrators to create processes that consist of criteria nodes and action groups. Criteria nodes define the conditions that trigger the process and action groups define the actions that the process performs. Processes can run when a record is created or when a record is created or edited.

By creating a Process Builder that runs when a record is changed, an administrator can automate updates to lead records based on certain criteria and perform actions such as updating fields, sending emails, posting to Chatter, invoking Apex classes, calling flows, etc.

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

C) Create a flow that runs when a record is created or updated

Flow Builder is a tool that allows administrators to create flows that consist of elements such as screens, assignments, decisions, loops, etc. Elements define the logic and user interface of the flow. Flows can run in different ways such as when a user clicks a button, when a record is updated by Process Builder, when an event occurs in the system (such as record creation), etc.

An administrator needs to create a junction object called Account Region to link the standard Account object with a custom object called Region.

Once the junction object is created, what are the next two steps the administrator should take?

Choose 2 answers

A.
Make a master-detail relationship field on the junction object to the Region object.
A.
Make a master-detail relationship field on the junction object to the Region object.
Answers
B.
Build a master-detail relationship field on the Region object to the junction object.
B.
Build a master-detail relationship field on the Region object to the junction object.
Answers
C.
Create a master-detail relationship field on the Account object to the junction object.
C.
Create a master-detail relationship field on the Account object to the junction object.
Answers
D.
Configure a master-detail relationship field on the junction object to the Account object.
D.
Configure a master-detail relationship field on the junction object to the Account object.
Answers
Suggested answer: A, D

Explanation:

A junction object is a custom object that has two master-detail relationships with two other objects. A junction object allows administrators to create many-to-many relationships between objects, such as relating multiple accounts to multiple regions.

To create a junction object called Account Region to link the standard Account object with a custom object called Region, an administrator needs to do the following steps:

A) Make a master-detail relationship field on the junction object to the Region object.

A master-detail relationship field is a field that links a child record to a parent record. The child record inherits the sharing and security settings of the parent record. By making a master-detail relationship field on the junction object to the Region object, an administrator can link each Account Region record to one Region record and make Region the first master of the junction object.

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

D) Configure a master-detail relationship field on the junction object to the Account object.

By configuring a master-detail relationship field on the junction object to the Account object, an administrator can link each Account Region record to one Account record and make Account the second master of the junction object. This allows administrators to relate multiple accounts to multiple regions through the junction object. Reference: https://help.salesforce.com/s/articleView?id=sf.relationships_considerations.htm&type=5

An administrator is trying to deploy a change set from a newly upgraded sandbox source org with new features to a destination sandbox org on a previous release. Some metadata in the change set cannot be deployed because they've changed between releases.

What should the administrator do to deploy the changes to a sandbox?

A.
Make the changes manually through the user interface in the source org.
A.
Make the changes manually through the user interface in the source org.
Answers
B.
Create a new sandbox on the new release version and deploy ;he change set to the new org.
B.
Create a new sandbox on the new release version and deploy ;he change set to the new org.
Answers
C.
Submit a ticket to Salesforce to update the source org to the latest release.
C.
Submit a ticket to Salesforce to update the source org to the latest release.
Answers
D.
Refresh the sandbox destination org and then deploy the change set.
D.
Refresh the sandbox destination org and then deploy the change set.
Answers
Suggested answer: B

Explanation:

Data Loader is a tool that allows administrators to import or export large amounts of data (more than 50,000 records) from or to Salesforce using CSV files. Data Loader can be used for inserting, updating, deleting, upserting, exporting, or extracting data. Bulk API is an API that allows administrators to process large batches of records asynchronously in the background. Bulk API can handle millions of records with high performance and minimal system resources. By using Data Loader with Bulk API enabled, an administrator can import a large amount of historical data (more than 100,000 records) from another system efficiently and securely.

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

Ursa Major Solar offers customers annual service contracts. Account owners should receive an email renewal reminder l month before their customer's planned expiration date. The administrator builds a flow to automate the process, which runs when a record is created, and tests several possible scenarios.

What win occur if the expiration date is changed from January 1 of the next year to yesterday?

A.
The flow is unable to run and a flow error message Is sent to the user who Initiates the flow.
A.
The flow is unable to run and a flow error message Is sent to the user who Initiates the flow.
Answers
B.
The Interview resumes 1 month before the original expiration date and will send the email at that rime.
B.
The Interview resumes 1 month before the original expiration date and will send the email at that rime.
Answers
C.
The Interview is rescheduled based on the expiration date and sends the email on the last day of the current month.
C.
The Interview is rescheduled based on the expiration date and sends the email on the last day of the current month.
Answers
D.
The resume event is recalculated and the email goes out to the account owner immediately.
D.
The resume event is recalculated and the email goes out to the account owner immediately.
Answers
Suggested answer: D

Explanation:

The resume event is recalculated and the email goes out to the account owner immediately because the flow uses a scheduled path that evaluates the expiration date field every time it changes. When the expiration date is changed to yesterday, the flow resumes immediately and executes the action of sending the email

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.
Run a session setting report, specifying login methods by user.
A.
Run a session setting report, specifying login methods by user.
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.
Create a new view in Identity Verification History, specifying Method.
C.
Create a new view in Identity Verification History, specifying Method.
Answers
D.
The order of flow execution is unpredictabl
D.
The order of flow execution is unpredictabl
Answers
Suggested answer: A, C

Explanation:

Salesforce Authenticator is an app that allows users to verify their identity when logging in to Salesforce using two-factor authentication (2FA). 2FA adds an extra layer of security by requiring users to enter a verification code or approve a notification on their mobile device after entering their username and password.

To look at how many users have successfully used Salesforce Authenticator since it was rolled out, an administrator can use two ways:

A) Run a session setting report, specifying login methods by user.

A session setting report is a report that shows information about users' login sessions, such as login time, location, IP address, browser, platform, etc. A session setting report can also show the login methods used by users, such as password, verification code, or notification. By running a session setting report, specifying login methods by user, an administrator can see how many users have used Salesforce Authenticator to log in to Salesforce.

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

C) Create a new view in Identity Verification History, specifying Method.

Identity Verification History is a page that shows the history of identity verification attempts for each user in the org. Identity verification history includes information such as date, time, status, method, and IP address of each attempt. By creating a new view in Identity Verification History, specifying Method as a filter criterion, an administrator can see how many users have used Salesforce Authenticator to verify their identity when logging in to Salesforce. Reference: https://help.salesforce.com/s/articleView?id=sf.identity_verification_history.htm&type=5

What should the administrator consider before enabling Person Accounts?

A.
Person Account cannot be disabled.
A.
Person Account cannot be disabled.
Answers
B.
Person Account requires less data storage.
B.
Person Account requires less data storage.
Answers
C.
Person Account and Business Accounts cannot be in the same sharing model.
C.
Person Account and Business Accounts cannot be in the same sharing model.
Answers
D.
All standard Account news can be converted to Person Account field.
D.
All standard Account news can be converted to Person Account field.
Answers
Suggested answer: A

Explanation:

Person Account cannot be disabled is something that the administrator should consider before enabling Person Accounts. Person Accounts are a special type of accounts that allow storing information about individual people who are not associated with an organization or business account. Once Person Accounts are enabled, they cannot be disabled or removed from the org without contacting Salesforce support

Users at Ursa Major Solar want to create complex dashboards with supporting charts based on data to come from a variety of sources, some of which live on the Internal company shared drives.

Which product should the administrator recommend to meet the users' needs?

A.
Lightning Dashboard Builder
A.
Lightning Dashboard Builder
Answers
B.
Report Bulkier
B.
Report Bulkier
Answers
C.
List views
C.
List views
Answers
D.
Tableau CRM
D.
Tableau CRM
Answers
Suggested answer: D

Explanation:

Tableau CRM is a product that allows users to create complex dashboards with supporting charts based on data from a variety of sources, some of which live on internal company shared drives. Tableau CRM can connect to external data sources using connectors or dataflows and store the data in datasets within Salesforce. Tableau CRM can also use artificial intelligence and machine learning to provide insights and recommendations based on the data

AW Computing created new multi-tier service plans. The primary difference between the packages Is the length of the term. The company wants to capture start and end dates for each service plan sold, which can direr from the contract dates of the subscription.

How should an administrator ensure the data is captured properly?

A.
Build a validation rule on the Opportunity object to require custom date fields based on the product(s) selected.
A.
Build a validation rule on the Opportunity object to require custom date fields based on the product(s) selected.
Answers
B.
Configure formula fields to reflect the close date of the opportunity.
B.
Configure formula fields to reflect the close date of the opportunity.
Answers
C.
Create a new price book for service plans with term lengths.
C.
Create a new price book for service plans with term lengths.
Answers
D.
Make a validation rule on the Opportunity Product object to require custom date fields based on the product family.
D.
Make a validation rule on the Opportunity Product object to require custom date fields based on the product family.
Answers
Suggested answer: D

Explanation:

Make a validation rule on the Opportunity Product object to require custom date fields based on the product family is how the administrator should ensure the data is captured properly. A validation rule is a way to enforce data quality and integrity

Total 246 questions
Go to page: of 25