Get Latest De

Email:info@onlinetrainings.in

DBA- Mango DB

Course

DBA- MANGO DB

Category

Professional Institute

Eligibility

Freshers and Career Changers

Mode

Online and Offline Classes

Batches

Week Days and Week Ends

Duration :

30 to 45 days

artificial intelligence What will you learn?

•Understand the concepts DBA- Mango DB
•DBA- Mango DB Script How to apply and use it.
•Learn how to build an app in DBA- Mango DB.
•Students will learn how to build apps using DBA- Mango DB.Learn while you build rich interactive applications with DBA- Mango DB
•Will be able to write error free programs in DBA- Mango DB
•An easy way to learn one of the widely used DBA- Mango DB
•Learn DBA- Mango DB from Scratch and Achieve Highest Knowledge with Practical Examples
•DBA- Mango DB -Learn how to use one component inside an other i.e complex components.

DBA- Mango DB Course Features

•Free Aptitude classes & Mock interviews
•Course delivery through industry experts
•Accessibility of adequate training resources
•Our Trainers with 15+ years of teaching Experience
•Facility of Lab on cloud available (based on booking)
•Courseware that is curated to meet the global requirements
•Live project based on any of the selected use cases, involving implementation of the concepts
•We do Schedule the sessions based upon your comfort by our Highly Qualified Trainers and Real time Experts

Who are eligible for DBA- Mango DB

•.net, front end developer, Android Development, ios, Big Data, Web Development, java full stack, Service Now, Wintel Servers, Change Management, Database
•Developers, Architect, Business Analyst, Analytics, Core Java, Android, Android Sdk, Javascript, Front End, Angular Js, Html, Css, Software Engineering
•Java Developer, Salesforce Developer, Solution Consulting, Qa Testing, Finance Executive, Full Stack Developer, Email Campaign, React.js, Ui Development
•python, django, aws, Data Analytics, Full Stack Developer, Front End, ui/ux design, Ui Development, User Interface Designing, Jquery, Javascript
•UI/Web Developer, UX Designer, Java Developer, PHP Developer, IOS/Android Developer, Business Development Executive, .NET Developer, .NET Lead, PHP Lead

DBA- MANGO DB Syllabus

Getting started with MongoDB


&#10004Execution of a JavaScript file in MongoDB
✔Making the output of find readable in shell
✔Complementary Terms
✔Installation
✔Basic commands on mongo shell
✔Hello World

CRUD Operation


&#10004Create
✔Update
✔Delete
✔Read
✔Update of embedded documents
✔More update operators
✔“multi” Parameter while updating multiple documents
✔SQLite Insert Query
✔SQLite Select Query
✔SQLite Update Query
✔SQLite Delete Query

Getting database information


&#10004List all collections in the database
✔List all databases

Querying for Data (Getting Started)


&#10004Find()
✔FindOne()
✔limit, skip, sort and count the results of the find() method
✔Query Document – Using AND, OR and IN Conditions
✔find() method with Projection

Update Operators


&#10004
&#10004set operator to update specified field(s) in document(s)

Upserts and Inserts


&#10004Insert a document

Collections


&#10004Create a Collection
✔Drop Collection
✔NSArray
✔Enumeration
✔NSMutableArray
✔NSDictionary
✔NSMutableDictionary
✔Scalar Data Types
✔NSObject and NSString
✔NSData and NSDate
✔Introduction to Collections framework
✔util Package
✔List, Set and Map
✔Difference of All Collections Interfaces and classes
✔Reading data from Property files using java program
✔Reading and Writing data from/to Excel files using Apache POI API and JXL API

Aggregation


&#10004Count
✔Sum
✔Average
✔Operations with arrays
✔Aggregate query examples useful for work and learning
✔Match
✔Get sample data
✔Remove docs that have a duplicate field in a collection (dedupe)
✔Left Outer Join with aggregation (
&#10004Lookup)
✔Server Aggregation
✔Aggregation in a Server Method
✔Java and Spring example

Indexes


&#10004Index Creation Basics
✔Dropping/Deleting an Index
✔Sparse indexes and Partial indexes
✔Get Indices of a Collection
✔Compound
✔Unique Index
✔Single field
✔Delete
✔List
✔How indexes works
✔Types of indexes
✔Clustered index
✔Non-clustered index
✔Differences
✔Creating indexes
✔Using clustered and non-clustered indexes
✔Index options
✔Defaults
✔Rules

Bulk Operations


&#10004Converting a field to another type and updating the entire collection in Bulk

2dsphere Index


&#10004Create a 2dsphere Index

Pluggable Storage Engines


&#10004WiredTiger
✔MMAP
✔In-memory
✔mongo-rocks
✔Fusion-io
✔TokuMX

Java Driver


&#10004Fetch Collection data with condition
✔Create a database user
✔Create a tailable cursor

Python Driver


&#10004Connect to MongoDB using pymongo
✔PyMongo queries
✔Update all documents in a collection using PyMongo

Mongo as Shards


&#10004Sharding Environment Setup

Replication


&#10004Basic configuration with three nodes

Mongo as a Replica Set


&#10004MongoDB as a Replica Set
✔Check MongoDB Replica Set states

MongoDB – Configure a ReplicaSet to support TLS/SSL


&#10004How to configure a ReplicaSet to support TLS/SSL?
✔How to connect your Client (Mongo Shell) to a ReplicaSet?

Authentication Mechanisms in MongoDB


&#10004Authentication Mechanisms

MongoDB Authorization Model


&#10004Built-in Roles

Configuration


&#10004Starting mongo with a specific config file

Backing up and Restoring Data


&#10004Basic mongodump of local default mongod instance
✔Basic mongorestore of local default mongod dump
✔mongoimport with JSON
✔mongoimport with CSV

Upgrading MongoDB version


&#10004Upgrading to 3.4 on Ubuntu 16.04 using apt