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

Câu 56: Databricks Certified Data Engineer Professional

The data science team has requested assistance in accelerating queries on free form text from user reviews. The data is currently stored in Parquet with the below schema:item_id INT, user_id INT, review_id INT, rating FLOAT, review STRINGThe review column contains the full text of the review left by the user. Specific…

Nội dung câu hỏi

The data science team has requested assistance in accelerating queries on free form text from user reviews. The data is currently stored in Parquet with the below schema:item_id INT, user_id INT, review_id INT, rating FLOAT, review STRINGThe review column contains the full text of the review left by the user. Specifically, the data science team is looking to identify if any of 30 key words exist in this field. A junior data engineer suggests converting this data to Delta Lake will improve query performance. Which response to the junior data engineer s suggestion is correct?

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. Delta Lake statistics are not optimized for free text fields with high cardinality. — đáp án hiện tại
  2. B. Text data cannot be stored with Delta Lake.
  3. C. ZORDER ON review will need to be run to see performance gains.
  4. D. The Delta log creates a term matrix for free text fields to support selective filtering.
  5. E. Delta Lake statistics are only collected on the first 4 columns in a table.

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ề