Practice free →
HomeGCP Data Engineercloudcomputinggcpdeprocess › Which Dataflow feature should a Data Engineer en…

Which Dataflow feature should a Data Engineer enable to BACKFILL or REPROCESS late-arriving data from Pub/Sub WITHOUT re-emitting already-published Pub/Sub messages?

ADataflow streaming jobs with snapshots (and Pub/Sub seek for replay where needed)
BDisabling exactly-once processing
CCloud Memorystore
DCloud DNS
Answer & Solution
Correct answer: A. Dataflow streaming jobs with snapshots (and Pub/Sub seek for replay where needed)
Dataflow snapshots + Pub/Sub seek enable reprocessing without re-publishing (per PDE §2.2). The other options aren't backfill features.
Solve this in the app — GCP Data Engineer practice & 24k+ MCQs →
Related questions