Logo

Mongodb Questions Set 2:

Quiz Mode

Which MongoDB method is used to query documents in collections?

1
2
3
4

Solution:

Which RAID configuration should be avoided with MongoDB deployments?

1
2
3
4

Solution:

If a driver has a version number of 3.6.2, what is the major version?

1
2
3
4

Solution:

Which MongoDB command displays the list of databases?

1
2
3
4

Solution:

A privilege consists of a specified resource and the actions permitted on the resource.

1
2
3
4

Solution:

Which of the following data types uses two values for the field?

1
2
3
4

Solution:

The _______ tool reads data from a MongoDB database and creates high fidelity BSON files.

1
2
3
4

Solution:

MongoDB Queries can return specific fields of documents which also include user-defined JavaScript functions.

1
2
3
4

Solution:

With MongoDB 3.0.0, the default use of the Power of 2 Sized Allocations minimizes the occurrences of re-allocations as well as allows for the effective reuse of the freed record space.

1
2
3
4

Solution:

Which of the following statements about MongoDB is correct?

1
2
3
4

Solution: