CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 78: Databricks Certified Data Engineer Professional

The data governance team is reviewing code used for deleting records for compliance with GDPR. The following logic has been implemented to propagate delete requests from the user_lookup table to the user_aggregates table. Assuming that user_id is a unique identifying key and that all users that have requested deletion…

Nội dung câu hỏi

The data governance team is reviewing code used for deleting records for compliance with GDPR. The following logic has been implemented to propagate delete requests from the user_lookup table to the user_aggregates table. Assuming that user_id is a unique identifying key and that all users that have requested deletion have been removed from the user_lookup table, which statement describes whether successfully executing the above logic guarantees that the records to be deleted from the user_aggregates table are no longer accessible and why?

Minh họa câu hỏi

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. No; the Delta Lake DELETE command only provides ACID guarantees when combined with the MERGE INTO command.
  2. B. No; files containing deleted records may still be accessible with time travel until a VACUUM command is used to remove invalidated data files. — đáp án hiện tại
  3. C. Yes; the change data feed uses foreign keys to ensure delete consistency throughout the Lakehouse.
  4. D. Yes; Delta Lake ACID guarantees provide assurance that the DELETE command succeeded fully and permanently purged these records.
  5. E. No; the change data feed only tracks inserts and updates, not deleted records.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề