What method instructs the server to not timeout a cursor automatically after a period of
inactivity? (Choose 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 drop 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 above - ANSWER d. db.customers.drop();
What returns 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 will be performing a series of updates to multiple records. You find setting the multi
option of the update() command too tiresome. What should you do instead?
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 can be called 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
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 Easton. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $14.99. You're not tied to anything after your purchase.