What We Are Learn On This Post
MakeMyTrip Interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance, and feel confident in your responses when the pressure is on.
Wouldn’t it be great if you knew exactly what interview questions are asked for the Test Engineer, QA for Manual & Automation Positions, We can’t read minds, unfortunately, but we’ll give you the next best thing: a list of previously asked MakeMyTrip interview questions and answers.
Post On: | MakeMyTrip Interview Questions |
Post Type: | Interview Questions |
Published On: | www.softwaretestingo.com |
Applicable For: | Freshers & Experience |
Get Updates: | Software Testingo Telegram Group |
We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the MakeMyTrip interview.
Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you will share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.
MakeMyTrip Interview Questions
Company Name: MakeMyTrip
Company Location: Gurgaon DLF phase 2, India
Updated on: 11.07.2021
Here is a list of MakeMyTrip interview questions which was asked in the interview held at MakeMyTrip, Gurgaon office. The job was for the profile of QA engineer with skillset – Unix, Database, Automation, Web testing.
The interview was conducted in March 2016. But the questions do not change much and with these questions and their answers, everyone should know who is working in the QA domain.
I have tried to segregate questions into different categories.
- Write test cases for a lift?
- What are high priority and low severity bugs?
- What is memory leak testing(since it was written in my resume)? is it different from the Java Heap concept?
Selenium
- Write a program to open a web page?
- Do you know fluent waits?
- What are the different types of waits in Selenium?
-
How to Achieve synchronization using Java?
-
Do you know the Architecture of WebDriver?
-
Is WebDriver a class or Interface?
-
What’s the difference between XPath and CSS locator? when to use which?
-
The difference between absolute and relative XPath? which one to use where?
-
Can we write like WebDriver Drv = new WebDriver (); ?
-
What happens when we write like below?WebDriver driver;driver= new firefoxDriver();
-
What’s the difference between driver.get and driver.navigate.to()?
Java
- What is the difference between default and protected?
- What is overriding? Can you write a program implementing the same?
- What’s the difference between hashmap and hashtable?
- What is the entry set?
- What is the difference between class and interface?
Web Related
- Whats’ the difference between Cache and Cookies?
- Suppose we changed the logo of MakeMyTrip and all clients are still seeing the old logo because of the old cache what we should do so they see the new logo?
- What’s the difference between SOAP and REST?
- What’s the difference between the put and post method used in REST?
- How do you see the same ads on multiple sites, suppose you visit amazon.com and added a product to your cart? You will see that on Facebook in an advertisement how?
- How is ‘get’ different than ‘put’ ?(security)
- Do you know what is WADL?
- What is an app server and Web Server?
- For a form having a username and password which validation will happen on the client-side(javascript) and all validations will happen on the server-side.
Algorithm
- You have 1 to 100 numbers in an array out of which one number is missing. Do you need to find it out?
- There is an array having values like 1.2.2.3.4.3.3.5.5.6. which data structure would be best to store this information so we have unique data?
- There is a 3×3 matrix like below. Do you need to print numbers in this sequence 1 2 3 6 9 8 7 4 5?
1 2 3
4 5 6
7 8 9
- You have a string str1=”makemytrip” and str2=”mmakemyprit”. Basically, str2 is a jumbled version of str1. Write a program to convert str2 into str1
- Write a program to find the area of an equilateral triangle
Unix
- There is a file in which MakeMyTrip is written in different lines. Write a single line program or command by which you can tell in which lines and how many times in that line MakeMyTrip is written?
- What’s the use of top command?
- what’s the use of the sed command?
- Replace all occurrences of a word in a file in Unix?
- Write 5 different commands by which you can create a file?
- Write a shell script to find out the word which has the maximum occurrences in a file?
- What is the use of the df & du command?
Puzzles
- 4 prisoners wearing 4 hats(2 black, 2 white), A can see B & C. B can see C. C & D cannot see anyone. You have to tell who is wearing which cap?
- There are 3 bags marked wrongly A–> Red balls B–> Black Balls C–> Red+Black balls. you have to take out a ball only once from one of these bags and change the labels to find out correctly which bag is having which balls?
- What’s the maximum number of runs a player can score in a 20-20 Match?
- You have two eggs. Do you have to find out the minimum number of throws to check from which floor the egg will break?
Database
- Write SQL to retrieve data from different databases X Y Z?
- Write SQL to update a salary in a table?
- Do you know the parallel command in SQL?
- Can you give an example of a group by clause?
- Can we use where and having the clause in a single SQL?
- There are some employees and their salaries stored in a table. write SQL to retrieve employee’s salaries and the numbers in front of them like below.
1 1000
2 2000
2 2000
3 4000
4 5000
4 5000
- Write SQL query to retrieve employee name from starting 10th digit and up to 10 characters? (substr)
-
Write SQL query to retrieve employee name’s 10 characters from the end? (instr)
MakeMyTrip Interview Questions
Company Name: MakeMyTrip
Company Location: Gurgaon DLF phase 2, India
Updated on: 03.07.2021
- Fully on data structures, singly linked list, singly linked list vs arrays
- Insertion, deletion of elements at begging and ending code logic
- Basics of tree and graphs,
- In-depth questions on oops logic
- The concept on thread count if we want to reduce execution time
- API testing with status codes explanation
- Charles proxy tool
- Basic SQL queries
- Left traversal and right traversal of arrays elements in an array
- Public static void main, explain each word
- Merge 2 arrays and then sort
- Why do we need to write .exe while giving the chrome driver path
- When do you get NoSuchElement and StaleElementReference exceptions?
- How do you check logs for an application?
- What does -f mean in the tail -f command?
Leave a Reply