adplus-dvertising
frame-decoration

Question

User-defined indexes on multiple fields is called ___________

a.

composite index

b.

secondary index

c.

compound index

d.

none of the mentioned

Posted under MongoDb Datatypes MongoDB

Answer: (c).compound index

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. User-defined indexes on multiple fields is called ___________

Similar Questions

Discover Related MCQs

Q. An application communicates with MongoDB by way of a client library, called _____________

Q. Point out the correct statement.

Q. Which of the following data structures are documents in MongoDB?

Q. MongoDB uses the ________ notation to access the elements of an array and to access the fields of an embedded document.

Q. Index keys that are of the _______ type are more efficiently stored in the index.

Q. To store documents larger than the maximum size, MongoDB provides the _______ API.

Q. Point out the wrong statement.

Q. MongoDB documents are composed of field-and-value pairs and have the following structure?

Q. BSON is a binary representation of ________ documents.

Q. Point out the correct statement.

Q. The __________ JavaScript shell and the MongoDB language drivers translate between BSON and the language-specific document representation.

Q. Which of the following query is used to generate a new ObjectId, use the ObjectId() constructor with no argument?

Q. __________ returns the JavaScript representation in the form of a string literal.

Q. The ______ field is always the first field in the document.

Q. To ensure functioning replication, do not store values that are of the _______ regular expression type in the _id field.

Q. Point out the wrong statement.

Q. Which of the field is reserved for use as a primary key?

Q. Object_Id is similar to _________ key in Relational Databases.

Q. In the mongo shell, you can access the creation time of the ObjectId, using the ______ method.

Q. There is _________ byte counter in BSON, starting with a random value.