CSA Reports, Dashboards & Automation 4 — Questions and Answers
Question 1: Which field type can be created directly within a report to categorize numeric values into ranges without changing the underlying data?
- Formula field
- Custom field
- Bucket field (Correct answer)
- Rollup Summary field
Correct answer: Bucket field
Bucket fields allow you to group report values into named ranges or categories within the report itself.
Question 2: In Salesforce Flow Builder, which element is used to retrieve a single record from the database?
- Get Records (Correct answer)
- Update Records
- Create Records
- Loop
Correct answer: Get Records
The 'Get Records' element queries the database and returns one or more records matching specified criteria.
Question 3: A manager wants a report showing all Opportunities grouped by Stage with subtotals for Amount. Which report type should be used?
- Tabular
- Summary (Correct answer)
- Matrix
- Joined
Correct answer: Summary
Summary reports support grouping by fields and display subtotals and totals for grouped data.
Question 4: What is the primary difference between a Workflow Rule and a Flow in Salesforce?
- Workflow can update related records; Flow cannot
- Flow supports complex logic, loops, and multiple object updates; Workflow is limited to simple actions (Correct answer)
- Workflow is available in Lightning; Flow is Classic only
- Flow requires coding; Workflow does not
Correct answer: Flow supports complex logic, loops, and multiple object updates; Workflow is limited to simple actions
Flow Builder supports branching logic, loops, screen interactions, and multi-object DML, far exceeding the limited actions of legacy Workflow Rules.
Question 5: Which dashboard running user setting ensures all viewers see the same data regardless of their own data access?
- Dynamic Dashboard
- Viewer's context
- Run as specified user (Correct answer)
- Shared Dashboard
Correct answer: Run as specified user
When a dashboard is set to run as a specified user, all viewers see data filtered by that user's profile and sharing settings.
Question 6: An admin needs to prevent a record from being saved if a required field is blank. Which Salesforce feature should be used?
- Workflow Rule
- Validation Rule (Correct answer)
- Assignment Rule
- Flow
Correct answer: Validation Rule
Validation Rules evaluate criteria before saving and display an error message to prevent saving if conditions are not met.
Question 7: In a Salesforce report, what does 'Conditional Highlighting' do?
- Highlights fields that were recently changed
- Applies color formatting to summary fields based on threshold values (Correct answer)
- Marks records shared with other users
- Highlights duplicate records
Correct answer: Applies color formatting to summary fields based on threshold values
Conditional Highlighting colors summary numeric fields based on ranges you define, making it easy to spot high or low values.
Which field type can be created directly within a report to categorize numeric values into ranges without changing the underlying data?