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

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

Question list
Search
Search

List of questions

Search

Related questions











AW Computing uses a custom Invoice object to track invoices related to accounts. The administrator wants to use roll-up summary fields to view high-level information at a glance on the account record.

Which two considerations should an administrator remember about roll-up summary fields?

Choose 2 answers

A.
Roll-up types include COUNT, SUM, and AVG.
A.
Roll-up types include COUNT, SUM, and AVG.
Answers
B.
Roll-up summary fields are created on the master side of a master-detail relationship.
B.
Roll-up summary fields are created on the master side of a master-detail relationship.
Answers
C.
Roll-up summary fields prevent the conversion of a master-detail relationship to a lookup.
C.
Roll-up summary fields prevent the conversion of a master-detail relationship to a lookup.
Answers
D.
Rollup fields are calculated prior to save.
D.
Rollup fields are calculated prior to save.
Answers
Suggested answer: A, B

Explanation:

Two considerations that the administrator should remember about roll-up summary fields are:

Roll-up types include COUNT, SUM, and AVG. A roll-up type is a function that determines how the data from the child records is aggregated and displayed on the parent record. The available roll-up types are COUNT, which counts the number of child records; SUM, which adds up the values of a numeric field on the child records; AVG, which calculates the average value of a numeric field on the child records; MIN, which displays the lowest value of a field on the child records; and MAX, which displays the highest value of a field on the child records.

Roll-up summary fields are created on the master side of a master-detail relationship. A master-detail relationship is a type of relationship that links two objects together such that the master object controls certain behaviors of the detail object, such as security and deletion. A roll-up summary field is a type of field that displays a value that is calculated from child records related to a parent record. Roll-up summary fields can only be created on the master object of a master-detail relationship or on a lookup relationship if it is set as required.

The other two options are incorrect because:

Roll-up summary fields do not prevent the conversion of a master-detail relationship to a lookup. They only prevent it if they reference a formula field that includes another relationship.

Rollup fields are not calculated prior to save. They are calculated after save and may take some time to update.

Person accounts were recently activated at Cloud Kicks.

There are three record types for accounts:

* B2B customer

* B2C Customer

* External Partner

There are two record types for leads:

* B2B Lead

* B2CLead

The test team finds that when the Convert button is clicked on a B2C Lead record, only the B2B Customer and External Partner account record types are available choices on the Conversion Layout.

What should the administrator do to correct this issue?

A.
Hide the Record Type field on the Account section of the Conversion Layout.
A.
Hide the Record Type field on the Account section of the Conversion Layout.
Answers
B.
Build a process that updates the record type field to B2C Customer after conversion.
B.
Build a process that updates the record type field to B2C Customer after conversion.
Answers
C.
Use a validation rule to ensure the company name on B2C Leads is blank.
C.
Use a validation rule to ensure the company name on B2C Leads is blank.
Answers
D.
Change organization-wide default settings for contacts to Controlled by Parent.
D.
Change organization-wide default settings for contacts to Controlled by Parent.
Answers
Suggested answer: C

Explanation:

The issue is that the Company field is being populated on B2C Leads, which is causing the Lead Conversion Layout to only display Business Account record types. To correct this, the administrator should use a validation rule to ensure that the Company field is blank on B2C Leads. This will prevent the Lead Conversion Layout from displaying Business Account record types and will allow the administrator to select the B2C Customer record type.

The administrator at Universal Containers recently rolled out Email-to-Case functionality. Even though a new record type was created and specified in the Email-to-Case settings, all incoming cases are receiving a different record type.

What is likely causing the record type discrepancy?

A.
The new Case Owner needs permissions to the new record type.
A.
The new Case Owner needs permissions to the new record type.
Answers
B.
The Automated Case User needs permissions to the new record type.
B.
The Automated Case User needs permissions to the new record type.
Answers
C.
A Case assignment rule is preventing the record type from being updated.
C.
A Case assignment rule is preventing the record type from being updated.
Answers
D.
A validation rule is preventing the record type from being updated.
D.
A validation rule is preventing the record type from being updated.
Answers
Suggested answer: B

Explanation:

The Automated Case User is the default user for cases created via Email-to-Case. This user needs to have permissions to the new record type in order to assign it to the incoming cases. If the Automated Case User does not have the permissions, the cases will receive a different record type based on the organization-wide default settings.

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

Management at Ursa Major Solar wants to understand how many accounts have opportunities in the overall pipeline.

What should the administrator use to create a report showing all open opportunities and the total number of accounts represented?

A.
The row count on a summary report grouped by account name
A.
The row count on a summary report grouped by account name
Answers
B.
A Cross Filter selecting opportunities with accounts
B.
A Cross Filter selecting opportunities with accounts
Answers
C.
A custom report type showing opportunities with accounts
C.
A custom report type showing opportunities with accounts
Answers
D.
The Show Unique Count option on the account name column
D.
The Show Unique Count option on the account name column
Answers
Suggested answer: D

Explanation:

The Show Unique Count option on the account name column will create a report showing all open opportunities and the total number of accounts represented. This option will count each account only once, even if it has multiple opportunities. The report can be grouped by account name or any other field to show more details.

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

Ursa Major Solar has a junction object that connects Docs with Solar Panels. The administrator needs users to be able to see all the solar panels that a Dot is related to. Users already have access to the Bot and the Junction, but not the Solar Panel object.

What access docs the user need to be able to see the solar panel records?

A.
Read permission is required on both master records.
A.
Read permission is required on both master records.
Answers
B.
Access permission Is not required on either master record.
B.
Access permission Is not required on either master record.
Answers
C.
Create permission Is required on both master records.
C.
Create permission Is required on both master records.
Answers
D.
Read permission is required on at least are master record.
D.
Read permission is required on at least are master record.
Answers
Suggested answer: D

Explanation:

Read permission is required on at least one master record to be able to see the solar panel records. Since Item is a junction object between Doc and Solar Panel, users need to have access to either Doc or Solar Panel to see Item records. If users have access to both Doc and Solar Panel, they can see all Item records related to either object.

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

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?

A.
Build a validation rule on the Opportunity object to require custom date fields based on the product(s) selected.
A.
Build a validation rule on the Opportunity object to require custom date fields based on the product(s) selected.
Answers
B.
Configure formula fields to reflect the close date of the opportunity.
B.
Configure formula fields to reflect the close date of the opportunity.
Answers
C.
Create a new price book for service plans with term lengths.
C.
Create a new price book for service plans with term lengths.
Answers
D.
Make a validation rule on the Opportunity Product object to require custom date fields based on the product family.
D.
Make a validation rule on the Opportunity Product object to require custom date fields based on the product family.
Answers
Suggested answer: D

Explanation:

A validation rule on the Opportunity Product object to require custom date fields based on the product family will ensure that the data is captured properly. A validation rule can check if the product family matches the service plan and if so, require the start and end date fields to be filled out. This way, AW Computing can capture the term length for each service plan sold.

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

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?

A.
SOAP based API with Developer console
A.
SOAP based API with Developer console
Answers
B.
Data Loader with Bulk API Enabled
B.
Data Loader with Bulk API Enabled
Answers
C.
An AppExchange package
C.
An AppExchange package
Answers
D.
Import Wizard with Add Only
D.
Import Wizard with Add Only
Answers
Suggested answer: B

Explanation:

Data Loader with Bulk API Enabled is a tool that can import a large amount of historical data (more than 100,000 records) from another system. Data Loader can insert, update, delete, or export Salesforce records. Bulk API is an API that allows fast and parallel processing of large batches of records.

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

Cloud Kicks (CK) has a backup team of employees that helps short-staffed departments. These users could be working with sales one day and service the next. CK is implementing new Lightning record pages for each department so that they view records In a way that makes sense for each department.

How should the administrator ensure this Is configured correctly?

A.
Configure one app per department and activate record pages for each app.
A.
Configure one app per department and activate record pages for each app.
Answers
B.
Create permission sets for each department and assign them to the backup team users.
B.
Create permission sets for each department and assign them to the backup team users.
Answers
C.
Adjust the profile of the backup users each day to align with the proper access they require.
C.
Adjust the profile of the backup users each day to align with the proper access they require.
Answers
D.
Allow the backup team users to update their own profile with Delegated Administration.
D.
Allow the backup team users to update their own profile with Delegated Administration.
Answers
Suggested answer: A

Explanation:

Configuring one app per department and activating record pages for each app will ensure that users view records in a way that makes sense for each department. An app is a collection of items that work together to serve a particular function. An app can have different record pages for different objects and profiles. By activating record pages for each app, the administrator can customize what users see based on their app context.

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

The accounting team at Universal Containers is looking to roll out two new custom objects: a parent Invoice object and a child Payment object. Whenever a Payment record is created, the Invoice object should be updated to reflect the current outstanding value of the Invoice.

What should the administrator do to build this functionality?

A.
Create a lookup-relationship on the Payment with a Roll-up Summary field on the Invoice.
A.
Create a lookup-relationship on the Payment with a Roll-up Summary field on the Invoice.
Answers
B.
Create a lookup-relationship on the Payment and a workflow cross object field update.
B.
Create a lookup-relationship on the Payment and a workflow cross object field update.
Answers
C.
Create a master-detail relationship on the Payment and a workflow cross object field update.
C.
Create a master-detail relationship on the Payment and a workflow cross object field update.
Answers
D.
Create a master-detail relationship on the Payment with a Roll-up Summary field on the Invoice.
D.
Create a master-detail relationship on the Payment with a Roll-up Summary field on the Invoice.
Answers
Suggested answer: D

Explanation:

Creating a master-detail relationship on the Payment with a Roll-up Summary field on the Invoice will build this functionality. A master-detail relationship creates a parent-child relationship between two objects, where the child records inherit the sharing and security settings of their parent. A Roll-up Summary field calculates values from related child records, such as count, sum, min, or max. In this case, the Roll-up Summary field on the Invoice can calculate the sum of all Payments related to it and subtract it from the Invoice amount to get the current outstanding value.

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

What are three options available to the administrator to help with this issue? Choose 3 answers

A.
Move some page components behind a tab.
A.
Move some page components behind a tab.
Answers
B.
Remove some of the fields displayed.
B.
Remove some of the fields displayed.
Answers
C.
Deactivate unnecessary validation rules.
C.
Deactivate unnecessary validation rules.
Answers
D.
Convert all Process builders to flows.
D.
Convert all Process builders to flows.
Answers
E.
Reduce the number of related lists displayed.
E.
Reduce the number of related lists displayed.
Answers
Suggested answer: A, B, E

Explanation:

To help with this issue, the administrator can do the following options:

Move some page components behind a tab. This will reduce the number of components that load initially and improve performance.

Remove some of the fields displayed. This will reduce the amount of data that needs to be retrieved and rendered on the page.

Reduce the number of related lists displayed. This will also reduce the amount of data that needs to be retrieved and rendered on the page.

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

Total 246 questions
Go to page: of 25