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.
A financial enterprise is designing an application-layer data protection pipeline to process customer transaction records before storing them in a shared data repository. The security team established the following technical requirements:
Which Sensitive Data Protection (Cloud DLP) configuration meets these requirements?
Sensitive Data Protection (Cloud DLP) provides cryptographic de-identification transformations such as Format-Preserving Encryption (FPE) via CryptoReplaceFfxFpeConfig. FPE encrypts structured input data (such as numeric telephone numbers or account numbers) into ciphertext of the exact same length and character set using the FFX mode of operation (specifically AES-256 in FFX).
CryptoReplaceFfxFpeConfig and choosing CommonAlphabet.NUMERIC, the generated ciphertext preserves character length and the numeric character domain, preventing database schema mismatches.ReidentifyContent) using the same cryptographic key and parameters.UnwrappedCryptoKey, the API supports KmsWrappedCryptoKey. The client provides the base64-encoded encrypted data encryption key (WrappedKey) along with the Cloud KMS resource identifier (CryptoKeyName). Sensitive Data Protection uses Cloud KMS IAM permissions to decrypt the DEK in memory inside Google's secure perimeter.SurrogateInfoType wraps or tags the transformed output with a custom infoType token (for example, ACCOUNT_TOKEN(...)), enabling downstream inspection rules to detect surrogate tokens and route them to re-identification pipelines.This approach combines NIST-standardized format-preserving encryption with automated envelope encryption, ensuring strong cryptographic security and compliance without disrupting relational database schemas.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.