[Jun 15, 2024] CRT-403 Dumps Full Questions - Exam Study Guide [Q167-Q190]

Share

[Jun 15, 2024] CRT-403 Dumps Full Questions - Exam Study Guide

Platform App Builder Free Certification Exam Material from Exam-Killer with 290 Questions

NEW QUESTION # 167
What type of field can be used to filter a Report Chart that has been added to a Page Layout?

  • A. Name Field
  • B. Standard Field
  • C. Matching ID Field
  • D. Formula Field

Answer: C


NEW QUESTION # 168
Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing have different navigation menus in the Salesforce 1 mobile app. Which option is available for an App Builder to satisfy this requirement?

  • A. Create roles for sales and marketing and assign a custom home page layout for each profile
  • B. Create mobile navigation menus for both sales and marketing profile
  • C. Create mobile navigation menus for both sales and marketing profile
  • D. Create public group for Sales and Marketing and create mobile navigation menus for each group

Answer: C


NEW QUESTION # 169
A business user wants a quick way to edit a record's status and enter a custom due date field from the record's feed in Salesforce Mobile App.
What could be used to accomplish this?

  • A. Custom action
  • B. Custom URL formula field
  • C. Custom quick access link
  • D. Custom button

Answer: A


NEW QUESTION # 170
Which statement is true about field update actions from workflow rules and approval processes? Choose 2 answers

  • A. Field updates are tracked in the history related list of a record regardless of whether or not History tracking is set for those fields.
  • B. Field updates to records based on workflow rules and approval processes do not trigger validation rules
  • C. Field update with "re-evaluate workflow rules" selected can cause a recursive loop if the updated field is included in a workflow.
  • D. Field update are not available on currency field if the organization uses multi-currency.

Answer: B,C

Explanation:
Explanation: https://help.salesforce.com/apex/HTViewHelpDoc?id=workflow_field_update_considerations.h tm&language=en


NEW QUESTION # 171
What sandbox should you use for data load and integration testing?

  • A. Full Sandbox
  • B. Partial Copy
  • C. Developer Pro
  • D. Developer

Answer: C


NEW QUESTION # 172
UVC uses a custom object to track expense reports. They would like to automatically post updates in a record's feed whenever an expense report has been approved. Which social feature can be used to accomplish this?

  • A. Auto-response rule
  • B. Approval Process
  • C. Feed Quick Action
  • D. Feed Tracking

Answer: D


NEW QUESTION # 173
Northern Trail Outfitters uses a custom object to track travel requests. Rangers want to have automatic posts on a record whenever a travel request has been approved.
Which feature should be used to accomplish this?

  • A. Auto-response rule
  • B. Workflow rule
  • C. Feed quick action
  • D. Feed tracking

Answer: D


NEW QUESTION # 174
Universal Containers wants to standardize their business logic. They want to ensure that the workflow order is guaranteed to be the same each time. Which feature can be used to accomplish this? Choose 2 answers.

  • A. Chatter Actions
  • B. Lightning Process Builder
  • C. Visual Workflow
  • D. Workflow

Answer: B,C


NEW QUESTION # 175
In a master-detail relationship scenario, the fields of the parent object need to be displayed in the related list.
How will a developer achieve this design?

  • A. Validation rule
  • B. Workflow rule
  • C. Assignment rule
  • D. Cross-object formula field

Answer: D


NEW QUESTION # 176
Universal Containers has two types of applicants, hourly and salary. There are separate record types for each. While all members of the human resource department need to be able to view all applicant records, only the hiring Manager and VP of HR should be able to create salary applicant records.
What should the app builder recommend to meet this requirement?

  • A. Create a permission set containing the salary record type and assign it to the appropriate users.
  • B. Update the org-wide default to private and create a sharing rule for the role of recruiting manager.
  • C. Remove "create" permission for the salary applicant object for everyone except the manager and VP.
  • D. Configure the hourly record type as the default and instruct non-management users to accept the default record type.

Answer: A


NEW QUESTION # 177
Universal Containers uses a custom object called Candidates to track information about people who are being recruited for jobs within the company. When an employee refers a recruiting candidate, that employee should have access to the Candidate record; however, only HR users should be able to view, edit, and report on the Salary field.
What action should be recommended for controlling who can view the Salary field?

  • A. Restrict access to the "Salary" field for general employee users using field-level security.
  • B. Restrict access to the "Salary" field for general employee users using custom sharing settings.
  • C. Create and assign separate Candidate page layouts for general employee users and HR users.
  • D. Create and assign separate Candidate record types for general employee users and HR users.

Answer: A


NEW QUESTION # 178
Ursa Major Solar (UMS) uses Cases to track customer complaints, an Issue__c object to represent known problems with its solar panels, and a Case_Issue__c junction object to relate known problems to customer complaints.
Periodically, UMS conducts audits which require the auditing users to view Case _Issue__c records.
Which access levels must be configured to allow UMS users to access Case _Issue_c records?

  • A. Read Only access on Case and case_issue__o
  • B. Read-Only access on Case and issue__c
  • C. Read-Only access of Case issue =
  • D. Read-Only access or issue_c and_issue_c

Answer: B

Explanation:
To ensure auditing users can access records in the Case_Issue__c junction object, the correct data permissions on related records must be established:
D . Read-Only access on Case and Issue__c. Users need read-only access to both Case and Issue__c objects to view associated Case_Issue__c junction object records properly. This is because access to junction object records in Salesforce is determined by the user's access levels to the parent records in a relationship.
Steps to configure access:
Navigate to Setup → Profiles or Permission Sets.
Select the profile or permission set of the auditing users.
Under Object Settings, adjust the permissions for Case and Issue__c to at least 'Read-Only'.
Ensure that users have visibility to the Case_Issue__c object itself.
This configuration allows users to view the details of cases and issues as they audit the junction object records.


NEW QUESTION # 179
Cloud Kicks has created accustom object called Interests which is joined to Accounts by way of a junction object called Account Interest.
What is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object?

  • A. Users will be unable to view Account records that have a related Account Interest record.
  • B. Users will be unable to view the Account Interest records or the Interest records.
  • C. Users will be able to view the Account Interest records and will have read-only access to the Interest records.
  • D. Users will be able to view the Account Interest record, but unable to view the field or any information relating back to the Interest record.

Answer: B

Explanation:
Users will be unable to view the Account Interest records or the Interest records because they do not have read access to the Interest object. This is a standard behavior of Salesforce when a user does not have access to a related object.


NEW QUESTION # 180
UVC wants to automate a business process using workflow. They are aware that workflow rules may cause recursive behavior, and as a result certain actions will only cause workflow rules that didn't fire previously to be retriggered. Which workflow action might cause this behavior?

  • A. Workflow Tasks where the "Due Date" field is set to "Rule Trigger Date" minus X days
  • B. Workflow Field Updates with the "Re-evaluate Workflow Rules After Field Changes" field selected
  • C. Workflow Emails containing hard coded links with Salesforce IDs referencing specific workflow rules
  • D. Workflow Outbound messages with the "Protected Component" field selected

Answer: B


NEW QUESTION # 181
An app builder needs a custom solution and is considering using community. Ease of updates is the primary consideration.
What should the app builder consider?

  • A. An unmanaged package from AppExchange
  • B. A managed package from AppExchange
  • C. An open-source custom development
  • D. An open-source unmanaged package

Answer: B


NEW QUESTION # 182
Which capability allows an app builder to grant object-level access? Choose 2 answers

  • A. Assigning a user a Profile that allows Read access to an object
  • B. Assigning a user a Role that allows Read access to an object.
  • C. Assigning a user a Permission Set that allows for Read and Edit access to an object
  • D. Assigning a user a Public Group that allows for Read and Edit access to an object

Answer: A,C


NEW QUESTION # 183
What can you build with the Lightning app builder?

  • A. Simple, single-page apps with drill-down capability.
  • B. All of the above.
  • C. At-a-glance, dashboard-style apps.
  • D. Apps optimized for a particular task.

Answer: B


NEW QUESTION # 184
Which type of relationships can be defined with external objects? Choose 2 answers

  • A. External Master-Detail
  • B. External Lookup
  • C. Indirect Lookup
  • D. Cross-Ogranization Lookup

Answer: B,C


NEW QUESTION # 185
Universal Containers is rolling out a new customer service process. Customer service managers will need to edit cases for their subordinates, but not cases for other groups. Managers and users should be able to view all cases. What is the recommended solution to configure this? Choose 2 answers

  • A. Set organization-wide sharing defaults to private.
  • B. Create criteria-based sharing rules.
  • C. Set organization-wide sharing defaults to public read/only.
  • D. Create standard role hierarchies

Answer: C,D


NEW QUESTION # 186
An app builder at Universal Containers would like to prevent users from creating new records on an Account related list by overriding standard buttons.
Which two should the app builder consider before overriding standard buttons? (Choose two.)

  • A. Standard buttons can be overridden with a Visualforce page.
  • B. Standard buttons can be overridden, relocated on the detail page, and relabeled.
  • C. Standard buttons that are not available for overrides can still be hidden on page layouts.
  • D. Standard buttons can be changed on lookup dialogs, list views, and search result layouts.

Answer: A,D


NEW QUESTION # 187
Universal con has purchased a lighting component on the appExchange. Where can that component be utilized? (Choose 2)

  • A. Lightning process builder
  • B. Salesforce1 mobile app
  • C. Visual workflow
  • D. Salesforce lighting app

Answer: B,D


NEW QUESTION # 188
SERVICE AGENTS ARE REQUIRED TO CONFIRM A USER IDENTITY BEFORE PROVIDING SUPPORT INFORMATION OVER THE PHONE. WHAT FEATURE CAN AN APP BUILDER USE TO HELP AGENTS MEET THIS REQUIREMENT?

  • A. Guided Action Flows on the record page
  • B. Case Validation Rules
  • C. Include Surveys as a Case related list
  • D. Add Path to the top of the Case layout

Answer: A


NEW QUESTION # 189
What type of field needs to be wrapped in a function (in a formula) to be accessed?

  • A. Date/Time
  • B. Long Text Field
  • C. Picklist
  • D. Currency

Answer: C


NEW QUESTION # 190
......


The CRT-403 exam consists of 60 multiple-choice questions and is timed at 105 minutes. CRT-403 exam covers a range of topics, including data modeling, security, user interface design, business logic, and automation. CRT-403 exam also tests candidates on their understanding of the Salesforce development lifecycle, including testing and deployment best practices.

 

Dumps Brief Outline Of The CRT-403 Exam: https://www.exam-killer.com/CRT-403-valid-questions.html

Use Real CRT-403 - 100% Cover Real Exam Questions: https://drive.google.com/open?id=1DEOFMqd6Yv-wfz9lw8FF4Ydn2ixyzZn9