Practice free →
HomeGCP ML Engineercloudcomputingmleprototyping › Which Vertex AI capability should an ML Engineer…

Which Vertex AI capability should an ML Engineer use to handle PII / PHI during data preprocessing — masking, tokenising, or redacting sensitive columns before training?

AHardcoding 'remove PII' regexes in training code
BCloud Sensitive Data Protection (Cloud DLP) integrated with Dataflow / BigQuery preprocessing
CCloud DNS
DCloud Memorystore
Answer & Solution
Correct answer: B. Cloud Sensitive Data Protection (Cloud DLP) integrated with Dataflow / BigQuery preprocessing
Cloud DLP / SDP is the canonical PII protection layer (per PMLE §2.1). Hardcoded regex misses edge cases; the others aren't DLP.
Solve this in the app — GCP ML Engineer practice & 24k+ MCQs →
Related questions