Salesforce Certified Advanced Administrator (CRT-211) Practice Test - Questions Answers, Page 10
List of questions
Question 91
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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
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
Question 92
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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
Question 93
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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
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.
Question 94
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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
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
Question 95
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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
Question 96
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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
Question 97
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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
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
Question 98
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What should the administrator consider before enabling Person Accounts?
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
Question 99
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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
Question 100
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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
Question