Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Intercontinental Exchange Team. If you also belong to the team, you can get access from here

Intercontinental Exchange Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Intercontinental Exchange Senior Software Developer Interview Questions and Answers

Updated 22 Dec 2022

Intercontinental Exchange Senior Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic oops concepts questions asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic oops concepts questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Abndllb dhdhdj usiurb udhdhios jdudheh dhdjdudbb hdhdbd

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Lazy loading and eager loading in Java in context of Singleton class
  • Ans. 

    Lazy loading defers the initialization of an object until it is actually needed, while eager loading initializes the object immediately.

    • Lazy loading is commonly used in Singleton pattern to delay the creation of the instance until it is requested.

    • Eager loading initializes the Singleton instance at the time of class loading.

    • Lazy loading can help improve performance by only creating the instance when needed, while eager ...

  • Answered by AI
  • Q2. Connect master and slave instances of a DB in spring boot project
  • Ans. 

    Use Spring Boot configuration to connect master and slave instances of a DB

    • Configure multiple data sources in application.properties or application.yml file

    • Use @Primary annotation for the master data source and @Qualifier annotation for the slave data source

    • Define separate DataSource, JdbcTemplate, and EntityManager beans for each data source

    • Use @Transactional annotation with the appropriate data source to specify whic

  • Answered by AI
  • Q3. Global Exception handler in Spring boot
  • Ans. 

    Global exception handler in Spring Boot handles all exceptions thrown by the application.

    • Global exception handler can be implemented using @ControllerAdvice annotation in Spring Boot.

    • It allows centralized exception handling for all controllers in the application.

    • You can define methods annotated with @ExceptionHandler to handle specific exceptions.

    • Global exception handler can return custom error responses or redirect to

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Related to thread
  • Q2. Graph - dfs, bfs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Asked to solve 2/3 dsa. Medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Bfs shortest path
  • Q2. Sliding window question medium level
Round 3 - Technical 

(2 Questions)

  • Q1. Design book online store
  • Q2. Solid principles design calculator
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a coding round of ReactJS and JS

Round 2 - Technical 

(1 Question)

  • Q1. Design Stopwatch in HTML CSS and JS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and tell if you are not comfortable in particular language.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic puzzles of medium complexity level. No improvement required

Round 2 - Coding Test 

DSA questions of easy level. Asked for memory optimisations.

Round 3 - Technical 

(1 Question)

  • Q1. High level system design of wallet payment system, took example of paytm. This was hld questions so just basic components
Round 4 - One-on-one 

(2 Questions)

  • Q1. Low level system design of parking lot system
  • Ans. 

    Design a parking lot system at a low level

    • Divide system into components like parking spots, ticketing system, payment system

    • Implement data structures like queues for managing parking spots

    • Use algorithms like least recently used for spot allocation

    • Consider scalability and performance in design

  • Answered by AI
  • Q2. Review of one of my projects at past company

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers were rude sometimes, seems like they are interviewing just for the sake of spending an hour. They did not look serious about actually testing the skillset, not much questions just hmm hmm.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour , 1 medium and 1 hard
FInd Kth smallest element
Find Peak element

Round 2 - Technical 

(1 Question)

  • Q1. Parking Lot System design
  • Ans. 

    Design a parking lot system with features like parking, unparking, and checking availability.

    • Design classes for ParkingLot, ParkingSpot, Vehicle, etc.

    • Implement methods for parking a vehicle, unparking a vehicle, and checking spot availability.

    • Consider using data structures like HashMap or ArrayList to manage parking spots.

    • Include features like ticket generation, fee calculation, and spot reservation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and say what the intereviewer wants

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Oops concept, spring framework, java core

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain what are oops concepts
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det

  • Answered by AI
  • Q2. Explain flow of hibernate using example
  • Ans. 

    Hibernate is an ORM tool that simplifies database interactions in Java applications.

    • Hibernate configuration involves setting up database connection details in hibernate.cfg.xml

    • Entities are mapped to database tables using annotations or XML mapping files

    • SessionFactory is created to obtain Session objects for database operations

    • Transactions are managed using Session object to ensure data consistency

    • Example: Entity class ...

  • Answered by AI

Skills evaluated in this interview

Intercontinental Exchange Interview FAQs

How many rounds are there in Intercontinental Exchange Senior Software Developer interview?
Intercontinental Exchange interview process usually has 3 rounds. The most common rounds in the Intercontinental Exchange interview process are One-on-one Round and Resume Shortlist.

Tell us how to improve this page.

Intercontinental Exchange Senior Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

PayPal Interview Questions
3.9
 • 212 Interviews
HighRadius Interview Questions
2.9
 • 182 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
Razorpay Interview Questions
3.6
 • 150 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
MasterCard Interview Questions
3.9
 • 136 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
Revolut Interview Questions
2.5
 • 95 Interviews
View all
Intercontinental Exchange Senior Software Developer Salary
based on 9 salaries
₹19.2 L/yr - ₹36 L/yr
82% more than the average Senior Software Developer Salary in India
View more details

Intercontinental Exchange Senior Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

2.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Data Researcher
135 salaries
unlock blur

₹3.3 L/yr - ₹6.1 L/yr

Reference Data Analyst
81 salaries
unlock blur

₹4.6 L/yr - ₹8.5 L/yr

Senior Software Engineer
73 salaries
unlock blur

₹14 L/yr - ₹44 L/yr

Document Processor
68 salaries
unlock blur

₹2.3 L/yr - ₹4.5 L/yr

Data Analyst
52 salaries
unlock blur

₹2.5 L/yr - ₹8.7 L/yr

Explore more salaries
Compare Intercontinental Exchange with

CME Group

4.3
Compare

NASDAQ

3.8
Compare

London Stock Exchange Group

4.0
Compare

Deutsche Börse

5.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview