<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ATechnoz</title>
    <description>The latest articles on DEV Community by ATechnoz (@atechnoz).</description>
    <link>https://dev.to/atechnoz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F458138%2Fd63ca0a3-da14-471f-991d-ccf9bb7403f1.jpg</url>
      <title>DEV Community: ATechnoz</title>
      <link>https://dev.to/atechnoz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/atechnoz"/>
    <language>en</language>
    <item>
      <title>MongoDB interview Q/A</title>
      <dc:creator>ATechnoz</dc:creator>
      <pubDate>Tue, 25 Aug 2020 13:44:56 +0000</pubDate>
      <link>https://dev.to/atechnoz/mongodb-interview-q-a-lac</link>
      <guid>https://dev.to/atechnoz/mongodb-interview-q-a-lac</guid>
      <description>&lt;p&gt;For more interview Question And Answer you can visit Our site press below link&lt;br&gt;
&lt;a href="https://www.atechnoz.com/2020/08/mongodb-interview-qa.html" rel="dofollow"&gt;MongoDB Interview Question &amp;amp; Answers&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;MongoDB interview Q/A&lt;/p&gt;

&lt;h3&gt;
  
  
  Q1: Explain what is MongoDB? ☆
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Answer:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MongoDB is an open-source document database that provides high performance, high availability, and &lt;/p&gt;

&lt;p&gt;automatic scaling.&lt;/p&gt;

&lt;p&gt;It's Key Features are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Document Oriented and NoSQL database.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Supports Aggregation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Uses BSON format&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sharding (Helps in Horizontal Scalability)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Supports Ad Hoc Queries&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Schema Less&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Capped Collection&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Indexing (Any field in MongoDB can be indexed)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;MongoDB Replica Set (Provides high availability)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Supports Multiple Storage Engines&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Q2: What is “Namespace” in MongoDB? ☆☆
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Answer:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MongoDB stores BSON (Binary Interchange and Structure Object Notation) objects in the collection. The concatenation of the collection name and database name is &lt;/p&gt;

&lt;p&gt;called a namespace&lt;/p&gt;

&lt;h3&gt;
  
  
  Q3: What do you understand by NoSQL databases? Explain. ☆☆☆
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Answer:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At the present time, the internet is loaded with big data, big users, big &lt;/p&gt;

&lt;p&gt;complexity etc. and also becoming more complex day by day. NoSQL is answer of &lt;/p&gt;

&lt;p&gt;all these problems; It is not a traditional database management system, not &lt;/p&gt;

&lt;p&gt;even a relational database management system (RDBMS). NoSQL stands for “Not &lt;/p&gt;

&lt;p&gt;Only SQL”. NoSQL is a type of database that can handle and sort all type of &lt;/p&gt;

&lt;p&gt;unstructured, messy and complicated data. It is just a new way to think about &lt;/p&gt;

&lt;p&gt;the database.&lt;/p&gt;

&lt;h3&gt;
  
  
  Q4: What is the difference between MongoDB and MySQL? ☆☆☆
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Answer:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Although MongoDB and MySQL both are free and open source databases, there is a &lt;/p&gt;

&lt;p&gt;lot of difference between them in the term of data representation, relationship, transaction, querying data, schema design and definition, performance speed, &lt;/p&gt;

&lt;p&gt;normalization and many more. To compare MySQL with MongoDB is like a comparison &lt;/p&gt;

&lt;p&gt;between Relational and Non-relational databases.&lt;/p&gt;

&lt;h3&gt;
  
  
  Q5: What is the difference b/w MongoDB and CouchDB? ☆☆☆
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Answer:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MongoDB and CouchDB both are the great example of open source NoSQL database. &lt;/p&gt;

&lt;p&gt;Both are document oriented databases. Although both stores data but there is a &lt;/p&gt;

&lt;p&gt;lot of difference between them in terms of implementation of their data models, &lt;/p&gt;

&lt;p&gt;interfaces, object storage and replication methods etc.&lt;/p&gt;

&lt;p&gt;For more interview Question And Answer you can visit Our site press below link&lt;br&gt;
&lt;a href="https://www.atechnoz.com/2020/08/mongodb-interview-qa.html" rel="dofollow"&gt;MongoDB Interview Question &amp;amp; Answers&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>angular</category>
      <category>mongodb</category>
    </item>
  </channel>
</rss>
