ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 160 - Professional Data Engineer discussion

Report
Export

After migrating ETL jobs to run on BigQuery, you need to verify that the output of the migrated jobs is the same as the output of the original. You've loaded a table containing the output of the original job and want to compare the contents with output from the migrated job to show that they are identical. The tables do not contain a primary key column that would enable you to join them together for comparison.

What should you do?

A.
Select random samples from the tables using the RAND() function and compare the samples.
Answers
A.
Select random samples from the tables using the RAND() function and compare the samples.
B.
Select random samples from the tables using the HASH() function and compare the samples.
Answers
B.
Select random samples from the tables using the HASH() function and compare the samples.
C.
Use a Dataproc cluster and the BigQuery Hadoop connector to read the data from each table and calculate a hash from non-timestamp columns of the table after sorting. Compare the hashes of each table.
Answers
C.
Use a Dataproc cluster and the BigQuery Hadoop connector to read the data from each table and calculate a hash from non-timestamp columns of the table after sorting. Compare the hashes of each table.
D.
Create stratified random samples using the OVER() function and compare equivalent samples from each table.
Answers
D.
Create stratified random samples using the OVER() function and compare equivalent samples from each table.
Suggested answer: B
asked 18/09/2024
mr yosh
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first