Google Cloud Professional Data Engineer — Question 96

You need to create a near real-time inventory dashboard that reads the main inventory tables in your BigQuery data warehouse. Historical inventory data is stored as inventory balances by item and location. You have several thousand updates to inventory every hour. You want to maximize performance of the dashboard and ensure that the data is accurate. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because using BigQuery streaming allows for real-time data updates, enabling the dashboard to reflect changes almost immediately while maintaining historical accuracy. The other options either do not provide real-time updates (A and D) or may lead to performance issues due to unnecessary scanning of data (B).