Nosql Exam Questions With Verified And
Updated Answers
What method does instruct the server to avoid closing a cursor automatically after a period of
inactivity? (Select one)
a. cursor.noCursorTimeout()
b. cursor.readConcern()
c. cursor.objsLeftInBatch()
d. cursor.readPrefcursor.pretty() - answer✔a. cursor.noCursorTimeout()
Using the MongoDB shell, how do you remove the customer collection and its indexes?
a. db.customers.remove(\{\});
b. db.customers.delete();
c. db.customers.remove(\{\}).indexes();
d. db.customers.drop();
e. none of the mentioned - answer✔d. db.customers.drop();
What does return TRUE if the cursor returned by the db.collection.find() query can iterate
further to return more documents? (Select one)
a. cursor.hasNext()
b. cursor.next()
c. cursor.toArray()
d. db.collection.find()
e. cursor.forEach() - answer✔a. cursor.hasNext()
You are going to do a series of updates to multiple records. You find setting the multi option of
the update() command too tiresome. What should you do instead?
ALL RIGHTS RESERVED.
a. all answers correct
b. Use the replaceMany() command instead
c. Use the updateMany() command instead
d. Set the global multi option to True
e. Use the updateMulti() command instead - answer✔c. Use the updateMany() command
instead
What does iterate the cursor to apply a JavaScript function to each document from the cursor?
(Select one)
a. cursor.next()
b. cursor.toArray()
c. cursor.hasNext()
d. cursor.forEach()
e. db.collection.find() - answer✔d. cursor.forEach()
Which of the following line skips the first 5 documents in the bios collection and returns all
remaining documents?
a. db.bios.find().skip(1)
b. db.bios.find().sort(5)
c. db.bios.find().skip(5)
d. all answers correct
e. db.bios.find().limit(5) - answer✔c. db.bios.find().skip(5)
Which of the following methods can be used on a cursor object?
a. cursor.hasNext()
b. cursor.forEach()
c. all answers correct
d. cursor.next()
e. All of the presented - answer✔c. all answers correct
What method appends element to the array if this element doesn't exist already?
2|Page
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller TheStar. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $10.49. You're not tied to anything after your purchase.