Upload Button Icon Add office photos

Filter interviews by

Agoda Market Analyst Interview Questions, Process, and Tips

Updated 13 Jun 2024

Top Agoda Market Analyst Interview Questions and Answers

  • Q1. A/B testing: given two test cases each with 50% customers, A: 1000 bookings and B 20% more bookings than A, cashback for A: 4 dollars per booking, redemption rate: 50% Ca ...read more
  • Q2. 3 KPIs which impacts a customer to use Agoda rewards?
  • Q3. Write a formula to calculate 1 year cashback offers cost to Agoda?

Agoda Market Analyst Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company

Round 1 - Aptitude Test 

Three set of alooba tests: 1. Stats/Excel/Aptitude 2. Two SQL coding questions (basic query writing and one join query writing) 3. Talk about a topic: describe your favourite place? 3 mins

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. I was asked about one of the projects i worked on
  • Q3. Motivation behind joining agoda
  • Q4. Salary compensation
Round 3 - Technical 

(4 Questions)

  • Q1. Write a formula to calculate 1 year cashback offers cost to Agoda?
  • Ans. 

    The formula to calculate 1 year cashback offers cost to Agoda.

    • Calculate the total cashback amount for each offer

    • Multiply the cashback amount by the number of customers who will avail the offer

    • Sum up the total cashback costs for all offers

  • Answered by AI
  • Q2. 3 KPIs which impacts a customer to use Agoda rewards?
  • Ans. 

    The three key performance indicators (KPIs) that impact a customer to use Agoda rewards are: savings, convenience, and loyalty.

    • Savings: Customers are motivated to use Agoda rewards because it offers them the opportunity to save money on their bookings.

    • Convenience: Agoda rewards provide customers with a seamless and hassle-free booking experience, making it convenient for them to use the platform.

    • Loyalty: Agoda rewards ...

  • Answered by AI
  • Q3. 3 strategies to improve Agoda's customer base via offers
  • Ans. 

    Three strategies to improve Agoda's customer base via offers

    • 1. Personalized offers based on customer preferences and past bookings

    • 2. Exclusive discounts and promotions for loyal customers

    • 3. Collaborations with travel influencers and bloggers to promote Agoda offers

  • Answered by AI
  • Q4. A/B testing: given two test cases each with 50% customers, A: 1000 bookings and B 20% more bookings than A, cashback for A: 4 dollars per booking, redemption rate: 50% Cashback for B: 6 dollars per booking...
  • Ans. 

    Calculate profit per day for A and B given A/B testing results and cashback details.

    • Calculate the profit for test case A by subtracting the commission and cashback from the total bookings.

    • Calculate the profit for test case B by considering the increased bookings and higher cashback.

    • Multiply the cashback by the redemption rate to get the effective cashback per booking.

    • Multiply the effective cashback by the number of boo...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Case Study 

- coin probability
- math problem
- business case on influencing partner hotel to give more discount on the platform

Round 2 - Assignment 

- I was given the data to crack and give recommendation base on those data. There're around 4 days to crack the case. The key is available in Google Search.

Interview Preparation Tips

Topics to prepare for Agoda Market Analyst interview:
  • Statistic
  • Data Analysis

Market Analyst Interview Questions Asked at Other Companies

asked in Agoda
Q1. A/B testing: given two test cases each with 50% customers, A: 100 ... read more
asked in Zoho
Q2. What kind of a marketing plan would you come up with if you want ... read more
asked in Blackrock
Q3. How will you swap two numbers without using third variable ?
Q4. What is that 1 thing in u,which is not in others.
asked in Agoda
Q5. 3 KPIs which impacts a customer to use Agoda rewards?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

There was a questions related to Excel, sql

Round 3 - Technical 

(1 Question)

  • Q1. Till now I haven't received any update from there hope so

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DSA & Java stream
Round 2 - Technical 

(1 Question)

  • Q1. System design round
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic about past experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Assignment 

The assignment was to display a flight list and implement sort and filter functionality.

Round 2 - Coding Test 

Basic of react native concepts and live machine coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Have patience and be honest

I was interviewed in Aug 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Timing was fine - It was in the afternoon
Interviewer was friendly and helpful

  • Q1. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Ans. 

    Find duplicates in an array of integers within a specified range.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Return elements with count greater than 1 as duplicates.

    • Handle edge cases like empty array or no duplicates found.

    • Example: For input [0, 3, 1, 2, 3], output should be [3].

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

- Timing was fine - Afternoon
- Interviewer was friendly

  • Q1. How would you design a caching library?
  • Ans. 

    Designing a caching library involves considering data storage, retrieval, expiration policies, and cache invalidation strategies.

    • Define the caching requirements such as data size, access patterns, and expiration policies.

    • Choose a suitable data structure for caching like LRU, LFU, or a simple key-value store.

    • Implement cache eviction policies to handle memory constraints and optimize performance.

    • Consider thread safety an...

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

- Timing was fine - Afternoon
- Interviewer was friendly

  • Q1. What is the number of edges in a 10x10 cube?
  • Ans. 

    A 10x10 cube has 600 edges.

    • A cube has 12 edges, so a 10x10 cube would have 12 edges on each of its 6 faces.

    • 12 edges x 6 faces = 72 edges for the entire cube.

    • However, each edge is shared by two faces, so we need to divide by 2 to get the total number of unique edges.

    • 72 edges / 2 = 36 unique edges on the outer surface of the cube.

    • Since the cube has 10x10x10 = 1000 unit cubes, each with 12 edges, we need to subtract the e...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in GurgaonEligibility criteriaGood professional experienceixigo interview preparation:Topics to prepare for the interview - iOS Development, Software Architecture, Protocol Oriented programming, System Design, Data StructuresTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident
Tip 2 : Be always ready for white board coding
Tip 3 : Brush up your basics

Application resume tips for other job seekers

Tip 1 : Resume should not be more than 1 page long
Tip 2 : Write down your technical skills, Frameworks

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. To find the kth minimum element from BST
  • Ans. 

    To find the kth minimum element from a Binary Search Tree (BST)

    • Perform an in-order traversal of the BST to get elements in sorted order

    • Return the kth element from the sorted list

    • Time complexity: O(n) where n is the number of nodes in the BST

  • Answered by AI
  • Q2. Basic OOPs question like inheritance encapsulation
Round 2 - Technical 

(2 Questions)

  • Q1. In a BST two numbers are swapped find swapped nos.
  • Ans. 

    To find swapped numbers in a BST, perform inorder traversal and keep track of previous node.

    • Perform inorder traversal of the BST

    • Keep track of the previous node while traversing

    • If at any point, the current node's value is less than the previous node's value, those are the swapped numbers

  • Answered by AI
  • Q2. What you did in college projects
Round 3 - One-on-one 

(2 Questions)

  • Q1. Puzzles: find the fastest 3 horses in 25 horse race with a race and 5 horses can be run at a time
  • Q2. Weakness and strength. how a friend will describe you

Interview Preparation Tips

Topics to prepare for Ixigo.com Software Engineer interview:
  • java
  • dsa
  • puzzle
  • tree
Interview preparation tips for other job seekers - DSA and system design are needed

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. Print right view of a tree.
  • Ans. 

    Print the rightmost nodes of a binary tree.

    • Traverse the tree in a depth-first manner, starting from the right child of each node.

    • Use a queue to keep track of the nodes to be visited.

    • Add the rightmost node of each level to the result array.

  • Answered by AI
  • Q2. Garbage Collector in c#
  • Ans. 

    Garbage Collector in C# manages memory allocation and deallocation automatically.

    • Garbage Collector is responsible for freeing up memory that is no longer in use.

    • It runs in the background and periodically checks for unused objects.

    • GC.SuppressFinalize() method can be used to prevent the finalizer from running.

    • GC.Collect() method can be used to force garbage collection.

    • GC.GetTotalMemory() method can be used to get the tot

  • Answered by AI
  • Q3. Find who all are mutual connections.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds in total, 3 technical and one culture fit round
Round 1:
CS Basics, few graph and linked list questions
Was asked to design a url shortner which would be working on scale and few modifications on that as well.
Round 2:
Got questions on HLD & LLD. This round was more about my understanding of how compiler and languages work
Round 3:
Managerial Round, This was taken by Engineering Manager who was checking my knowledge with different systems and at what level I have worked with distributed systems and microsevices.
Round 4:
Normal HR round, and I was asked on how will much I'll rate myself on each of the interviews and what went wrong and what went well.

Selected.

Skills evaluated in this interview

Round 1 - Coding Test 

Questions on graph, arrays, strings.

Round 2 - Technical 

(1 Question)

  • Q1. Quick sort, pair sum, web page design, oops , DBMS, sql
Round 3 - Technical 

(1 Question)

  • Q1. SQL, DBMS ,project explaination , stock buy and sell question , string operation question, oops
Round 4 - HR 

(1 Question)

  • Q1. Puzzle- binary search related, left view of binary tree, web page design , hr questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on oops, SQL, DBMS and data structures and algorithms.

Software Engineer Interview Questions & Answers

RedBus user image krishna prasad samal

posted on 26 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

What was css question

Round 3 - Coding Test 

About react js performance improvement

Round 4 - Behavioral 

(1 Question)

  • Q1. Experience share, create a form with validation
  • Ans. 

    Creating a form with validation experience share

    • Use HTML form elements like input, select, textarea

    • Implement client-side validation using JavaScript

    • Implement server-side validation using backend technologies like Node.js or PHP

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - cover the basic of js, tech knowledge that is it

Skills evaluated in this interview

Agoda Interview FAQs

How many rounds are there in Agoda Market Analyst interview?
Agoda interview process usually has 2-3 rounds. The most common rounds in the Agoda interview process are Aptitude Test, Technical and Case Study.
What are the top questions asked in Agoda Market Analyst interview?

Some of the top questions asked at the Agoda Market Analyst interview -

  1. A/B testing: given two test cases each with 50% customers, A: 1000 bookings and...read more
  2. 3 KPIs which impacts a customer to use Agoda rewar...read more
  3. Write a formula to calculate 1 year cashback offers cost to Ago...read more

Tell us how to improve this page.

Agoda Market Analyst Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 427 Interviews
BigBasket Interview Questions
3.9
 • 358 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
CARS24 Interview Questions
3.5
 • 330 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Lenskart Interview Questions
3.2
 • 304 Interviews
Oyo Rooms Interview Questions
3.3
 • 218 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Square Yards Interview Questions
3.8
 • 198 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
View all
Software Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Manager
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineering Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Strategic Account Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Agoda with

MakeMyTrip

3.6
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