gs gs112 Data Models - Data Modeling Concepts - Quiz No.1
gs gs112 MongoDB Quiz
This quiz belongs to book/course code gs gs112 MongoDB of gs organization. We have 98 quizzes available related to the book/course MongoDB. This quiz has a total of 10 multiple choice questions (MCQs) to prepare and belongs to topic Data Models. NVAEducation wants its users to help them learn in an easy way. For that purpose, you are free to prepare online MCQs and quizzes.
NVAEducation also facilitates users to contribute in online competitions with other students to make a challenging situation to learn in a creative way. You can create one to one, and group competition on an topic of a book/course code. Also on NVAEducation you can get certifications by passing the online quiz test.
Question 1: ___________ data models allow applications to store related pieces of information in the same database record.
Reference
Embedded
External
None of the mentioned
Question 2: Point out the correct statement.
With MongoDB, you cannot embed related data in a single structure or document
The key consideration for the structure of your documents is the decision to embed or to use references
Reference schema is generally known as “denormalized” models
None of the mentioned
Question 3: Embedded data model is used when you have _________ relationships between entities.
contains
isa
inheritance
all of the mentioned
Question 4: Normalized data models describe relationships using ___________ between documents.
relativeness
references
evaluation
none of the mentioned
Question 5: Point out the wrong statement.
Embedded data models make it possible to update related data in a single atomic write operation
Embedding related data in documents may lead to situations where documents grow after creation
With the MMAPv1 storage engine, document growth can impact write performance and lead to data fragmentation
All of the mentioned
Question 7: MongoDB using the mmapv1 storage engine has limits on the number of __________
namespaces
collections
documents
none of the mentioned
Question 8: To get the current number of namespaces in the mongo shell, use ________________
db.system.namespaces.countc()
db.system.namespaces.count(*)
db.system.namespaces.count()
all of the mentioned
Question 9: The __________ feature of collections expires documents after a period of time.
TEL
TTL
TPL
None of the mentioned
Online Quizzes of gs112 MongoDB
GridFS, BSON Datatype and Administration Concepts - BSON - Quiz No.1
gs gs112
MongoDB Online Quizzes