Join the discussion
Question 1/93
In which situations can we consider sharding?
Correct Answer: A,B,D
https://docs.mongodb.com/manual/sharding/
Add Comments
- Other Question (93q)
- Q1. In which situations can we consider sharding?
- Q2. Select all true statements about data modeling in MongoDB....
- Q3. Suppose you have a companies collection in your database. Only the following documents are...
- Q4. Suppose you have a following index for football_palyers collection: { "last_name": 1, "det...
- Q5. Select true statements about capped collections....
- Q6. Select all true statements regarding to replica sets in MongoDB....
- Q7. Which collection method do you need to use to drop a specific collection?...
- Q8. Select properly used $out operator.
- Q9. Suppose we have a shipwrecks collection with the following document structure: { _id: Obje...
- Q10. There is a gamers collection in your database with the following document structure: { _id...
- Q11. Suppose you want to familiarize with a new collection and want to display a single documen...
- Q12. Suppose you have a sales collection with the following document structure: { _id: ObjectId...
- Q13. Which of the following actions are granted to the built-in readWrite role?...
- Q14. Suppose we have a products collection with the following fields and values: _id (automatic...
- Q15. Which of the following actions are granted to the built-in userAdmin role?...
- Q16. Assign typical operational tasks to the Database Administrator....
- Q17. How to connect to MongoDB with mongod to localhost running on port 27017?...
- Q18. Which cursor method should you use to get information about the query plan?...
- Q19. Suppose you are connected to mongod instance that is already running on port 27000 as admi...
- Q20. Which of the following commands will add a collection that is stored in JSON file to a Mon...
- Q21. Select all options when you should deploy a MongoDB deployment with security enabled....
- Q22. Assign typical operational tasks to the Data Scientist....
- Q23. Where is the MongoDB configuration file usually located?...
- Q24. There is a gamers collection in your database with the following document structure: { _id...
- Q25. Select all default configurations for mongod.
- Q26. Assign typical operational tasks to the Mongo Developer....
- Q27. Given the following MongoDB URI: mongodb+srv://datascientist34:[email protected]/ad...
- Q28. Select all true statements regarding to $match stage in Aggregation Framework. In your dat...
- Q29. Which of the following stages do you need to use to randomly select 10 documents from a sp...
- Q30. What data structure is used to store the newly created index in MongoDB?...
- Q31. We have a movies collection with the following document structure: { _id: ObjectId("573a13...
- Q32. Why is high cardinality important when choosing a shard key?...
- Q33. Which command do you use to display all indexes in routes collection?...
- Q34. Consider the following command: $ mongod --dbpath /data/db --logpath /data/logs --replSet ...
- Q35. Which collection method can you use to build the index?...
- Q36. What can you deduce from the explain() method? For example: db.collection.find().explain()...
- Q37. We have an accounts collection with the following document structure: { _id: ObjectId("61a...
- Q38. Select all true statements regarding to $out stage....
- Q39. What is a MongoDB view?
- Q40. Select all true statements regarding to Aggregation Framework....
- Q41. In your database there is a movies collection with the following document structure: { _id...
- Q42. Suppose you have a products collection with an index: { product_category: 1 } For which of...
- Q43. Which of the following scenarios best suits the use of the Tree Pattern?...
- Q44. Select true statements regarding to MongoDB. Check all that apply....
- Q45. Select all true statements about indexes on a field with values of varying data types....
- Q46. Select all true statements about covered queries....
- Q47. You have a developers collection with the following document structure: { _id: 1, fname: '...
- Q48. We have the following index in a movies collection: { title: 1, genres: 1 } We want to ins...
- Q49. Suppose you have a developers collection with the following document structure: { _id: 1, ...
- Q50. Select all true statements regarding to the _id field in MongoDB documents. (select 4)...
- Q51. Select true statements about data modeling in MongoDB....
- Q52. Why is MongoDB a NoSQL database?
- Q53. Select all true statements about reconfiguring a replica set with rs.reconfig()....
- Q54. Suppose you have an accounts collection in your database. Only the following documents are...
- Q55. Select true statements about sorting & indexing performance....
- Q56. Given a movies collection where each document has the following structure: { _id: ObjectId...
- Q57. Select all true statements regarding to scaling....
- Q58. Select all true statements about the $facet stage....
- Q59. Select all true statements regarding to indexes....
- Q60. We have an accounts collection with only one document: { _id: 54657, account_id: 557378, p...
- Q61. We have a movies collection with the following document structure: { _id: ObjectId("573a13...
- Q62. Data modeling. You are considering the use of nesting or references in your data model. Do...
- Q63. Select all true statements regarding to replication in MongoDB....
- Q64. Select read concern levels that are supported by transactions in MongoDB....
- Q65. In your database there is a movies collection with the following document structure: { _id...
- Q66. Select true statements about the naming convention of collections in MongoDB....
- Q67. Use case: e-learning platform Which of the following scenarios is the best candidate to us...
- Q68. There are some special databases in MongoDB that we cannot use to create a new database. S...
- Q69. What does it command do in the mongo shell?
- Q70. You have to create a simple configuration file for mongod instance. Here are the requireme...
- Q71. Suppose you have a mobile_games collection with the following document structure: { game: ...
- Q72. A collection called players contains documents with the following structure: { _id: 1, use...
- Q73. There is a collection named products in MongoDB database. Your coworker wants to know how ...
- Q74. What stages will cause a merge on the primary shard for a database?...
- Q75. Suppose we have database with the following collections: db.users.insertMany([ { _id: 1, u...
- Q76. Suppose you have a books collection with title field. Which of the following queries will ...
- Q77. Which of the following commands will add a collection that is stored in BSON file to a Mon...
- Q78. What is a document in MongoDB?
- Q79. Which of the following statements are true about the mongo shell? Check all that apply....
- Q80. Suppose you have a movies collection with the following document structure: { _id: ObjectI...
- Q81. We have an accounts collection with the following document structure: { _id: ObjectId("5ca...
- Q82. Select the method that forces MongoDB to use a specific index....
- Q83. Which of the following rules (when ordering) should be followed when building query indexe...
- Q84. Select all true statements about setting up a replica set in MongoDB....
- Q85. How to correctly create a date (new object of Date type) in MongoDB?...
- Q86. Which of the following statements are true regarding MongoDB views?...
- Q87. Suppose you insert the following documents into companies collection: db.companies.insertM...
- Q88. Select all true statements regarding to duplicate documents in MongoDB....
- Q89. Suppose you have a companies collection in your database. Only the following documents are...
- Q90. Select true statement regarding to the MongoDB Atlas. (select 1)...
- Q91. Select all true statements regarding to transactions in MongoDB....
- Q92. We have a movies collection with the following document structure: { _id: ObjectId("573a13...
- Q93. You have the following index in a movies collection: { "title": 1, "imdb.rating": -1, "imd...
