Filter interviews by
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
I applied via Campus Placement
Mcq 35 questions were there based on c++ and java
2 coding questions were there to be solved in 90 mins
Top trending discussions
posted on 15 Nov 2024
I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.
Merge two sorted linked lists into a single sorted linked list
Create a new linked list to store the merged result
Iterate through both input linked lists and compare nodes to determine the order in which they should be added to the result list
Handle cases where one list is longer than the other
To check if parentheses are balanced, use a stack data structure to keep track of opening and closing parentheses.
Use a stack to push opening parentheses and pop when encountering a closing parenthesis
If stack is empty when encountering a closing parenthesis, return false
After iterating through all parentheses, if stack is empty, return true
The right view of a Binary Search Tree shows the nodes that are visible when viewing the tree from the right side.
The right view of a Binary Search Tree includes the rightmost node at each level.
Nodes at each level that are not visible from the right side are not included in the right view.
Example: For the Binary Search Tree with values 1, 2, 3, 4, 5, the right view would be 1, 3, 5.
posted on 12 Jan 2025
Creating a Web App using React JS and Java Servlets
The topic was -> "One nation one election"
String pool in Java is a pool of unique strings stored in memory to optimize memory usage.
String pool is a part of Java's memory where unique string literals are stored.
When a new string is created, Java checks if it already exists in the pool to save memory.
Strings created using double quotes are added to the pool, while those created using 'new' keyword are not.
Example: String str1 = "hello"; String str2 = "hello"; /...
Java has checked and unchecked exceptions. Checked exceptions must be handled at compile time, while unchecked exceptions do not need to be handled explicitly.
Checked exceptions: Must be caught or declared in the method signature. Example: IOException, SQLException
Unchecked exceptions: Do not need to be caught or declared. Example: NullPointerException, ArrayIndexOutOfBoundsException
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
I have to write code for a load balancer. The code should be testable and imahoild be thread safe
posted on 3 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.
Exceptions in inheritance can be handled by using try-catch blocks in the derived class.
Use try-catch blocks in the derived class to catch exceptions thrown by the base class methods.
Handle exceptions specific to the derived class in the catch block.
Consider using super() to call the base class constructor within the try block.
Avoid catching general exceptions unless necessary to maintain code clarity.
Ensure proper exc...
I applied via Campus Placement
There is some aptitude questions along with some subject question(C++,DBMS,OS). And also there is one easy/medium coding question
based on 2 interviews
Interview experience
Process Analyst
1.3k
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Senior Member Technical
1.3k
salaries
| ₹5.3 L/yr - ₹20 L/yr |
Member Technical
608
salaries
| ₹3 L/yr - ₹10 L/yr |
Technical Lead
578
salaries
| ₹9.6 L/yr - ₹34 L/yr |
Senior Process Analyst
574
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Fiserv
SS&C TECHNOLOGIES
State Street Corporation
BNY