Cloud Digital Leader Practice Question: Google Cloud products, services, and solutions
A healthcare organization wants to build an application that ingests FHIR-formatted patient records from multiple hospital systems, normalizes them, and makes them queryable by clinical researchers. Which Google Cloud service is purpose-built for healthcare data interoperability?
⚠ Common exam trap
The GCDL exam often tests the misconception that any database (like BigQuery or Cloud SQL) can serve as a healthcare interoperability solution, but the trap here is that only the Cloud Healthcare API with FHIR store provides the native FHIR protocol support, validation, and compliance features required for healthcare data exchange.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Cloud Healthcare API with FHIR store support.
The Cloud Healthcare API with FHIR store support is purpose-built for healthcare data interoperability because it natively handles FHIR (Fast Healthcare Interoperability Resources) standards, including resource validation, versioning, and search. It provides a managed service that ingests, normalizes, and stores FHIR-formatted patient records from multiple hospital systems, enabling secure querying by clinical researchers without requiring custom ETL pipelines.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
BigQuery — store FHIR JSON records and query them with SQL.
Why it's wrong here
BigQuery is a serverless data warehouse that can store FHIR JSON blobs and run SQL queries, but it does not understand FHIR resources—it treats them as opaque JSON, so you lose built-in ability to search by resource type, resolve references, perform FHIR _search operations, or enforce resource-level versioning and validation. Streaming clinical data into BigQuery still requires a separate ingestion pipeline (e.g., Cloud Healthcare API), and it lacks native de-identification, so it is best used for analytics downstream of a FHIR store, not as the authoritative clinical data platform.
- ✓
Cloud Healthcare API with FHIR store support.
Why this is correct
Cloud Healthcare API provides a fully managed, standards-compliant layer for ingesting and serving clinical data using FHIR R4, HL7v2, and DICOM protocols. It includes built-in validation, search across FHIR resources, versioning, and de-identification, enabling interoperable access without custom medical data plumbing. This is purpose-built for healthcare workflows, unlike generic storage options.
- ✗
Cloud SQL — store patient records in a relational schema.
Why it's wrong here
Cloud SQL stores patient data in a custom relational schema, which requires manually modeling FHIR resources as tables and columns; this quickly breaks down with FHIR's nested, extensible structures and lacks standardised search parameters such as _search or _revinclude. There is no native HL7v2/FHIR ingestion, no built-in de-identification, and no compliance boundary for healthcare interoperability, forcing you to build all of that from scratch but still not achieving true FHIR compliance.
- ✗
Google Forms — collect patient data directly from hospitals via web forms.
Why it's wrong here
Google Forms is a survey tool, not an integration point; hospital EHR/EMR systems communicate via machine-readable healthcare standards like HL7v2 and FHIR over APIs or message queues, not by manual web form submissions. It cannot automatically ingest clinical events in real time, has no FHIR resource model, and lacks the server-side audit trails, consent management, and healthcare-specific data handling that a clinical data platform requires.
Go deeper
Related to this question
Learn chapter
Cloud Digital Transformation
Key term
ETL
ETL stands for Extract, Transform, Load, a process that moves data from multiple source systems into a single database, data warehouse, or data lake for analysis and reporting.
Key term
Google Cloud
Google Cloud is a suite of cloud computing services offered by Google that provides infrastructure, platform, and software solutions over the internet.
About these practice questions
Courseiva writes every GCDL question from scratch — 829 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This GCDL practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the GCDL exam.