Blog Archives

01: NoSQL interview Q&As – Key Value, Wide Column, Document & Graph databases

Q1. What are the key differences between SQL & NoSQL databases? A1. Now a days you have a choice which database to use based on your requirements. There are pros & cons for each database. SQL NoSQL (Not Only SQL) SQL databases store structured data & … Read more ›...



06: Q51 – Q61 HBase Interview Questions & Answers

Q51. Is HBase a relational database? A51. HBase is not a relational database. It is a NoSQL database. Hbase is a column-oriented (aka columnar) database management system, which runs on top of HDFS (Hadoop Distribute File System). Q52. … Read more ›...



10: Q80 – Q87 HBase Schema Design Interview Q&As

Q80. Why is schema design for HBase is different from relational database design? A80. HBase is a columnar NoSQL database. This means no two rows in a table need to have the same columns. In a columnar database table, each row contains cells containing Values are stored against each cell....



800+ Java Interview Q&As

Java & Big Data Tutorials

Top