Salesforce (CRT403) Exam Questions And Answers page 41
Which two behaviors may occur if workflow rules are reevaluated after a field change by a field update? (Choose two.)
A recursive loop potentially results in exceeding governor limits.
Workflow rules trigger validation rules on field updates.
Cross-object workflow rules result in re-evaluation after field change.
Business Logic and Process Automation
Security
What are two capabilities that the lead object does not have?
Multiple Choice
What is not a capability of the lead object? (Choose two.)
Standard or Custom fields can be mapped to fields in the Account, Contact and Opportunity objects as part of lead conversion.
Leads can be grouped into queues.
Leads can be automatically assigned to users or queues.
Custom objects that have been related to a lead can be copied when a lead is converted to the account, contact or opportunity.
Data Modeling and Management
Business Logic and Process Automation
What are the limitations of workflow rules?
You can t create e-mail alerts for workflow rules on activities.
You can t package workflow rules with time triggers.
You can t create outbound messages for workflow rules on junction objects.
All of the above.
Business Logic and Process Automation
Security
How is the Lightning Component framework different from Visualforce?
The framework can be used to build mobile apps only.
The framework is client-side centric, while Visualforce relies on server calls.
They are both useful in building components, but Visualforce has a simpler markup.
None of the above.
User Interface
Business Logic and Process Automation
A new field has been added to the Applicant object. A recruiter ran the Position with or without Applicants report and noticed that the new field was missing as an option to add as a column.
How should an app builder troubleshoot this issue?
How should an app builder troubleshoot this issue?
Check Allow Reports for the position and applicant objects
Adjust the field level security to include in the report type
Add the field to the custom report type field layout
Update the profile with the Manage Public Reports permission
Data Modeling and Management
Data Management
You are building a project mgmt app. According to the design given to you, a project must store info regarding the various functional modules under it. Each functional module must store info regarding responsibility assigned to each developer. Info about the responsibility must have info about the due date and status.
What could be the most optimal model to achieve this?
What could be the most optimal model to achieve this?
Create a Project object then Modules as a child object. Add Tasks to Modules.
Create a Project then add Tasks to it. Define Modules as a field on Task.
Create Project, Module, Responsibility as parent, child and grandchild objects.
Create Project and Module objects then Responsibility as a junction object.
Data Modeling and Management
Business Logic and Process Automation
What is true about a master detail relationship? (Choose three.)
To create multilevel master-detail relationships, you need the "Customize Application" user permission.
Standard objects can t be on the detail side of a custom object in a master-detail relationship.
You can create a master-detail relationship if the custom object already contains data.
You can create a relationship as a lookup and then convert it to master-detail if the lookup field in all records contains a value.
By default, records can be reparented master-detail relationships.
Data Modeling and Management
Data Management
What objects are supported by the Import Wizard?
Contacts
Leads
Accounts
Custom objects
Solutions
All of the above
Data Modeling and Management
Data Management
Sales reps at Universal Containers create multiple quotes per opportunity.
What automation tool should an app builder recommend to delete rejected quotes?
What automation tool should an app builder recommend to delete rejected quotes?
Approval process
Validation rule
Flow process
Workflow rule
Business Logic and Process Automation
Data Management
An app builder has modified a Lightning record page for a case and has added an email button item to the page layout; however, users are unable to see the new item on the layout.
What are two potential reasons why users are unable to view the item on the Case Lightning record page? (Choose two.)
What are two potential reasons why users are unable to view the item on the Case Lightning record page? (Choose two.)
The email button contains JavaScript.
The page layout excludes the case feed component.
The page layout includes the case feed component.
The case page layout also contains custom buttons.
User Interface
Business Logic and Process Automation
Comments