Exam Associate-Data-Practitioner Topic 1 Question 14 Discussion
Actual exam question for Google's Associate-Data-Practitioner exam
Question #: 14
Topic #: 1
Question #: 14
Topic #: 1
You need to create a weekly aggregated sales report based on a large volume of dat a. You want to use Python to design an efficient process for generating this report. What should you do?
Suggested Answer: D Vote an answer
Using Dataflow with a Python-coded Directed Acyclic Graph (DAG) is the most efficient solution for generating a weekly aggregated sales report based on a large volume of data. Dataflow is optimized for large-scale data processing and can handle aggregation efficiently. Python allows you to customize the pipeline logic, and Cloud Scheduler enables you to automate the process to run weekly. This approach ensures scalability, efficiency, and the ability to process large datasets in a cost-effective manner.
by Ives at Mar 01, 2025, 11:50 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).