Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Associate Data Practitioner Exam - Topic 2 Question 30 Discussion

You are working on a project that requires analyzing daily social media data. You have 100 GB of JSON formatted data stored in Cloud Storage that keeps growing.You need to transform and load this data into BigQuery for analysis. You want to follow the Google-recommended approach. What should you do?
C) Use Dataflow to transform the data and write the transformed data to BigQuery.
A) Manually download the data from Cloud Storage. Use a Python script to transform and upload the data into BigQuery.
B) Use Cloud Run functions to transform and load the data into BigQuery.
D) Use Cloud Data Fusion to transfer the data into BigQuery raw tables, and use SQL to transform it.

Google Associate Data Practitioner Exam - Topic 2 Question 30 Discussion

Actual exam question for Google's Associate Data Practitioner exam
Question #: 30
Topic #: 2
[All Associate Data Practitioner Questions]

You are working on a project that requires analyzing daily social media dat

a. You have 100 GB of JSON formatted data stored in Cloud Storage that keeps growing.

You need to transform and load this data into BigQuery for analysis. You want to follow the Google-recommended approach. What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: C

Comprehensive and Detailed in Depth

Why C is correct:Dataflow is a fully managed service for transforming and enriching data in both batch and streaming modes.

Dataflow is googles recomended way to transform large datasets.

It is designed for parallel processing, making it suitable for large datasets.

Why other options are incorrect:A: Manual downloading and scripting is not scalable or efficient.

B: Cloud Run functions are for stateless applications, not large data transformations.

D: While Cloud Data fusion could work, Dataflow is more optimized for large scale data transformation.


Dataflow: https://cloud.google.com/dataflow/docs

Query successful

Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel