What databases have you worked on ?
What did you use MongoDB for ?
JSON Storage (document storage), good read/write balance
What did you use Cassandra for ?
- Very good write performances and scalability
What did you use Redis for ?
What did you use Elastic Search for ?
- Logging and monitoring with Graphana, Kibana
Which database needs pre-defined schemas ?
SQL Databases
Which database requires data to follow the same structure ?
SQL Databases
Which DBs are vertically scalable ?
SQL Databases
Define vertically scalable
Can increase load on a single server with increase of CPU, RAM, SSD.
Give me SQL Databases ?
- Oracle
What is a nonSQL database ?
Give 4 advantages of nonSQL databases ?
How scalable are non-SQL databases ?
Horizontally Scalable
Define Horizontally Scalable
- you can add more servers
Why is Mongo DB a good choice for businesses ?
What is the main difference between REDIS and MongoDB ?
- Mongo is a document store
What is the main advantage of MongoDB ?
Best at structuring or modeling information with relations between them
What is the main advantage of Redis ?
It’s awesome at storing unrelated pieces of information with rapidly changing data
What is etcd ?
Its a general substrate for large scale distributed systems
Whad are the advantages of the etcd cluster ?
Give me 3 examples of best Redis Usage ?
What format are data stored in Mongo DB ?
JSON
What replication is MongoDB built on ?
Master/Slave replication with auto failover
Which DB uses javascript expressions as queries ?
MongoDB