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

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

Question list
Search
Search

List of questions

Search

Related questions











The Cloud Kicks online Lead Intake form was recently updated to allow for new choices on some older picklist fields. The leads are all being created properly in Salesforce, but reps are getting errors as they try to work the leads.

What tool should the administrator use to evaluate what is causing the errors?

A.
Login History
A.
Login History
Answers
B.
Debug Log
B.
Debug Log
Answers
C.
Setup Audit Log
C.
Setup Audit Log
Answers
D.
Record History
D.
Record History
Answers
Suggested answer: B

Explanation:

Debug Log is a tool that captures information about database operations, system processes, and errors that occur when executing a transaction or running a unit test. Debug Log can help troubleshoot issues related to triggers, workflows, validation rules, or other custom logic by showing the order of execution and the values of variables and expressions

Cloud Kicks (CK) has a filed called Shoe Type Preference, CK,s product team wants to see a report that groups specific picklist values together into the one of two lists.

What functionality should the administrator use to fulfill the team's request?

A.
PREVGROUPVALUE
A.
PREVGROUPVALUE
Answers
B.
Summary Formula
B.
Summary Formula
Answers
C.
Bucket field
C.
Bucket field
Answers
D.
Matrix Report
D.
Matrix Report
Answers
Suggested answer: C

Explanation:

Bucket field is a feature that allows administrators to group report values into categories without changing the data in Salesforce. Bucket field can help simplify reports and charts by reducing the number of values displayed and summarizing data based on criteria such as ranges or groups. Bucket field can be used to group specific picklist values together into one of two lists

Sales teams at Cloud Kicks ask each visiting customer to fill out a form that capturing their contact information and some basic footwear preferences. This information is saved to a spreadsheet and used by the sales team to alert their contacts when new shows are added to the inventory that matches their preferences. The sales team wants to be able to track this in Salesforce and see the information when viewing the contact

Record.

Which two ways should the administrator configure this requirement?

Choose 2 answers

A.
Data Loader
A.
Data Loader
Answers
B.
Lookup Field
B.
Lookup Field
Answers
C.
Lightning Object Creator
C.
Lightning Object Creator
Answers
D.
Schema Builder
D.
Schema Builder
Answers
Suggested answer: A, C

Explanation:

Data Loader is a tool that allows administrators to import, export, insert, update, delete, or upsert records in Salesforce using CSV files. Data Loader can handle large data sets and complex data transformations. Data Loader can be used to import records for a custom object from a spreadsheet. Lightning Object Creator is a tool that allows administrators to create custom objects in Salesforce from spreadsheets. Lightning Object Creator can automatically map spreadsheet columns to fields and create relationships between objects. Lightning Object Creator can be used to create a custom object from a spreadsheet and import records at the same time.

The sales agents at DreamHouse Realty have a profile that allows them to import records for a custom object called House. The agents only need to make imports occasionally and typically Import around 100 new records at a time.

What tool should the agents use to upload records?

A.
Bulk API
A.
Bulk API
Answers
B.
Apex
B.
Apex
Answers
C.
Date Import Wizard
C.
Date Import Wizard
Answers
D.
Data Loader
D.
Data Loader
Answers
Suggested answer: C

Explanation:

Data Import Wizard is a tool that allows administrators to import data for standard and custom objects in Salesforce using CSV files. Data Import Wizard can handle up to 50,000 records at a time and supports simple data transformations and validations. Data Import Wizard can be used to upload records for a custom object when the number of records is small and the import frequency is low.

The administrator at Ursa Major Solar has set up IT policies for all user passwords to be a minimum length of 3 characters and have an expiration period of 90 days. The security team recently decided that administrators of any system should have a 15-character minimum password with a 30-day expiration period.

Where should the administrator make this change?

A.
Organi2ation-wide password policies
A.
Organi2ation-wide password policies
Answers
B.
Password complexity requirements on the permission set
B.
Password complexity requirements on the permission set
Answers
C.
Password Policies on the System Administrator profile .
C.
Password Policies on the System Administrator profile .
Answers
D.
Session Settings on the User record
D.
Session Settings on the User record
Answers
Suggested answer: C

Explanation:

Password Policies on the System Administrator profile is a feature that allows administrators to set different password requirements for users with different profiles. Password Policies can specify the minimum length, complexity, expiration period, history enforcement, lockout interval, and warning message for passwords. Password Policies can be used to enforce stricter password requirements for system administrators than for other users

Cloud Kicks wants to force its users to set a value for a custom called Tier by answering a series of questions.

What two functions should the administrator use to ensure that users cannot bypass answering these questions in order to determine their Tier value.

Choose 2 answers

A.
Set up a list view for the list of questions.
A.
Set up a list view for the list of questions.
Answers
B.
Make the field Read Only on the page layout.
B.
Make the field Read Only on the page layout.
Answers
C.
Set up a restriction rule on the field.
C.
Set up a restriction rule on the field.
Answers
D.
Use a screen flow to ask the question.
D.
Use a screen flow to ask the question.
Answers
Suggested answer: B, D

Explanation:

Making the field Read Only on the page layout prevents users from manually entering or editing the field value on the record page. This ensures that users cannot bypass answering the questions in order to determine their Tier value. Using a screen flow to ask the questions allows administrators to create an interactive user interface that guides users through a series of screens based on their inputs and logic. A screen flow can be used to ask questions and set the field value based on the answers

Cloud Kicks wants its sales reps to always use the same full zip code format with a hyphen where applicable.

What should the administrator implement to help ensure consistent formatting?

A.
Edit the standard field length to five characters.
A.
Edit the standard field length to five characters.
Answers
B.
Add a quick create function for the sales reps to use.
B.
Add a quick create function for the sales reps to use.
Answers
C.
Create a REGEX function to use in a validation rule on the field.
C.
Create a REGEX function to use in a validation rule on the field.
Answers
D.
Add a help text instructing the sales rep on how to enter this field.
D.
Add a help text instructing the sales rep on how to enter this field.
Answers
Suggested answer: C

Explanation:

REGEX is a function that allows administrators to check whether a text value matches a regular expression pattern. Regular expressions are a way to define complex patterns of characters using symbols and operators. REGEX can be used to enforce consistent formatting for a field value by specifying the required length, characters, and separators.

An auto-response rule sends en email using Template when the field Case Source Is 'email' and Template when Case Source is blank. A Process Builder updates Case Source to 'email' when a case is created using Email-to-Case and to web' when a case Is created using Web-to-Case. Otherwise, Case Source Is blank.

What will occur when a case is created from an Incoming email?

A.
Case Source updates to 'email' and an email is sent out using Template2.
A.
Case Source updates to 'email' and an email is sent out using Template2.
Answers
B.
An email is sent out using Template and then Case Source updates to email'.
B.
An email is sent out using Template and then Case Source updates to email'.
Answers
C.
An email la sent out using Template and then Case Source updates to 'email'.
C.
An email la sent out using Template and then Case Source updates to 'email'.
Answers
D.
Case Source updates to email and an email Is sent out using Template1.
D.
Case Source updates to email and an email Is sent out using Template1.
Answers
Suggested answer: A

Explanation:

Case Source updates to 'email' before the record is saved because the Process Builder runs before the auto-response rule. Then, an email is sent out using Template2 because the auto-response rule evaluates the Case Source value after it is updated by the Process Builder and matches the criteria for Template2

An administrator created two record types on the Account object: Internal Customers and External Customers. A custom profile called Sales has the External Customers record type assigned. The sharing rules for Accounts arm set to Public Read Only. On occasion. Sales users notice that an Account record has the wrong record type assigned. The administrator has created a screen flow that will change the record type on the user's behalf.

What will happen to the Sales user's record access after running this flow?

A.
Read access will be lost to the record.
A.
Read access will be lost to the record.
Answers
B.
Edit access will be lost to the record.
B.
Edit access will be lost to the record.
Answers
C.
Record Access remains the same.
C.
Record Access remains the same.
Answers
D.
A new record owner will be assigned.
D.
A new record owner will be assigned.
Answers
Suggested answer: C

Explanation:

Record access remains the same after running the flow because changing the record type does not affect the sharing rules or the record owner. The Sales user will still have read and edit access to the account record based on their profile and the organization-wide default for accounts.The record type assignment only affects the page layout and picklist values that are available for the account record

The administrator at Cloud Kicks has been asked to delete a large number of quote line items. The/ receive a .csv fife with the record IDs to be deleted. The administrator uses Data Loader to delete them and selects Use Sulk APL When the job runs, every record shows an 'entity Is deleted' error In the error file that is created.

What is the reason for the error?

A.
The batch size selected was greater than the 200 record limit.
A.
The batch size selected was greater than the 200 record limit.
Answers
B.
Deleting with Data Loader can only be done In Batch API mode.
B.
Deleting with Data Loader can only be done In Batch API mode.
Answers
C.
One of the IDs in the batch referenced a record that was In the recycle bin.
C.
One of the IDs in the batch referenced a record that was In the recycle bin.
Answers
D.
This Is the standard error message when records are deleted using Bulk API.
D.
This Is the standard error message when records are deleted using Bulk API.
Answers
Suggested answer: C

Explanation:

One of the IDs in the batch referenced a record that was in the recycle bin because deleting records with Bulk API does not delete records permanently but moves them to the recycle bin. Therefore, if a record ID in the batch matches an existing record ID in the recycle bin, an 'entity is deleted' error will occur.

Total 246 questions
Go to page: of 25