Filter interviews by
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 Job Portal and was interviewed in Oct 2024. There was 1 interview round.
OOPS is Object-Oriented Programming, Inheritance is the ability of a class to inherit properties and behavior from another class, Static Binding is resolved at compile time, Dynamic Binding is resolved at runtime.
OOPS stands for Object-Oriented Programming, which is a programming paradigm based on the concept of objects.
Inheritance is a feature in OOP that allows a class to inherit properties and behavior from another ...
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
posted on 17 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.
Case study analysis of your project management skills
PayU Payments interview questions for popular designations
Get interview-ready with Top PayU Payments Interview Questions
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Testing an payment flow on the application
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
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
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
DSA Questions and resume
I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.
A case study was given which was very confusing, i came up with the solution but seemed that I misinterpreted the scenario.
Some risks identified include budget overruns, scope creep, resource constraints, and stakeholder conflicts.
Budget overruns: Potential for unexpected expenses exceeding the allocated budget.
Scope creep: Risk of project scope expanding beyond initial requirements.
Resource constraints: Possibility of not having enough resources (time, money, personnel) to complete the project.
Stakeholder conflicts: Risks associated with ...
Top trending discussions
Interview experience
based on 413 reviews
Rating in categories
Assistant Manager
196
salaries
| ₹4.6 L/yr - ₹15.8 L/yr |
Senior Software Engineer
170
salaries
| ₹13.3 L/yr - ₹42 L/yr |
Software Engineer
169
salaries
| ₹12 L/yr - ₹33 L/yr |
Senior Manager
126
salaries
| ₹10.5 L/yr - ₹40 L/yr |
Manager
99
salaries
| ₹6.1 L/yr - ₹25 L/yr |
Razorpay
Paytm
Mobikwik
PhonePe