Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Agoda

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Agoda reviews | Agoda jobs | Agoda salaries | Agoda benefits | Agoda conversations
      Agoda interviewsAgoda Staff Data Scientist interviewsAgoda interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Amazon
      3.7★Compensation and benefits
      avatar
      Google
      4.5★Compensation and benefits
      avatar
      Shopify
      3.6★Compensation and benefits
      avatar
      Amazon Web Services
      3.9★Compensation and benefits

      Staff Data Scientist Interview

      Nov 5, 2025
      Anonymous interview candidate
      Bangkok

      Other Staff Data Scientist interview reviews for Agoda

      Staff Data Scientist Interview

      Oct 16, 2024
      Anonymous interview candidate
      Bangkok
      No offer
      Negative experience
      No offer
      Positive experience
      Difficult interview

      Application

      I applied through an employee referral. The process took 5 weeks. I interviewed at Agoda (Bangkok) in Oct 2025

      Interview

      Applied via referal, they had a very unique process which involves lots of prob questions (not sure how much it is relevant in their projects). Screen round involved few difficult questions shared via hackerrank link, and is kind of assignment test with no one watching you.

      Interview questions [1]

      Question 1

      Interview 1 - Rotate array in such a way that sum of index*value is max - In a connected graph, randomly clicked any button with prob p, then nearby switches state changes. What is the expected no of switches open. Interview 2 - Two fair dice with 4 faces, you win if blue > black , end if blue = black and return is max (blue-black, 0). What is the expected win amount, build some recursive solution with E = prob3*(amount + E) + prob2*(amount + E) + … . solve it via coding simulation as well. (n no of loops each can have infinite no of trials) - 2sum based, with d as the difference between the two, but avoid repetitions and count (a,b) , (b,a) as one. Interview 3 - Hotel cancellation SD, with immediate profit improvement , - [1,0,0,0,1,1,0] → no of continuous subsets 4, if by prob p. with which we can get 1, what is the expected no of subsets. Sum from 1 to n P(x)*x or use recursive formula E(n,p) = prob getting same in boundary * E(n-1,p) + prob getting diff in boundary * (E(n-1,p) + 1)
      Answer question
      2
      Average interview

      Application

      I applied through a recruiter. The process took 4 weeks. I interviewed at Agoda (Bangkok) in Oct 2024

      Interview

      It was worthless spending time for going through the interviews. 1st round > 1. Coding: Easy to medium dynamic programming questions in Python. 2. A maths problem from probability. Both the questions are so boring and nothing to do with day-to-day data science job. I think they focus on engineering aspect and hence ask such data structure and algorithm problems. The worst part was the interviewer's dullness. No clarity on asking, no hint. It is like the question has been given, you solve it with optimal solution. It could have been a hackerrank round rather than live coding. Don't waste your time if you've not extensively practised on your DSA skills and core revision of stats and probability. 2nd & 3rd Round: On core ML skills. Here also random questions from algorithms. No flow of connecting to your recent work. Very absurd interview style. Can't recommend !

      Interview questions [1]

      Question 1

      1. Probability questions, Random value 2. A dynamic programming problem with fibonacci series concept
      Answer question