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

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

Question list
Search
Search

List of questions

Search

Related questions











What would prevent a user from syncing a quote with an opportunity?

A.
The quote has a validation rule preventing it from being updated.
A.
The quote has a validation rule preventing it from being updated.
Answers
B.
Another quote is already synced with the opportunity and is awaiting approval.
B.
Another quote is already synced with the opportunity and is awaiting approval.
Answers
C.
Another quote is already synced with the opportunity.
C.
Another quote is already synced with the opportunity.
Answers
D.
The quote has already passed its expiration date.
D.
The quote has already passed its expiration date.
Answers
Suggested answer: C

Explanation:

Another quote is already synced with the opportunity will prevent a user from syncing a quote with an opportunity. Only one quote can be synced with an opportunity at a time. If a user tries to sync another quote, they will get an error message saying that the opportunity already has a synced quote.

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

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: B

Explanation:

Building a process that updates the record type field to B2C Customer after conversion will correct this issue. The conversion layout for person accounts does not allow selecting different record types for accounts and contacts. The default record type for person accounts is determined by the organization-wide default settings. However, a process can be triggered after conversion to update the record type field based on the lead record type or other criteria.

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

Cloud Kicks has been tracking how many participants wear the company's shoes in each marathon. The administrator creates two custom objects: Races and Runners. There is a master-detail relationship between them as well as a Roll-up Summary field on the Races object to show the count of runners in each race. Requirements have changed, and the administrator wants to delete the Master-detail Relationship field without deleting the Runners records.

What action should an administrator take before the Relationship field can be deleted?

A.
Change the field type to a Lookup Relationship.
A.
Change the field type to a Lookup Relationship.
Answers
B.
Select the Allow Reparenting' checkbox on the Master-detail field.
B.
Select the Allow Reparenting' checkbox on the Master-detail field.
Answers
C.
Uncheck 'Delete this record also' to turn off cascading deletes.
C.
Uncheck 'Delete this record also' to turn off cascading deletes.
Answers
D.
Delete the Roll-up Summary field on the parent.
D.
Delete the Roll-up Summary field on the parent.
Answers
Suggested answer: A

Explanation:

Changing the field type to a Lookup Relationship will allow deleting the Relationship field without deleting the Runners records. A lookup relationship creates a loose association between two objects, where the child records do not depend on the parent records for their existence. A lookup relationship can be deleted without affecting the child records, unlike a master-detail relationship that enforces cascading deletes.

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

Sales reps at Ursa Major Solar often give discounts depending on the configuration of the solar panel system. Customers want to know what the different configuration options are. Sales management wants to ensure the opportunity pipeline is as accurate as possible.

What should sales reps do to ensure their quotes and opportunities reflect their sales?

A.
Update the quote record each time the customer requests a different product configuration, and clicks the sync button to update the opportunity.
A.
Update the quote record each time the customer requests a different product configuration, and clicks the sync button to update the opportunity.
Answers
B.
Create a new quote record for each of the different product configurations. Sync the most likely to be purchased back to the opportunity.
B.
Create a new quote record for each of the different product configurations. Sync the most likely to be purchased back to the opportunity.
Answers
C.
Create new opportunities for each quote request. Change the forecast category to omitted for all except the most likely to be purchased.
C.
Create new opportunities for each quote request. Change the forecast category to omitted for all except the most likely to be purchased.
Answers
D.
Use the products related list to associate the different configurations with the opportunity. Update the Amount field with the most likely purchase price.
D.
Use the products related list to associate the different configurations with the opportunity. Update the Amount field with the most likely purchase price.
Answers
Suggested answer: B

Explanation:

Creating a new quote record for each of the different product configurations and syncing the most likely to be purchased back to the opportunity will ensure that their quotes and opportunities reflect their sales. This way, sales reps can show customers different options and prices, and keep track of which one is most likely to close. Syncing a quote with an opportunity will update the opportunity amount, stage, and expected revenue fields based on the quote information.

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

A custom object called Item has a many-to-many relationship with the Account and Quota objects. At Cloud Kicks, account owners are changed frequently while ownership of Quota records remains unchanged. When an account owner is updated, the new account owner can only see Item records if they are also the owner of the Quota record.

What step should the administrator take to give access to all Item records?

Change the data format of the Quota relationship field from master-detail to lookup.

A.
Re-assign the Quota master-detail to the primary and the
A.
Re-assign the Quota master-detail to the primary and the
Answers
B.
Account master-detail to secondary.
B.
Account master-detail to secondary.
Answers
C.
Create a Quota criteria-based sharing rule using ISCHANGED for the Account Owner field.
C.
Create a Quota criteria-based sharing rule using ISCHANGED for the Account Owner field.
Answers
D.
Give the account owner Read access to both the Account and the Quota objects
D.
Give the account owner Read access to both the Account and the Quota objects
Answers
Suggested answer: D

Explanation:

Giving the account owner Read access to both the Account and the Quota objects will give access to all Item records. Since Item is a junction object between Account and Quota, users need to have at least Read access to both parent objects to see Item records. If users have access to only one parent object, they will not be able to see Item records related to the other parent object.

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

AW Computing has implemented the Contacts to Multiple Accounts functionality. Users should be able to distinguish between contacts and related contacts.

What should the administrator do to configure the account page layout?

A.
Display both the contacts and the related contacts related lists.
A.
Display both the contacts and the related contacts related lists.
Answers
B.
Display the related accounts related list on the page layout.
B.
Display the related accounts related list on the page layout.
Answers
C.
Display the related contacts related list and add the direct field.
C.
Display the related contacts related list and add the direct field.
Answers
D.
Display the contacts related list and add the related field.
D.
Display the contacts related list and add the related field.
Answers
Suggested answer: C

Explanation:

Displaying the related contacts related list and adding the direct field will allow users to distinguish between contacts and related contacts. The related contacts related list shows all contacts that are related to an account, either directly or indirectly. The direct field indicates whether a contact is directly associated with an account or not. By adding this field to the related list, users can easily see which contacts are direct and which are not.

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

Cloud Kicks (CK) typically sells Its products direct to consumer and tracks sales using the Order object In Salesforce. The head of sales has now decided that CK will also sell to retail locations for resale. The administrator wants to leverage opportunities and opportunity products for these new deals.

What should the administrator do to track accurate sales data on opportunities?

A.
Create new Products with the new retail pricing.
A.
Create new Products with the new retail pricing.
Answers
B.
Add a new Order Process for Orders generated from opportunities.
B.
Add a new Order Process for Orders generated from opportunities.
Answers
C.
Create a new Price Book for the new retail pricing.
C.
Create a new Price Book for the new retail pricing.
Answers
D.
Add a required lookup field from the Order to the opportunity.
D.
Add a required lookup field from the Order to the opportunity.
Answers
Suggested answer: C

Explanation:

A price book is a list of products and their prices that can be added to an opportunity. A product can have different prices for different markets or segments, and these prices are stored in different price books. In this case, the administrator should create a new price book for the new retail pricing and add the products that are sold to retail locations for resale. This way, the users can select the appropriate price book and products for their opportunities based on the type of customer they are selling to.

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

AW Computing organizes Its sales regions as East, Central, and West. Each region has sales reps, a sales director, and sales operations members. The organization-wide default for all objects is set to Private. Members of the operations team for the East region need access to all the accounts and opportunities in the region.

How should the administrator configure this requirement?

A.
Instruct the operations team members to add themselves to the account teams.
A.
Instruct the operations team members to add themselves to the account teams.
Answers
B.
Share an Opportunity sharing the with a public group containing the East operations profile.
B.
Share an Opportunity sharing the with a public group containing the East operations profile.
Answers
C.
Assign to a role in the role hierarchy positioned above the East sales director.
C.
Assign to a role in the role hierarchy positioned above the East sales director.
Answers
D.
Utilize territory management to add the operations team to the East territory.
D.
Utilize territory management to add the operations team to the East territory.
Answers
Suggested answer: D

Explanation:

Territory management is a feature that allows you to grant access to accounts and opportunities based on criteria such as geography, industry, product line, or customer size. A territory is a grouping of accounts and users that represents a market segment or business unit. In this case, the administrator should utilize territory management to add the operations team to the East territory, which contains all the accounts and opportunities in the East region. This way, the operations team members can access all the records in their territory regardless of who owns them or what the organization-wide default is.

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

Universal Containers has a Private sharing model for Accounts and Opportunities. A new team is being created from within the sales team that will be assigned all renewal opportunities. These users will need to see all closed won opportunities while keeping the account private.

How should the administrator meet this requirement?

A.
Update the organization-wide default on Opportunities to Public Read Only and add them to the opportunities team.
A.
Update the organization-wide default on Opportunities to Public Read Only and add them to the opportunities team.
Answers
B.
Create a permission set with View All enabled on Accounts and assign it to the new users.
B.
Create a permission set with View All enabled on Accounts and assign it to the new users.
Answers
C.
Create a new profile for the renewals team with View All permission enabled on Accounts and Opportunities.
C.
Create a new profile for the renewals team with View All permission enabled on Accounts and Opportunities.
Answers
D.
Create a public group for the renewals team and create a criteria based sharing rule on Opportunities.
D.
Create a public group for the renewals team and create a criteria based sharing rule on Opportunities.
Answers
Suggested answer: D

Explanation:

A public group is a grouping of users, roles, roles and subordinates, or other groups that can be used to share access to records or folders. A sharing rule is a rule that grants additional access to records based on certain criteria or ownership. In this case, the administrator should create a public group for the renewals team and create a criteria based sharing rule on opportunities that grants read-only access to the group for all closed won opportunities. This way, the renewals team can see all the opportunities that are eligible for renewal while keeping the account private.

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

Users at Ursa Major Solar want to create complex dashboards with supporting charts based on data to come from a variety of sources, some of which live on the Internal company shared drives.

Which product should the administrator recommend to meet the users' needs?

A.
Lightning Dashboard Builder
A.
Lightning Dashboard Builder
Answers
B.
Report Bulkier
B.
Report Bulkier
Answers
C.
List views
C.
List views
Answers
D.
Tableau CKM
D.
Tableau CKM
Answers
Suggested answer: D

Explanation:

Tableau CRM is a product that allows you to create complex dashboards with supporting charts based on data from a variety of sources, including Salesforce data and external data sources. Tableau CRM uses an analytics platform that stores data in datasets and lets you explore and visualize data using lenses and dashboards. You can also use artificial intelligence and machine learning features to discover insights and make predictions from your data. Tableau CRM is integrated with Salesforce and can be accessed from various apps and objects.

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

Total 246 questions
Go to page: of 25