i
Intercontinental Exchange
Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Dec 2023. There was 1 interview round.
Top trending discussions
I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.
Was asked to create a UI component keeping in mind scalability and reuseability.
General discussion about resume and projects, and then some basic JS coding questions like implement throttling and memoization.
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 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.
Write code for advance surrying in js
Implement custom hook for api call
posted on 12 Jan 2025
Creating a Web App using React JS and Java Servlets
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Basic problem solving
Implementing drag and drop functionality in UI development.
Use HTML5 drag and drop API
Add 'draggable' attribute to elements you want to drag
Implement 'dragstart', 'dragover', 'drop' events
Use CSS to style dragged elements
Consider using libraries like jQuery UI for more complex drag and drop interactions
I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Nov 2023. There were 4 interview rounds.
Mcqs based on cs fundamentals and 2_3 coding questions
Merge two sorted linked lists into one.
Create a new linked list to store the merged list.
Compare the values of the nodes from both lists and add the smaller value to the new list.
Move the pointer of the list with the smaller value to the next node.
Repeat the comparison and addition until one of the lists is empty.
Add the remaining nodes from the non-empty list to the new list.
Return the new merged list.
I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.
Data Structures Algorithms
Data Structures and Algorithm
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Data Researcher
135
salaries
| ₹3.3 L/yr - ₹6.1 L/yr |
Reference Data Analyst
89
salaries
| ₹4.6 L/yr - ₹8.5 L/yr |
Document Processor
76
salaries
| ₹2.3 L/yr - ₹4.5 L/yr |
Senior Software Engineer
68
salaries
| ₹14 L/yr - ₹44 L/yr |
Data Analyst
50
salaries
| ₹2.4 L/yr - ₹8.6 L/yr |
CME Group
NASDAQ
London Stock Exchange Group
Deutsche Börse