Upload Button Icon Add office photos

Filter interviews by

Agoda Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top Agoda Interview Questions and Answers

View all 32 questions

Agoda Interview Experiences

Popular Designations

62 interviews found

Team Lead Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your work
  • Q2. Tech stack used in your career so far
Round 2 - Coding Test 

Buy and sell stock -> All three, started from 1 and then moved up to three.

Round 3 - Technical 

(2 Questions)

  • Q1. HLD create a Rule Engine.
  • Q2. HLD create a rule engine andw tell us where it would be in the agoda ecosystem and m=tell us how you would ingest data

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the system design round, the interview is not easy, they are very good professionals at Agoda who have a deep knowledge base.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I was interviewed in Dec 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. 2 DSA Questions medium to hard
  • Q2. System Design + Technical Javascript
  • Q3. HLD
  • Q4. Culture FIT

Lead Front End Developer Interview Questions asked at other Companies

Q1. Can you explain React Higher Order Component to a 5 year old
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 DSA questions. 1 easy carefory and 1 medium category. Both were variations from the top 150 questions on leetcode. Interview happened on hackerrank. Test cases need to pass. Both questions were based on array manupulations, needed utilization of stack DS in one of them.

Round 2 - System Design 

(1 Question)

  • Q1. There was a question of system design to design an api for providing prices of hotels for a B2B client like Google. It has to be otpomized and anayzwd for performnace for consumer and data feeder api. Enha...

Software Development Staff Engineer Interview Questions asked at other Companies

Q1. system design for policy managment
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode easy on optimal purchase price
  • Q2. Projects past work exp

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be on hackerrank but no I out provided and you will end up creating input string yourself. Interviews are not well organised and you may end up in not knowing expectations at all.

Team Leader (Technical) Interview Questions asked at other Companies

Q1. What is OSG what is v3f What DBG Divert wheel U r V shape best What will take in first site visit and what will customer side need What is use of divert wheel What is sap technology How is lop and cop working
View answer (1)

Agoda interview questions for popular designations

 Senior Software Engineer

 (6)

 Senior Product Manager

 (5)

 Analyst

 (4)

 Staff Engineer

 (4)

 Market Analyst

 (3)

 Software Engineer

 (3)

 Full Stack Developer

 (2)

 Lead Software Engineer

 (2)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal

Round 1 - Aptitude Test 

18 question -25 mins basic quant & DI questions

Round 2 - HR 

(2 Questions)

  • Q1. Explain one project
  • Ans. 

    Developed a mobile app for tracking fitness goals and progress

    • Researched user needs and preferences for fitness tracking

    • Collaborated with design and engineering teams to create user-friendly interface

    • Implemented features such as goal setting, workout tracking, and progress visualization

    • Conducted user testing and feedback sessions to iterate on app improvements

  • Answered by AI
  • Q2. How will you improve Agoda?
  • Ans. 

    I will improve Agoda by enhancing user experience, expanding partnerships, and implementing innovative features.

    • Enhance user experience through user research and feedback analysis

    • Expand partnerships with hotels, airlines, and travel agencies to offer more options to customers

    • Implement innovative features such as virtual tours, personalized recommendations, and loyalty programs

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Current Work Ex
  • Ans. 

    I have 8 years of experience in product management, leading cross-functional teams to launch successful products.

    • Led cross-functional teams to launch 3 new products in the past year

    • Managed product roadmap and prioritized features based on customer feedback

    • Collaborated with engineering and design teams to ensure product delivery on time and within budget

  • Answered by AI
  • Q2. Case study , Should we add a certain feature ?

Senior Product Manager Interview Questions asked at other Companies

Q1. What are the growth hacks you would use to grow traffic?
View answer (1)

Get interview-ready with Top Agoda Interview Questions

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Basic assessment test

Round 2 - Technical 

(3 Questions)

  • Q1. A/B testing analysis scenario based
  • Q2. Basic SQL code to get query
  • Q3. Scenario based qns to create campaign
Round 3 - Case Study 

Case study analysis for a data with many outliers

Round 4 - One-on-one 

(1 Question)

  • Q1. Presenting case study and answering questions from interviewer

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't waste your precious time on this interview process with Agoda as it is one of the worst experience you ever have. Writing this not because I didnt clear the final round but the way of approach and how they handle candidates is very bad.
Case study given to me was carefully analysed by me on individual case basis but the interviewer was not satisfied and was asking me irrelevant questions like finding an overall trend with the data having many outliers.

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Jobs at Agoda

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Angular Component Lifecycle Methods
  • Q2. Pipe vs Directives. Explain the difference
  • Ans. 

    Pipes are used to transform data in templates, while directives are used to manipulate the DOM.

    • Pipes are used to format data in templates, such as date formatting or currency conversion.

    • Directives are used to add behavior to DOM elements, like hiding or showing elements based on conditions.

    • Example: Using a pipe to format a date in a template: {{ currentDate | date }}

    • Example: Using a directive to show/hide an element ba

  • Answered by AI
  • Q3. AoT and JIT differences
  • Ans. 

    AoT (Ahead of Time) compilation is done before the program runs, while JIT (Just in Time) compilation is done during runtime.

    • AoT compiles the code before execution, resulting in faster startup time.

    • JIT compiles the code during runtime, optimizing performance based on actual usage.

    • AoT is commonly used in languages like Java and C++, while JIT is used in languages like JavaScript and Python.

  • Answered by AI
  • Q4. System Design for URL shortner webapp
  • Ans. 

    System design for a URL shortener webapp

    • Use a database to store original URLs and their corresponding short URLs

    • Implement a service to generate unique short URLs

    • Consider scalability and performance when designing the system

    • Include analytics to track usage and performance of the shortener service

  • Answered by AI

Skills evaluated in this interview

Senior Front End Engineer Interview Questions asked at other Companies

Q1. Pipe vs Directives. Explain the difference
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Pre-screeing round of 15 minutes, introduction, experience details etc
Round 2 - Assignment 

Email writing assignment, scenario will be provided and we need to write an email response based on that within 20 minutes.

Round 3 - One-on-one 

(7 Questions)

  • Q1. Interview conducted by Team Manager, Introduction experiences, strength and weaknesses, likes and dislikes
  • Q2. Explain about your weakness
  • Q3. If customer is angry how will you handle them?
  • Ans. 

    I would listen to their concerns, empathize with them, apologize for any inconvenience, and work towards finding a solution to address their issue.

    • Listen actively to understand the root cause of their anger

    • Empathize with their situation and show genuine concern

    • Apologize for any inconvenience caused, even if it wasn't directly your fault

    • Work towards finding a solution to address their issue and ensure they leave satisfi

  • Answered by AI
  • Q4. Did you achieve your KPIs al the time?
  • Q5. Did you add any new techniques to enhance your task and was it beneficial?
  • Ans. 

    Yes, I implemented a new feedback system to gather customer insights.

    • Implemented a new feedback system to gather customer insights

    • Utilized customer surveys and feedback forms

    • Analyzed feedback data to identify areas for improvement

    • Implemented changes based on customer feedback

    • Saw an increase in customer satisfaction and loyalty

  • Answered by AI
  • Q6. How will you deal when a customer is asking you about a specific concern and you don't know how to answer?
  • Ans. 

    I would apologize for not having the answer immediately and assure the customer that I will find the information and get back to them promptly.

    • Apologize for not having the answer

    • Assure the customer that you will find the information and get back to them promptly

    • Offer to escalate the issue to a supervisor or colleague if necessary

  • Answered by AI
  • Q7. Role Play - A scenario will be given and you need to pretend to be in call with customer to resolve there cocern.

Customer experience Specialist Interview Questions asked at other Companies

Q1. What do you mean by customer according to you?
View answer (2)

Flight Supply Manager Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. General discussion about role , and flight supply
  • Q2. Genral indian flight landscape
Round 2 - One-on-one 

(1 Question)

  • Q1. Random question with a rude manager

Interview Preparation Tips

Interview preparation tips for other job seekers - the second round interviewer seemed disinterested
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Arrays and stacks, medium level.

Round 2 - Technical 

(1 Question)

  • Q1. Didn't happen, position was temporarily closed

Front end Engineer Interview Questions asked at other Companies

Q1. Pair SumYou are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements such that each sum of elements of each pair equals 'S'. Note: Each pair should be sorted i.e the first val... read more
Add answer

Agoda Interview FAQs

How many rounds are there in Agoda interview?
Agoda interview process usually has 1-2 rounds. The most common rounds in the Agoda interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Agoda 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 Agoda. The most common topics and skills that interviewers at Agoda expect are Recruitment, Strategic Partnerships, SQL, Travel Booking and Coding.
What are the top questions asked in Agoda interview?

Some of the top questions asked at the Agoda interview -

  1. A/B testing: given two test cases each with 50% customers, A: 1000 bookings and...read more
  2. How will you deal when a customer is asking you about a specific concern and yo...read more
  3. What datasets or criteria will you consider to identify the 1,000 individuals t...read more
How long is the Agoda interview process?

The duration of Agoda interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Agoda Interview Process

based on 58 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 429 Interviews
Oyo Rooms Interview Questions
3.3
 • 226 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
FabHotels Interview Questions
3.0
 • 33 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
RedBus Interview Questions
4.2
 • 31 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
Ixigo.com Interview Questions
3.5
 • 21 Interviews
Cleartrip Interview Questions
3.4
 • 17 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
View all

Agoda Reviews and Ratings

based on 37 reviews

3.6/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.9

Salary

3.4

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 37 Reviews and Ratings
Customer Service Specialist - English (Gurugram)

Gurgaon / Gurugram

1-5 Yrs

Not Disclosed

Customer Experience Specialist - English (Gurugram)

Gurgaon / Gurugram

1-5 Yrs

Not Disclosed

Front End/ Full Stack Associate Engineering Manager

Gurgaon / Gurugram

3-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
31 salaries
unlock blur

₹15 L/yr - ₹52 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹25 L/yr - ₹74 L/yr

Senior Product Manager
10 salaries
unlock blur

₹50 L/yr - ₹102 L/yr

Strategic Account Manager
6 salaries
unlock blur

₹15 L/yr - ₹28 L/yr

Software Developer
6 salaries
unlock blur

₹15 L/yr - ₹31.8 L/yr

Explore more salaries
Compare Agoda with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Oyo Rooms

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview