Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam Professional-Data-Engineer All Questions
Exam Professional-Data-Engineer All Questions

View all questions & answers for the Professional-Data-Engineer exam

Google Cloud Certified Professional-Data-Engineer Question # 76 Topic 8 Discussion

Professional-Data-Engineer Exam Topic 8 Question 76 Discussion:
Question #: 76
Topic #: 8

Your company is performing data preprocessing for a learning algorithm in Google Cloud Dataflow. Numerous data logs are being are being generated during this step, and the team wants to analyze them. Due to the dynamic nature of the campaign, the data is growing exponentially every hour.

The data scientists have written the following code to read the data for a new key features in the logs.

BigQueryIO.Read

.named(“ReadLogData”)

.from(“clouddataflow-readonly:samples.log_data”)

You want to improve the performance of this data read. What should you do?


A.

Specify the TableReference object in the code.


B.

Use .fromQuery operation to read specific fields from the table.


C.

Use of both the Google BigQuery TableSchema and TableFieldSchema classes.


D.

Call a transform that returns TableRow objects, where each element in the PCollexction represents a single row in the table.


Get Premium Professional-Data-Engineer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.