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.
I applied via Company Website
2 DSA medium questions was asked.
2 DSA coding questions and CS fundamentals
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
To center a div in CSS3, use the 'margin: auto;' property along with a set width.
Set the width of the div
Use 'margin: auto;' to center the div horizontally
Make sure the parent container has a defined width
call, bind, and apply are methods used to manipulate the context of a function in JavaScript.
call() is used to invoke a function with a specified 'this' value and arguments provided individually.
bind() is used to create a new function with a specified 'this' value and initial arguments.
apply() is used to invoke a function with a specified 'this' value and arguments provided as an array.
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
I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.
LRU cache with multi level caching involves implementing a cache with multiple levels of storage, where the least recently used items are evicted first.
Implement a two-level cache system with a primary cache (e.g. in-memory) and a secondary cache (e.g. disk-based).
Use a data structure like a doubly linked list and a hash map to efficiently manage the cache and track the least recently used items.
When an item is accesse...
Interview experience
Process Analyst
1.3k
salaries
| ₹1.8 L/yr - ₹6.2 L/yr |
Senior Member Technical
1.3k
salaries
| ₹5.3 L/yr - ₹20 L/yr |
Member Technical
636
salaries
| ₹3 L/yr - ₹10 L/yr |
Senior Process Analyst
575
salaries
| ₹2.4 L/yr - ₹9 L/yr |
Technical Lead
571
salaries
| ₹9.1 L/yr - ₹34 L/yr |
Fiserv
SS&C TECHNOLOGIES
State Street Corporation
BNY