Salesforce (CRT403) Exam Questions And Answers page 20
When an opportunity close date is delayed by more than 60 days, the manager and the VP of Sales must approve the change.
Which two solutions will meet the requirement? (Choose two.)
Which two solutions will meet the requirement? (Choose two.)
Build a validation rule that does not allow a user to save the opportunity record.
Create a workflow rule that checks for close date less than 60 days and add an e-mail alert.
Create a Process Builder flow that submits the record for an approval process.
Business Logic and Process Automation
Security
An app builder needs to create new automation on an object.
What best practice should the app builder follow when building out automation?
What best practice should the app builder follow when building out automation?
One Workflow rule per object.
One invocable process per object.
One record change process per object.
One Flow per object.
Business Logic and Process Automation
Data Management
Ursa Major Solar wants to convert the relationship between Galaxy and Star from a lookup relationship to a master-detail relationship so each Galaxy record can be equipped with a roll-up summary count of Star records.
Which two considerations should be made? (Choose two.)
Which two considerations should be made? (Choose two.)
The Star object has fewer than two existing master-detail relationships.
The Galaxy object is required to contain existing roll-up summary fields.
The Galaxy object has fewer than two existing master-detail relationships.
The Star records are all required to have an existing value in their Galaxy field.
Business Logic and Process Automation
Data Management
Before code can be deployed in production, what percentage of test coverage must be achieved?
75
100
25
50
Data Modeling and Management
Data Management
Universal Containers wants to display a message when an opportunity close date is less than 60 days in the future.
What can be used to display different text on the opportunity record depending on the number of days until the target close date?
What can be used to display different text on the opportunity record depending on the number of days until the target close date?
Workflow Update
Process Builder
Sales Process
Formula Field
User Interface
Security
Which of the following are good ways to track changes in production?
Diff the metadata.
Use a change log request form.
Check the setup audit trail every week.
All of the above.
Security
Data Management
What are three true statements about dashboard filters?
Multiple Choice
What is true about dashboard filters? (Choose three.)
Filters can be added to dashboards that contain Visualforce components.
It s not possible to filter on bucket fields.
Filters aren t applied when you schedule or e-mail a dashboard.
You can t filter data on a joined report in dashboard view or add a filter to a dashboard that only has joined reports.
User Interface
Analytics
When should you use Data Loader? (Choose three scenarios)
Multiple Choice
Use Data Loader when __________. (Choose three.)
You need to load 50,000 to five million records. If you need to load more than 5 million records, we recommend you work with a Salesforce partner or visit the AppExchange for a suitable partner product.
You don t need the import process to be automated.
You need to load into an object that is not supported by the Data Import Wizard.
You want to schedule regular data loads, such as nightly imports.
Data Modeling and Management
Data Management
A custom field on an account is used to track finance information about a customer. Only members of the Finance Team have access to this field. However, the business wants to allow one customer service agent, who is assigned the customer service profile, read-only access to this field for special circumstances.
What is the recommended solution to grant the customer service agent access to the field?
What is the recommended solution to grant the customer service agent access to the field?
Update the Customer Service Profile already assigned to the agent to allow for read-only access to the field via Field Level Security.
Create a permission set that allows read-only access to the field via Field Level Security and assign it to the agent.
Create a new profile to allow for read-only access to the field via Field Level Security and assign it to the agent.
Update the custom field s Field Level Security in setup to allow the agent read-only access to the field.
User Interface
Security
Universal Containers 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.
What workflow action might cause this behavior? (Choose two.)
What workflow action might cause this behavior? (Choose two.)
Workflow Field updates with the "Re-evaluate Workflow Rules After Field Change" field selected.
Workflow Tasks where the "Due Date" field is set to "Rule Trigger Date" minus X Days.
Workflow Outbound Messages with the "Protected Component" field selected.
Workflow E-mails containing hard-coded links with Salesforce IDs referencing specific workflow rules.
Business Logic and Process Automation
Security
Comments