Question 281 of 307
Single answer2. Schedule daily SQL jobs to deduplicate the affected tables.
3. Share the deduplication script with the other operational teams to reuse if this occurs to other tables.
2. Check for multiple writing to pipeline BigQuery sink.
3. Check for errors in Cloud Logging during the day of the release of the new pipelines.
4. If no errors, restore the BigQuery tables to their content before the last release by using time travel.
2. Check the BigQuery Audit logs to find job IDs.
3. Use Cloud Monitoring to determine when the identified Dataflow jobs started and the pipeline code version.
4. When more than one pipeline ingests data into a table, stop all versions except the latest one.
2. Restore the BigQuery tables to their content before the last release by using time travel.
3. Restart the Dataflow jobs and replay the messages by seeking the subscription to the timestamp of the release.
1. Check for duplicate rows in the BigQuery tables that have the daily partition data size doubled.<br /> 2. Check the BigQuery Audit logs to find job IDs.<br /> 3. Use Cloud Monitoring to determine when the identified Dataflow jobs started and the pipeline code version.<br /> 4. When more than one pipeline ingests data into a table, stop all versions except the latest one.
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.