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

Câu 89: AWS Certified Developer Associate(Old)

A developer is designing an Amazon DynamoDB table for an application. The application will store user information that includes a unique identifier and an email address for each user. The application must be able to query the table by using either the unique identifier or the email address. How should the developer de…

Nội dung câu hỏi

A developer is designing an Amazon DynamoDB table for an application. The application will store user information that includes a unique identifier and an email address for each user. The application must be able to query the table by using either the unique identifier or the email address. How should the developer design the DynamoDB table to meet these requirements?

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. For the primary key of the table, specify the unique identifier as the partition key and specify the email address as the sort key.
  2. B. For the primary key of the table, specify the unique identifier as the partition key. Create a local secondary index (LSI) based on the email address.
  3. C. For the primary key of the table, specify the email address as the partition key and specify the unique identifier as the sort key.
  4. D. For the primary key of the table, specify the unique identifier as the partition key. Create a global secondary index (GSI) based on the email address. — đá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ề