Filter interviews by
I applied via Company Website and was interviewed in Dec 2024. There were 4 interview rounds.
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
50 mcq 40 minutes fast paced
Recursion is a technique where a function calls itself to solve a problem.
Identify the base case - the condition under which the function stops calling itself.
Define the recursive case - the condition under which the function calls itself.
Ensure progress towards the base case with each recursive call.
Example: Factorial calculation using recursion.
Top trending discussions
I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.
posted on 31 Oct 2024
I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.
posted on 2 Jan 2025
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
Technical plus aptitude based on domain you choose( pre placemt talks)
Profit and loss ,time and work ,speed distance and time
Java ,ops ,collection frameworks
Quantitative Questions
Computer Science core MCQ questions
2 Coding Questions
Developed a web application for tracking inventory and sales data
Used React.js for front-end development
Implemented RESTful APIs for backend using Node.js
Utilized MongoDB for database management
posted on 15 Jul 2024
To add two linked lists, iterate through both lists simultaneously and add corresponding nodes, considering carry from previous addition.
Create a dummy node to hold the result.
Initialize current node to dummy node.
Iterate through both lists, adding values and carry from previous addition.
Move to next nodes in both lists.
Handle cases where one list is longer than the other.
Handle final carry if present.
Use Dijkstra's algorithm to find the shortest path in a graph
Implement Dijkstra's algorithm to find the shortest path between two nodes in a graph
Maintain a priority queue to keep track of the shortest distance to each node
Update the shortest distance to each node as you traverse the graph
Track the path by storing the previous node for each node visited
Check if a binary tree is a Binary Search Tree (BST)
Perform an in-order traversal of the tree and check if the resulting array is sorted
Keep track of the previous node value during traversal to compare with the current node value
Ensure that each node's value is greater than the previous node's value in the in-order traversal
Check if a substring in an array of strings is a palindrome or not.
Iterate through each string in the array
For each string, check if any of its substrings are palindromes
Return true if a palindrome substring is found, false otherwise
Interview experience
Senior Engineer
23
salaries
| ₹22.5 L/yr - ₹40 L/yr |
Software Engineer
22
salaries
| ₹5 L/yr - ₹19.4 L/yr |
Senior Software Engineer
20
salaries
| ₹17 L/yr - ₹38 L/yr |
Design & Verification Engineer
13
salaries
| ₹12 L/yr - ₹25 L/yr |
Design Engineer
13
salaries
| ₹15 L/yr - ₹34.6 L/yr |
Texas Instruments
STMicroelectronics
NXP Semiconductors
Microchip Technology