mongodb certification

7
Certified MongoDB Professional VS-1058

Upload: vskills

Post on 27-Jan-2015

106 views

Category:

Education


2 download

DESCRIPTION

Vskills certification for Certified Magento Professional assesses the candidate for proficiency in Magento based website and web application development. The certification tests the candidates on various areas in Magento which includes installing, configuring, administering and customizing magento for development of websites and web applications. http://www.vskills.in/certification/Certified-Magento-Professional

TRANSCRIPT

Page 1: MongoDB  Certification

Certified MongoDB Professional VS-1058

Page 2: MongoDB  Certification

Certified MongoDB Professional

www.vskills.in

CCCCertified ertified ertified ertified MongoDB ProfessionalMongoDB ProfessionalMongoDB ProfessionalMongoDB Professional

Certification CodeCertification CodeCertification CodeCertification Code VS-1058

Vskills certification for MongoDB Professional assesses the candidate for MongoDB. The certification tests the candidates on various areas in MongoDB which includes knowledge of installing, administering and developing applications utilizing the MongoDB database.

Why should one take this certification?Why should one take this certification?Why should one take this certification?Why should one take this certification?

This Course is intended for professionals and graduates wanting to excel in their chosen areas. It is also well suited for those who are already working and would like to take certification for further career progression.

Earning Vskills MongoDB Professional Certification can help candidate differentiate in today's competitive job market, broaden their employment opportunities by displaying their advanced skills, and result in higher earning potential.

For employers, the certification provides skill verification tools that not only help assess a person's skills in MongoDB database but also the ability to quickly complete on-the-job tasks across multiple programs.

Who will benefit from taking this certification?Who will benefit from taking this certification?Who will benefit from taking this certification?Who will benefit from taking this certification?

Job seekers looking to find employment in various software and IT infrastructure companies, students generally wanting to improve their skill set and make their CV stronger and existing employees looking for a better role can prove their employers the value of their skills through this certification.

Test DetailsTest DetailsTest DetailsTest Details

• Duration:Duration:Duration:Duration: 60 minutes • No. of questions:No. of questions:No. of questions:No. of questions: 50 • Maximum marks:Maximum marks:Maximum marks:Maximum marks: 50, Passing marks: 25 (50%)

There is no negative marking in this module.

Fee StructureFee StructureFee StructureFee Structure

Rs. 3,500/- (Includes all taxes)

Page 3: MongoDB  Certification

Certified MongoDB Professional

www.vskills.in

Companies that hireCompanies that hireCompanies that hireCompanies that hire Vskills Vskills Vskills Vskills Certified Certified Certified Certified MongoDB MongoDB MongoDB MongoDB ProfessionalProfessionalProfessionalProfessional

Vskills Certified MongoDB Professional finds employment in big or small cloud based software development and IT infrastructure companies. There is a shortage of skilled professionals in this field and companies are in a constant look out of people well acquainted with the work culture and the processes involved.

Page 4: MongoDB  Certification

Certified MongoDB Professional

www.vskills.in

Table of Contents

1.1.1.1. IntroductionIntroductionIntroductionIntroduction 1.1 MongoDB evolution 1.2 Need for document-oriented databases 2.2.2.2. ComponentsComponentsComponentsComponents 2.1 Documents, collections and shell 2.2 Various data types in MongoDB 3.3.3.3. InstallationInstallationInstallationInstallation 3.1 Pre-requisites for installation 3.2 Installation steps of MongoDB 4.4.4.4. Data ManagementData ManagementData ManagementData Management 4.1 Documents management (create, delete and update) 4.2 Data querying and indexing 4.3 Using map-reduce and aggregation 4.4 DBRef, db.eval, GridFS and capped collections 5.5.5.5. AdministeringAdministeringAdministeringAdministering 5.1 MongoDB instance execute and halt 5.2 Admin interface and serverStatus 5.3 Implementing security 5.4 Backup, replication and repair of MongoDB 6.6.6.6. ShardingShardingShardingSharding 6.1 Autosharding and shard keys 6.2 Configuration and administration

Page 5: MongoDB  Certification

Certified MongoDB Professional

www.vskills.in

Course OutlineCourse OutlineCourse OutlineCourse Outline

IntroductionIntroductionIntroductionIntroduction � Explaining the evolution of MongoDB � Illustrating the need for document-oriented databases ComponentsComponentsComponentsComponents � Describing documents, collections and shell in MongoDB � Detailing the various data types of MongoDB InstallationInstallationInstallationInstallation � Illustrating the requirements for installation � Describing the installation of MongoDB Data ManagementData ManagementData ManagementData Management � Describing the creation, deletion and update of documents � Illustrating the techniques for data querying and indexing � Detailing the usage of mapreduce and aggregation � Explaining the utility of DBRef, db.eval, GridFS and capped collections in MongoDB AdministeringAdministeringAdministeringAdministering � Explaining the execution and halting of MongoDB’s instance � Describing the usage of admin interface and serverStatus � Illustrating the techniques for implementing security � Detailing data backup, replication and repair in MongoDB ShardingShardingShardingSharding � Detailing the process of autosharding and concept of shard keys � Describing configuration and administration of sharding in MongoDB

Page 6: MongoDB  Certification

Certified MongoDB Professional

www.vskills.in

Sample QuestionsSample QuestionsSample QuestionsSample Questions

1. 1. 1. 1. MongoMongoMongoMongoDB is DB is DB is DB is _________________._________________._________________._________________.

A. Object-oriented DBMS B. Document-oriented DBMS C. Relational DBMS D. None of the above

2222. . . . MongoMongoMongoMongoDB is DB is DB is DB is a schemaa schemaa schemaa schema----less designless designless designless design....

A. True B. False

3333. . . . JSOJSOJSOJSON stands forN stands forN stands forN stands for _________________. _________________. _________________. _________________.

A. JavaScript Object Naming B. JavaScript Object Notice C. JavaScript Object Notation D. None of the above

4444. . . . ‘mongoimport’ command is used‘mongoimport’ command is used‘mongoimport’ command is used‘mongoimport’ command is used for for for for _________________. _________________. _________________. _________________.

A. Batch data insertion B. Multiple command import C. Multiple command insertion D. None of the above

5555. . . . ‘$set’ sets the value of ‘$set’ sets the value of ‘$set’ sets the value of ‘$set’ sets the value of _________________._________________._________________._________________.

A. Key B. Code block C. Name/value pair D. None of the above

Answers: 1 (B), 2 (A), 3 (C), 4 (A), 5 (A)

Page 7: MongoDB  Certification