Filter interviews by
I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.
Basic aptitude questions and coding questions.
Top trending discussions
posted on 14 Oct 2024
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
There are Question based on data strcuture ,they cover all the topic in ds
In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.
Easy aptitude questions based on logical reasoning and basic maths.
Easy logic-based question based on arrays and strings with some javascript output-based questions.
Discussion about the projects that I made in college and the tech stack I know.
1 basic array/string-based problem.
I applied via Campus Placement
Object oriented programming questions
Combination of all letters in a word
I applied via Campus Placement and was interviewed in Jul 2023. There were 4 interview rounds.
Logical reasoning and non verbal questions
Basic dsa concepts and find the syntax error
I applied via Campus Placement and was interviewed in Mar 2023. There were 3 interview rounds.
Test consist of 25 Apatitude Question and 10 Coding problems of Debugging code, Find Output, Set Matrixs, Valid Matrix, Height of N-ary Tree, Sorting, Linked List etc. So prepare well with standard dsa problems of any sheet (striver sheet)
Iterate through array to find 2nd largest element
Iterate through array and keep track of largest and second largest elements
Handle edge cases like empty array or array with less than 2 elements
Example: ['3', '5', '2', '7', '1'] should return '5'
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
190
salaries
| ₹8 L/yr - ₹24.4 L/yr |
Senior Software Engineer
79
salaries
| ₹12.5 L/yr - ₹38.5 L/yr |
QA Engineer
65
salaries
| ₹7.5 L/yr - ₹16 L/yr |
Senior QA Engineer
37
salaries
| ₹10 L/yr - ₹31.5 L/yr |
Software Developer
35
salaries
| ₹8 L/yr - ₹22 L/yr |
Northcorp Software
Apex CoVantage
Appsierra
Teleindia Networks