Filter interviews by
I applied via Campus Placement and was interviewed before Jul 2022. There were 5 interview rounds.
C coding related questions, aptitude
Top trending discussions
I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to be used for different data types or classes.
Examples include method overloading and method overriding in object-oriented programming.
Find missing number from nth number array.
Iterate through the array and calculate the sum of all numbers
Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2
Subtract the sum of array from the sum of numbers from 1 to n to find the missing number
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows a class to reuse code from another class.
Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.
Example: Class B inherits from Class A, so Class B can access
Find 2nd max element from array of strings
Sort the array in descending order
Skip the first element (max element)
Return the second element
posted on 24 Apr 2024
Total 60 question 30 from C/C++ output and 30 from profit-loss, find age and related to ratio
To rotate a matrix 90 degrees, transpose the matrix and then reverse each row.
Transpose the matrix by swapping matrix[i][j] with matrix[j][i]
Reverse each row of the transposed matrix to get the final rotated matrix
Iterative solution to perform preorder traversal without using recursion
Use a stack to keep track of nodes
Start by pushing the root node onto the stack
While the stack is not empty, pop a node, visit it, then push its right child followed by its left child onto the stack
Psuedo code based test
posted on 7 Jan 2025
Bit manipulation is the process of manipulating individual bits in a binary number.
Efficient for tasks like setting, clearing, or toggling specific bits in a binary number
Used in tasks like encryption, compression, and optimization algorithms
Can be used to perform arithmetic operations like addition, subtraction, and multiplication
I was interviewed in Oct 2024.
Coding as well as aptitude
I applied via campus placement at Amrapali Group of Institutions, Haldwani and was interviewed in Dec 2023. There were 2 interview rounds.
Good and it was moderate
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
3 basic DSA questions were asked from the topics binary trees, strings. The test was for 1 hour.
posted on 14 Apr 2024
I applied via campus placement at The LNM Institute of information Technology, Jaipur and was interviewed in Oct 2023. There was 1 interview round.
3 coding questions and mcq
based on 1 interview
Interview experience
Member Technical Staff
49
salaries
| ₹4 L/yr - ₹17 L/yr |
Senior Member of Technical Staff
18
salaries
| ₹11.4 L/yr - ₹24 L/yr |
Software Engineer
9
salaries
| ₹6 L/yr - ₹7 L/yr |
Program Manager
5
salaries
| ₹24 L/yr - ₹36.5 L/yr |
Test Engineer
5
salaries
| ₹2 L/yr - ₹12 L/yr |
Bharat Electronics
TCS
Wipro
HCLTech