Introduction to Processing Streaming Data
Q1)
Q2) Match the GCP product with its role when designing streaming systems
Product Role
__ 1. Pub/Sub A. Controls to handle late-arriving and out-of-order data
__ 2. Dataflow B. Global message queue
__ 3. BigQuery C. Latency in the order of milliseconds when querying against overwhelming volume
__ 4. Bigtable D. Query data as it arrives from streaming pipelines
- B
- A
- D
- C
Serverless Messaging with Cloud Pub/Sub
Q1) Which of the following about Cloud Pub/Sub is NOT true?
- Pub/Sub stores your messages indefinitely until you request it
Q2)Cloud Pub/Sub guarantees that messages delivered are in the order they were received
- False
Q3) Which of the following about Cloud Pub/Sub topics and subscriptions are true ?
- 1
- 2
Q4) Which of the following delivery methods is ideal for subscribers needing close to real time performance?
- Push Delivery
- B
- A
- D
- C
- Data Studio supports data ingest thought multiple connectors.
- True
- Offers very low-latency in the order of milliseconds
- Ideal for >1TB data
- Great for time-series data
- True
- Change schema to minimize data skew
- Clients and Bigtable are in same zone
- Add more nodes
- Put the largest table on the left
- Filter early and often
- Avoid using unnecessary columns
0 Comments