NoSQL
No SQL design and development - Amazon DynamoDB, MongoDB, MySQL document DB.
What is NoSql
Basics
-
Different types of databases - Document based, key-value pair, RDBMS and Graph databases
-
DynamoDB vs MongoDB vs Apache Cassandra
-
When to use NoSql
-
Who all uses RDBMS
-
Who all uses NoSql
Amazon DynamoDB
-
What is Amazon DynamoDB
-
When to use Amazon DynamoDB
-
When not to use Amazon DynamoDB
Spring Boot and DynamoDB
-
Creating Integration Test using Local DynamoDB
-
How to Atomically Increment Counter suing DynamoDB
-
Optimistic Locking in DynamoDB Tables to avoid Lost Updates
-
Scanning all records from a table using Java API
-
Hash Key, Range Key, Sort Key, Local Secondary Index and Global Secondary Index
Tutorials
-
How will you implement a Comments Service using DnamoDB?
-
What is ideal business usecase for DynamoDB?
-
How will you store Aadhaar Data in DynamoDB, Design the table structure?
-
How will you store Time Series Data in DynamoDB?
-
How will you implement Blog Posts in DynamoDB?
-
How will you handle Conditional Updates in DynamoDB?
Amazon SQS
-
Why do you need SQS in microservices architecture?
-
Using SQS in Spring Boot Application
-
How to poll multiple items from Amazon SQS
Amazon S3
-
Storing a file in S3 using Java API
-
Retrieving a file from S3 using Java API
MongoDB
Apache Cassandra
-
Basics
NoSQL Interview Questions
ebook PDF - Cracking Java Interviews v3.5 by Munish Chandel
240 real Java interview questions on core Java, concurrency, algorithms, design & data structures, spring, hibernate for Investment Bank, Healthcare IT, product and service based companies, Author : Munish Chandel, Price: 250, Type: PDF
Popular Tags
Trending Posts
- What are Conditional Writes in AWS DynamoDB
- Scan all records of a Amazon DynamoDB table using a Java Code
- Implementing Adhaar Card Service using DynamoDB
- What are Best Practices for Using Amazon DynamoDB?
- How will you ensure that no two threads update the same db record in parallel in amazon DynamoDB
- AWS DynamoDB Java interview questions
- How to automatically Retry DynamoDB Write on ProvisionedThroughputExceededException