Filter interviews by
I applied via Approached by Company and was interviewed in Dec 2022. There were 4 interview rounds.
Two technical questions related to algorithms and data structures.
Max Sum subarray: Find the contiguous subarray with the largest sum. Kadane's algorithm is a popular solution.
Detect loop in linked list: Use two pointers, one moving at twice the speed of the other. If they meet, there is a loop.
Session authentication in websites and storing large databases using hashing.
Session authentication in websites involves creating a unique session ID for each user upon login and storing it in a cookie or server-side session storage.
The session ID is then used to authenticate subsequent requests from the user.
Large databases can be stored using hashing techniques such as sharding, consistent hashing, and hash tables.
Sh...
Binary search trees are used for searching and sorting data, while B+ trees are used for indexing and storing data.
Binary search trees have a maximum of two children per node, while B+ trees have multiple children per node.
Binary search trees are best for small datasets, while B+ trees are better for large datasets.
Binary search trees have a faster search time, while B+ trees have a faster insertion and deletion time.
B...
Top trending discussions
To delete the nth node from the end in a linked list, we can use a two-pointer approach.
Use two pointers, one to traverse the list and another to keep track of the nth node from the end.
Move the second pointer n steps ahead of the first pointer.
When the second pointer reaches the end of the list, the first pointer will be at the nth node from the end.
Adjust the pointers to delete the nth node.
I applied via Referral and was interviewed in Oct 2023. There were 3 interview rounds.
I applied via Internshala and was interviewed in Dec 2023. There were 2 interview rounds.
Easy to medium, can solve with leetcode medium
Count the number of islands in a grid of '1's and '0's
Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited
Increment the island count for each new island found
Ensure to handle boundary cases and check for visited nodes
Find the first and last index of a specific element in an array of strings.
Iterate through the array and keep track of the index of the first and last occurrence of the element.
Return the first and last index once the iteration is complete.
Example: Array ['apple', 'banana', 'apple', 'orange'], element 'apple' - First index: 0, Last index: 2.
A set is implemented as a data structure that stores unique elements with no specific order.
A set does not allow duplicate elements.
Sets are commonly implemented using hash tables or binary search trees.
Examples of set implementations include HashSet in Java and std::set in C++.
Unordered set is typically implemented using hash tables.
Uses hash tables to store elements with unique keys
Provides constant time complexity for insertion, deletion, and lookup operations
Does not maintain any specific order of elements
I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.
Easy level Basics were asked
Stacks queue leetcode easy level
Used skills include Java, SQL, Spring Boot, RESTful APIs, and Git.
Java programming for backend development
SQL for database management
Spring Boot for creating web applications
RESTful APIs for communication between systems
Git for version control
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
Design an API for buying books
Create endpoints for browsing books, adding to cart, and making payment
Include authentication and authorization for secure transactions
Implement search and filtering functionalities for easy book selection
Provide endpoints for managing user profiles and order history
Operations Manager
8
salaries
| ₹11 L/yr - ₹20 L/yr |
SDE (Software Development Engineer)
7
salaries
| ₹10 L/yr - ₹18 L/yr |
growth manager
5
salaries
| ₹12 L/yr - ₹16 L/yr |
Software Developer
5
salaries
| ₹10 L/yr - ₹23 L/yr |
Product Manager
5
salaries
| ₹20 L/yr - ₹30.5 L/yr |
ShareChat
Chingari
Roposo
MOJ