professional-cloud-data-engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise is designing a real-time data ingestion pipeline that transfers highly sensitive customer financial records from compute workloads in a private Virtual Private Cloud (VPC) to a managed Cloud SQL database instance. The security compliance policy mandates two strict requirements:
Which combination of architecture and security configurations should the data engineer implement to satisfy these requirements?
This solution combines database-level transport security enforcement with network isolation and context-aware perimeter boundaries. By configuring the Cloud SQL instance with ssl_mode set to ENCRYPTED_ONLY, utilizing Private Services Access (PSA) for internal routing, and establishing a VPC Service Controls (VPC SC) service perimeter, data movement is protected at the transport, network, and organizational layers.
ENCRYPTED_ONLY guarantees that all incoming connections must use SSL/TLS encryption. Any connection attempt over cleartext or unencrypted TCP is rejected at the database listener level.ENCRYPTED_ONLY).This approach directly satisfies all regulatory mandates without relying on client-side discretion or exposing services to public endpoints. It ensures that traffic cannot traverse unencrypted channels, cannot be routed over the public internet, and cannot be exfiltrated outside the managed perimeter boundary.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.