Objective 4.3
PDESharing data
Objective 4.3 sits in Preparing and using data for analysis, which carries 15% of the Data Engineer exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.
Objective title verbatim from the official objectives. Google Cloud exam page ↗
A worked example
Shown solved, with the whole explanation open: this is what every question here carries.
A team subscribes to a listing that shares a BigQuery dataset from another organization. What appears in the team's own project?
Correct.
Concept
Sharing without copying keeps one authoritative store and removes the drift duplication creates, at the price of the consumer never owning the bytes.
Why A
A linked dataset is a read-only BigQuery dataset that points at the shared dataset. Subscribing creates that pointer rather than a copy, so subscribers read the data but cannot add or update objects.
Source
Google Cloud: Introduction to BigQuery sharing, checked August 2026A linked dataset is a read-only BigQuery dataset that serves as a pointer or reference to a shared dataset. Subscribing to a listing creates a linked dataset in your project and not a copy of the dataset, so subscribers can read the data but cannot add or update objects within it.
Now you: objective 4.3 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
An engineer subscribes to a listing and asks what further grants the subscribing analysts need on the publisher's tables and views. What is required?
Sample question 2 of 3
A company publishes a dataset and turns on data egress restriction for the listing. Which operation can a subscriber no longer perform?
Sample question 3 of 3
A company plans to publish one dataset to a large partner network and asks how many subscriptions a single shared dataset supports. What is the ceiling?
Full Data Engineer question bank coming
We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.
Read the sources
These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.