Salesforce (CRT403) Exam Questions And Answers page 1
What is the maximum number of master-detail lookup relationships allowable per object?
2
3
4
Business Logic and Process Automation
Data Management
Which two statements are true about field update actions from workflow rules and approval processes? (Choose two.)
Field updates are tracked in the History related list of a record regardless of whether or not history tracking is set for those fields.
Field updates to records based on workflow rules and approval processes do not trigger Validation Rules.
Field updates are not available on currency fields if the organization uses multi-currency.
Field updates with "Re-evaluate Workflow Rules" selected can cause a recursive loop if the update field is included in a workflow.
Business Logic and Process Automation
Security
A manager wants to embed charts into his accounts object in one-page layout.
How many charts can you embed for him?
How many charts can you embed for him?
3
2
4
1
User Interface
Data Management
An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers.
Which two steps are necessary to accomplish this task? (Choose two.)
Which two steps are necessary to accomplish this task? (Choose two.)
Build a Custom Tab for the app
Create a subdomain using My Domain
Upload the app to Static Resources
Create a Visualforce page
User Interface
Business Logic and Process Automation
What can you build with the Lightning Components framework?
A standalone app.
Components for the Salesforce app.
Custom components that override and extend the Salesforce1 app.
All of the above.
User Interface
Business Logic and Process Automation
When an opportunity closes, close all activities related to that opportunity automatically and create a renewal opportunity.
Which tool would you use for the following use case?
Which tool would you use for the following use case?
Process builder
Flow
Workflow
Approvals
Business Logic and Process Automation
Data Management
If a field update for Rule1 triggers Rule2, and a field update for Rule2 triggers Rule1 ___________.
Loop is allowed to run 25 times within one hour. If it does not end on its own the process will be stopped by R&D.
The updates create a loop and the org limits for workflow time triggers per hour will likely be violated.
When the second trigger is saved an Imminent Loop Error message will be displayed and the workflow rule update will not save.
The updates create a loop and the org be blocked until the admin resolves the issue.
Business Logic and Process Automation
Security
Which deployment tool will you use to deploy metadata from one organization to another organization?
Change sets
Force.com Migration Tool
Unmanaged Packages
Force.com IDE
Business Logic and Process Automation
Data Management
How to control object level access? (Choose two methods)
Multiple Choice
How can you control object level access? (Choose two.)
Profiles
Permission Sets
Roles
Groups
OWD
Business Logic and Process Automation
Security
Universal Containers's app builder has been tasked with replacing workflow rules and Apex triggers with Process Builders where possible.
What are two important considerations an app builder should know before the project is started? (Choose two.)
What are two important considerations an app builder should know before the project is started? (Choose two.)
Apex has a different SOQL query limit than Flow.
Combine actions when possible.
Create a process for each workflow rule.
Avoid generating infinite loops.
Business Logic and Process Automation
Security
Comments