
Answer-first summary for fast verification
Answer: Upload the data to Cloud Storage using the gcloud storage command.
For unstructured data in different file formats, Cloud Storage is the appropriate service to use on Google Cloud. Cloud Storage is designed to handle and store unstructured data, making it accessible for processing and analysis, including for Dataflow jobs. Options A, C, and D are services designed for structured data or specific database solutions, and thus are not suitable for the given scenario. Therefore, the correct answer is B.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is dealing with a vast amount of unstructured data stored in various file formats such as CSV, JSON, and text files. To handle and process this data, you need to perform ETL (Extract, Transform, Load) operations to convert it into a structured format suitable for further processing. The goal is to make the data accessible in Google Cloud, enabling a Dataflow job to process it efficiently. What steps should you take to achieve this?
A
Upload the data to BigQuery using the bq command line tool.
B
Upload the data to Cloud Storage using the gcloud storage command.
C
Upload the data into Cloud SQL using the import function in the Google Cloud console.
D
Upload the data into Cloud Spanner using the import function in the Google Cloud console.
No comments yet.