Google Cloud Associate Data Practitioner — Question 55

Your retail company collects customer data from various sources:
Online transactions: Stored in a MySQL database
Customer feedback: Stored as text files on a company server
Social media activity: Streamed in real-time from social media platforms
You are designing a data pipeline to extract this data. Which Google Cloud storage system(s) should you select for further analysis and ML model training?

Answer options

Correct answer: B

Explanation

The correct answer is B because BigQuery is ideal for analyzing online transactions and social media activity due to its ability to handle large datasets and perform complex queries efficiently. Cloud Storage is suitable for storing customer feedback, which may not require the same level of analytical processing as the other data types.