1.

Which of the following can store JavaScript functions for reuse?(a) store.js(b) system.js(c) system.store.js(d) save.jsThis question was addressed to me by my college professor while I was bunking the class.This interesting question is from System Collections in chapter Production Checklist, Security Concepts and Network Security of MongoDB

Answer»

The CORRECT CHOICE is (B) system.js

Easiest EXPLANATION: To store a function, you can use the db.collection.save().



Discussion

No Comment Found

Related InterviewSolutions