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

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

Question list
Search
Search

List of questions

Search

Related questions











AW Computing has several service plans it offers with its laptops. Management wants the sales team to focus on bringing in new business and to have the creation of the renewal opportunity for the service plans happen automatically.

What approach should the administrator take to automate the renewal process7

A.
Configure a time-based workflow to send an email reminder to the sales rep when the service plan expires.
A.
Configure a time-based workflow to send an email reminder to the sales rep when the service plan expires.
Answers
B.
Create a dynamic Lightning page with rich text to remind the rep to create a renewal opportunity when the opportunity is closed won.
B.
Create a dynamic Lightning page with rich text to remind the rep to create a renewal opportunity when the opportunity is closed won.
Answers
C.
Create a validation rule to prevent the rep from closing the opportunity until a renewal is associated.
C.
Create a validation rule to prevent the rep from closing the opportunity until a renewal is associated.
Answers
D.
Configure a flow that will create the renewal based on the closed-won date and opportunity line items.
D.
Configure a flow that will create the renewal based on the closed-won date and opportunity line items.
Answers
Suggested answer: D

Explanation:

To automate the renewal process for service plans, AW Computing should configure a flow that will create the renewal based on the closed-won date and opportunity line items. A flow is a tool that can automate complex business processes by executing logic, interacting with Salesforce database, calling Apex classes, and guiding users through screens. A flow can be triggered by various events, such as when an opportunity is closed won.

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

The sales team at Cloud Kicks is noticing that sales reps are misusing the new Screen Flow tool for data entry, since they are viewed the initial screen after clicking finish.

What should the administrator do to fix this?

A.
Use a lightning action to redirect the user
A.
Use a lightning action to redirect the user
Answers
B.
Create a new flow to redirect the user when the other flow finishes.
B.
Create a new flow to redirect the user when the other flow finishes.
Answers
C.
Add a trigger to redirect the user to a new page.
C.
Add a trigger to redirect the user to a new page.
Answers
D.
Update the flow with a local redirect action.
D.
Update the flow with a local redirect action.
Answers
Suggested answer: A

Explanation:

A lightning action is a type of quick action that can invoke a Lightning component, a Visualforce page, or a URL. The administrator can use a lightning action to redirect the user to a different page after they finish the screen flow. This way, the user will not see the initial screen again and will not misuse the flow tool.

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

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

Ursa Major Solar customer records have a lot of fields and Lightning components to give users a variety of information and available functions. Recently,usrrs have noted that their pages take a long time to load and it's starting to negatively impact their experience.

What should the administrator do to help diagnose where improvements can be made?

A.
Check the debug logs found in the Environment section of Setup.
A.
Check the debug logs found in the Environment section of Setup.
Answers
B.
Click Analyze from the Lightning App Builder toolbar.
B.
Click Analyze from the Lightning App Builder toolbar.
Answers
C.
Review the debug logs from the Developer Console.
C.
Review the debug logs from the Developer Console.
Answers
D.
Use the Apex debugger while loading a customer record.
D.
Use the Apex debugger while loading a customer record.
Answers
Suggested answer: B

Explanation:

The Analyze feature in the Lightning App Builder toolbar is a tool that helps you optimize the performance of your record pages by providing recommendations and insights on how to improve page load time and user experience. It can help you identify which fields and components are taking the most time to load and suggest ways to reduce their impact. You can also compare your page performance with other pages in your org or with Salesforce best practices.

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

The administrator at Cloud Kicks needs to import a batch of person accounts into Salesforce.

What tool should the administrator use?

A.
Data Import Wizard
A.
Data Import Wizard
Answers
B.
Quick Create
B.
Quick Create
Answers
C.
Bulk API
C.
Bulk API
Answers
D.
Mass Update
D.
Mass Update
Answers
Suggested answer: A

Explanation:

The Data Import Wizard is a tool that allows you to import data for standard and custom objects, including person accounts, into Salesforce. You can access it from the Setup menu and use it to import up to 50,000 records at a time. You can also use it to update, upsert, or delete existing records. The Data Import Wizard can help you match your data with Salesforce fields, prevent duplicates, and run import jobs in the background.

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

An administrator created and activated several record-triggered flows that are configured to run before the record is saved on the same object.

What should the administrator consider about the order of execution for flows?

A.
The flow type will determine the order of execution.
A.
The flow type will determine the order of execution.
Answers
B.
The last created date of the flow will determine the order.
B.
The last created date of the flow will determine the order.
Answers
C.
The order of flow execution is unpredictable.
C.
The order of flow execution is unpredictable.
Answers
D.
The flows will execute in alphabetical order based on their names.
D.
The flows will execute in alphabetical order based on their names.
Answers
Suggested answer: C

Explanation:

When you have multiple record-triggered flows that are configured to run before the record is saved on the same object, the order of flow execution is unpredictable. This means that you cannot guarantee which flow will run first or last, or how they will affect each other's field updates. Therefore, you should avoid creating multiple before-save flows on the same object and instead consolidate them into one flow if possible.

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

On the Planet custom object, Ursa Major Solar's sales director wants only certain action buttons to appear depending on if a given planet is defined as gaseous.

Which Lightning component should the administrator define dynamic action buttons?

A.
Record Detail
A.
Record Detail
Answers
B.
Highlights Panel
B.
Highlights Panel
Answers
C.
Activities
C.
Activities
Answers
D.
Related Lists
D.
Related Lists
Answers
Suggested answer: B

Explanation:

The Highlights Panel is a Lightning component that displays key information about a record at the top of the page. You can customize the Highlights Panel to show different actions based on the record type or other criteria. In this case, you can define dynamic action buttons for the Planet object that appear only if the gaseous field is true or false. This way, you can show different actions for different types of planets.

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

At Ursa Major Solar, several different planetary teams handle leads depending on which planet the lead is coming from. While most of the teams only need a few fields filled out to work the lead, the Jupiter team requires additional information to be filled out, such as which moon the lead is coming from. The administrator needs to automate which team is allocated the lead record based on the planet and ensure that every team has all of the information they need.

Which two features will satisfy these requirements?

Choose 2 answers

A.
Assignment Rules
A.
Assignment Rules
Answers
B.
Validation Rules
B.
Validation Rules
Answers
C.
Matching Rules
C.
Matching Rules
Answers
D.
Workflow Rules
D.
Workflow Rules
Answers
Suggested answer: A, B

Explanation:

Assignment rules and validation rules are two features that can satisfy these requirements:

Assignment rules are used to automatically assign leads or cases to users or queues based on certain criteria. In this case, an assignment rule can be used to assign leads to different planetary teams depending on which planet the lead is coming from.

Validation rules are used to validate the data entered by users and prevent records from being saved if they do not meet certain criteria. In this case, a validation rule can be used to ensure that every team has all of the information they need by making certain fields required or dependent on other fields.

The other two options are incorrect because:

Matching rules are used to identify duplicate records based on certain fields or fuzzy logic. They do not assign records or validate data.

Workflow rules are used to automate tasks or actions based on certain criteria. They do not assign records or validate data.

AW Computing is conducting an audit and wants to understand how many objects have been shared as public externally.

which tool should the administrator use to quickly obtain this details?

A.
Security Health Check
A.
Security Health Check
Answers
B.
Setup Audit Trail
B.
Setup Audit Trail
Answers
C.
Session Security Settings
C.
Session Security Settings
Answers
D.
Object Manager
D.
Object Manager
Answers
Suggested answer: C

Explanation:

The data masking tool is a tool that allows you to mask sensitive data in your full sandbox by replacing it with fictitious data. This can help you protect your data privacy and comply with regulations while testing in a realistic environment. You can use the data masking tool to mask data for standard and custom objects, including person accounts, and choose from different masking formats and options.

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

The security department at AW Computing wants to prevent users from exporting more data than they need. Included in this request is limiting records containing sensitive information, such as bank accounts and Personal Identifiable Information (PII).

Which feature should an administrator recommend to help limit what data is exported?

A.
Salesforce Platform Encryption
A.
Salesforce Platform Encryption
Answers
B.
Export Data Settings
B.
Export Data Settings
Answers
C.
Salesforce Shield
C.
Salesforce Shield
Answers
D.
Muted Permission Sets
D.
Muted Permission Sets
Answers
Suggested answer: B

Explanation:

Export Data Settings is a feature that allows you to control which users can export data from Salesforce and how much data they can export at a time. You can enable or disable the Export Reports permission for different profiles or permission sets, and set a maximum number of records that can be exported per hour for your org. You can also restrict the export of sensitive data by using field-level security or encryption.

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

When configuring a change set, which two practices should an administrator adhere to in order to ensure a successful deployment to production?

Choose 2 answers

A.
Clone a change set to add forgotten dependent components to an uploaded change set.
A.
Clone a change set to add forgotten dependent components to an uploaded change set.
Answers
B.
Add permissions and access settings to outbound change sets in addition to the dependent component list.
B.
Add permissions and access settings to outbound change sets in addition to the dependent component list.
Answers
C.
Run deployment validations on the change set in the sandbox prior to uploading to production.
C.
Run deployment validations on the change set in the sandbox prior to uploading to production.
Answers
D.
When deploying a new record type, ensure the new record type is the only component in the change set.
D.
When deploying a new record type, ensure the new record type is the only component in the change set.
Answers
Suggested answer: B, C

Explanation:

Two practices that the administrator should adhere to in order to ensure a successful deployment to production are:

Add permissions and access settings to outbound change sets in addition to the dependent component list. This can help avoid deployment errors or access issues caused by missing permissions or settings for the components in the change set. For example, if the change set includes a new custom object, the administrator should also include the object permissions, field-level security, page layouts, and record types for that object.

Run deployment validations on the change set in the sandbox prior to uploading to production. This can help test the change set for any errors or conflicts before deploying it to production. Deployment validations simulate the deployment without actually making any changes and report any issues or warnings.

The other two options are incorrect because:

Cloning a change set does not add forgotten dependent components to an uploaded change set. It only creates a copy of the existing change set that can be modified before uploading.

When deploying a new record type, it is not necessary to have it as the only component in the change set. It can be deployed along with other components as long as they are compatible and have the required dependencies.

Total 246 questions
Go to page: of 25