What is DocumentDB?

 Posted by Jiteshvyas0017 on 6/25/2016 | Category: Azure Interview questions | Views: 2680 | Points: 40
Answer:

DocumentDB is a NoSQL document-oriented database and records saves in Key-value pairs.
It's same as the other NoSQL document-oriented databases such as MongoDB.

Features:

a) It's provide rich query API and "SELECT" queries to fetch data.
b) Any type of data such as attachments, binary, can be saved.
c) Quickly find specific records (documents) using "Keys".


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response