Home »
MCQs »
CouchDB MCQs
What are the main features of CouchDB?
4. What are the main features of CouchDB?
- It has an HTTP-based REST API.
- It has the simple structure of HTTP resources and methods (GET, PUT, DELETE).
- Data is stored in the flexible document-based structure
- It provides easy-to-use replication
- All of the above
Answer: E) All of the above
Explanation:
The main features of CouchDB are:
- It has an HTTP-based REST API.
- It has the simple structure of HTTP resources and methods (GET, PUT, DELETE).
- Data is stored in the flexible document-based structure
- It provides easy-to-use replication
- And, many more.