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

Câu 15: QSDA2018: Qlik Sense Data Architect Certification Exam

Refer to the exhibit. In the data load editor, the tables are loaded in the following sequence:1. OrderHeader2. OrderDetails3. ProductsThe three tables CANNOT be modified as all fields are required. A data architect must create a Cost of Goods Sold (COGS) field calculated as UnitCost* Quantity. Some products may NOT h…

Nội dung câu hỏi

Refer to the exhibit. In the data load editor, the tables are loaded in the following sequence:1. OrderHeader2. OrderDetails3. ProductsThe three tables CANNOT be modified as all fields are required. A data architect must create a Cost of Goods Sold (COGS) field calculated as UnitCost* Quantity. Some products may NOT have UniCost, so the COGS value must be zero for these products. How should the data architect meet this requirement?

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. 1. Load the Products table as the first table 2. Create a new field in the OrderDetails table: Quantity * IsNull (UnitCost) as COGS
  2. B. 1. Perform a preceding load on the Product table 2. Create a new field in the OrderDetails table: if((UnitCost ג€" null() or ג€, 0) * Quantity as COGS
  3. C. 1. Join the Products and OrderDetails on ProductID 2. Create a new field in the OrderDetails table: Replace(Null, 0, UnitCost) * Quantity as COGS
  4. D. 1. Create a mapping load table as the first table from the Product table 2. Create a new field to the OrderDetails table: ApplyMap ('UnitCost_Map', ProductID, 0) * Quantity as COGS — đáp án hiện tại

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ề