i
Freecharge
Filter interviews by
Clear (1)
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.
Find the length of the longest consecutive elements sequence in an array.
Sort the array to ensure consecutive elements are adjacent
Iterate through the array and keep track of the current consecutive sequence length
Update the longest consecutive sequence length as you iterate
Executor Service is a framework provided by Java for managing and executing asynchronous tasks.
Executor Service allows you to easily create and manage threads for executing tasks.
It provides a way to control the number of threads used for executing tasks, which can help prevent resource exhaustion.
You can submit tasks to an Executor Service using methods like execute() or submit().
Executor Service can be used to execut...
Calculate the number of subsets of a given set
The number of subsets of a set with n elements is 2^n
Include the empty set and the set itself in the count
For example, a set with 3 elements will have 2^3 = 8 subsets
Remove the kth node from the end of a linked list.
Use two pointers, one to traverse the list and another to keep track of the kth node from the end.
Once the first pointer reaches the end, the second pointer will be at the kth node from the end.
Adjust the pointers to remove the kth node.
Whatsapp low level design involves messaging, encryption, media sharing, and user authentication.
Use end-to-end encryption to secure messages
Implement message queues for real-time message delivery
Allow media sharing through file transfer protocols
Use OAuth for user authentication and authorization
I was interviewed before Mar 2023.
Was a tough oneto crack
Top trending discussions
I applied via LinkedIn and was interviewed before Jun 2022. There were 4 interview rounds.
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
It was about DS Algo and Java garbage collection,multithreading
Rate limiter is a system that controls the rate of traffic sent or received by a network interface.
Implement a token bucket algorithm to track and limit the rate of requests
Use a sliding window algorithm to track the number of requests within a specific time frame
Consider using a distributed rate limiter for scalability and fault tolerance
Auto complete Input Search box with Dropdown
I was interviewed before Feb 2024.
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
In-memory SQL databases store data in memory for faster access and processing.
In-memory databases keep all data in RAM for quicker retrieval compared to disk-based databases.
Examples include SQLite in-memory database and Redis.
They are commonly used for caching, real-time analytics, and temporary data storage.
Design a high-performance in-memory cache system for storing and retrieving data efficiently.
Use a hash table or a key-value store to store data in memory
Implement caching strategies like LRU (Least Recently Used) or LFU (Least Frequently Used) to manage cache eviction
Consider using a distributed cache for scalability and fault tolerance
Optimize cache size and expiration policies based on the application's data access
based on 4 interviews
1 Interview rounds
based on 6 reviews
Rating in categories
Software Development Engineer
123
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Software Engineer
77
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
57
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
53
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Product Manager
51
salaries
| ₹0 L/yr - ₹0 L/yr |
Paytm
Mobikwik
PhonePe
Google Pay