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

Câu 17: DP-420: Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB

The following is a sample of a document in orders. The orders container uses customerId as the partition key. You need to provide a report of the total items ordered per month by item type. The solution must meet the following requirements: ✑ Ensure that the report can run as quickly as possible. ✑ Minimize the consum…

Nội dung câu hỏi

The following is a sample of a document in orders. The orders container uses customerId as the partition key. You need to provide a report of the total items ordered per month by item type. The solution must meet the following requirements: ✑ Ensure that the report can run as quickly as possible. ✑ Minimize the consumption of request units (RUs). What should you do?

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. Configure the report to query orders by using a SQL query.
  2. B. Configure the report to query a new aggregate container. Populate the aggregates by using the change feed. — đáp án hiện tại
  3. C. Configure the report to query orders by using a SQL query through a dedicated gateway.
  4. D. Configure the report to query a new aggregate container. Populate the aggregates by using SQL queries that run daily.

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ề