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

Câu 27: Databricks Certified Data Engineer Professional

An upstream source writes Parquet data as hourly batches to directories named with the current date. A nightly batch job runs the following code to ingest all data from the previous day as indicated by the date variable: Assume that the fields customer_id and order_id serve as a composite key to uniquely identify each…

Nội dung câu hỏi

An upstream source writes Parquet data as hourly batches to directories named with the current date. A nightly batch job runs the following code to ingest all data from the previous day as indicated by the date variable: Assume that the fields customer_id and order_id serve as a composite key to uniquely identify each order. If the upstream system is known to occasionally produce duplicate entries for a single order hours apart, which statement is correct?

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. Each write to the orders table will only contain unique records, and only those records without duplicates in the target table will be written.
  2. B. Each write to the orders table will only contain unique records, but newly written records may have duplicates already present in the target table. — đáp án hiện tại
  3. C. Each write to the orders table will only contain unique records; if existing records with the same key are present in the target table, these records will be overwritten.
  4. D. Each write to the orders table will only contain unique records; if existing records with the same key are present in the target table, the operation will fail.
  5. E. Each write to the orders table will run deduplication over the union of new and existing records, ensuring no duplicate records are present.

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ề