Amazon DynamoDB
Amazon DynamoDB Tutorials and Questions for Interview Preparation
Amazon DynamoDB Articles
-
When not to use Amazon DynamoDB
-
How to incorrectly use Amazon DynamoDB
-
Best Practices and Guidelines for using DynamoDB
-
Key Concepts in Amazon DynamoDB
-
What is eventual consistency in Amazon DynamoDB
Amazon DynamoDB Interview Questions
-
How to configure Amazon DynamoDB for different environment - dev, qa and prod
-
DynamoDB vs MongoDB
-
How will you handle lost updates in Amazon DynamoDB
-
How to Atomically Increment Counter suing DynamoDB
-
How to scan all records from a table using Java API
-
What is Hash Key, Range Key, Sort Key, Local Secondary Index and Global Secondary Index in Amazon DynamoDB
-
How to update a field of single record using multiple threads without thread-contention?
-
How will you store Time Series Data into Amazon DynamoDB?
-
What are different data types in DynamoDB?
-
How to handle conditional updates in DynamoDB? Update this record only if certain condition is met?
-
How to Atomically Increment Counter using DynamoDB
Design Problems
-
Design Comments Service using Spring and DynamoDB
Testing
-
How to write Integration test using Spring Boot and LocalDynamoDB
ebook PDF - Cracking Spring Microservices Interviews for Java Developers
This ebook discusses 120 plus real problems and their solutions for Spring microservices architecture based on Spring Boot, Spring Cloud, Cloud Native Applications. It covers core concepts of microservices architecture, various design patterns, interview questions & answers, security in microservices, testing strategies and best practices in distributed system design.
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