Filter interviews by
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
Manual code review involves analyzing code for security vulnerabilities using general security concepts.
Identifying potential security vulnerabilities in the code
Checking for input validation to prevent injection attacks
Reviewing authentication and authorization mechanisms
Ensuring secure coding practices are followed
Looking for sensitive data exposure
I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.
1. Slowest Key
2. Junggle Box
3. Kind of Sum
I have experience working on various software projects in different industries.
Developed web applications using Java, Spring Boot, and Angular for a finance company
Worked on mobile app development using React Native for a healthcare startup
Implemented machine learning algorithms in Python for a data analytics project
I am interested in this position because of my passion for software development and the opportunity to work on innovative projects.
Passion for software development
Opportunity to work on innovative projects
Desire to contribute to a dynamic team
I was interviewed before Mar 2023.
LC Medium+ easy questions
I applied via Referral and was interviewed in Feb 2022. There were 4 interview rounds.
Hackerrank test : 3 questions
1. Simple Array
2. Recursion followed by DP
3. DFS/BFS Graph Question
IRCTC reserves seats using a complex system of availability checks and booking processes.
IRCTC uses a combination of real-time availability checks and booking processes to reserve seats.
The system checks for availability of seats in real-time and reserves them for a short period of time while the booking process is completed.
IRCTC uses a locking mechanism to ensure that the same seat is not booked by multiple users at ...
Makemytrip blocks seat for 15 mins by using a hold on the seat inventory.
Makemytrip uses a hold on the seat inventory to block the seat for 15 mins.
If the payment doesn't go through, the hold is released and the seat becomes available again.
This ensures that the seat is not booked by someone else during the payment process.
The hold time can vary depending on the airline's policy.
Makemytrip also sends reminders to compl
Checked exceptions are checked at compile-time while unchecked exceptions are not.
Checked exceptions are those that are checked at compile-time and must be handled by the programmer.
Unchecked exceptions are those that are not checked at compile-time and can be handled or not handled by the programmer.
Checked exceptions are subclasses of Exception class while unchecked exceptions are subclasses of RuntimeException class...
Comparison of in-memory and distributed databases
In-memory databases are faster due to data being stored in RAM
Distributed databases offer better scalability and fault tolerance
In-memory databases are limited by available RAM
Distributed databases require more complex setup and maintenance
In-memory databases are suitable for real-time applications
Distributed databases are suitable for large-scale applications with high
Traveloka interview questions for popular designations
I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.
I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.
Simple Hackerrank test with medium level of questions
Leetcode medium level of questions - 1 hour round
Design Twitter timeline to display tweets in chronological order
Use a database to store tweets with timestamps
Implement a sorting algorithm to display tweets in chronological order
Include features like retweets, likes, and replies
Allow users to filter timeline based on hashtags or users they follow
I was interviewed in Nov 2020.
Round duration - 90 minutes
Round difficulty - Medium
Basically a hackerrank link was shared and I was suppose to take the test within a day. Online Test comprised of 3 algorithmic Questions. Duration of round was 90 minutes.
Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...
I first tried to solve the problem using BackTracking and was able to pass only 8 test cases out of 13. Then I checked the constraints again and realised that for clearing all 13 test cases I have to submit a solution with worst time complexity O(n^2). I tried to solve the question again but due to limited time couldn't solved it completely.
Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This...
I read the question first and the constraints. After reading the question I wrote the recurrence relation on paper and verified with the help of some examples. After verifying the recurrence relation, I coded the memoized solution and was able to pass all test cases.
Round duration - 70 minutes
Round difficulty - Medium
It was a 60 minute virtual face 2 face round with 2 senior software engineers of the company. Interview started with brief introduction by the engineers followed by my Introduction. Interview started at 3:00 P.M and lasted till 4:10 P.M. Google Doc was used for coding purposes.
Given a sorted array that has been rotated, the task is to find the index of a specific element. The array is initially sorted in ascending order and then rotated ...
1. I first solved the problem with brute force i.e using linear search. Complexity of solution was O(N) . Interviewers asked me to optimise more.
2. Then I used the fact that initially array was sorted , so I started thinking in the direction of binary search and was able to propose a solution with O(NLogn) Complexity.
3. Then Interviewers asked me about the explanation of the solution and I was able to tell them correct
Given an array parent
which represents a binary tree, the parent-child relationship is defined by (PARENT[i], i)
, meaning that the parent of i
is PAR...
1. Read the questions and constraints carefully.
2. Came to conclusion that I have to find the height of binary tree represented by parent arrary.
3. Coded the solution while keeping the corner cases in mind.
Round duration - 60 minutes
Round difficulty - Medium
It was a face 2 face algorithmic round taken by Senior Backend engineer. Interview Round Started at around 2:00 P.M and lasted till 3:05 P.M. Interview started with the brief introduction followed by 2 algorithmic questions. Interviewer was focusing problem solving skills. After discussing the approach, Coding part was to be done on google doc.
Given an N*M matrix filled with integer numbers, determine the maximum sum that can be obtained from a path starting from any cell in the first row to any cell in the last row...
The basic approach is that we are going to explore all possible paths recursively from the first row for each cell and return the maximum sum among all paths. Steps are as follows:
Given an array ARR
consisting of 'N' positive integers, determine if it is possible to partition the array into two subsets such that the sum of the elements in both sub...
1. Initially I wasn't able to come up with solution then I thought of brute force solution.
2. I focused on solving with brute force and solved the problem with brute force i.e using Backtracking. Complexity of solution was Exponential . Interviewer asked me to optimise more, since solution was of exponential time complexity.
3. Then I used the fact that if sum of entire array is even then only we can divide the array in...
Round duration - 120-130 minutes
Round difficulty - Medium
It was a face 2 face round which was taken by Line manager. Interview started at 11:00 A.M and lasted around 2 hours approx. Interviewer was very friendly and supportive. Interview started with brief introduction of the interviewer followed by mine. Then a System design question was asked by the interviewer over google doc. Interviewer was focusing on how I'm approaching the problem. Overall It was a good experience.
Tip 1 : We should focus on other topics apart from DSA. Knowledge of LLD, HLD, OOPS and other subjects also plays a very important role.
Tip 2 : Communication also plays a key role in interviews. We should be able to explain our solution precisely and also able to catch hints given by Interviewer.
Tip 3 : While practising DSA focus should be on logic building rather than cramming the solution because proper reasoning will hep you to solve other new questions.
Tip 4 : Always remember interview is two way communication.
Tip 1 : Mention only those projects and skills in which you are confident.
Tip 2 : Resume should be of one page(preferrable).
Top trending discussions
Sabre Commands to Check Availability
Blocking and Booking Tickets
Commands to Check Fare rules
Checking Availability
Infant and Child title
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.
Interview experience
based on 12 reviews
Rating in categories
Software Engineer
13
salaries
| ₹10 L/yr - ₹22 L/yr |
Senior Software Engineer
7
salaries
| ₹17 L/yr - ₹31 L/yr |
Software Developer
5
salaries
| ₹6.5 L/yr - ₹14 L/yr |
Lead Engineer
4
salaries
| ₹35 L/yr - ₹44 L/yr |
Security Engineer
4
salaries
| ₹12 L/yr - ₹25.6 L/yr |
MakeMyTrip
Cleartrip
Yatra
Goibibo