
[Apr 21, 2024] Reliable CRT-211 Exam Tips Test Pdf Exam Material
New 2024 CRT-211 Test Tutorial (Updated 227 Questions)
Salesforce CRT-211 (Certification Preparation for Advanced Administrator) is a certification exam designed for experienced Salesforce administrators who want to enhance their skills and knowledge in advanced administration techniques. CRT-211 exam covers a wide range of topics, including data management, security, automation, and customizations. It is highly recommended for administrators who have already obtained the Salesforce Certified Administrator certification and want to take their expertise to the next level.
The CRT-211 exam is structured as a multiple-choice test and is proctored remotely through a computer. It consists of 60 questions and has a duration of 105 minutes. CRT-211 exam is designed to test the candidate's ability to perform complex administrative tasks and to ensure that they can efficiently manage and customize Salesforce solutions for their organization.
NEW QUESTION # 94
What are permissions needed for the Accounts and Opportunity Object when merging Accounts.
- A. Edit and Delete for Account and Read on Opportunity
- B. Edit and Delete for Account and Edit and Delete on Opportunity
- C. Edit permission for Account and Delete Permission for Opportunity
Answer: A
NEW QUESTION # 95
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 and a workflow cross object field update.
- B. Create a lookup-relationship on the Payment with a Roll-up Summary field on the Invoice.
- C. Create a master-detail relationship on the Payment and a workflow cross object field update.
- D. Create a master-detail relationship on the Payment with a Roll-up Summary field on the Invoice.
Answer: C
NEW QUESTION # 96
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
- B. Mass Update
- C. Quick Create
- D. Bulk API
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
NEW QUESTION # 97
A Standard user wanted to add a value on a Picklist. Currently, the system Admin is not able to do this. What can the System Admin do?
- A. Make the user a Delegated System Admin User
- B. Give the user Modify All permission
- C. Make the user a Delegated System Admin for that Object
- D. Clone the System Admin Profile and assign it to the user for the mean time
Answer: C
NEW QUESTION # 98
Cloud Kicks (CK) has an email parsing tool. CK wants to ensure that when certain field are updated, the Case Owner is notified by email.
What should the administrator use to email the Case Owner?
- A. Email-to-Case
- B. Before Save Flow
- C. Outbound Message
- D. After Save Flow
Answer: D
Explanation:
An after save flow is a type of flow that runs in the background after a record is saved and performs actions based on the record data or changes. An after save flow does not require user input or interaction and can be triggered by a record-triggered flow element or by an Apex trigger. In this case, you can create an after save flow that runs when a case record is updated and delivers status update email to customers based on certain criteria or conditions. Reference: https://help.salesforce.com/s/articleView?id=sf.flow_trigger_types.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_concepts_trigger.htm&type=5
NEW QUESTION # 99
An administrator has uploaded a change set from a sandbox to a production organization and would like to add a missing component to the change set before deployment.
What option does the administrator have to modify the change set? Choose 2 answers.
- A. Edit the change set in production, add the component, and use the redeploy option.
- B. Edit the change set in the sandbox environment and upload it to production.
- C. Create a new change set in the sandbox environment, add all the required components and upload it to production
- D. Clone the change set in the sandbox environment, add the component and upload it to production
Answer: C,D
NEW QUESTION # 100
An administrator would like to convert a Master-Detail relationship to a Lookup relationship. What action should be taken prior to converting the relationship?
- A. Select the Allow Re-parenting option on the master detail relationship
- B. Delete all reports that use the master object with the detail object report type
- C. Delete all roll-up summaries that reference the detail object prior to converting
- D. Remove child object related lists from the parent object page layouts
Answer: C
NEW QUESTION # 101
An administrator need a business process automated, but only for certain user and profiles. The administrator will need to frequently update which users and profiles will use the process. After evaluating the declarative options, it was determined that this functionality must be done via an Apex trigger.
What software requirement should the administrator request so that process execution can be declaratively controlled?
- A. Use Process Automation Setting in Setup to the appropriate users or profiles.
- B. Use Apex Class Access to assign the Apex code to the user or profile.
- C. Use a custom permission set that is assigned to the user.
- D. Use a System permission that is assigned to the user or profile.
Answer: C
NEW QUESTION # 102
The Marketing Manager has requested that a field be added to each account that displays the number of contacts associated with that account. The manager wants to use this field as part of an email marketing segmentation strategy. How can this requirement be met?
- A. Create a roll-up summary field that counts the number of contacts and displays that count on the account.
- B. Create a custom field on the account. Use an Apex trigger to update the field when contacts are added or deleted.
- C. Create a custom field on the account. Use a workflow rule to update the field when contacts are added or deleted.
- D. Create a custom formula field on the account using the count() function to count the number of related contacts.
Answer: A
NEW QUESTION # 103
Cloud Kicks (CK) has a filed called Shoe Type Preference, CK,s product team wants to see a report that groups specific picklist values together into the one of two lists.
What functionality should the administrator use to fulfill the team's request?
- A. PREVGROUPVALUE
- B. Bucket field
- C. Summary Formula
- D. Matrix Report
Answer: B
NEW QUESTION # 104
Which two requirements must be met for a user to view knowledge Articles within a Salesforce organization?
Check 2 answers.
- A. The user's profile must have the read permission for the at lease one article type.
- B. The user must be assigned a Salesforce Knowledge license.
- C. The user must have the manage articles permission on the profile.
- D. The user must have access to the articles tab.
Answer: A,D
NEW QUESTION # 105
What will happen when you use dataloader?
- A. Ownerbase sharing will be recalculated
- B. Once transfer - apex test code will automically run
- C. Components will be transfer along with dependants
- D. Manual sharing rules will not carry over
Answer: D
NEW QUESTION # 106
"Object" data needs to be pulled up monthly from an org and stored else where. What can be done to perform this? Choose 2
- A. Select "Schedule Export" from Data Export
- B. IUse Data Exporter
- C. Select "Object" Export from Data Management
- D. Use Data Loader
Answer: A,D
NEW QUESTION # 107
You have created a workflow to send email. However customer is complaining that they didn't received any alert. Workflow is running. How you will troubleshoot ? Choose 2
- A. Workflow Monitor
- B. System Audit Trail
- C. Email Log
- D. Debug Log
Answer: C,D
NEW QUESTION # 108
An administrator is receiving cases that users are getting logged out of Salesforce without notice.
What should the administrator do to address this issue?
- A. Enable Remember me until logout.
- B. Select force logout on session timeout.
- C. Deselect disable session timeout warning popup.
- D. Remove the session timeout settings.
Answer: C
NEW QUESTION # 109
......
CRT-211 Cert Guide PDF 100% Cover Real Exam Questions: https://pdftorrent.dumpexams.com/CRT-211-vce-torrent.html