Salesforce Certified Data Cloud Consultant — Question 11
Cumulus Financial wants to be able to track the daily transaction volume of each of its customers in real time and send out a notification as soon as it detects volume outside a customer's normal range.
What should a consultant do to accommodate this request?
Answer options
- A. Use streaming data transform combined with a data action.
- B. Use streaming data transform with a flow.
- C. Use a streaming insight paired with a data action.
- D. Use a calculated insight paired with a flow.
Correct answer: C
Explanation
The correct answer is C because a streaming insight allows for real-time data processing, which is essential for tracking transaction volumes as they occur. A data action can then be used to send notifications when the volume exceeds the normal range. The other options either do not provide real-time processing (A and B) or do not correctly pair the necessary components for notification (D).