[Q107-Q126] Real Salesforce CRT-211 Exam Questions [Updated 2024]

Share

Real Salesforce CRT-211 Exam Questions [Updated 2024]

CRT-211 Exam Dumps Pass with Updated 2024 Certification Preparation for Advanced Administrator


Salesforce CRT-211 Certification Exam is a valuable credential for individuals seeking to advance their careers in Salesforce administration. CRT-211 exam is designed to test the knowledge and skills of advanced administrators who are responsible for managing complex Salesforce solutions. Certification Preparation for Advanced Administrator certification proves that the individual has mastered the concepts and techniques required to implement and maintain Salesforce applications in a professional setting.

 

NEW QUESTION # 107
The VP for Marketing wanted to create a new campaign per region on Accounts with no open Opportunities. What tool can you use?

  • A. Joined Report
  • B. Cross Filter
  • C. Standard Filter
  • D. Analytical Snapshot

Answer: B


NEW QUESTION # 108
What tool can be used to deploy sandbox to 2 different Orgs ?

  • A. Import Wizard
  • B. DataLoader
  • C. Force.com Migration Tool
  • D. ChangeSet

Answer: C


NEW QUESTION # 109
Cloud Kicks (CK) has e sneaker maintenance plan that It Includes with all orders for Its new line of Bluetooth-enabled custom sneakers. The sneaker maintenance plan gives each customer 6 months of phone support in case they have Issues with their new sneakers. The administrator at CK is having a hard time keeping up with the work associated with managing the maintenance plan.
What should the administrator do to help manage the plan?

  • A. Set up and configure entitlement templates.
  • B. Use Flow to automatically create and assign entitlements.
  • C. Ensure milestones are in place for the maintenance plan.
  • D. Create a support process for the maintenance plan.

Answer: A


NEW QUESTION # 110
All enabled on Accounts and assign to the new users45. SFB Industries are looking to set up Entitlements in Salesforce. What is the first thing you must do in Salesforce when setting this up?

  • A. Set Up Milestones
  • B. Setup Milestone Actions
  • C. Create an Entitlement Process
  • D. Choose an Entitlement Model

Answer: D


NEW QUESTION # 111
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. One of the IDs in the batch referenced a record that was In the recycle bin.
  • B. The batch size selected was greater than the 200 record limit.
  • C. This Is the standard error message when records are deleted using Bulk API.
  • D. Deleting with Data Loader can only be done In Batch API mode.

Answer: A

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.


NEW QUESTION # 112
When converting a lead to an existing account, the user is getting an error of insufficient privileges.
Which two options could be preventing the user from converting the lead to the existing account?
Choose 2 answers

  • A. Account is owned by someone in the same role.
  • B. Organisation wide sharing is set to Controlled by Parent for Account and Contact.
  • C. Organisation-wide Sharing Is set to Private for Account and Contact.
  • D. Account is owned by someone above them in the rote hierarchy.

Answer: A,D


NEW QUESTION # 113
The sales team has requested that a new field be added to accounts called Current Customer. The default value will be No and will change "Yes" if any related opportunity is successfully closed as won.
What can an admin do to meet this requirement?

  • A. Configure current customer as a roll-up summary field that will recalculate whenever an opportunity is won
  • B. Configure current customer as a text field and use an approval process to recalculate its value
  • C. Use a workflow rule on the Opportunity object that sets the current customer filed an opportunity is won.
  • D. Use an Apex trigger on the Account object that sets the Current customer field when an opportunity is won.

Answer: D


NEW QUESTION # 114
Suri only has the "read" permission for the case object on her profile. A criteria-based sharing rule gives her read/write access to product support cases. Will Suri be able to edit product support cases?

  • A. Yes
  • B. No

Answer: B


NEW QUESTION # 115
What are three characteristics of Dynamic Dashboards? (Select 3)

  • A. Authorised users can change the running user of a Dynamic Dashboard
  • B. Dynamic Dashboards can display the data of a set running user
  • C. Dynamic Dashboards can display the data of the logged-in user
  • D. Dynamic Dashboards can be viewed by anyone

Answer: A,B,C


NEW QUESTION # 116
One of Sales Managers at Universal Containers needs the ability to create fields on one specific custom object? How can this be accomplished?

  • A. Create a delegated administration group for the managers
  • B. Create a new profile for the manager and grant the permission customize application
  • C. Create a permission set and grant the permission customize application
  • D. Create a permission set and grant edit access to object

Answer: A,B


NEW QUESTION # 117
Dream house Realty has created a custom object to track its Open Houses with a master-detail relationship up to a custom object for Properties. Agents need to quickly calculate the number of Open House records in a status or Pending so they can see the value from the Property record.
What feature should the administrator implement?

  • A. Roll-Up Summary
  • B. visualforce Page
  • C. Lightning Component
  • D. Formula Fields

Answer: A


NEW QUESTION # 118
Cloud Kicks call center agents have given their manager feedback that It takes too long to find relevant articles to answer questions on customer cases. The call center manager has asked the administrator to improve suggestions displayed to agents in the Knowledge component on Cases.
Which setting should the administrator use to meet the requirement?

  • A. Turn off auto-complete keyword search
  • B. Selected Case Fields
  • C. Enable Einstein Search
  • D. Highlights and Snippets

Answer: C


NEW QUESTION # 119
Which permission do you need to manage entitlements? Choose two answers. * (1 Point)

  • A. "Customize Entitlement"
  • B. "Customize Application"
  • C. "Manage Application"
  • D. "Manage Entitlements"

Answer: B,D


NEW QUESTION # 120
Universal Containers has a white-glove service level for its top customers.
After a case is created, how should the administrator allow the agent to see the number of hours remaining before the service agreement is overdue?

  • A. Include a Milestone formula held
  • B. Assign an independent milestone.
  • C. Create sequential milestones.
  • D. Add Milestone Tracker Time com

Answer: B


NEW QUESTION # 121
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 master-detail relationship on the Payment and a workflow cross object field update.
  • B. Create a master-detail relationship on the Payment with a Roll-up Summary field on the Invoice.
  • C. Create a lookup-relationship on the Payment and a workflow cross object field update.
  • D. Create a lookup-relationship on the Payment with a Roll-up Summary field on the Invoice.

Answer: B

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


NEW QUESTION # 122
Universal Containers uses Salesforce to track job positions and applicants. Applicants can apply for multiple positions, and positions will have multiple applicants. The company wants to ensure that if an applicant is deleted, all association between applicant and the position (s) that he or she has applied for are removed. How can this be accomplished?

  • A. Create a master-detail relationship between Applicants and Positions with Applicants as the master
  • B. Create a custom object between Applicants and Positions with lookup fields on the junction to both objects
  • C. Create a many-to-many relationship using a junction object with both Positions and Applicants as masters
  • D. Create a lookup relationship between Applicants and Positions with Applicants as the parent

Answer: C


NEW QUESTION # 123
Universal Containers uses Salesforce Knowledge and has defined its category groups based on the regions of Europe, of Americas, Africa, and Asi a. The administrator needs to restrict visibility of each category to the sales representatives within each region. How should the administrator control access to these category groups?

  • A. Modify object settings for the category groups on the sales users profiles.
  • B. Add custom category groups to the profiles assigned to the sales users.
  • C. Add or remove sales users from a public group with access to the category groups.
  • D. Add custom category groups to the roles assigned to the sales users.

Answer: D


NEW QUESTION # 124
What must be considered in Communities for internal and external users. External users are using chatter. Choose 2

  • A. External and Internal users should be on different community
  • B. Use Ideas, Q&A
  • C. You need to enable Chatter
  • D. New Users should use Customer portal and partner portal instead of community

Answer: B,C


NEW QUESTION # 125
Universal Containers would like applicants to apply for multiple positions, tracking how many applicants have applied and how many positions each individual applicant has applied for. To do this, the administrator will create a Job Application junction object between Applicant and Position objects. Why will this action meet the requirement ?

  • A. A lookup relationship on the Applicant object with Position as the master provides rollup summary fields without code.
  • B. The junction object allows a many-to-many relationship and also roll-up summary fields on the parent objects.
  • C. The Job Application object as a master to Positions and Applicant objects will allow rollup summary fields on the Positions and Applicant objects.
  • D. The junction object allows the administrator to add a workflow rule to update fields on the Position and Applicant objects.

Answer: B


NEW QUESTION # 126
......


To take the Salesforce CRT-211 exam, candidates must first have obtained the Salesforce Certified Administrator certification. This prerequisite ensures that candidates have a solid foundation in Salesforce administration and are ready to delve deeper into the platform’s advanced features. The CRT-211 exam is available online and can be taken from anywhere, making it convenient for busy professionals to fit certification preparation into their schedule.

 

CRT-211 Exam Dumps, CRT-211 Practice Test Questions: https://www.pass4leader.com/Salesforce/CRT-211-exam.html

Free CRT-211 Exam Dumps to Pass Exam Easily: https://drive.google.com/open?id=12LlB_6kp5jLZC-8sx7FwUChHUa7bSQ_z