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

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

Question list
Search
Search

List of questions

Search

Related questions











Cloud Kicks needs to create 10 separate environments for various projects. A developer sandbox has been created with the necessary configuration and dat

A.
The administrator needs to create 10 now environments with the same metadata and data for each user.What should the administrator do to meet the requirements?
A.
The administrator needs to create 10 now environments with the same metadata and data for each user.What should the administrator do to meet the requirements?
Answers
B.
Use refresh sandbox without Auto Activate.
B.
Use refresh sandbox without Auto Activate.
Answers
C.
Use the existing sandbox as a sandbox template.
C.
Use the existing sandbox as a sandbox template.
Answers
D.
Use clone a sandbox option from the existing sandbox.
D.
Use clone a sandbox option from the existing sandbox.
Answers
E.
Use a scratch org definition to copy sandbox.
E.
Use a scratch org definition to copy sandbox.
Answers
Suggested answer: C

Explanation:

Cloning a sandbox creates a duplicate copy of an existing sandbox with the same type, name, description, configuration, and license type as the original sandbox. Cloning a sandbox is useful when you need to create multiple sandboxes with the same metadata and data for testing or development purposes.

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

Cloud Kicks (CK) has introduced its new Alpha Shoe line. Customers create cases from CK's website. Managers receive a report of all cases created last week. Managers would like a way to easily see in the report if the customer refers to the new shoe line in the case subject.

How should the system administrator modify thr report meet this request?

A.
Add a cross-filter and a with' sub-filter.
A.
Add a cross-filter and a with' sub-filter.
Answers
B.
Build a row-level formula.
B.
Build a row-level formula.
Answers
C.
Change the format to a joined repi
C.
Change the format to a joined repi
Answers
D.
Include a contains filter on Subject.
D.
Include a contains filter on Subject.
Answers
Suggested answer: B

Explanation:

A row-level formula is a formula that evaluates each row in a report and returns a value based on one or more fields in that row. A row-level formula can be used to create a new column in a report that indicates whether the case subject contains the words 'Alpha Shoe' or not.

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

An administrator wants to determine if brute-force password attacks are being used against the org. A brute-force attack is when multiple password combinations are attempted in a short time period.

Where should the administrator look for more information?

A.
Login Forensics
A.
Login Forensics
Answers
B.
Connected Apps OAuth Usage
B.
Connected Apps OAuth Usage
Answers
C.
Event Manager
C.
Event Manager
Answers
D.
User Field History Tracking
D.
User Field History Tracking
Answers
Suggested answer: A

Explanation:

Login Forensics is a Salesforce feature that allows you to monitor and analyze login behavior and trends in your org. It can help you identify and prevent brute-force password attacks by showing you the number of login attempts, successes, and failures per user, location, and device. You can also set up alerts to notify you when a user exceeds a certain number of login failures or when a login originates from an unusual location or device.

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

Ursa Major Solar allows accounts to apply for loans to purchase solar panrts. Financial information will be stored in a custom object. Only finance team members should see the related financial information about the account.

What kind of field should the administrator create in the custom object?

A.
Lookup Relationship
A.
Lookup Relationship
Answers
B.
External Relationship
B.
External Relationship
Answers
C.
Hierarchical Relationship
C.
Hierarchical Relationship
Answers
D.
Master-Detail Reiatic
D.
Master-Detail Reiatic
Answers
Suggested answer: A

Explanation:

A lookup relationship is a type of field that links one object to another object. It allows you to access related data from another object and display it on a record page. A lookup relationship can be used to link the custom object that stores financial information to the Account object, so that only finance team members can see the related financial information about the account.

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

Cloud Kicks needs to track government-issued identification numbers for its customers. The security team requires that the identification number cannot changed by users and must be masked when displayed, except the last two digits.

Which two recommended configurators should administrator create? Choose 2 answers

A.
Use a field with Classic Encryption.
A.
Use a field with Classic Encryption.
Answers
B.
Enable Shield Platform Encryption.
B.
Enable Shield Platform Encryption.
Answers
C.
Configure a Field Encryption Policy
C.
Configure a Field Encryption Policy
Answers
D.
SetRead-Only Field-Level Security in the user Profile
D.
SetRead-Only Field-Level Security in the user Profile
Answers
Suggested answer: B, C

Explanation:

Shield Platform Encryption is a Salesforce feature that allows you to encrypt sensitive data at rest while preserving critical platform functionality. It uses a combination of tenant secrets, encryption keys, and masking policies to protect your data. A field encryption policy is a set of rules that defines which fields are encrypted and how they are masked when displayed. A field encryption policy can be used to encrypt and mask the identification number field, except for the last two digits.

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

On the Contact record, if a contact has the value of 'CEO' in the Title field, the administrator wants to require the users to also put a phone number in the Phone field.

What formula should the administrator put in the Error Condition Formula of a validation rule to enable this?

A.
Title = 'CEO' && NOT(ISBLANK(Phone))
A.
Title = 'CEO' && NOT(ISBLANK(Phone))
Answers
B.
Title <> 'CEO' && NOT(ISBLANK(Phone))
B.
Title <> 'CEO' && NOT(ISBLANK(Phone))
Answers
C.
Title = 'CEO' && ISBLANK(Phone)
C.
Title = 'CEO' && ISBLANK(Phone)
Answers
D.
Title <> 'CEO' && ISBLANK(Phone)
D.
Title <> 'CEO' && ISBLANK(Phone)
Answers
Suggested answer: C

Explanation:

The error condition formula of a validation rule should return TRUE when the validation rule should fire and display an error message. In this case, the validation rule should fire when the Title field has the value of 'CEO' and the Phone field is blank. The formula Title = 'CEO' && ISBLANK(Phone) returns TRUE when both conditions are met, and FALSE otherwise.

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

AW Computers has enabled the feature for Contact to multiple Accounts. A rep is trying to

remove the primary Account from a Contact but is unable to do so. The administrator has already

updated the page layout to no longer require an Account.

What could be the issue?

A.
Private Contacts need to be enabled in Setup.
A.
Private Contacts need to be enabled in Setup.
Answers
B.
A primary Account relationship is required on a Contact regardless of the page layout settings.
B.
A primary Account relationship is required on a Contact regardless of the page layout settings.
Answers
C.
The Contact has indirect relationships to other Accounts.
C.
The Contact has indirect relationships to other Accounts.
Answers
D.
The Account Contact relationship record needs to be deleted first in order to disassociate the Contact from the Account.
D.
The Account Contact relationship record needs to be deleted first in order to disassociate the Contact from the Account.
Answers
Suggested answer: B

Explanation:

A primary account relationship is a feature that allows you to link a contact to a single account as its primary account. A primary account relationship is required on a contact regardless of the page layout settings or the contact to multiple accounts feature. This means that you cannot remove the primary account from a contact, but you can change it to another account. You can also add secondary accounts to a contact if you have enabled the contact to multiple accounts feature.

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

Cloud Kicks has organization-wide snaring defaults on the opportunity set to prvete. However, members of the finance team need to see closed won opportunities. The Drama team members all have roles under the finance director, while the sales team members have roles under the sales marager.

Which two options should the administrator use to meet these criteria?

Choose 2 answers

A.
Share with roles and subordinates of the finance cirector role.
A.
Share with roles and subordinates of the finance cirector role.
Answers
B.
Make an owner-based sharing rule where the wnn field - true.
B.
Make an owner-based sharing rule where the wnn field - true.
Answers
C.
Create a criteria-based sharing rule where the won field = true.
C.
Create a criteria-based sharing rule where the won field = true.
Answers
D.
Select all opportunities owned by the sales manager role.
D.
Select all opportunities owned by the sales manager role.
Answers
Suggested answer: A, C

Explanation:

Two options that the administrator should use to meet these criteria are:

Share with roles and subordinates of the finance director role. This option allows you to grant access to records based on the role hierarchy of your org. You can share records with users who are in a specific role or in roles below that role in the hierarchy. In this case, you can share records with roles and subordinates of the finance director role, which includes all the members of the finance team.

Create a criteria-based sharing rule where the won field = true. This option allows you to grant access to records based on certain field values or formulas. You can create a criteria-based sharing rule on opportunities that grants access to records where the won field is true, which means that the opportunity stage is closed won.

The other two options are incorrect because:

Make an owner-based sharing rule where the won field = true is not an option because owner-based sharing rules do not allow you to specify field values or formulas as criteria. Owner-based sharing rules only allow you to share records based on who owns them or what role or group they belong to.

Select all opportunities owned by the sales manager role is not an option because it does not meet the criteria of sharing all closed won opportunities. It only shares opportunities that are owned by users who are in the sales manager role, regardless of their stage.

A user at Universal Containers wants to load records Into a custom object named Location from a .csv file. While using Data Loader, they cannot find the Location object.

What are two reasons this is happening?

Choose 2 answers

A.
The label of Location may have been changed.
A.
The label of Location may have been changed.
Answers
B.
Data Loader should only be used with standard objects.
B.
Data Loader should only be used with standard objects.
Answers
C.
Location has a master-detail field to Account.
C.
Location has a master-detail field to Account.
Answers
D.
The users profile needs create access to Location.
D.
The users profile needs create access to Location.
Answers
Suggested answer: A, D

Explanation:

Two reasons why the user cannot find the Location object while using Data Loader are:

The label of Location may have been changed. The label of an object is the name that is displayed in the user interface and can be different from the API name that is used by Data Loader and other tools. If the label of Location has been changed to something else, such as Site or Venue, then the user may not be able to find it by searching for Location in Data Loader. The user should check the API name of the object in Object Manager or use the Describe Global operation in Data Loader to see all available objects and their labels.

The user's profile needs create access to Location. The user's profile determines what objects and fields they can access and what actions they can perform on them, such as creating, reading, updating, or deleting records. If the user's profile does not have create access to Location, then they will not be able to load records into that object using Data Loader. The user should check their profile permissions in Setup or ask their administrator to grant them create access to Location.

The other two options are incorrect because:

Data Loader should only be used with standard objects is not a reason because Data Loader can be used with both standard and custom objects, as long as they are accessible and queryable via the API.

Location has a master-detail field to Account is not a reason because having a master-detail field does not prevent an object from being available in Data Loader, as long as it meets the other requirements such as accessibility and queryability.

The sales department has asked to limit access to the Amount field on the Opportunity to only tnose users. In the sales department and on the executtve team, Northern Trail Outfitters uses six custom profiles including Sales User. Marketing user, call Center user. Executive User Sales Manager user, ana call Center Manager user. Field level access is removed from three or the profiles In the sandbox.

What action should an administrator take to make sure this change is in production?

A.
Create a sandbox template and push it to production to reflect the update.
A.
Create a sandbox template and push it to production to reflect the update.
Answers
B.
Manually restrict access to this field for each profile via Setup Just like the sandbox.
B.
Manually restrict access to this field for each profile via Setup Just like the sandbox.
Answers
C.
Deploy a change set from tht sandbox to prodUGBOffl including the Amount field with all the custom profiles.
C.
Deploy a change set from tht sandbox to prodUGBOffl including the Amount field with all the custom profiles.
Answers
D.
Process a change set with the profiles that should no longer have access to the field.
D.
Process a change set with the profiles that should no longer have access to the field.
Answers
Suggested answer: C

Explanation:

A change set is a tool that allows you to send customizations from one Salesforce org to another. A change set can contain components such as objects, fields, profiles, permission sets, workflows, and more. You can use change sets to migrate changes from a sandbox org to a production org or between two sandbox orgs that are affiliated with the same production org. In this case, you can deploy a change set from the sandbox to production that includes the Amount field and all the custom profiles that need access to it. This way, you can update the field-level security settings for the field on each profile in one deployment.

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

Total 246 questions
Go to page: of 25