Professional Cloud Security 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 architecting an automated data protection pipeline using Sensitive Data Protection (SDP) and Cloud Dataflow to sanitize transactional records before storing them in BigQuery. The solution must satisfy the following distinct workload requirements:
JOIN and aggregation operations on customer identifiers across multiple independent batch jobs and streaming runs. The tokens must be mathematically irreversible (one-way) to prevent sensitive identity leakage under any circumstance.Which combination of Sensitive Data Protection cryptographic transformations and key configurations should the security engineer implement?
Sensitive Data Protection provides cryptographic de-identification primitives designed to balance data privacy, referential integrity, and analytical utility. This solution combines one-way cryptographic hashing (CryptoHashConfig) for irreversible tokenization with deterministic encryption (CryptoDeterministicConfig using AES-SIV) for reversible pseudonymization, both backed by Cloud KMS-wrapped cryptographic keys (KmsWrappedCryptoKey).
JOIN and GROUP BY operations without ever being able to decrypt or re-identify the raw identifier.This architecture strictly enforces least-privilege token reversibility by utilizing irreversible hashing for standard analytics and authenticated AES-SIV deterministic encryption only for workflows that explicitly require re-identification. Utilizing Cloud KMS wrapping meets enterprise key management standards without exposing plaintext secrets in de-identification templates.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.