LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Data Engineer

Google Professional Data Engineer

Get started today

Ultimate access to all questions.


You are managing a complex data ecosystem where your primary relational data is stored and analyzed using Google Cloud's BigQuery, with all stored data contained within the US regions. Additionally, you utilize a range of object stores spread across Microsoft Azure and Amazon Web Services (AWS), also located within the US regions. Your requirement is to query all this data within BigQuery on a daily basis, while minimizing the movement of data across these platforms. What approach should you take to achieve this?

Exam-Like



Explanation:

The correct answer is D. BigQuery Omni allows you to query data directly in Azure and AWS object stores without physically moving it to BigQuery. This minimizes data transfer costs and delays, which aligns with the requirement to query all your data in BigQuery daily with as little movement of data as possible. Additionally, BigLake tables provide a unified view of both BigQuery tables and external object storage files, enabling seamless querying across multi-cloud data.

Powered ByGPT-5