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

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

Question list
Search
Search

List of questions

Search

Related questions











The sale VP notices several sales reps generating a contract too early in the sales stage. The help correct this Behavior, the has requested the Create Contract button only be available when the opportunity reach... negotiation stage.

How should the administrator meet this requirement?

A.
Create a validation rule.
A.
Create a validation rule.
Answers
B.
Configure dynamic action.
B.
Configure dynamic action.
Answers
C.
Create a custom permission.
C.
Create a custom permission.
Answers
D.
Modify page layout.
D.
Modify page layout.
Answers
Suggested answer: B

Explanation:

Dynamic actions are a way to conditionally display actions on a record page based on criteria such as field values, user profile, device type, or record type. Dynamic actions can help streamline the user interface and guide users to take the right actions at the right time. Dynamic actions can be used to show or hide the Create Contract button based on the opportunity stage value

A user at Cloud Kicks has informed the administrator that they are unable to log in to Salesforce via multi-factor authentication.

Which two area should the administrator review to understand potential root causes?

Choose 2 answers

A.
Identity Verification History
A.
Identity Verification History
Answers
B.
Login History
B.
Login History
Answers
C.
Debug Logs
C.
Debug Logs
Answers
D.
Setup Audit Trail
D.
Setup Audit Trail
Answers
Suggested answer: A, B

Explanation:

Identity Verification History is a tool that tracks the verification methods used by users when they log in to Salesforce via multi-factor authentication. It can help identify any issues or errors related to verification methods such as email, phone, or app. Login History is a tool that tracks the login attempts and status of users who access Salesforce. It can help identify any issues or errors related to login credentials, IP addresses, browser types, or locations.

Northern Trail Outfitters (NTO) wants to start using Salesforce for its HR recruiting process. NTO needs to ensure that every application is linked to both a job posting and an applicants can apply for more one job posting, and each job posting can have more than one application.

How should an administrator configure the objects?

A.
Make Job Application as a junction object with a master-detail relationship to Applications and a lookup relationship to Job Posting.
A.
Make Job Application as a junction object with a master-detail relationship to Applications and a lookup relationship to Job Posting.
Answers
B.
Create Application as a junction object with a master- detail relations to Job Postings and a lookup relationship to Job Applications.
B.
Create Application as a junction object with a master- detail relations to Job Postings and a lookup relationship to Job Applications.
Answers
C.
Add applicants as a junction object with master-detail relationship to both Posting and Job Applications.
C.
Add applicants as a junction object with master-detail relationship to both Posting and Job Applications.
Answers
D.
Configure Job Application as a Junction object with master-detail relationship to both Application and Job Postings.
D.
Configure Job Application as a Junction object with master-detail relationship to both Application and Job Postings.
Answers
Suggested answer: D

Explanation:

A junction object is a custom object with two master-detail relationships that allows you to create many-to-many relationships between two objects. In this case, the Job Application object can be used as a junction object to link the Application object and the Job Posting object, so that each application can be related to one or more job postings, and each job posting can have one or more applications.

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

When should an administrator apply a permission set to a user or group of users versus configuring the user's profile with the necessary access?

A.
When a user is part of a team with an assigned profile that covers the majority of their needs but requires just a little less access than the rest of their team.
A.
When a user is part of a team with an assigned profile that covers the majority of their needs but requires just a little less access than the rest of their team.
Answers
B.
When a user is part of a team with an assigned profile that covers the majority of their needs but requires more access than the rest of their team.
B.
When a user is part of a team with an assigned profile that covers the majority of their needs but requires more access than the rest of their team.
Answers
C.
When an organization's sharing model is too broad and they need to restrict access beyond what their sharing model and existing profiles provide.
C.
When an organization's sharing model is too broad and they need to restrict access beyond what their sharing model and existing profiles provide.
Answers
D.
When an organization has opted out of using the standard profiles and created custom profiles.
D.
When an organization has opted out of using the standard profiles and created custom profiles.
Answers
Suggested answer: B

Explanation:

As explained in question 13, permission sets are collections of settings and permissions that give users access to various tools and functions without changing their profile or requiring multiple profiles for users who perform different tasks across apps in your org. Permission sets are useful when a user is part of a team with an assigned profile that covers the majority of their needs but requires more access than the rest of their team for some specific tasks or functions. For example, a user may need access to a custom object or field that is not available to their profile, but only for a limited time or project. In this case, assigning a permission set to the user can grant them the additional access they need without affecting their profile or other users with the same profile.

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

Cloud Kicks has two record-triggered flows on the same object. One flow creates a child record when criteria are met. The second record-triggered flow is based on criteria to check if the child record exists and updates a field. The field on the child record that needs to be updated Is still null after the second record trigger.

What should the administrator do to resolve this issue?

A.
Make a new record-triggered flow on the child object to update the field on the parent record.
A.
Make a new record-triggered flow on the child object to update the field on the parent record.
Answers
B.
Have the record-triggered flows fire on create or edit to update the field.
B.
Have the record-triggered flows fire on create or edit to update the field.
Answers
C.
Combine the two flows into one with checks to see which part of the flow needs to be run.
C.
Combine the two flows into one with checks to see which part of the flow needs to be run.
Answers
D.
flows into schedule flows and have them update the field.
D.
flows into schedule flows and have them update the field.
Answers
Suggested answer: C

Explanation:

Flows are tools that automate business processes by collecting data and performing actions in your org or an external system. Flows can be triggered by various events such as record creation, updates, or invocations from other processes or flows. Flows can also have decision elements that evaluate conditions and determine which path to follow in the flow. By combining the two flows into one with decision elements, the administrator can ensure that the flow runs in the correct order and updates the field on the child record after it is created by the first flow.

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

Cloud Kicks has updated several profiles and created a new app in the sandbox. After testing, everything is working as expected. Which two options should the administrator use to migrate these changes to production from the sandbox?

Choose 2 answers

A.
Package deployment
A.
Package deployment
Answers
B.
Change Data Capture
B.
Change Data Capture
Answers
C.
Outbound Change Set
C.
Outbound Change Set
Answers
D.
Inbound Change Set
D.
Inbound Change Set
Answers
Suggested answer: C, D

Explanation:

Change sets are tools that allow administrators to move customizations such as fields, page layouts, profiles, permission sets, etc. from one Salesforce org to another. To use change sets, administrators need to establish a deployment connection between a source org (such as a sandbox) and a target org (such as production). Then, administrators can create an outbound change set in the source org that contains the components they want to deploy, and upload it to the target org. In the target org, administrators can view and validate the inbound change set before deploying it to their org.

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

Cloud Kicks has created a new flow that deletes records.

What should the administrator consider when testing the flow?

A.
Flows with delete elements cannot be debugged by the Flow debugged tool.
A.
Flows with delete elements cannot be debugged by the Flow debugged tool.
Answers
B.
Even if the flow is inactive, debugging the flow will delete the test record.
B.
Even if the flow is inactive, debugging the flow will delete the test record.
Answers
C.
Record deleted by Flow when debugging are hard deleted.
C.
Record deleted by Flow when debugging are hard deleted.
Answers
D.
Flow with delete elements need to ne inactivate to ensure that the test record is not actually deleted.
D.
Flow with delete elements need to ne inactivate to ensure that the test record is not actually deleted.
Answers
Suggested answer: B

Explanation:

Debugging a flow allows administrators to test how a flow behaves before activating it or making changes to it. Debugging a flow runs it in real time using test data provided by the administrator or default values from the flow. However, debugging a flow also performs any actions defined in the flow, such as creating, updating, or deleting records. Therefore, if a flow has a delete element that deletes a record based on certain criteria, debugging the flow will delete the test record even if the flow is inactive.

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

An administrator is asked to create a report to calculate the year-over---year changed in the dollar amount of a company's opportunities.

What reporting tool should be used to complete this request?

A.
A row-level formula to compare amounts grouped by year.
A.
A row-level formula to compare amounts grouped by year.
Answers
B.
A joined report with two report blocks for each year
B.
A joined report with two report blocks for each year
Answers
C.
A custom summary formula with PARENTGROUPVAL function
C.
A custom summary formula with PARENTGROUPVAL function
Answers
D.
A custom summary formula with the PREVGROUPVAL function.
D.
A custom summary formula with the PREVGROUPVAL function.
Answers
Suggested answer: D

Explanation:

A custom summary formula is a formula that calculates values from summary fields in reports such as sum, average, min, max, etc. Custom summary formulas can use functions such as PREVGROUPVAL to compare values from different groups in reports. For example, to calculate the year-over-year change in dollar amount of opportunities, an administrator can create a custom summary formula that uses PREVGROUPVAL to compare the sum of amount from this year's group with the sum of amount from last year's group, and divide it by last year's sum of amount.

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

The administrator at Cloud Kicks made new fields and page layout adjustments based on new requirements from the service teem. The changes have been built In a sandbox and are ready to be deployed Into production.

Whet should an administrator do before deploying the change set in production?

A.
Request a new sandbox based on the sandbox where the changes were made.
A.
Request a new sandbox based on the sandbox where the changes were made.
Answers
B.
Make a new sandbox based on production to restore changes from.
B.
Make a new sandbox based on production to restore changes from.
Answers
C.
Push the change set to another sandbox to restore from.
C.
Push the change set to another sandbox to restore from.
Answers
D.
Create the fields and update the page layouts In production.
D.
Create the fields and update the page layouts In production.
Answers
Suggested answer: C

Explanation:

change sets are tools that allow administrators to move customizations from one Salesforce org to another. However, change sets do not track dependencies or conflicts between components in different orgs, so administrators need to manually verify that all required components are included in the change set and that they do not overwrite existing customizations in the target org. To avoid losing changes in production due to deploying an incomplete or incorrect change set, administrators should push the change set to another sandbox first and test it there before deploying it to production.

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

Which two ways can an administrator review the page performance for a Lightning record page?

Choose 2 answers

A.
Lightning Usage App
A.
Lightning Usage App
Answers
B.
Analyze Button
B.
Analyze Button
Answers
C.
Activation Button
C.
Activation Button
Answers
D.
Pages Menu
D.
Pages Menu
Answers
Suggested answer: B, D

Explanation:

The Analyze button is a tool that allows administrators to view the performance metrics of a Lightning record page, such as load time, component count, and component type. The Pages menu is a tool that allows administrators to access the Lightning Page Performance Optimizer app, which provides recommendations and best practices for improving the performance of a Lightning record page

Total 246 questions
Go to page: of 25