AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

This company page is being actively managed by Goibibo Team. If you also belong to the team, you can get access from here

Goibibo Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 172 Reviews

Play video Play video Video summary
  • About
  • Reviews
    172
  • Salaries
    880
  • Interviews
    6
  • Jobs
    31
  • Benefits
    22
  • Photos
    -

Filter interviews by

Goibibo Interview Questions and Answers

Updated 10 Oct 2024
Popular Designations

20 Interview questions

A Senior Consultant was asked 8mo ago
Q. What are Vulnerability Assessment (VA) and Penetration Testing (PT)?
Ans. 

VAPT refers to Vulnerability Assessment and Penetration Testing, crucial for identifying security weaknesses.

  • Vulnerability Assessment (VA) identifies security flaws in systems, e.g., using tools like Nessus.

  • Penetration Testing (PT) simulates attacks to exploit vulnerabilities, e.g., ethical hacking.

  • Both processes help organizations strengthen their security posture and comply with regulations.

View all Senior Consultant interview questions
A Revenue Analyst was asked
Q. If you observe a decrease in market share, how would you identify the root cause, and what would be your proposed solution?
Ans. 

To identify the root cause of market share decline, I will analyze market trends, customer behavior, and competitor strategies.

  • Conduct market research to identify trends and changes in customer preferences

  • Analyze sales data to identify patterns and potential causes of decline

  • Assess competitor strategies and market positioning

  • Consider external factors such as economic conditions and industry regulations

  • Develop a sa...

View all Revenue Analyst interview questions
A Business Intelligence Analyst was asked
Q. Provide a business model to set up Uber cab services from scratch in a market where Ola is already established and has a strong customer base.
Ans. 

Develop a competitive Uber model focusing on unique value propositions and customer engagement to challenge Ola's dominance.

  • Identify target market segments: Focus on underserved areas or demographics, such as rural regions or specific age groups.

  • Differentiate service offerings: Introduce unique features like luxury rides, eco-friendly vehicles, or subscription models for frequent users.

  • Leverage technology: Use adv...

View all Business Intelligence Analyst interview questions
A Software Developer was asked
Q. Is it possible to create a slideshow without using JavaScript?
Ans. 

Yes, it is possible to create a slideshow without using JavaScript.

  • Use CSS animations and transitions to create the slideshow.

  • Use HTML and CSS to structure and style the slideshow.

  • Utilize keyframe animations to create the slide transitions.

  • Use radio buttons or checkboxes to control the slideshow navigation.

  • Apply the :target pseudo-class to create a simple slideshow without JavaScript.

View all Software Developer interview questions
A Software Developer was asked
Q. Given the time in hours and minutes, calculate the angle between the hour and minute hands on a clock.
Ans. 

The angle between the hour and minute hands of a clock can be calculated using a formula.

  • The hour hand moves 30 degrees per hour and 0.5 degrees per minute.

  • The minute hand moves 6 degrees per minute.

  • Calculate the angle between the two hands using the formula: |30H - 11M/2|, where H is the hour and M is the minute.

View all Software Developer interview questions
A Software Developer was asked
Q. Given an m x n matrix, return all elements of the matrix in spiral order.
Ans. 

Print a square matrix in spiral order

  • Start by defining the boundaries of the matrix

  • Iterate through the matrix in a spiral pattern, printing each element

  • Adjust the boundaries after each iteration to move inward

  • Repeat until all elements are printed

View all Software Developer interview questions
A Software Developer was asked
Q. There is a ladder of N steps. We can either take 1 step or 2 steps. In how many different ways can one climb the ladder?
Ans. 

The number of different ways to climb a ladder of N steps by taking 1 or 2 steps at a time.

  • This is a classic problem that can be solved using dynamic programming.

  • The number of ways to climb N steps is equal to the sum of the number of ways to climb N-1 steps and N-2 steps.

  • The base cases are when N is 0 or 1, where there is only 1 way to climb the ladder.

  • For example, for N=4, there are 5 different ways: [1, 1, 1, 1...

View all Software Developer interview questions
Are these interview questions helpful?
A Software Developer was asked
Q. What is a prototype in JavaScript?
Ans. 

Prototype in JavaScript is an object that is associated with every function and object by default.

  • Prototype is used to add properties and methods to an object.

  • It allows objects to inherit properties and methods from other objects.

  • Modifying the prototype of a function affects all instances of that function.

  • Prototypes can be used to create new objects based on existing objects.

  • The prototype chain allows for property...

View all Software Developer interview questions
A Software Developer was asked
Q. Write a SQL query to perform matrix multiplication. Two tables have three columns: row, col, and value.
Ans. 

SQL query to perform matrix multiplication using two tables with row, col, and value columns.

  • Use JOIN operation to combine the two tables based on matching row and col values.

  • Use GROUP BY clause to group the result by row and col values.

  • Use SUM function to calculate the dot product of corresponding row and col values.

  • Use INSERT INTO statement to insert the result into a new table.

View all Software Developer interview questions
A Software Developer was asked
Q. Write code to multiply two matrices of dimension M*N and N*K.
Ans. 

Code to multiply two matrices of dimension M*N and N*K.

  • Create a result matrix of dimension M*K.

  • Iterate through each row of the first matrix.

  • For each row, iterate through each column of the second matrix.

  • For each element in the row of the first matrix, multiply it with the corresponding element in the column of the second matrix.

  • Sum up the products and store the result in the corresponding position of the result ma...

View all Software Developer interview questions
1 2

Goibibo Interview Experiences

6 interviews found

Senior Consultant Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Sdlc life cycle
  • Add your answer
  • Q2. Vapt question va and pt
  • Ans. 

    VAPT refers to Vulnerability Assessment and Penetration Testing, crucial for identifying security weaknesses.

    • Vulnerability Assessment (VA) identifies security flaws in systems, e.g., using tools like Nessus.

    • Penetration Testing (PT) simulates attacks to exploit vulnerabilities, e.g., ethical hacking.

    • Both processes help organizations strengthen their security posture and comply with regulations.

  • Answered by AI
    Add your answer
Anonymous

Customer Executive Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Group Discussion 

Asked a topic on the importance of education vs experience

Round 3 - HR 

(2 Questions)

  • Q1. Resume pointers, questions from the resume
  • Add your answer
  • Q2. HR asked about the company profile
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the company before the HR round so that you will be prepared about the questions on company's profile
Anonymous

Customer Service Executive Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Case Study 

Customer related case study nothing very serious. Situation based

Round 3 - HR 

(2 Questions)

  • Q1. Asked questions About the company and how you are ideal person for the company
  • Add your answer
  • Q2. They have asked about your education and then about company
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident...improve your skills as much as you can.... communication skilla are important
Anonymous

Business Intelligence Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2019

I applied via Naukri.com and was interviewed in Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. To provide a business model to setup a Uber cab services from scratch where Ola has already been established and has a strong customer base.
  • Ans. 

    Develop a competitive Uber model focusing on unique value propositions and customer engagement to challenge Ola's dominance.

    • Identify target market segments: Focus on underserved areas or demographics, such as rural regions or specific age groups.

    • Differentiate service offerings: Introduce unique features like luxury rides, eco-friendly vehicles, or subscription models for frequent users.

    • Leverage technology: Use advanced...

  • Answered by AI
    View 3 more answers
  • Q2. How to penetrate the market? How to attract the drivers from Ola? What's the business model?
  • Ans. 

    To penetrate the market and attract drivers from Ola, a business model focused on competitive pricing, driver incentives, and superior customer experience can be implemented.

    • Offer competitive pricing to attract drivers from Ola

    • Provide attractive incentives and benefits for drivers to switch

    • Focus on delivering a superior customer experience

    • Leverage technology and data analytics to optimize operations and improve efficie...

  • Answered by AI
    Add your answer
  • Q3. SQL and SAS
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience and they were looking for approach and confidence more than the exact code. There were 5 rounds in total.
Anonymous

Revenue Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2020

I applied via LinkedIn and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Suppose there is a proposal to run a campaign on any one platform (amongst iOS, Android and Desktop). The offer runs for 8 hours on a particular user base. How will you calculate the impact of the offer
  • Ans. 

    To calculate the impact of an offer running on a platform for 8 hours on a user base, we need to analyze the revenue generated during and after the campaign.

    • Analyze revenue generated during the 8-hour campaign period

    • Compare revenue generated during the campaign period to revenue generated during a similar time period without the campaign

    • Analyze revenue generated after the campaign period to determine if there was a las...

  • Answered by AI
    Add your answer
  • Q2. You see that the market share has gone down. How will you go about identify the root cause and what will be your sample solution
  • Ans. 

    To identify the root cause of market share decline, I will analyze market trends, customer behavior, and competitor strategies.

    • Conduct market research to identify trends and changes in customer preferences

    • Analyze sales data to identify patterns and potential causes of decline

    • Assess competitor strategies and market positioning

    • Consider external factors such as economic conditions and industry regulations

    • Develop a sample ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain a calm and logical approach to the situations brought in front of you.
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 14 May 2015

Interview Questionnaire 

17 Questions

  • Q1. Find if a string is substring of other string
  • Ans. 

    The function checks if a string is a substring of another string.

    • Use the built-in string methods like 'indexOf' or 'includes' to check for substring.

    • If the language supports regular expressions, you can also use them to find substrings.

    • Consider the case sensitivity of the strings when comparing.

  • Answered by AI
    Add your answer
  • Q2. Write a code to multiply two matrices of dimension M*N and N*K
  • Ans. 

    Code to multiply two matrices of dimension M*N and N*K.

    • Create a result matrix of dimension M*K.

    • Iterate through each row of the first matrix.

    • For each row, iterate through each column of the second matrix.

    • For each element in the row of the first matrix, multiply it with the corresponding element in the column of the second matrix.

    • Sum up the products and store the result in the corresponding position of the result matrix.

    • ...

  • Answered by AI
    Add your answer
  • Q3. Write a Sql to perform Matrix Multiplication.Two tables has three columns row,col and value
  • Ans. 

    SQL query to perform matrix multiplication using two tables with row, col, and value columns.

    • Use JOIN operation to combine the two tables based on matching row and col values.

    • Use GROUP BY clause to group the result by row and col values.

    • Use SUM function to calculate the dot product of corresponding row and col values.

    • Use INSERT INTO statement to insert the result into a new table.

  • Answered by AI
    Add your answer
  • Q4. What is prototype in javascript?
  • Ans. 

    Prototype in JavaScript is an object that is associated with every function and object by default.

    • Prototype is used to add properties and methods to an object.

    • It allows objects to inherit properties and methods from other objects.

    • Modifying the prototype of a function affects all instances of that function.

    • Prototypes can be used to create new objects based on existing objects.

    • The prototype chain allows for property and ...

  • Answered by AI
    Add your answer
  • Q5. How do we write classes in javascript?
  • Ans. 

    Classes in JavaScript are written using the class keyword.

    • Use the class keyword followed by the class name to define a class.

    • Use the constructor method to initialize class properties.

    • Add methods to the class using the class prototype.

    • Use the new keyword to create an instance of the class.

  • Answered by AI
    Add your answer
  • Q6. There is a ladder of N steps.We can either take 1 step or 2 steps.In how many different ways one can climb the ladder?
  • Ans. 

    The number of different ways to climb a ladder of N steps by taking 1 or 2 steps at a time.

    • This is a classic problem that can be solved using dynamic programming.

    • The number of ways to climb N steps is equal to the sum of the number of ways to climb N-1 steps and N-2 steps.

    • The base cases are when N is 0 or 1, where there is only 1 way to climb the ladder.

    • For example, for N=4, there are 5 different ways: [1, 1, 1, 1], [1...

  • Answered by AI
    Add your answer
  • Q7. Print a square matrix in spiral order
  • Ans. 

    Print a square matrix in spiral order

    • Start by defining the boundaries of the matrix

    • Iterate through the matrix in a spiral pattern, printing each element

    • Adjust the boundaries after each iteration to move inward

    • Repeat until all elements are printed

  • Answered by AI
    Add your answer
  • Q8. Given a table with 3 columns StudentName,Subject and Marks.Write a sql to retrieve second highest Marks Obtained for each student
  • Ans. 

    Retrieve the second highest marks obtained by each student from a table with student name, subject, and marks.

    • Use the RANK() function to assign a rank to each row based on the marks in descending order.

    • Filter the result to only include rows with rank 2 for each student.

    • Group the result by student name to get the second highest marks for each student.

  • Answered by AI
    Add your answer
  • Q9. Given a Website with header,footer,side ads(Google ads,Internal ads).How will you extract only useful data from the page
  • Ans. 

    Extracting useful data from a webpage involves identifying and isolating relevant content while ignoring ads and navigation elements.

    • Use web scraping libraries like BeautifulSoup (Python) or Cheerio (Node.js) to parse HTML.

    • Identify the main content area using HTML tags or classes, e.g., <main>, <article>, or specific class names.

    • Utilize CSS selectors to target specific elements, e.g., 'div.content' to extra...

  • Answered by AI
    Add your answer
  • Q10. Difference between .live() and .delegate() in jquery
  • Ans. 

    The .live() method attaches an event handler to the current and future elements, while .delegate() attaches an event handler to a parent element.

    • The .live() method is deprecated in newer versions of jQuery.

    • The .delegate() method is preferred over .live() for performance reasons.

    • Both methods are used to handle events for dynamically added elements.

    • Example: $(document).live('click', 'button', function() { ... });

    • Example:...

  • Answered by AI
    Add your answer
  • Q11. What is chaining in jquery?
  • Ans. 

    Chaining in jQuery allows multiple methods to be called on a single element in a single line of code.

    • Chaining simplifies code and improves readability.

    • Each method in the chain operates on the result of the previous method.

    • The chain ends with a method that does not return a jQuery object.

    • Example: $('div').addClass('highlight').fadeOut();

  • Answered by AI
    Add your answer
  • Q12. What is callback function?
  • Ans. 

    A callback function is a function that is passed as an argument to another function and is executed later.

    • Callback functions are commonly used in event-driven programming.

    • They allow asynchronous execution of code.

    • Callback functions can be used to handle responses from APIs or user interactions.

    • They can be anonymous functions or named functions.

    • Example: setTimeout(function() { console.log('Hello!'); }, 1000);

  • Answered by AI
    Add your answer
  • Q13. What is .bind() function in jquery?
  • Ans. 

    The .bind() function in jQuery is used to attach an event handler function to one or more elements.

    • It allows you to specify the event type and the function to be executed when the event occurs.

    • The .bind() function can be used to bind multiple events to the same element.

    • It can also be used to pass additional data to the event handler function.

    • The .bind() function is deprecated in jQuery version 3.0 and above. It is reco...

  • Answered by AI
    Add your answer
  • Q14. Find the angle between hour handle and minute handle in a clock
  • Ans. 

    The angle between the hour and minute hands of a clock can be calculated using a formula.

    • The hour hand moves 30 degrees per hour and 0.5 degrees per minute.

    • The minute hand moves 6 degrees per minute.

    • Calculate the angle between the two hands using the formula: |30H - 11M/2|, where H is the hour and M is the minute.

  • Answered by AI
    Add your answer
  • Q15. Is it possible to create slideshow without using javascript
  • Ans. 

    Yes, it is possible to create a slideshow without using JavaScript.

    • Use CSS animations and transitions to create the slideshow.

    • Use HTML and CSS to structure and style the slideshow.

    • Utilize keyframe animations to create the slide transitions.

    • Use radio buttons or checkboxes to control the slideshow navigation.

    • Apply the :target pseudo-class to create a simple slideshow without JavaScript.

  • Answered by AI
    Add your answer
  • Q16. Questions about my current project and academic project
  • Add your answer
  • Q17. Given two points A and B with distance between them lets say D.there are N men who want to go from point A to point B.All men walk with same speed.They also have one scooter with them which has speed grea...
  • Ans. 

    The men can take turns riding the scooter, allowing them to reach point B faster.

    • The men can form a queue and take turns riding the scooter.

    • The person riding the scooter can drop it off at a certain point and the next person can pick it up.

    • The scooter can be passed along the line of men until everyone reaches point B.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Skills: Algorithm, Javascript
College Name: na

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
1w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Goibibo?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Team Lead Interview Questions & Answers

Udaan user image Anonymous

posted on 12 Mar 2020

I applied via Naukri.com and was interviewed in Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How to increase business?
  • Ans. 

    To increase business, focus on customer satisfaction, expand marketing efforts, and offer promotions.

    • Improve customer service to increase customer satisfaction and loyalty

    • Expand marketing efforts through social media, email marketing, and targeted advertising

    • Offer promotions such as discounts, referral programs, and loyalty rewards

    • Analyze market trends and adjust business strategies accordingly

    • Collaborate with other bu...

  • Answered by AI
    Add your answer
  • Q2. Case study and solutions to business problem
  • Add your answer
  • Q3. Experience
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 40 candidates and 2 posts were there,
The interview was ,
Written test,
Group discussion,
Interview with Manager.

You need to be prepared for ground level questions.
Anonymous
Are these interview questions helpful?
company Logo

Software Developer Interview Questions & Answers

Oyo Rooms user image Anonymous

posted on 16 Sep 2021

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Coding question of medium level difficulty, from DP. 
18 MCQs were core CSE related concepts e.g: OS, OOPs, DBMS, Networking
Time was 90 minutes.

  • Q1. 

    Minimum Cost to Destination

    You are given an NxM matrix consisting of '0's and '1's. A '1' signifies that the cell is accessible, whereas a '0' indicates that the cell is blocked. Your task is to compute ...

  • Ans. 

    Find the minimum cost to reach a destination in a matrix with blocked cells.

    • Use Breadth First Search (BFS) algorithm to explore all possible paths from the starting point to the destination.

    • Keep track of the cost incurred at each cell and update it as you move through the matrix.

    • Return the minimum cost to reach the destination or -1 if it is unreachable.

  • Answered by AI
    Add your answer
Round 2 - Face to Face 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

It was an one-to-one interview. It checks your problem solving ability and a few OOPs, OS, DBMS etc concepts. Coding questions were related to array, queue and DP.

  • Q1. 

    Triangle Formation Using Array Elements

    Given an integer array/list ARR of length 'N', determine if it is possible to form at least one non-degenerate triangle using the values of the array as the sides o...

  • Ans. 

    Determine if it is possible to form a non-degenerate triangle using array elements as sides.

    • Check if the sum of any two sides is greater than the third side for all combinations of sides.

    • If the above condition is met for any combination, return true; otherwise, return false.

  • Answered by AI
    Add your answer
  • Q2. 

    Maximum Sum of Non-Adjacent Elements

    You are given an array/list of integers. The task is to return the maximum sum of a subsequence such that no two elements in the subsequence are adjacent in the given ...

  • Ans. 

    Find the maximum sum of non-adjacent elements in an array.

    • Use dynamic programming to keep track of the maximum sum at each index, considering whether to include the current element or not.

    • At each index, the maximum sum can be either the sum excluding the current element or the sum including the current element but excluding the previous element.

    • Iterate through the array and update the maximum sum accordingly.

    • Example: F...

  • Answered by AI
    Add your answer
Round 3 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Easy

It was also a problem solving round. However after coding questions, they also asked CSE conceptual questions.

  • Q1. 

    Sum Tree Conversion

    Convert a given binary tree into its sum tree. In a sum tree, every node's value is replaced with the sum of its immediate children's values. Leaf nodes are set to 0. Finally, return th...

  • Ans. 

    Convert a binary tree into a sum tree by replacing each node's value with the sum of its children's values. Return preorder traversal.

    • Traverse the tree in a bottom-up manner, starting from the leaf nodes.

    • For each node, update its value to the sum of its children's values.

    • Set leaf nodes to 0.

    • Return the preorder traversal of the modified tree.

  • Answered by AI
    Add your answer
  • Q2. What are the core concepts of indexing in Database Management Systems (DBMS)?
  • Ans. 

    Core concepts of indexing in DBMS include types of indexes, benefits of indexing, and factors affecting index performance.

    • Types of indexes: B-tree, Hash, Bitmap, etc.

    • Benefits of indexing: Faster data retrieval, improved query performance, reduced disk I/O.

    • Factors affecting index performance: Selectivity, clustering factor, index fragmentation.

    • Examples: Creating an index on a column in a table to speed up search queries...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology Delhi (New Campus). Eligibility criteria7 CGPAOYO interview preparation:Topics to prepare for the interview - Data Structures, OS, DBMS, Algorithms, Networking, Coding, OOPTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Strengthen your coding, algorithms. This is one most important thing for OYO. Practice Graph, tree, DP, greedy, recursion, data structures questions.
Tip 2 : OS, DBMS concepts will give you an edge over others. Like serialisation, index, deadlock, semaphore
Tip 3 : Only mention those projects in your resume which you are very clear about. They don't ask for detailed explanation, just an overall idea about your projects will increase your chances

Application resume tips for other job seekers

Tip 1 : Mention college projects wisely. No need to mention fancy projects. Any project that you can describe to the interviewer will be a best solution
Tip 2 : Neat & clean resume with your skills, technical stacks that you mastered. That's all. They don't require you to be very active in extra-curricular activities, and these things will not give you any advantage.
Tip 3 : Keep it of single page

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Myntra user image Aditya Sundaram

posted on 22 Nov 2015

Interview Preparation Tips

Round: Test
Experience: First round was a simple round which involved 10 multiple choice questions and 3 coding questions on hackerrank platform.

Round: Technical Interview
Experience: Mainly on topics like networks, data structures and algorithms, operating systems. The interviewers looked for people who have had prior experience in web development and asked questions regarding web development in depth too.
Tips: I recommend everyone to read the book titled, 'Cracking the Coding Interview' as it was helpful in my approach to an interview.

General Tips: The one major thing that would give you the edge in joining Myntra would definitely be exposure to web development. Since it is not a part of the curriculum , it's all the more important for you to familiarize yourself with web development. In fact, a few projects in the same field would put you in a very advantageous position to get the job.
Skill Tips: 1. Start your placement preparations well ahead, no point regretting later.
2. Keep a concise resume. Do not take your resume to several pages.
3. Do not neglect aptitude preparation. Many people do this mistake and end up not clearing the first round for several companies.
4. Be thorough with your basics across all subjects. (Do not neglect any subject, even they you may like a few and dislike the others.)
5. Keep in mind, the interviewers are really friendly and try to make sure that you're not nervous during the interview. All they want to do is to test you. Be confident and give it your best shot.
Skills:
College Name: NIT Surathkal
Anonymous
company Logo

Software Developer Interview Questions & Answers

Myntra user image Anonymous

posted on 10 May 2015

Interview Questionnaire 

10 Questions

  • Q1. What do you do when your schedule is interrupted? How you handle it?
  • Add your answer
  • Q2. PreOrder traversal without recursion?
  • Ans. 

    PreOrder traversal without recursion is done using a stack to simulate the function call stack.

    • Create an empty stack and push the root node onto it.

    • While the stack is not empty, pop a node from the stack and process it.

    • Push the right child of the popped node onto the stack if it exists.

    • Push the left child of the popped node onto the stack if it exists.

  • Answered by AI
    Add your answer
  • Q3. Build a bst out of the unsorted array by looping over the array and inserting each element to the tree?
  • Ans. 

    Yes

    • Create an empty binary search tree (BST)

    • Loop over the unsorted array

    • For each element, insert it into the BST using the appropriate insertion logic

    • Repeat until all elements are inserted

    • The resulting BST will be built from the unsorted array

  • Answered by AI
    Add your answer
  • Q4. Find 2 elements in array whose sum is equal to given number?
  • Ans. 

    The question asks to find two elements in an array whose sum is equal to a given number.

    • Iterate through the array and for each element, check if the difference between the given number and the current element exists in the array.

    • Use a hash set to store the elements as you iterate through the array for efficient lookup.

    • Return the pair of elements if found, otherwise return a message indicating no such pair exists.

  • Answered by AI
    Add your answer
  • Q5. How many types of trigger?
  • Ans. 

    There are two types of triggers: DML triggers and DDL triggers.

    • DML triggers are fired in response to DML (Data Manipulation Language) statements like INSERT, UPDATE, DELETE.

    • DDL triggers are fired in response to DDL (Data Definition Language) statements like CREATE, ALTER, DROP.

    • Examples: A DML trigger can be used to log changes made to a table, while a DDL trigger can be used to enforce certain rules when a table is alt...

  • Answered by AI
    Add your answer
  • Q6. Can trigger be used with select statement?
  • Ans. 

    Yes, triggers can be used with select statements in SQL.

    • Triggers are database objects that are automatically executed in response to certain events, such as insert, update, or delete operations.

    • While triggers are commonly used with insert, update, and delete statements, they can also be used with select statements.

    • Using triggers with select statements allows you to perform additional actions or validations before or af...

  • Answered by AI
    Add your answer
  • Q7. Indexing in mysql? How many types of indexing in mysql?
  • Ans. 

    Indexing in MySQL improves query performance. There are several types of indexing in MySQL.

    • Indexes are used to quickly locate data without scanning the entire table.

    • Types of indexing in MySQL include B-tree, hash, full-text, and spatial indexes.

    • B-tree indexes are the most common and suitable for most use cases.

    • Hash indexes are used for exact match lookups.

    • Full-text indexes are used for searching text-based data efficie...

  • Answered by AI
    Add your answer
  • Q8. Engines in mysql?
  • Ans. 

    Engines in MySQL are the underlying software components that handle storage, indexing, and querying of data.

    • MySQL supports multiple storage engines, each with its own strengths and features.

    • Some commonly used engines in MySQL are InnoDB, MyISAM, and Memory.

    • InnoDB is the default engine in MySQL and provides support for transactions and foreign keys.

    • MyISAM is known for its simplicity and speed but lacks transaction suppo...

  • Answered by AI
    Add your answer
  • Q9. Singlton pattern?
  • Add your answer
  • Q10. Can a constructor be private?
  • Ans. 

    Yes, a constructor can be private.

    • A private constructor can only be accessed within the class itself.

    • It is often used in singleton design pattern to restrict object creation.

    • Private constructors are also useful for utility classes that only contain static methods.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Skills: Algorithm, Data structure
College Name: na

Skills evaluated in this interview

Anonymous
More about working at Goibibo
  • HQ - Gurgaon,Haryana, India
  • Internet
  • 1k-5k Employees (India)
  • Travel & Tourism

Goibibo Interview FAQs

How many rounds are there in Goibibo interview?
Goibibo interview process usually has 2-3 rounds. The most common rounds in the Goibibo interview process are Resume Shortlist, HR and Technical.
How to prepare for Goibibo interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Goibibo. The most common topics and skills that interviewers at Goibibo expect are B2B Sales, Business Development, Relationship Management, Key Account Management and Business Development Management.
What are the top questions asked in Goibibo interview?

Some of the top questions asked at the Goibibo interview -

  1. Given two points A and B with distance between them lets say D.there are N men ...read more
  2. To provide a business model to setup a Uber cab services from scratch where Ola...read more
  3. Suppose there is a proposal to run a campaign on any one platform (amongst iOS,...read more

Tell us how to improve this page.

Goibibo Interviews By Designations

  • Goibibo Business Intelligence Analyst Interview Questions
  • Goibibo Senior Consultant Interview Questions
  • Goibibo Software Developer Interview Questions
  • Goibibo Revenue Analyst Interview Questions
  • Goibibo Customer Service Executive Interview Questions
  • Goibibo Customer Executive Interview Questions

Interview Questions for Popular Designations

  • Analyst Interview Questions
  • Software Engineer Interview Questions
  • Senior Associate Interview Questions
  • Senior Engineer Interview Questions
  • Sales Executive Interview Questions
  • Associate Software Engineer Interview Questions
  • Data Analyst Interview Questions
  • Deputy Manager Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Sales Officer Interview Questions

Overall Interview Experience Rating

4.5/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Swiggy
Swiggy Interview Questions
3.8
 • 465 Interviews
Meesho
Meesho Interview Questions
3.7
 • 364 Interviews
Udaan
Udaan Interview Questions
3.9
 • 346 Interviews
Blinkit
Blinkit Interview Questions
3.7
 • 231 Interviews
Oyo Rooms
Oyo Rooms Interview Questions
3.3
 • 227 Interviews
Myntra
Myntra Interview Questions
3.9
 • 227 Interviews
BlackBuck
BlackBuck Interview Questions
3.7
 • 193 Interviews
FirstCry
FirstCry Interview Questions
3.6
 • 186 Interviews
Spinny
Spinny Interview Questions
3.7
 • 182 Interviews
Tata 1mg
Tata 1mg Interview Questions
3.6
 • 180 Interviews
View all

Goibibo Reviews and Ratings

based on 172 reviews

4.3/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.8

Salary

4.3

Job security

4.4

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 172 Reviews and Ratings
Jobs at Goibibo
Goibibo
Senior Software Engineer - II Backend

Gurgaon / Gurugram,

Bangalore / Bengaluru

4-6 Yrs

₹ 11-34 LPA

Goibibo
Key Accounts Manager - Bangalore

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Goibibo
Senior Executive/ Assistant Manager - Taxation (Direct/In-Direct)

Gurgaon / Gurugram

1-5 Yrs

Not Disclosed

Explore more jobs
Goibibo Salaries in India
Assistant Manager
45 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Senior Business Development Manager
39 salaries
unlock blur

₹5 L/yr - ₹8.2 L/yr

Senior Software Engineer
37 salaries
unlock blur

₹9.1 L/yr - ₹35.2 L/yr

Software Engineer
34 salaries
unlock blur

₹6.3 L/yr - ₹21.3 L/yr

Senior Executive
30 salaries
unlock blur

₹2.2 L/yr - ₹6.4 L/yr

Explore more salaries
Compare Goibibo with
Udaan

Udaan

3.9
Compare
Swiggy

Swiggy

3.8
Compare
Oyo Rooms

Oyo Rooms

3.3
Compare
Blinkit

Blinkit

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Goibibo Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter