Top Answers To Couchbase Interview Questions
Top Answers To Couchbase Interview Questions
E-Mail ID
Phone
4. What are the basic features of the Couchbase server?
The basic features of the Couchbase Server are
Fast � Couchbase is known for its quickness. Couchbase server facilitates the lower
latency and highest throughput. The performance cost will be low and it is a
remarkable sign .
Elastic � The Couchbase server will distribute the data and I/O over virtual
machines or commodity servers, thus it can make it easy to relate the optimal
quantity of resources to the changing needs of an application. In couchbase server
the nodes can be enhanced from 1 to 100 tons in a cluster and also can get reduced
to sustain application performance.
Find out all about the Couchbase Server in this insightful Couchbase Tutorial.
6. How many functional blocks have involved in Couchbase server and brief about
them?
There are two different functional blocks of Couchbase server and are
Data Manager
Cluster Manager
Data Manager : Data Manager is responsible for storing and extracting the data from
applications in answer to data processing requirements. Data Manager will disclose
2 �memcapable� docks to the set of connections. 1 port guides non-vBucket aware
client libraries and another one will guide to the vBucket aware client libraries.
The most of Data manager code is written in C and C++ programming languages.
Cluster Manager : Cluster manager is made to look after the arrangement plus the
performance of all nodes in a couchbase server cluster. The manger�s code will run
on each lump in the cluster and selects one node for aggregation. The most of the
Cluster Manager code is written in Erlang/OTP.
7. What is vBucket?
Vbucket is one of the ways of logically partitioning data because of this nature,
it can distribute all over the nodes in a cluster. Each couchbase kind bucket that
gets created in the cluster is automatically split up into a static set of slices,
later they map to individual servers. They are used to allocate the information
effectively along with throughout a cluster.
Name
Email
Phone
10. What are the TCP ports used to listen to the requests?
The port numbers are configurable. The default ports are as below:
Port 11211 : The usual Memcached port number processes requests from, clients
guiding version 1.0 of the memcapable API requirement. Those clients will be
depending on a consistent hashing algorithm to map keys openly to servers in a
variable-length server catalog.