How to store large 500 KB document into Dynamodb ?We can consider compressing the strings we save to DynamoDB.Apr 21, 2024Apr 21, 2024
How to design schema for given json data format ?We have provided below movies.json file :Apr 20, 2024Apr 20, 2024
What is Hashing and it’s internal implementation.What is hashing ? Hashing is the process of mapping keys, and values into the hash table by using a hash function.Sep 3, 2023Sep 3, 2023
What is the Garbage Collection?Imagine you have a lot of toys that you like to play with. But sometimes, you don’t want to play with some toys anymore, and they just lie…Aug 31, 2023Aug 31, 2023
Maximum distance between two occurrences of the same element in an array.Given an array with repeated elements, the task is to find the maximum distance between two occurrences of an element.Aug 9, 2023Aug 9, 2023