Filter interviews by
I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.
Top trending discussions
posted on 17 Jan 2025
I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.
posted on 14 Jan 2025
Predecessor of a node in a Binary Search Tree (BST) is the largest node in the left subtree of the given node.
In a BST, the predecessor of a node can be found by going to the left child of the node and then traversing to the rightmost node in the subtree.
If the left child of the node is null, then the predecessor will be the parent of the node or the ancestor node that is on the right side of the parent.
Example: In a B...
Designing a cache system to improve performance by storing frequently accessed data in memory.
Identify the data that needs to be cached based on frequency of access
Choose an appropriate caching algorithm (LRU, LFU, etc.)
Decide on the cache size and eviction policy
Implement cache invalidation strategies to keep data up to date
Consider thread safety and concurrency issues
posted on 17 Feb 2024
I applied via Referral and was interviewed in Aug 2023. There were 4 interview rounds.
It is Hacker rank test ,asked 2 questions and needs to solve in 1 hour
posted on 2 Sep 2023
posted on 21 Nov 2023
I applied via Naukri.com and was interviewed before Nov 2022. There were 4 interview rounds.
It was easy
Prepare DSA very well and also one common question which is very frequently asked ks design Hashmap and also implement LRU cache.
posted on 13 Oct 2021
I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.
Reverse a linked list and find number of characters in a string.
To reverse a linked list, we can iterate through the list and change the pointers to reverse the order.
To find the number of characters in a string, we can use the length property or iterate through the string and count the characters.
For example, to reverse a linked list:
Node* prev = NULL; Node* current = head; Node* next = NULL; while (current != NULL) ...
They asked me to create a live working project and sufficient time was provided.
based on 1 interview
Interview experience
Senior Technical Support Engineer
81
salaries
| ₹8.4 L/yr - ₹22 L/yr |
Technical Support Engineer
57
salaries
| ₹5.9 L/yr - ₹14 L/yr |
Senior Software Engineer 2
46
salaries
| ₹21 L/yr - ₹48 L/yr |
Senior Software Engineer
42
salaries
| ₹16.2 L/yr - ₹44.5 L/yr |
Software Engineer2
35
salaries
| ₹12 L/yr - ₹24 L/yr |
Microsoft Corporation
Oracle
IBM