MongoDB - Quiz

  • A A group of related tables
  • B A group of related documents
  • C A group of related columns
  • D A group of related fields
  • A Relational
  • B Document-oriented
  • C Key-value
  • D Graph
  • A SQL
  • B NoSQL
  • C Relational
  • D Object-oriented
  • A db.initateIndex()
  • B db.getIndexes()
  • C db.ensureIndex()
  • D All the Options
  • A Snapshot read concern
  • B Read uncommitted
  • C Read committed
  • D Repeatable read
  • A db.dropUser()
  • B db.dropsUsers()
  • C db.getUsers()
  • D All the Options
  • A Collection level locks
  • B Database level locks
  • C No locks were implemented
  • D All of the above