Google Cloud Professional Data Engineer — Question 54

You have a data pipeline that writes data to Cloud Bigtable using well-designed row keys. You want to monitor your pipeline to determine when to increase the size of your Cloud Bigtable cluster. Which two actions can you take to accomplish this? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D because monitoring write latency allows you to identify performance issues that may necessitate scaling the cluster, and tracking storage utilization helps ensure that you do not exceed capacity. Options A, B, and E focus on read/write pressure indices and read latency, which are less critical for determining when to expand the cluster.