Professional Data Engineer Study Guide
You are in the right place. This is the written companion to the Professional Data Engineer practice exams, a complete walk through everything the PDE tests, in one place. It follows a data engineer's real job on Google Cloud: take a business requirement and turn it into a system that ingests data, processes it, stores it where it can be read efficiently, serves it to people and models, and then keeps running cheaply and reliably for years.
The exam rewards judgment far more than recall. Stems read like real scenarios, give you two or three options that would all technically work, and ask which one best fits the stated requirement. The instinct it keeps testing is to meet the requirement with the least standing risk and the least custom plumbing: bind IAM at the narrowest level that works, keep one governed copy of the data instead of duplicating it, and shape the work before buying more capacity. Expect to choose between batch and streaming on a freshness contract, between Dataflow and Dataproc on the team and the data's home, and between Cloud SQL, Spanner, Bigtable, and BigQuery on how the data is read and written.
The guide is organized by the five official domains, weighted the way the real exam weights them. They trace the data lifecycle: Designing Data Processing Systems, then Ingesting and Processing Data (the heaviest at 25%), then Storing the Data, then Preparing and Using Data for Analysis (the lightest at 15%), and finally Maintaining and Automating Workloads. Each chapter builds the mental model in plain language, separates the look-alike services with comparison tables and decision trees, and ends with a cheat sheet of the rules worth memorizing. Start at the top to follow the full lifecycle, or pick a domain from the list beside the page.