i
Intercontinental Exchange
Filter interviews by
Top trending discussions
posted on 31 Jul 2024
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 ...
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
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
posted on 8 Dec 2024
I was interviewed in Nov 2024.
Asked to solve 2/3 dsa. Medium level
I applied via Job Portal
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
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 ...
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
It was a coding round of ReactJS and JS
Basic puzzles of medium complexity level. No improvement required
DSA questions of easy level. Asked for memory optimisations.
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
posted on 28 Sep 2024
I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.
1 hour , 1 medium and 1 hard
FInd Kth smallest element
Find Peak element
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.
Oops concept, spring framework, java core
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
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 ...
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
81
salaries
| ₹4.6 L/yr - ₹8.5 L/yr |
Senior Software Engineer
73
salaries
| ₹14 L/yr - ₹44 L/yr |
Document Processor
68
salaries
| ₹2.3 L/yr - ₹4.5 L/yr |
Data Analyst
52
salaries
| ₹2.5 L/yr - ₹8.7 L/yr |
CME Group
NASDAQ
London Stock Exchange Group
Deutsche Börse