i
EaseMyTrip.com
Filter interviews by
I applied via Company Website and was interviewed in Oct 2023. There were 3 interview rounds.
Java python html CSS javascript SQL
Top trending discussions
posted on 27 May 2024
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Exe is an executable file that can be run independently, while DLL is a dynamic link library that is loaded by programs when needed.
Exe stands for executable file, while DLL stands for dynamic link library.
Exe files can be run independently, while DLL files are loaded by programs when needed.
Exe files have their own memory space, while DLL files share memory space with the calling process.
Exe files are typically larger...
HTTP verbs are used to indicate the action to be performed on a resource in a RESTful API.
GET - retrieve data from a server
POST - send data to a server to create/update a resource
PUT - update a resource on the server
DELETE - remove a resource from the server
PATCH - partially update a resource on the server
Use Linq query to filter data and group by in C#
Use 'Where' method to filter data based on a condition
Use 'GroupBy' method to group the filtered data based on a key
Example: var result = data.Where(x => x.Property == value).GroupBy(x => x.GroupKey)
An attribute in MVC is a piece of metadata that provides additional information about a model, view, or controller.
Attributes are used to add behavior or data to a class or method in MVC
They can be used for validation, authorization, caching, etc.
Examples include [Required], [Authorize], [OutputCache]
I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.
posted on 15 Jun 2023
I applied via Approached by Company and was interviewed before Jun 2022. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2024. There were 4 interview rounds.
4 questions on codebyte platform
1 easy combination sum
2. medium spiral traversal
3. medium question based on backtracking
4. medium to hard question based on anagrams
Use binary search to find the target element in a rotated sorted array.
Perform binary search to find the pivot element where the array is rotated.
Based on the pivot element, determine which half of the array to search for the target element.
Continue binary search in the appropriate half of the array to find the target element.
It was an online test
useRef is a hook in React that allows you to create a mutable ref object.
useRef is used to access DOM nodes or store mutable values that persist across renders.
It can be used to focus an input field, measure the size of an element, or store previous values.
Example: const inputRef = useRef(null);
React is a JavaScript library for building user interfaces, commonly used in web development projects.
React is a declarative, efficient, and flexible JavaScript library for building user interfaces.
It allows developers to create reusable UI components that can be easily composed to build complex user interfaces.
React uses a virtual DOM to improve performance by only updating the parts of the actual DOM that have change...
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
posted on 27 May 2024
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Exe is an executable file that can be run independently, while DLL is a dynamic link library that is loaded by programs when needed.
Exe stands for executable file, while DLL stands for dynamic link library.
Exe files can be run independently, while DLL files are loaded by programs when needed.
Exe files have their own memory space, while DLL files share memory space with the calling process.
Exe files are typically larger...
HTTP verbs are used to indicate the action to be performed on a resource in a RESTful API.
GET - retrieve data from a server
POST - send data to a server to create/update a resource
PUT - update a resource on the server
DELETE - remove a resource from the server
PATCH - partially update a resource on the server
Use Linq query to filter data and group by in C#
Use 'Where' method to filter data based on a condition
Use 'GroupBy' method to group the filtered data based on a key
Example: var result = data.Where(x => x.Property == value).GroupBy(x => x.GroupKey)
An attribute in MVC is a piece of metadata that provides additional information about a model, view, or controller.
Attributes are used to add behavior or data to a class or method in MVC
They can be used for validation, authorization, caching, etc.
Examples include [Required], [Authorize], [OutputCache]
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
I solve complex production environments by identifying issues, optimizing performance, and implementing solutions.
Identifying bottlenecks and optimizing performance
Troubleshooting and resolving production issues
Implementing scalable solutions for high traffic websites
Working with cloud services like AWS or Azure
Automating deployment processes with tools like Jenkins or Docker
Developed a real-time chat feature for a social networking platform.
Implemented WebSocket technology for instant messaging
Designed user interface for chat window with message history
Integrated push notifications for new messages
Developed backend logic for message encryption and decryption
I prepared the design doc by outlining the requirements, architecture, data flow, and user interactions.
Outlined the requirements and goals of the feature
Defined the architecture and technologies to be used
Described the data flow and interactions between components
Included wireframes or mockups for user interfaces
Listed potential edge cases and how to handle them
Check if Array2 is a substring of Array1
Iterate through Array1 and check if each element contains Array2
Use built-in string functions like includes() or indexOf() to check for substring
Consider edge cases like empty arrays or arrays with empty strings
Breadcrumbs in React can be built using a combination of state management and conditional rendering.
Create a state variable to store the breadcrumb data.
Update the state variable as the user navigates through the application.
Render the breadcrumbs component with the data stored in the state.
Design a parking system with APIs for managing parking spots and reservations.
Create API for adding new parking spots with details like location, availability, and pricing
Create API for listing available parking spots based on location and availability
Create API for reserving a parking spot with user details and duration
Create API for cancelling a parking reservation
Response object for adding parking spot: { success: t...
Senior Executive
79
salaries
| ₹1.8 L/yr - ₹6.4 L/yr |
Software Developer
40
salaries
| ₹2.5 L/yr - ₹10 L/yr |
Executive
40
salaries
| ₹1.5 L/yr - ₹4.2 L/yr |
Team Lead
26
salaries
| ₹3.2 L/yr - ₹6.1 L/yr |
Softwaretest Engineer
26
salaries
| ₹2 L/yr - ₹4 L/yr |
MakeMyTrip
Yatra
Cleartrip
Goibibo