Skip to main content

Posts

Showing posts with the label 51 Best MongoDB Help Methods And Use [How To]:

51 Best MongoDB Help Methods And Use [How To]

In this post, I am sharing MongoDb’s “ Help methods ” and the details on specific methods including syntax and also for examples to go to below reference links. Stayed Informed   -   Apache Cassandra vs. Mongodb 1.       adminCommand (nameOrDocument) – It is used to switches to “admin” db and runs command. 2.       auth (username, password) 3.       cloneDatabase (fromhost) 4.       commandHelp (name) – It is returns the help for the command. 5.       copyDatabase (fromdb, todb, fromhost) 6.       createCollection (name, { size : ..., capped : ..., max : ... } ) 7.       createView (name, viewOn, [ { $operator: {...}}, ... ], { viewOptions } ) 8.       createUser (userDocument) – Used to create the users. 9.       currentOp () – It ...

Hadoop/BigData Interview Questions and Answers

Hadoop is an open source framework that store and scale large amount of data using clusters of commodity cloud servers. Which is developed by using Apache (Java)? What is hadoop? Name the most common Input Formats defined in Hadoop? Which one is default? What is InputSplit in Hadoop? How is the splitting of file invoked in Hadoop framework? What is the purpose of RecordReader in Hadoop? What is a Combiner in hadoop? What is JobTracker in hadoop? What are some typical functions of Job Tracker in hadoop? What is TaskTracker in hadoop? What is the relationship between jobs and tasks in hadoop? How does speculative execution work in hadoop? What is distributed cache in hadoop? Have you ever used Counters in hadoop? Is it possible to have hadoo...