Salesforce (CRT403) Exam Questions And Answers page 36
What can a cross-object formula reference?
Both Parent and Child objects
Child Only
Records of the same Object
Business Logic and Process Automation
Data Management
How to enforce mandatory fields?
Multiple Choice
How can you make a field mandatory? (Choose three.)
Create a Workflow Rule.
Check the required field box on the page layout.
Check the required field box on the field definition.
Creating a validation rule for the field.
Check the required field box for the field on the record type.
Data Modeling and Management
Data Management
A user asks for a checkbox to be automatically ticked if the annual revenue field is greater than a million.
Which formula to trigger a workflow would satisfy this requirement?
Which formula to trigger a workflow would satisfy this requirement?
AnnualRevenue > 1000000
AnnualRevenue > 1000000 , TRUE, FALSE
IF(AnnualRevenue > 1000000 ,"TRUE","FALSE")
AnnualRevenue
User Interface
Business Logic and Process Automation
Universal Containers uses a private Account sharing model. They have a Process Improvement team with representatives from multiple departments that needs to view all accounts that have been flagged as problem accounts.
How should this team be granted access to the records?
How should this team be granted access to the records?
Use a record owner sharing rule that is shared with the Process Improvement public group.
Use a criteria-based sharing rule where the accounts are shared with the Process Improvement public group.
Write a trigger to use Apex Managed Sharing to grant access with the Process Improvement team.
Use a record owner sharing rule that is shared with the Process Improvement role.
User Interface
Security
Universal containers would like to use a chatter group for their mergers and acquisition team to collaborate on potential new projects. This group should not be visible for non-members to see or join, and can be accessed by invite only.
Which chatter Group type should the app builder recommend?
Which chatter Group type should the app builder recommend?
Member Group
Unlisted Group
Public Group
Private Group
User Interface
Security
Recursive triggers may cause your organization to exceed its limit for workflow time triggers per hour.
True
False
Business Logic and Process Automation
Security
DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquired. DR executives want to automate the submission travel request forms to enforce the internal policy.
How should an app builder automate travel request based on these criteria?
How should an app builder automate travel request based on these criteria?
Process Builder
Approval process
Workflow rule
Apex
Business Logic and Process Automation
Security
How can an App Builder determine whether the features and customizations made in an org are Lightning-ready?
Launch the Lightning Experience Readiness Check from All Setup.
Download the Lightning Experience Audit Tool from AppExchange.
Use the Lightning Experience Readiness Toolkit in Workbench.
Implement the salesforce Lightning Design System in a sandbox.
User Interface
Business Logic and Process Automation
What are two features of Schema Builder?
Multiple Choice
Which two are features of Schema Builder? (Choose two.)
To create new relationships on standard and custom objects.
To create a Geolocation custom field on custom objects.
To view and edit custom field level permissions.
To modify properties on standard and custom objects.
Data Modeling and Management
Data Management
A custom object named Assignment has private sharing setting that grants access using hierarchies. The organization has a role hierarchy where each Territory Manager reports to an Area Manager, who reports to a VP of Sales. The VP of Sales is at the top of the role hierarchy. A user who is in the Area Manager role creates a new Assignment record.
Who can see this record?
Who can see this record?
The record owner only.
The record owner and the VP of Sales.
The record owner and all of the other Area Managers.
The record owner and all of the Territory Managers in their hierarchy.
Data Modeling and Management
Security
Comments