PROFESSIONAL-CLOUD-ARCHITECT · Question #353
Your company is a global financial services provider that processes and analyzes a high volume of credit card transactions in real time for fraud detection. Your analytics team must run complex batch
The correct answer is B. Use Dataflow to process the streaming data. D. Use BigQuery for the batch analytics reports.. Dataflow provides a fully managed way to process high-volume transaction streams in real time with minimal infrastructure management. BigQuery is a serverless analytics warehouse that is optimized for complex batch queries and daily reporting, eliminating the need to manage datab
Question
Options
- AUse Dataprep to ingest the transactions.
- BUse Dataflow to process the streaming data.
- CUse a Dataproc cluster for both the streaming and batch workloads.
- DUse BigQuery for the batch analytics reports.
- EUse Firestore to store and analyze the transaction data.
How the community answered
(30 responses)- A7% (2)
- B73% (22)
- C3% (1)
- E17% (5)
Explanation
Dataflow provides a fully managed way to process high-volume transaction streams in real time with minimal infrastructure management. BigQuery is a serverless analytics warehouse that is optimized for complex batch queries and daily reporting, eliminating the need to manage database or cluster infrastructure.
Topics
Community Discussion
No community discussion yet for this question.