Home › GCP ML Engineer › cloudcomputing › mleprototyping › 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.
Related questions
Which industry-specific Google Cloud ML API should an ML Engineer use to extract structureWhich Google Cloud feature should an ML Engineer use to leverage Apache Spark in a JupyterWhich Vertex AI service should an ML Engineer use to MANAGE labelled datasets (image / texWhich Vertex AI capability should an ML Engineer use to track + compare experiment runs (hWhich Google Cloud service provides COLAB notebooks with enterprise IAM + VPC controls + pWhich Vertex AI service provides managed Jupyter notebooks with GCP integration + idle-shuWhich Vertex AI feature stores precomputed features in a centralised online + offline storWhich Vertex AI capability should an ML Engineer use to train custom models on tabular / i