0% found this document useful (0 votes)
353 views

Building Resilient Streaming Analytics Systems On Google Cloud

This document provides a quiz on building resilient streaming analytics systems on Google Cloud. It contains six sections that quiz the user on Dataflow, Pub/Sub, Dataflow models, BigQuery, Cloud Bigtable, and optimizing BigQuery queries. The questions cover topics like Dataflow's capabilities for resilient pipelines, Pub/Sub delivery methods and guarantees, the four questions addressed by Dataflow models, if Data Studio can query BigQuery, improving Cloud Bigtable performance, and best practices for BigQuery queries.

Uploaded by

Prashant Rohilla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
353 views

Building Resilient Streaming Analytics Systems On Google Cloud

This document provides a quiz on building resilient streaming analytics systems on Google Cloud. It contains six sections that quiz the user on Dataflow, Pub/Sub, Dataflow models, BigQuery, Cloud Bigtable, and optimizing BigQuery queries. The questions cover topics like Dataflow's capabilities for resilient pipelines, Pub/Sub delivery methods and guarantees, the four questions addressed by Dataflow models, if Data Studio can query BigQuery, improving Cloud Bigtable performance, and best practices for BigQuery queries.

Uploaded by

Prashant Rohilla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Building Resilient Streaming Analytics Systems on Google Cloud

------------------QUIZ 1

Dataflow offers the following that makes it easy to create resilient streaming
pipelines when working with unbounded data: (Select all 2 correct responses)
- Ability to flexibly reason about time
- Controls to ensure correctness

------------------QUIZ 2
True or False? Pub/Sub guarantees that messages delivered are in the order they
were received
- False

Which of the following delivery methods is ideal for subscribers needing close to
real time performance?
- Push Delivery

Which of the following about Pub/Sub is NOT true?


- Pub/Sub stores your messages indefinitely until you request it

Which of the following about Pub/Sub topics and subscriptions are true? (Select all
2 correct responses)
- 1 or more subscriber(s) can request from the same subscription
- 1 or more publisher(s) can write to the same topic

------------------QUIZ 3
The Dataflow models provides constructs that map to the four questions that are
relevant in any out-of-order data processing pipeline:
- BADC

------------------QUIZ 4
True or False? Data Studio can issue queries to BigQuery
- True

------------------QUIZ 5
Which of the following can help improve performance of Bigtable? (Select all 3
correct responses)
- Change schema to minimize data skew
- Clients and Bigtable are in same zone
- Add more nodes

True or False? Cloud Bigtable learns access patterns and attempts to distribute
reads and storage across nodes evenly
- True

Which of the following are true about Cloud Bigtable? (Mark all 3 correct
responses)
- Great for time-series data
- Offers very low-latency in the order of milliseconds
- Ideal for >1TB data

------------------QUIZ 6
Which of the following practices help optimize BigQuery queries?
- Put the largest table on the left
- Filter early and often
- Avoid using unnecessary columns

You might also like