C100DBA 試験問題を無料オンラインアクセス
試験コード: | C100DBA |
試験名称: | MongoDB Certified DBA Associate Exam (Based on MongoDB 4.4) |
認定資格: | MongoDB |
無料問題数: | 130 |
更新日: | 2025-09-05 |
You have the following index on the toys collection:
{
"manufacturer" : 1,
"name" : 1,
"date" : -1
}
Which of the following is able to use the index for the query? Check all that apply.
Which features of relational database management systems were deliberately omitted in MongoDB and help us to obtain horizontal scalability? Check all that apply.
The following aggregation option is used to specify the specific fields that needs to be passed to the next stage of the aggregation pipeline:
Consider that you have a collection called population which has fields state and city. Which of the following query will calculate the population grouped by state and city?