
Ultimate access to all questions.
You are tasked with developing a real-time system for a ride-hailing app to identify high-demand areas and efficiently redirect drivers to meet demand. The system will collect data from various sources, process it, and store the outcomes for real-time dashboards. Which of the following steps should be taken to implement the system effectively?
A
Group the data by using a session window in a Dataflow pipeline, and write the aggregated data to BigQuery.
B
Group the data by using a hopping window in a Dataflow pipeline, and write the aggregated data to Memorystore.
C
Group the data by using a tumbling window in a Dataflow pipeline, and write the aggregated data to Memorystore.
D
Group the data by using a hopping window in a Dataflow pipeline, and write the aggregated data to BigQuery.