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 Senior Software Engineer 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.

      Senior Software Engineer Interview

      28 Oct 2019
      Anonymous employee
      Bangkok
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 3 months. I interviewed at Agoda (Bangkok) in Aug 2019

      Interview

      It was lengthy and rigorous. We took a deep dive into threading. Upto OS level. Yes you read that right. So the process started in the month of September when I was given a hackerrank test. I cleared that and Agoda scheduled 2 tech interview rounds in a single day on bluejeans. These were moderate level rounds. I was, after 10 days, told that the position has been closed and they will contact me back in a few months once they have a position open. But the contacted me again after 20 days. They scheduled one final round of bluejeans interview which was also of moderate difficulty. I cleared this round and was called to Bangkok for face-to-face interviews with development managers. I faced 5 technical interview rounds from morning 10 to evening 5 with a 2 hour lunch break. The interviews were difficult. They focused on my technical knowledge and design skills. The interview didn't have general problem solving like those at Amazon or Google. They had problem solving of their own kind which expected less code and more tech skills and design skills. The tech discussions went as deep as how are threads created and managed by the OS. We also discussed a lot about projects on my resume. Went too much in depth of those projects too. Finally after 4 days of the interview, I was called again on bluejeans and was extended the offer of a Senior Software Engineer at Bangkok.

      Interview questions [1]

      Question 1

      1. How can you manage thousands of requests at the same time? All the requests cannot be processed at the same time. How are you gonna keep them waiting? Explain the architecture. 2. A global variable `x` is initialized to `0`. A function `f()` has a loop which runs from i=0 to 5 and increments value of `x` at each iteration. If `f()` is called once, when `f()` completes, the value of `x` will be 5. Now in our `main()` function, we create another loop which runs from j=0 to 5 and create a new thread in each iteration, and each thread calls `f()`, what is the maximum and minimum possible value of `x` after this loop ends? 3. I had a project on my resume in which I had implemented traffic distribution to different servers using percentages. For ex. if I have 3 servers A,B and C and I need to distribute 20,50 and 30% of traffic to each respectively, I could configure my system to do that distribution approximately. It is possible that there may be fluctuation of 3-4% at the end of the day in the distribution. So instead of A getting 20%, it gets only 18% while C gets 32% of the traffic. So the interviewer asked me to implement a system that distributes traffic to my servers strictly as configured and not approximately. Then also added a use case that what happens if I introduce a server D and want to divert exactly 1000 requests to it per hour? Not percentage wise but request count wise this time. 4. A new user signs up and a new integer id is to be assigned to a newly created user. And this needs to happen in parallel. And needs to be replicated across 5 data centers. Design a system to do the same. 5. Design an elevator system. Draw class diagram for same. The elevator system of the office building was very high-tech. If you are at elevator labelled `G` and you press the up button, you won't necessarily get elevator `G` but you might end up getting elevator labelled `F` if `F` is nearer.
      2 Answers
      7

      Other Senior Software Engineer interview reviews for Agoda

      Senior Software Engineer Interview

      8 Nov 2025
      Anonymous interview candidate
      Gurgaon, Haryana
      No offer
      Positive experience
      Average interview

      Application

      I applied through an employee referral. I interviewed at Agoda (Gurgaon, Haryana)

      Interview

      The interview process was very smooth. I was asked the question to find the minimum sum pairs in the array, and return all of them. The interviewer was very helpful and supportive.

      Interview questions [1]

      Question 1

      They asked about my project and other details
      Answer question
      1

      Senior Software Engineer Interview

      14 Nov 2025
      Anonymous interview candidate
      Bangkok
      No offer
      Negative experience
      Average interview

      Application

      I applied online. I interviewed at Agoda (Bangkok) in Nov 2025

      Interview

      Totally the worst experience. If you don't consider me as a candidate, please DONT ask me to do an online assessment. I submitted the application on Nov 3, 2025, and completed the OA on Nov,10 2025 with 70% required time and over 90% test cases. Two days later, I received the rejected letter. I'm never treated in this way, completed the OA but the interview is no show-up and waste both-side time

      Interview questions [1]

      Question 1

      Two algorithms: dfs and another third REST API request
      Answer question
      1

      Senior Software Engineer Interview

      16 July 2025
      Anonymous interview candidate
      Bangkok
      No offer
      Negative experience
      Average interview

      Application

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

      Interview

      Interview process: They will provide the interview process details before processing for the interviews. There will be 2 Technical rounds Technical 1: DSA medium to hard level leetcode problem. I was ask to find the minimum path weight to reach at point y from a arbitrary point x in a 2d grid. (Graph problem BFS traversal). Technical 2: HLD round there is no pattern in HLD round they can ask any random. I was ask to design a vendor specific functionality in agoda. So vendors can hit agoda API to get there respective bookings. I was able to clear both the rounds and got the mail for proceeding for the HM and Talent Acquisition round but after a week they drop my profile all of the sudden without any discussion

      Interview questions [1]

      Question 1

      I was ask to find the minimum path weight to reach at point y from a arbitrary point x in a 2d grid. (Graph problem BFS traversal).
      Answer question
      2