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

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

Question list
Search
Search

List of questions

Search

Related questions











An administrator need a business process automated, but only for certain user and profiles. The administrator will need to frequently update which users and profiles will use the process. After evaluating the declarative options, it was determined that this functionality must be done via an Apex trigger.

What software requirement should the administrator request so that process execution can be declaratively controlled?

A.
Use Process Automation Setting in Setup to the appropriate users or profiles.
A.
Use Process Automation Setting in Setup to the appropriate users or profiles.
Answers
B.
Use a System permission that is assigned to the user or profile.
B.
Use a System permission that is assigned to the user or profile.
Answers
C.
Use Apex Class Access to assign the Apex code to the user or profile.
C.
Use Apex Class Access to assign the Apex code to the user or profile.
Answers
D.
Use a custom permission set that is assigned to the user.
D.
Use a custom permission set that is assigned to the user.
Answers
Suggested answer: D

Explanation:

Use a custom permission set that is assigned to the user because custom permissions are a way to grant access to custom processes or functionality based on user profiles or permission sets. Custom permissions can be referenced by Apex code, validation rules, flows, or other logic to control whether a process should run for a user or not. Custom permissions can be used to declaratively control process execution by assigning them to users or profiles.

The salts team at Universal Containers has asked the administrator to build functionality to automatically update the account checkbox field 'Opportunity Created' to checked when at least one related opportunity has been created.

What feature should the administrator use to build this functionality?

A.
Screen flow
A.
Screen flow
Answers
B.
Workflow rule
B.
Workflow rule
Answers
C.
Record-triggered flow
C.
Record-triggered flow
Answers
D.
Assignment rule
D.
Assignment rule
Answers
Suggested answer: C

Explanation:

Record-triggered flow is a feature that allows administrators to automate actions that occur when a record is created or updated. Record-triggered flow can perform actions such as updating fields, creating records, sending emails, or invoking Apex code. Record-triggered flow can be used to update the account checkbox field 'Opportunity Created' when at least one related opportunity has been created

The AW Computing administrator team does significant amounts of work around process automation and ensuring data integrity. When an administrator created a new validation rule in production, the development team complained that their deployment to production failed.

What should be implemented to prevent this conflict from happening?

A.
Review the setup audit trail prior to changes.
A.
Review the setup audit trail prior to changes.
Answers
B.
Refresh the full copy sandbox daily.
B.
Refresh the full copy sandbox daily.
Answers
C.
Test changes in a shared sandbox.
C.
Test changes in a shared sandbox.
Answers
D.
Build automation and validation rules using screen flows.
D.
Build automation and validation rules using screen flows.
Answers
Suggested answer: C

Explanation:

A sandbox is a copy of a production org that can be used for development, testing, or training purposes. Sandboxes allow administrators to make changes and test them without affecting the live production org. A shared sandbox is a type of sandbox that can be used by multiple users or teams to collaborate on development or testing projects. By testing changes in a shared sandbox, the AW Computing administrator team can avoid conflicts and errors when deploying changes to production.

Reference: https://help.salesforce.com/s/articleView?id=sf.data_sandbox.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.data_sandbox_environments.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:

A managed package is a type of app that can be installed from the AppExchange. Managed packages are typically created by ISV partners or developers who want to distribute and sell applications that are upgradeable and have intellectual property protection. Before installing a managed package, an administrator should consider the following:

A) Custom objects and custom fields used by the app count against the org's limits.

Managed packages may include custom objects and custom fields that are used by the app. These custom objects and custom fields count against the org's limits and may affect the performance or functionality of the org. Administrators should review the components and requirements of the app before installing it and make sure they have enough space and resources for the app.

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

C) Apps may require certain Salesforce editions or features to be enabled.

Managed packages may require certain Salesforce editions or features to be enabled in order to work properly. For example, some apps may require Lightning Experience, API access, custom permissions, or specific user licenses. Administrators should check the app's description and documentation before installing it and make sure they meet the prerequisites for the app. Reference: https://help.salesforce.com/s/articleView?id=sf.packaging_install.htm&type=5

D) Apps may require external, third-party web services to function properly.

Managed packages may require external, third-party web services to function properly. For example, some apps may integrate with other platforms or systems such as Google Maps, PayPal, or Twilio. Administrators should check the app's description and documentation before installing it and make sure they understand the implications and costs of using external web services. Reference: https://help.salesforce.com/s/articleView?id=sf.packaging_install.htm&type=5

AW Computing (AVVC) has customers In multiple countries. AWC would li<e to set up advanced currency management for Its system.

Which two considerations should AWC be aware or prior to implementing this change to the existing system?

Choose 2 answers

A.
When a currency is added to an organization's List of supported currencies, it cannot be deleted.
A.
When a currency is added to an organization's List of supported currencies, it cannot be deleted.
Answers
B.
Opportunities will only display sales In the customer's localized currency.
B.
Opportunities will only display sales In the customer's localized currency.
Answers
C.
Historical trend reports will only use the last dated exchange rate.
C.
Historical trend reports will only use the last dated exchange rate.
Answers
D.
Once enabled, advanced currency management cannot be disabled.
D.
Once enabled, advanced currency management cannot be disabled.
Answers
Suggested answer: A, D

Explanation:

When a currency is added to an organization's list of supported currencies, it cannot be deleted and once enabled, advanced currency management cannot be disabled are two considerations that AW Computing should be aware of prior to implementing this change to the existing system. Adding a currency to an organization's list of supported currencies is an irreversible action that allows users to enter and view amounts in that currency for standard and custom objects that have currency fields. Enabling advanced currency management is also an irreversible action that allows administrators to define dated exchange rates for opportunities and opportunity products based on close dates or product dates instead of using static conversion rates

Cloud Kicks has o custom object called Membership Details that records information about customers' preferences for their memberships. Depending, on the membership level, different data needs to be displayed.

* when cue running user has the Market no profile, all data should be visible.

* When the running user has the Support profile, only the Support preference fields should be visible.

* Both Marketing and Support users should be able to report on all data.

How should the administrator deliver this solution?

A.
Create two record types und two page layouts.
A.
Create two record types und two page layouts.
Answers
B.
Set up Dynamic forms to conditionally show data.
B.
Set up Dynamic forms to conditionally show data.
Answers
C.
Make a permission set with a Muting permission.
C.
Make a permission set with a Muting permission.
Answers
D.
Use Field-Level Security to control data access.
D.
Use Field-Level Security to control data access.
Answers
Suggested answer: B

Explanation:

Use Field-Level Security to control data access is how the administrator should deliver this solution. Field-Level Security is a way to restrict users' access to view or edit specific fields on an object based on their profile or permission set. Field-Level Security can be used to make fields visible or hidden, and editable or read-only for different users. By using Field-Level Security, the administrator can ensure that only Marketing users can see all data on the Membership Details object, while Support users can only see the Support preference fields.

Ursa Major Solar uses the custom object Product Development to track Ideas R&D is wording on. A former administrator added the custom object Potential Name with a lookup to Product Development to allow R&D to track names under consideration for those product. The R&D manager recently ran a record and noticed several potential names where the relationship to the Product Development record was missing. The current administrator needs to change this relationship to master detail to ensure a potential name only exists when there is product development.

Which two options are available for altering the existing Potential Name records for the deployment of this change to be successful?

Choose 2 answers

A.
Move any Potential Name records with blank lookup fields to the recycle bin.
A.
Move any Potential Name records with blank lookup fields to the recycle bin.
Answers
B.
Assign any Potential Name records with blank lookup fields to an existing record from Product Development.
B.
Assign any Potential Name records with blank lookup fields to an existing record from Product Development.
Answers
C.
Remove any existing data in the lookup field n Potential Name records
C.
Remove any existing data in the lookup field n Potential Name records
Answers
D.
Remove the lookup field from the page layout so the data is maintained without changes.
D.
Remove the lookup field from the page layout so the data is maintained without changes.
Answers
Suggested answer: A, B

Explanation:

Move any Potential Name records with blank lookup fields to the recycle bin or assign any Potential Name records with blank lookup fields to an existing record from Product Development are two options available for altering the existing Potential Name records for the deployment of this change to be successful. Changing a lookup relationship to a master-detail relationship requires that all child records have a parent record. Therefore, any Potential Name records that have blank lookup fields to Product Development need to be either deleted or assigned to a valid Product Development record before changing the relationship type

An administrator at Cloud Kicks has been tasked by the compliance team to flag where sensitive information is stored in Salesforce.

What feature should the administrator use to fulfill this requirement?

A.
Data Classification
A.
Data Classification
Answers
B.
Schema Builder
B.
Schema Builder
Answers
C.
Classic Encryption
C.
Classic Encryption
Answers
D.
Field-Level Security
D.
Field-Level Security
Answers
Suggested answer: A

Explanation:

Data Classification is the feature that the administrator should use to flag where sensitive information is stored in Salesforce. Data Classification is a feature that allows administrators to flag where sensitive information is stored in Salesforce by assigning sensitivity and classification levels to fields. Data Classification can help administrators comply with data privacy regulations and best practices by identifying and managing sensitive data in their orgs.

Cloud Kicks (CK) wants the forecast numbers to be shown by territory regardless of who owns the record. CK also wants a way to forecast based on role hierarchy.

Which three options should an administrator recommend?

Choose 3 answers

A.
Have the user select the forecast type listed under the Forecast Type in the Display Settings.
A.
Have the user select the forecast type listed under the Forecast Type in the Display Settings.
Answers
B.
Enable Territory Forecast.
B.
Enable Territory Forecast.
Answers
C.
Make a custom field to track the amounts for Territory and Hierarchy Forecast.
C.
Make a custom field to track the amounts for Territory and Hierarchy Forecast.
Answers
D.
Modify the Territory Forecast to match the Hierarchy Forecast model.
D.
Modify the Territory Forecast to match the Hierarchy Forecast model.
Answers
E.
Enable Role Hierarchy Forecast.
E.
Enable Role Hierarchy Forecast.
Answers
Suggested answer: B, D, E

Explanation:

To show forecast numbers by territory regardless of who owns the record, CK should enable Territory Forecast. To forecast based on role hierarchy, CK should enable Role Hierarchy Forecast. To match the Territory Forecast to the Hierarchy Forecast model, CK should modify the Territory Forecast accordingly.

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

An administrator is given a .csv file of 5,000 leads with External Id and Status fields. They need to match existing and add new records with Data Loader.

What action should be taken to populate the Status field on the records and add new records?

A.
Export
A.
Export
Answers
B.
Update
B.
Update
Answers
C.
Insert
C.
Insert
Answers
D.
Upsert
D.
Upsert
Answers
Suggested answer: D

Explanation:

Upsert is an operation that can either update existing records or insert new records based on the External Id field. This way, the administrator can match existing leads and add new ones with Data Loader.

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

Total 246 questions
Go to page: of 25