Filter interviews by
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
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 3 Aug 2024
I applied via Approached by Company and was interviewed in Feb 2024. There were 4 interview rounds.
DSA - Leetcode
Easy to Medium
DSA - Leetcode Medium
Problem Solving
System Design of Concurrent Streaming Platform
Integrity, teamwork, continuous learning, empathy
Integrity - always being honest and doing the right thing, even when no one is watching
Teamwork - collaborating effectively with others to achieve common goals
Continuous learning - constantly seeking to improve and grow in knowledge and skills
Empathy - understanding and caring for others' perspectives and feelings
posted on 13 Jan 2024
Object-oriented programming concepts in Java
Encapsulation: bundling data and methods together
Inheritance: creating new classes from existing ones
Polymorphism: using a single interface to represent different types
Abstraction: hiding implementation details and providing a simplified view
Encapsulation example: using private variables and public methods
Inheritance example: creating a subclass that inherits properties and m...
posted on 24 Apr 2024
I applied via campus placement at Model Engineering College, Kochi and was interviewed before Apr 2023. There were 2 interview rounds.
Mental and Verbal aptitude - 1 hour
posted on 15 Apr 2024
I applied via campus placement at The LNM Institute of information Technology, Jaipur and was interviewed before Apr 2023. There were 3 interview rounds.
Oops
Basic DSA
Project Based Discussions
NodeJs/ReactJS Fundamental Questions
Advance Oops and DSA
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) ...
posted on 13 Jun 2024
Decode a string by expanding integers to repeat characters within brackets.
Iterate through the string character by character
If a digit is encountered, keep track of the number
When encountering '[', push the current result and number onto the stack
When encountering ']', repeat the substring inside brackets based on the number on top of the stack
Continue until the entire string is decoded
Find the maximum length of a subarray with almost 2 distinct elements.
Use a sliding window approach to keep track of the count of distinct elements in the subarray.
Update the window size based on the number of distinct elements in the subarray.
Keep track of the maximum length encountered so far.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Technical Support Engineer
876
salaries
| ₹12 L/yr - ₹25 L/yr |
Technical Consultant
325
salaries
| ₹13.8 L/yr - ₹30 L/yr |
Member Technical Staff
289
salaries
| ₹18.8 L/yr - ₹60 L/yr |
Senior Member of Technical Staff
242
salaries
| ₹30 L/yr - ₹100.4 L/yr |
Senior Technical Consultant
228
salaries
| ₹23 L/yr - ₹45 L/yr |
SAP
Zoho
Oracle
Adobe