Give Push to your Success with Salesforce Certified Administrator CRT-101 Exam Questions [Q78-Q100]

Share

Give Push to your Success with Salesforce Certified Administrator CRT-101 Exam Questions

CRT-101 100% Guarantee Download CRT-101 Exam PDF Q&A


Salesforce CRT-101 exam is a certification preparation course designed for administrators who want to validate their knowledge and skills in Salesforce. CRT-101 exam covers a wide range of topics related to Salesforce administration, including data management, security and access, automation, and reporting. By obtaining this certification, administrators can demonstrate their proficiency in using Salesforce and increase their chances of landing better job opportunities or promotions within their organization.


Salesforce CRT-101 certification exam is an excellent opportunity for individuals who want to pursue a career in Salesforce Administration. CRT-101 exam tests the candidate's knowledge and skills in various aspects of Salesforce Administration and is recognized globally. Passing CRT-101 exam can open up a wide range of career opportunities and can lead to higher salaries. Candidates should prepare for the exam by attending training sessions and studying the official Salesforce Administration guide to increase their chances of success.

 

NEW QUESTION # 78
What should be the Advanced filter Conditions to meet the requirement "Find contacts owned by Poo that have a title of CFO, functional role of CFO, or reports to the CFO?
1) Title equals CFO
2) Functional Role equals CFO
3) Reports To equals CFO
4) Contact Owner contains Poo

  • A. (4 AND (2 OR 3)) OR 1
  • B. (1 OR 2 OR 3) AND 4
  • C. (1 AND (2 OR 3)) OR 4
  • D. (1 OR 2 OR (3 AND 4)

Answer: B


NEW QUESTION # 79
Permission sets can replace the need for profiles.

  • A. False
  • B. True

Answer: A


NEW QUESTION # 80
What is true about look up relationships?

  • A. Object in look up relationship can link to self
  • B. The lookup is required always
  • C. Child in lookup gets deleted if parent gets deleted
  • D. The child object in lookup is a related list for the parent

Answer: A,D


NEW QUESTION # 81
If a Report is run which returns 20,000 records then:

  • A. All 20K records are displayed in the UI
  • B. Report Fails and an error is reported
  • C. First 2K records are displayed in the UI
  • D. 10 Reports each having 2K records are created

Answer: C


NEW QUESTION # 82
The administrator at cloud kicks is trying to debug a screen flow that create contacts. One of the variables in the flow is missing on the debug screen.
What could cause this issue?

  • A. The available for output checkbox was unchecked.
  • B. The field type is unsupported by debugging.
  • C. The available for input checkbox was unchecked.
  • D. The flow is an inactive version

Answer: C

Explanation:
To debug a screen flow that creates contacts, one of the possible causes for a variable missing on the debug screen is that the available for input checkbox was unchecked for that variable. This means that variable cannot be set by external sources such as debug inputs or URL parameters. To fix this issue, check this checkbox for any variable that needs to be set externally. The flow version or field type does not affect variable availability for input. The available for output checkbox only affects whether variables can be passed out of flows or subflows. Reference: https://help.salesforce.com/s/articleView?id=sf.flow_ref_variables.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_debugging.htm&type=5


NEW QUESTION # 83
An Administrator wants to trigger a follow-up task for the opportunity owner when they close an opportunity as won and another task after 60 days to check in with the customer.
which two automation tools should the administrator use?
Choose 2 answers

  • A. Field Update
  • B. process builder
  • C. workflow Rule
  • D. Outbound Message

Answer: A,B

Explanation:
Process builder can be used to create a record-triggered flow that executes when an opportunity is closed as won and creates a follow-up task for the owner. Field update can be used to update a date field on the opportunity that can be referenced by a time-dependent workflow rule to create another task after 60 days. Reference: https://help.salesforce.com/s/articleView?id=sf.process_which_tool.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.workflow_time_action_considerations.htm&type=5


NEW QUESTION # 84
Cloud Kicks has a custom object named shoe. The administrator has been asked to ensure that when a relationship is created between Account and shoe to prevent orphaned shoe records.
What should the administrator do to complete this requirement?

  • A. Create a master-detail lookup.
  • B. Create a hierarchical lookup
  • C. Create an indirect lookup
  • D. Create an encrypted lookup

Answer: A

Explanation:
Master-detail lookup is a type of relationship field that can be used to create a relationship between Account and Shoe and prevent orphaned Shoe records. Master-detail lookup establishes a parent-child relationship between two objects, where the parent record controls certain behaviors of the child record, such as security, ownership, and deletion. If the parent record is deleted, all the child records are deleted as well. Reference: https://help.salesforce.com/s/articleView?id=sf.relationships_considerations.htm&type=5


NEW QUESTION # 85
Users at Universal Containers would like to visually see the sales stages on an Opportunity page. The administrator is configuring path for Opportunities.
Which is an important consideration for path configuration?

  • A. Path can include guidance and key fields for each stage.
  • B. Kanban views for Path must be configured manually.
  • C. The Owner field can be edited in the key fields Panel.
  • D. Celebrations are unable to be added to a path.

Answer: A

Explanation:
Path is a feature that can be used to visually see the sales stages on an opportunity page. Path can include guidance and key fields for each stage to help users move opportunities along the sales process. Guidance can provide tips, policy information, or best practices for each stage. Key fields can display important fields that users need to fill in or update for each stage. Reference: https://help.salesforce.com/s/articleView?id=sf.path_overview.htm&type=5


NEW QUESTION # 86
The administrator are Cloud Kicks created a new field for tracking returns on their new cloud shoe. A
user has submitted case to the administrator indication that the new field is unavailable.
Which two steps should an administrator do to troubleshoot this issue?
Choose 2 answers

  • A. Review the field level security of the field for the user profile
  • B. Update the organization wide default for the object.
  • C. Ensure that the page layout for the user's profile has been updated.
  • D. Run the setup audit trail for the organization.

Answer: A,C


NEW QUESTION # 87
If the lead has a record type, the default record type of the new owner is assigned to records created during lead conversion.

  • A. True
  • B. False

Answer: A


NEW QUESTION # 88
DreamHouse Realty regularly holds open houses for the selling of both houses and condominiums. For condominium open houses, there are a few extra steps that need to be taken. Agents need to be able to submit requests and receive approvals from the homeowners' association.
How can the administrator ensure these extra steps only appear when creating open house records for condominiums?

  • A. Create one page layout. Use record types to ensure the proper status picklist values display.
  • B. Create two page layouts, one with a House Status field and the other with a Condominium Status field.
  • C. Create two page layouts. Use business processes and record types to display the appropriate picklist values.
  • D. Create one page layout. Use business processes to ensure the proper status picklist values display.

Answer: C


NEW QUESTION # 89
How many records of a custom object can a System Admin import using the Salesforce Import Wizard?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: A


NEW QUESTION # 90
Which of the following statements is/are true for sharing rules? (Check all that apply)

  • A. When you transfer records from user to another, the sharing rules are removed during the transfer.
  • B. Sharing rules apply only to new records owned by specified role or group member
  • C. You cannot change the specified groups or roles for sharing rules.
  • D. Sharing rules should be used when a user or group of users needs access to records not granted them by either role hierarchy or organization wide defaults

Answer: C,D


NEW QUESTION # 91
A check box can be a controlling field in a field dependency:

  • A. True
  • B. False

Answer: A


NEW QUESTION # 92
Field Level Security cannot be used to make a field required.

  • A. True
  • B. False

Answer: A


NEW QUESTION # 93
What is one advantage of Salesforce CRM?

  • A. In house Servers can be acquired cheaper than normal
  • B. None of the above
  • C. Companies only need to maintain a compatible browser and a reliable internet connection.
  • D. Companies can seamlessly integrate their servers to Salesforce database for faster performance.
  • E. All of the above

Answer: C


NEW QUESTION # 94
Support reps at Cloud Kicks (CK) are reporting that when they try to close a case, the Closed option in the Case Status picklist is missing. CK has asked the administrator to find a solution.
Why are the support reps unable to see the Closed option in the specified piclist?

  • A. The Case record type is missing Closed as a picklist value.
  • B. The Close Case page layout must be used to close a case.
  • C. The Show Closed Statuses m Case Status Field checkbox is set to the default.
  • D. The Support Process being used omits Closed as a status choice.

Answer: A


NEW QUESTION # 95
Cloud Kicks (CK) needs a new sales application. The administrator there is an application package on the AppExchange and wants to begin testing it in a sandbox to see If it addresses CK's needs.
What are two considerations when installing a managed package in a sandbox?
Choose 2 answers.

  • A. The installation link has to be modified to test.saiesiorcc.com.
  • B. Install for Admins Only will be the only Install option available.
  • C. Any metadata changes to the package have to be recreated in production.
  • D. The package will be removed any time the sandbox is refreshed.

Answer: A,D


NEW QUESTION # 96
Sales managers would like to know what could be implemented to surface important values based on the stage of the opportunity.
Which tool should an administrator use to meet this requirement?

  • A. Path Key fields
  • B. Workflow Rules
  • C. Opportunity Processes
  • D. Dynamic Forms

Answer: A

Explanation:
To surface important values based on stage of opportunity , an administrator should use Path Key fields feature on Opportunity object . This feature allows adding up to five fields that display key information about each stage along path . Users can edit these fields inline without leaving path . For example , an administrator can add Amount , Close Date , Next Step , Probability , and Stage fields as key fields for Opportunity path . Opportunity Processes , Dynamic Forms , and Workflow Rules are not tools for surfacing important values based on stage of opportunity . Reference : https :// help . salesforce . com / s / articleView ? id = sf . lex_path_setup_key_fields . htm & type = 5


NEW QUESTION # 97
Do opportunities or cases have import wizards?

  • A. Yes
  • B. No

Answer: B


NEW QUESTION # 98
The administrator are Cloud Kicks created a new field for tracking returns on their new cloud shoe. A user has submitted case to the administrator indication that the new field is unavailable.
Which two steps should an administrator do to troubleshoot this issue?
Choose 2 answers

  • A. Review the field level security of the field for the user profile
  • B. Update the organization wide default for the object.
  • C. Ensure that the page layout for the user's profile has been updated.
  • D. Run the setup audit trail for the organization.

Answer: A,C

Explanation:
Page layout and field level security are two factors that determine whether a user can see a new field on a record. To troubleshoot this issue, the administrator should ensure that the page layout for the user's profile has been updated to include the new field and that the field level security of the field for the user profile allows read or edit access. Reference: https://help.salesforce.com/s/articleView?id=sf.customize_layoutoverview.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.admin_fls.htm&type=5


NEW QUESTION # 99
Which of the following is true that can cause data loss when an existing custom field is changed?
(Check all that apply)

  • A. Changing to number from Percent
  • B. Changing to or from type Date or Date/Time
  • C. Changing to one Currency from any other currency type
  • D. Changing to Number from any other type

Answer: A,B,C,D


NEW QUESTION # 100
......

Get CRT-101 Actual Free Exam Q&As to Prepare Certification: https://www.free4torrent.com/CRT-101-braindumps-torrent.html

Salesforce Actual Free Exam Questions And Answers: https://drive.google.com/open?id=1s76hw6E67K8N2L02qd46_wqmrANUBhpP