i
Ixigo.com
Filter interviews by
I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed before May 2023. There were 2 interview rounds.
2 DSA questions, 1 was Sliding Window (DP problem), Simple Linked List
To find the last 2nd highest salary in SQL, use a subquery with the MAX function.
Use a subquery to find the maximum salary excluding the highest salary
Select the maximum salary from the result of the subquery
Top trending discussions
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
Design a stack that supports push, pop, top, and retrieving minimum element in constant time.
Use two stacks - one to store the actual elements and another to store the minimum values encountered so far
When pushing an element, check if it is smaller than the current minimum and if so, push it to the minimum stack
When popping an element, check if it is the current minimum and if so, pop from the minimum stack as well
Top ...
Find the maximum circular subarray sum in an integer array.
Calculate the non-circular maximum subarray sum using Kadane's algorithm.
Calculate the circular maximum subarray sum by subtracting the minimum subarray sum from the total sum.
Compare the non-circular and circular maximum subarray sums to get the overall maximum sum.
posted on 14 Feb 2024
I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.
1.30
Basic profit/loss,percentages questions
One hour for date-time serialization.
1 hour
pattern program
posted on 9 May 2024
45 MCQ Which includes below topics
Basic core Java
Database
Spring
Hibernate
Angular
One program based on core Java logic
posted on 13 Jan 2023
They asked me two coding questions:
1.) Floyd's cycle finding problems
2.) Two-pointer-related question
They asked me two coding questions:
1.) Check if the given binary tree is good
Conditions: If any binary tree from root to a child node element is in ascending order is a good binary tree.
2.) Given the linked list find if there is 'Y' formation in it.
posted on 21 Oct 2023
Basic dsa, output based questions
Basic javascript questions.
I applied via LinkedIn and was interviewed before Jun 2023. There were 2 interview rounds.
Spring applications can be made using Spring Boot, which simplifies the setup and configuration process.
Use Spring Initializr to create a new Spring Boot project
Add dependencies in the pom.xml file for required Spring modules
Create Java classes with annotations like @Controller, @Service, @Repository, etc.
Define application properties in application.properties or application.yml file
Run the application using the main m
based on 1 interview
Interview experience
Software Engineer
36
salaries
| ₹7 L/yr - ₹20 L/yr |
Software Developer
15
salaries
| ₹12 L/yr - ₹33 L/yr |
Software Engineer2
13
salaries
| ₹15.3 L/yr - ₹21 L/yr |
Product Manager
13
salaries
| ₹11 L/yr - ₹36 L/yr |
Senior Software Engineer
10
salaries
| ₹17.5 L/yr - ₹38 L/yr |
MakeMyTrip
Yatra
Cleartrip
Goibibo