EMT Practice Test
1. Question Content...
Question1: What data structure is used to store the newly created index in MongoDB?
Question2: Which collection method do you need to use to drop a specific collection?
Question3: What is the built-in database called config in MongoDB for?
Question6: Which cursor method should you use to get information about the query plan?
Question7: Select all true statements about MongoDB documents.
Question8: Which of the following actions are granted to the built-in readWrite role?
Question10: Why is MongoDB using BSON instead of JSON to store data? Select all that apply.
Question15: Select all true statements about replication in MongoDB.
Question18: Select all true statements regarding to Aggregation Framework.
Question20: Select all true statements about covered queries.
Question22: What does it command do in the mongo shell?
Question23: Select all true statements about reconfiguring a replica set with rs.reconfig().
Question27: Select all true statements regarding to the insert operation.
Question30: We can use REGEX in our queries in MongoDB - JavaScript regular expression syntax.
Question31: Select all true statements regarding to scaling.
Question32: In which situations can we consider sharding?
Question38: Select all true statements regarding to schema validation in MongoDB.
Question40: What is MongoDB Charts?
Question41: What do you mean by collection scan during query execution?
Question44: Which collection method do you need to use to drop a specific collection?
Question45: What stages will cause a merge on the primary shard for a database?
Question47: MongoDB can benefit from adding more RAM to your servers.
Question48: Where is the MongoDB configuration file usually located?
Question50: How to connect to MongoDB with mongod to localhost running on port 27017?
Question53: What is the built-in database called local in MongoDB for?
Question57: The greater the cardinality of a field, the...
Question59: What does IOPS stand for in database terminology?
Question60: Which of the following methods executes a database command? (mongo shell)
Question63: Select the method that forces MongoDB to use a specific index.
Question64: How to correctly create a date (new object of Date type) in MongoDB?
Question65: What is the best practice in using the $match operator?
Question67: Select true statements about sorting & indexing performance.
Question71: Select all true statements regarding to indexes.
Question74: Select true statements about data modeling in MongoDB.
Question75: Select all true statements regarding to replica sets in MongoDB.
Question77: Select all true statements about the $merge stage.
Question79: Select all true statement regarding to the MongoDB (BSON, JSON). (select 3)
Question80: Select all true statements about elections (replica set).
Question81: Which of the following read preference options may not result in out-of-date data?
Question85: Complete the sentence below.
Question86: What is MongoDB Compass?
Question88: Why is MongoDB a NoSQL database?
Question89: Select true statements about the naming convention of collections in MongoDB.