Câu 1: C100DBA: MongoDB Associate Database Administrator
Given the following sample documents in the products collection:{ “name” : “XPhone”, “ram” : 4, “cpu” : 2, “storage” : [ 64, 128, 256 ] },{ “name” : “XPad”, “ram” : 16, “cpu” : 2, “storage” : [ 128, 256, 512 ] },{ “name” : “GTablet”, “ram” : 12, “cpu” : 4, “storage” : [ 16, 64, 128 ] },{ “name” : “GPad”, “ram” : 8, “c…
Nội dung câu hỏi
Given the following sample documents in the products collection:{ “name” : “XPhone”, “ram” : 4, “cpu” : 2, “storage” : [ 64, 128, 256 ] },{ “name” : “XPad”, “ram” : 16, “cpu” : 2, “storage” : [ 128, 256, 512 ] },{ “name” : “GTablet”, “ram” : 12, “cpu” : 4, “storage” : [ 16, 64, 128 ] },{ “name” : “GPad”, “ram” : 8, “cpu” : 4, “storage” : [ 128, 256, 1024 ] },{ “name” : “GPhone”, “ram” : 4, “cpu” : 2, “storage” : [ 128, 256, 512 ] }Given the following query: What is the correct output of the query?
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.
- A. { “name” : “XPad”, “ram” : 16, “cpu” : 2, “storage” : [ 128, 256, 512 ] }{ “name” : “GTablet”, “ram” : 12, “cpu” : 4, “storage” : [ 16, 64, 128 ] }
- B. { “name” : “XPad”, “ram” : 16, “cpu” : 2, “storage” : [ 128, 256, 512 ] }{ “name” : “GTablet”, “ram” : 12, “cpu” : 4, “storage” : [ 16, 64, 128 ] }{ “name” : “GPad”, “ram” : 8, “cpu” : 4, “storage” : [ 128, 256, 1024 ] }
- C. { “name” : “GTablet”, “ram” : 12, “cpu” : 4, “storage” : [ 16, 64, 128 ] }{ “name” : “GPad”, “ram” : 8, “cpu” : 4, “storage” : [ 128, 256, 1024 ] } — đáp án hiện tại
- D. { “name” : “XPad”, “ram” : 16, “cpu” : 2, “storage” : [ 128, 256, 512 ] }{ “name” : “GPhone”, “ram” : 4, “cpu” : 2, “storage” : [ 128, 256, 512 ] }
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.