What is the equivalent command in MongoDB for the following SQL query?
SELECT * FROM posts WHERE author like "%john%"
Which of the following operator can be used to limit the number of documents in an array field of a document after an update is performed?
Which of the following does MongoDB use to provide High Scalability?
You have a replicated cluster with 1 primary, 3 secondary, 1 arbiter. One of the secondary is hidden. What is the replication factor of this replicated cluster?
Which of the following collections stores authentication credentials in MongoDB?
Using an arbiter allows one to easily ensure an odd number of voters in replica sets. Why is this important?
Which command is used to determine storage capacity of specific database?