wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Sources & Sinks: BigQueryIO

Total questions: 7

Worksheet time: 4mins

Name
Class
Date
1.

What is the role of the BigQuery Storage API in Apache Beam?

a)

To manage metadata and schema definitions for BigQuery tables.

b)

To facilitate high-throughput consumption of data from BigQuery

c)

To export BigQuery results to local storage before reading them

d)

To transform BigQuery data into JSON format

2.

When using BigQuery IO to read data, what is the process after Dataflow submits a SQL query to BigQuery?

a)

BigQuery directly streams the results to the Dataflow pipeline.

b)

BigQuery exports the results to a temporary staging location in Google Cloud Storage.

c)

Dataflow performs the query and returns results directly without using BigQuery.

d)

BigQuery stores the results in a local cache for subsequent retrieval

3.

Which method can be used to write to multiple destinations in BigQuery with different schemas?

a)

Using a static destination configuration in BigQuery IO.

b)

Applying dynamic destinations to route writes to various tables.

c)

Utilizing the file load method for batch writing.

d)

Configuring BigQuery to handle data through the streaming write method only.

4.

What is the default write method for streaming jobs in BigQuery IO?

a)

File load method.

b)

Batch method.

c)

Streaming write method.

d)

Dynamic destination method.

5.

In BigQuery IO, how can you filter rows when reading data?

a)

By specifying a column projection.

b)

By using the withRowRestriction clause for row filtering.

c)

By applying schema transformations before reading.

d)

By defining dynamic destinations for row filtering.

6.

Which feature of BigQuery IO can help reduce the amount of data read from BigQuery?

a)

Dynamic destinations.

b)

Column projection.

c)

Row restriction.

d)

Streaming write method.

7.

What is the main advantage of using the BigQuery Storage API over the standard SQL method for reading data?

a)

It provides direct access to BigQuery metadata.

b)

It achieves higher throughput for reading data.

c)

It automatically handles schema changes.

d)

It simplifies the SQL query syntax.