C100DBA Exam Question 21

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?
  • C100DBA Exam Question 22

    What is the equivalent command in MongoDB for the following SQL query?
    SELECT * FROM posts WHERE author like "%john%"
  • C100DBA Exam Question 23

    In a collection that contains 100 post documents, what does the following command do? db. posts.
    find().skip(5).limit(5)
  • C100DBA Exam Question 24

    Which of the following is incorrect statement about find and findOne operations in MongoDB?
  • C100DBA Exam Question 25

    You perform the following operation in the shell: db.foo.insert( { } ); What gets inserted?