Which of the following statement will insert 400 documents in to the testData collection?
(a) insertData("test", "testData", 200)
(b) insertData("test", "testData", 400)
(c) insertData("test", "testData", 600)
(d) all of the mentioned
I got this question during an interview.
I want to ask this question from Generate Test Data in chapter MongoDB CRUD Concepts and Operation of MongoDB