MarkLogic interview: Question and Answer for Beginner Level
Q.1. What is difference between NoSQL DB and SQL DB? Ans : Below are some basic differences: SQL databases are relational, NoSQL are non-relational. SQL databases use structured query language and have a predefined schema. NoSQL databases have dynamic schemas for unstructured data. SQL databases are vertically scalable, NoSQL databases are horizontally scalable. SQL databases are table based, while NoSQL databases are document, key-value, graph or wide-column stores. Q.3. Use case or key feature of MarkLogic? Ans : Many use case defined or key feature in the MarkLogic, but here we given only top most use case of MarkLogic. Advanced Security on user role base ACID Transactions Built-in Search Indexing Search and query Q.4. What is Group in Marklogic? Ans : The basic definitions for group, host, and cluster are the following: A group is a set of similarly configured hosts within a cluster. A host is an instance of MarkLogic Server running on a single machine. A...