Building Resilient Streaming Analytics Systems On Google Cloud
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 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