Upload Button Icon Add office photos

Filter interviews by

Agoda Software Engineer Interview Questions and Answers

Updated 14 Sep 2024

Agoda Software Engineer Interview Experiences

3 interviews found

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

I applied via Company Website and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Code signal, DSA :Dp,Trees, Matrix.

Round 2 - Coding Test 

Dp, Arrays, Graph, Java Concepts. LLD

Round 3 - Technical 

(3 Questions)

  • Q1. LLD , Api Design, HLD, (Messaging system), OOPS
  • Q2. Conecpts of function Programming
  • Ans. 

    Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions.

    • Functions are first-class citizens

    • Immutable data

    • No side effects

    • Higher-order functions

    • Recursion

    • Pure functions

    • Referential transparency

  • Answered by AI
  • Q3. Java Memory Management

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well the basic conce[ts of programming and the ds algo.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Coding Test 

Coding and system design round

Round 2 - Assignment 

1 week assignment on hotel management to create the api and working solutions

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

DSA Algo questions were asked in the interview

Round 2 - One-on-one 

(1 Question)

  • Q1. Dsa algo questions were asked in the interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a rest API which return employee data based on ID.
  • Ans. 

    Create a REST API to retrieve employee data by ID

    • Use a GET request to /employees/{id} endpoint

    • Query the database for employee data based on the provided ID

    • Return the employee data in JSON format

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test has multiple choice questions based on basics of programming and 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What are the details of Object-Oriented Programming (OOP) concepts?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data and code to manipulate that data.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, defining their properties and behaviors.

    • Inheritance allows new classes to be based on existing...

  • Answered by AI
  • Q2. DSA question to solve using any programming language ?
  • Q3. Some concepts of web development and binary tree related questions
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about Digit insurance?
  • Ans. 

    Digit Insurance is a technology-driven insurance company offering a range of general insurance products.

    • Digit Insurance was founded in 2016 by Kamesh Goyal.

    • It is known for its innovative and customer-centric approach to insurance.

    • Digit offers various insurance products such as health insurance, motor insurance, travel insurance, and more.

    • The company leverages technology to simplify the insurance process and provide a s

  • Answered by AI
  • Q2. Where do you see yourself after 5 years ?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Leading a team of developers on projects

    • Continuing to learn and grow in my technical skills

    • Contributing to the success and growth of the company

    • Possibly pursuing further education or certifications

    • Exploring opportunities for mentorship and leadership roles

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics concept of programming. Brush up coding skills and have good communication skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rotate array leetcode question
  • Q2. Longest palindormic substring
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Use dynamic programming to solve this problem efficiently.

    • Iterate through the string and expand around each character to find the longest palindrome.

    • Consider both odd and even length palindromes.

    • Example: Input 'babad', Output 'aba' or 'bab'.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Print all the subsequences of a string
  • Ans. 

    Generate all possible subsequences of a given string.

    • Use recursion to generate all possible combinations of characters in the string.

    • At each step, include or exclude the current character to form subsequences.

    • Store each subsequence in an array of strings.

  • Answered by AI
  • Q2. Print longest substring with k unique values
  • Ans. 

    Find and print the longest substring with k unique characters in an array of strings.

    • Iterate through the array of strings and keep track of the longest substring with k unique characters.

    • Use a sliding window approach to efficiently find the longest substring.

    • Keep a hashmap to store the frequency of characters in the current window.

    • Update the window boundaries based on the number of unique characters.

    • Return the longest

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behaviour quesions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. General DSA question leetcode style
Round 2 - Technical 

(1 Question)

  • Q1. Discussion on previous project
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Stack based question Medium Difficulty DSA.
  • Q2. Theory questions related Java, Spring, OOPs
Round 2 - Technical 

(3 Questions)

  • Q1. Medium-hard DSA question.
  • Q2. Project related questions
  • Q3. Design Patterns
Round 3 - HR 

(1 Question)

  • Q1. Company fit questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Based on linked list
Round 2 - Technical 

(1 Question)

  • Q1. Based in tree Data Structure
Round 3 - Technical 

(1 Question)

  • Q1. Based on the graph and one from aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium-level DSA questions

Agoda Interview FAQs

How many rounds are there in Agoda Software Engineer interview?
Agoda interview process usually has 2-3 rounds. The most common rounds in the Agoda interview process are Coding Test, One-on-one Round and Technical.
How to prepare for Agoda Software Engineer 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 Android, Coding, HTML, Javascript and Recruitment.
What are the top questions asked in Agoda Software Engineer interview?

Some of the top questions asked at the Agoda Software Engineer interview -

  1. Conecpts of function Programm...read more
  2. LLD , Api Design, HLD, (Messaging system), O...read more
  3. Dsa algo questions were asked in the interv...read more

Tell us how to improve this page.

Agoda Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Coding Test Round
View more
Agoda Software Engineer Salary
based on 31 salaries
₹15 L/yr - ₹52 L/yr
322% more than the average Software Engineer Salary in India
View more details

Agoda Software Engineer Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

4.5

Salary

3.2

Job security

4.2

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 3 Reviews and Ratings
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

Engineering Manager
8 salaries
unlock blur

₹68 L/yr - ₹102 L/yr

Strategic Account Manager
6 salaries
unlock blur

₹15 L/yr - ₹28 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