Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Data Engineer Associate All Questions

View all questions & answers for the Certified Data Engineer Associate exam

Exam Certified Data Engineer Associate topic 1 question 139 discussion

Actual exam question from Databricks's Certified Data Engineer Associate
Question #: 139
Topic #: 1
[All Certified Data Engineer Associate Questions]

In a healthcare provider organization using Delta Lake to store electronic health records (EHRs), a data analyst needs to analyze a snapshot of the patient_records table from two weeks ago before some recent data corrections were applied.

What approach should the Data Engineer take to allow the analyst to query that specific prior version?

  • A. Truncate the table to remove all data, then reload the data from two weeks ago into the truncated table for the analyst to query.
  • B. Identify the version number corresponding to two weeks ago from the Delta transaction log, share that version number with the analyst to query using VERSION AS OF syntax, or export that version to a new Delta table for the analyst to query.
  • C. Restore the table to the version from two weeks ago using the RESTORE command, and have the analyst query the restored table.
  • D. Use the VACUUM command to remove all versions of the table older than two weeks, then the analyst can query the remaining version.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
RandomForest
1 month ago
Selected Answer: B
B is the only correct answer as we do not want to remove any data.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...