AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

This company page is being actively managed by Amadeus Team. If you also belong to the team, you can get access from here

Amadeus Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 676 Reviews

Play video Play video Video summary
  • About
  • Reviews
    676
  • Salaries
    6.4k
  • Interviews
    115
  • Jobs
    9
  • Benefits
    115
  • Photos
    3

Filter interviews by

Amadeus Interview Questions and Answers

Updated 10 Jun 2025
Popular Designations

62 Interview questions

A Softwaretest Engineer was asked 2w ago
Q. What is the Room database?
Ans. 

Room Database is an abstraction layer over SQLite for Android, simplifying database management and operations.

  • Room provides an easy way to manage SQLite databases in Android applications.

  • It uses annotations to define database entities, such as @Entity for tables.

  • Room supports compile-time verification of SQL queries, reducing runtime errors.

  • It integrates seamlessly with LiveData and ViewModel for reactive programm...

View all Softwaretest Engineer interview questions
A Senior Pmo Executive was asked 3w ago
Q. What are the primary roles and responsibilities of a Project Management Office (PMO)?
Ans. 

A PMO standardizes project management processes and ensures alignment with organizational goals.

  • Governance: Establishes project management standards and methodologies, ensuring compliance across projects.

  • Resource Management: Allocates resources effectively, balancing workload and optimizing team performance.

  • Portfolio Management: Prioritizes projects based on strategic alignment and resource availability, e.g., sel...

View all Senior Pmo Executive interview questions
A Team Lead was asked 1mo ago
Q. Write a program to check whether a given number is a perfect square or not.
Ans. 

A perfect square is an integer that is the square of another integer, indicating whole number roots.

  • Definition: A perfect square is a number that can be expressed as the product of an integer with itself. For example, 16 is a perfect square (4 * 4).

  • Mathematical Check: To check if a number 'n' is a perfect square, calculate the square root of 'n' and see if it is an integer.

  • Example: For n = 25, sqrt(25) = 5, which ...

View all Team Lead interview questions
A Team Lead was asked 1mo ago
Q. Explain the JVM structure in detail.
Ans. 

The JVM structure consists of various components that work together to execute Java applications efficiently and manage resources.

  • Class Loader: Responsible for loading class files into memory, verifying them, and preparing them for execution. Example: Loading 'MyClass.class'.

  • Execution Engine: Executes the bytecode using either an interpreter or a Just-In-Time (JIT) compiler, converting bytecode into native machine...

View all Team Lead interview questions
A SDE was asked 6mo ago
Q. Write code to generate triangle and diamond patterns.
Ans. 

Creating patterns of triangle and diamond using characters

  • For triangle pattern, use nested loops to print spaces and characters in each row

  • For diamond pattern, divide the diamond into two triangles and print accordingly

  • Examples: Triangle pattern - * ** *** Diamond pattern - * *** ***** *** *

View all SDE interview questions
A Data Scientist was asked 6mo ago
Q. Tell me about your projects.
Ans. 

I have worked on various data science projects, focusing on predictive modeling and data visualization.

  • Developed a predictive model for customer churn using logistic regression.

  • Created an interactive dashboard for sales data visualization using Tableau.

  • Implemented a recommendation system for an e-commerce platform using collaborative filtering.

  • Conducted A/B testing to optimize marketing strategies, resulting in a ...

View all Data Scientist interview questions
A Software Developer Intern was asked 6mo ago
Q. What makes you a better candidate compared to others?
Ans. 

I bring a unique blend of skills, adaptability, and a passion for learning that sets me apart from other candidates.

  • Strong problem-solving skills: I enjoy tackling complex challenges, as demonstrated in my recent project where I optimized an algorithm, improving efficiency by 30%.

  • Quick learner: I rapidly adapt to new technologies; for instance, I self-taught React in a month to contribute to a team project.

  • Team pl...

View all Software Developer Intern interview questions
Are these interview questions helpful?
A Senior Manager was asked 9mo ago
Q. What is the difference between NoSQL and RDBMS?
Ans. 

NoSQL is a non-relational database management system that allows for flexible and scalable data storage, while RDBMS is a traditional relational database management system with structured data storage.

  • NoSQL databases are schema-less, allowing for easy scalability and flexibility in data storage.

  • RDBMS databases use structured query language (SQL) for data manipulation and retrieval.

  • NoSQL databases are better suited...

View all Senior Manager interview questions
A Quality Analyst was asked 10mo ago
Q. Explain the projects you have worked on.
Ans. 

Projects are temporary endeavors with a specific goal, timeline, and budget.

  • Projects have a defined scope, objectives, and deliverables.

  • They are unique and not part of routine operations.

  • Projects require resources such as people, time, and money.

  • Examples: developing a new software application, constructing a building, organizing an event.

View all Quality Analyst interview questions
A Senior Software Engineer was asked 12mo ago
Q. Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.
Ans. 

Check if a string is a palindrome

  • Iterate through each string in the array

  • For each string, compare characters from start and end to check if it's a palindrome

  • Return true if all strings are palindromes, false otherwise

View all Senior Software Engineer interview questions
1 2 3 4 5 6 7

Amadeus Interview Experiences

115 interviews found

Software Developer Intern Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

3 coding dsa question
Difficulty is On your luck
My friends got easy level
I got medium level
Some got hard questions as well

Round 2 - Aptitude Test 

Ssh round , quant and logical
Tip: bring your calculator

Round 3 - Technical 

(3 Questions)

  • Q1. Two Puzzle : bulb switching and candle
  • Add your answer
  • Q2. Dsa questions such as string reverse, binary search
  • Add your answer
  • Q3. Dbms and os core subject questions
  • Add your answer
Round 4 - HR 

(2 Questions)

  • Q1. How are you better than others
  • Ans. 

    I bring a unique blend of skills, adaptability, and a passion for learning that sets me apart from other candidates.

    • Strong problem-solving skills: I enjoy tackling complex challenges, as demonstrated in my recent project where I optimized an algorithm, improving efficiency by 30%.

    • Quick learner: I rapidly adapt to new technologies; for instance, I self-taught React in a month to contribute to a team project.

    • Team player:...

  • Answered by AI
    Add your answer
  • Q2. Why should we hire you
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a girl, the interview rounds will be much easier for you as this company promotes diversity hiring.
The main differing factor is technical round interview which totally depends on the interviewer's mood .
Girls do get priority in this round, they are asked easier questions and will be selected if able to answer 60-70% of the questions.
Note:- it's not like they will hire any girl but a bit easier comparatively

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

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

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

Round 1 - HR 

(1 Question)

  • Q1. Basicn details to check for qualifications
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. About my projects
  • Ans. 

    I have worked on various data science projects, focusing on predictive modeling and data visualization.

    • Developed a predictive model for customer churn using logistic regression.

    • Created an interactive dashboard for sales data visualization using Tableau.

    • Implemented a recommendation system for an e-commerce platform using collaborative filtering.

    • Conducted A/B testing to optimize marketing strategies, resulting in a 15% i...

  • Answered by AI
    Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. More details about ML models
  • Add your answer

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Anonymous

SDE Interview Questions & Answers

user image Ayush Chikate

posted on 20 Dec 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

4 sections verbal logical aptitude and coding(in C)

Round 2 - Technical 

(2 Questions)

  • Q1. Puzzles (GFG Puzzles)
  • Add your answer
  • Q2. Making patterns of triangle and diamond
  • Ans. 

    Creating patterns of triangle and diamond using characters

    • For triangle pattern, use nested loops to print spaces and characters in each row

    • For diamond pattern, divide the diamond into two triangles and print accordingly

    • Examples: Triangle pattern - * ** *** Diamond pattern - * *** ***** *** *

  • Answered by AI
    Add your answer

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
Anonymous

Principal Project Manager Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Situational questions
  • Add your answer
  • Q2. Notice period ans salary expectations
  • Add your answer
Anonymous

SDE Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Core java questions
  • Add your answer
  • Q2. Depper into projects
  • Ans. 

    Discussing past projects in depth to showcase skills and experience

    • Explain the problem statement and your approach

    • Discuss the technologies used and challenges faced

    • Highlight your contributions and the outcome

    • Mention any learnings or improvements for future projects

  • Answered by AI
    Add your answer
Round 2 - HR 

(1 Question)

  • Q1. Basic and sone tricky hr questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds technical and hr .go through resume and core concepts and dsa

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
Anonymous

Team Lead Interview Questions & Answers

user image Anonymous

posted on 8 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. JVM Structure. explanation in details ?
  • Ans. 

    The JVM structure consists of various components that work together to execute Java applications efficiently and manage resources.

    • Class Loader: Responsible for loading class files into memory, verifying them, and preparing them for execution. Example: Loading 'MyClass.class'.

    • Execution Engine: Executes the bytecode using either an interpreter or a Just-In-Time (JIT) compiler, converting bytecode into native machine code...

  • Answered by AI
    Add your answer
  • Q2. Write to check whether given number is perfect Square or not ?
  • Ans. 

    A perfect square is an integer that is the square of another integer, indicating whole number roots.

    • Definition: A perfect square is a number that can be expressed as the product of an integer with itself. For example, 16 is a perfect square (4 * 4).

    • Mathematical Check: To check if a number 'n' is a perfect square, calculate the square root of 'n' and see if it is an integer.

    • Example: For n = 25, sqrt(25) = 5, which is an...

  • Answered by AI
    Add your answer

Team Lead Interview Questions asked at other Companies

Q1. Write a Java program to maximize profit by buying and selling a share from a given set of values.
View answer (3)
Anonymous

Software Developer Interview Questions & Answers

user image Aswini Ramachandran

posted on 2 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Something based on hashet
  • Add your answer
  • Q2. Same with this too
  • Add your answer
Round 2 - Aptitude Test 

Basic questions were given..bar graphs,pie charts

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Palindrome check for strings
  • Ans. 

    Check if a string is a palindrome

    • Iterate through each string in the array

    • For each string, compare characters from start and end to check if it's a palindrome

    • Return true if all strings are palindromes, false otherwise

  • Answered by AI
    Add your answer
  • Q2. Basic java programming questions
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Selenium test automation frameworks
  • Add your answer
  • Q2. Different types of automation frameworks used
  • Ans. 

    Various automation frameworks like keyword-driven, data-driven, hybrid, and behavior-driven are commonly used in software testing.

    • Keyword-driven framework: Tests are written using keywords and actions.

    • Data-driven framework: Tests are driven by data sets.

    • Hybrid framework: Combination of multiple frameworks.

    • Behavior-driven framework: Focuses on behavior of the system.

    • Page Object Model (POM): Organizes code by separating ...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Anonymous

Software Engineer Interview Questions & Answers

user image Atul Singh Jamwal

posted on 18 Jun 2024

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Why you want to join Amadeus
  • Ans. 

    I want to join Amadeus for its innovative technology, commitment to travel solutions, and collaborative work culture.

    • Amadeus is a leader in travel technology, and I am excited to contribute to solutions that enhance travel experiences.

    • The company's focus on innovation aligns with my passion for developing cutting-edge software that solves real-world problems.

    • I admire Amadeus's commitment to sustainability in travel, an...

  • Answered by AI
    Add your answer
  • Q2. WHy left the previous company
  • Add your answer
  • Q3. What do you know about Amadeus
  • Add your answer
  • Q4. Why we should pay you this much
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study more about Amadues

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (276)
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2024

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

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

Round 1 - Coding Test 

Method overloading and method overriding

Round 2 - Aptitude Test 

Shl question related to data

Interview Preparation Tips

Interview preparation tips for other job seekers - Do answer properly and read about every os and opps topics

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about Amadeus?
Ask anonymously on communities.
More about working at Amadeus
  • HQ - Bengaluru/Bangalore, Karnataka, Spain
  • Software Product
  • 1k-5k Employees (India)
  • Travel & Tourism

Amadeus Interview FAQs

How many rounds are there in Amadeus interview?
Amadeus interview process usually has 2-3 rounds. The most common rounds in the Amadeus interview process are Technical, One-on-one Round and HR.
How to prepare for Amadeus 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 Amadeus. The most common topics and skills that interviewers at Amadeus expect are amadeus, Product Management, Python, Agile and Monitoring.
What are the top questions asked in Amadeus interview?

Some of the top questions asked at the Amadeus interview -

  1. A father and a son are in a car. car crashes. father dies. son taken to hospita...read more
  2. 6 eggs 1 basket. 6 people. each pick one egg. still the basket contains 1 egg. ...read more
  3. What is DeMux? what are its real life applicatio...read more
How long is the Amadeus interview process?

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

Tell us how to improve this page.

Amadeus Interviews By Designations

  • Amadeus Software Developer Interview Questions
  • Amadeus Senior Software Engineer Interview Questions
  • Amadeus Software Engineer Interview Questions
  • Amadeus Software Development Engineer 1 Interview Questions
  • Amadeus Member Technical Staff Interview Questions
  • Amadeus Senior QA Engineer Interview Questions
  • Amadeus SDE Interview Questions
  • Amadeus Devops Engineer Interview Questions
  • Show more
  • Amadeus Senior Software Developer Interview Questions
  • Amadeus Automation Test Engineer Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Senior Software Engineer Interview Questions
  • Software Engineer Interview Questions
  • Member Technical Staff Interview Questions
  • Software Development Engineer 1 Interview Questions
  • Team Lead Interview Questions
  • Sales Executive Interview Questions
  • Senior Engineer Interview Questions
  • Show more
  • Consultant Interview Questions
  • System Engineer Interview Questions

Overall Interview Experience Rating

3.9/5

based on 92 interview experiences

Difficulty level

Easy 16%
Moderate 78%
Hard 6%

Duration

Less than 2 weeks 69%
2-4 weeks 22%
4-6 weeks 6%
6-8 weeks 2%
View more

Interview Questions from Similar Companies

Oracle
Oracle Interview Questions
3.7
 • 889 Interviews
Amdocs
Amdocs Interview Questions
3.7
 • 528 Interviews
Automatic Data Processing (ADP)
Automatic Data Processing (ADP) Interview Questions
4.0
 • 253 Interviews
Adobe
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce
Salesforce Interview Questions
4.0
 • 233 Interviews
Chetu
Chetu Interview Questions
3.3
 • 190 Interviews
24/7 Customer
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes
Dassault Systemes Interview Questions
3.9
 • 175 Interviews
AVASOFT
AVASOFT Interview Questions
2.9
 • 173 Interviews
Freshworks
Freshworks Interview Questions
3.5
 • 170 Interviews
View all

Amadeus Reviews and Ratings

based on 676 reviews

3.8/5

Rating in categories

3.4

Skill development

4.1

Work-life balance

3.7

Salary

4.1

Job security

3.8

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 676 Reviews and Ratings
Jobs at Amadeus
Amadeus
Amadeus Labs - Principal Product Manager (5-8 yrs)

5-8 Yrs

Not Disclosed

Amadeus
Amadeus Labs - Principal Analyst - Product Definition (8-10 yrs)

8-10 Yrs

Not Disclosed

Amadeus
Senior Manager - Development (8-10 yrs)

8-10 Yrs

Not Disclosed

Explore more jobs
Amadeus Salaries in India
Senior Software Engineer
665 salaries
unlock blur

₹11.6 L/yr - ₹43 L/yr

Member Technical Staff
324 salaries
unlock blur

₹13 L/yr - ₹34 L/yr

Software Development Engineer II
224 salaries
unlock blur

₹12 L/yr - ₹29.4 L/yr

Senior Business Analyst
183 salaries
unlock blur

₹10 L/yr - ₹27.4 L/yr

Software Developer
179 salaries
unlock blur

₹12.2 L/yr - ₹40 L/yr

Explore more salaries
Compare Amadeus with
Oracle

Oracle

3.7
Compare
Amdocs

Amdocs

3.7
Compare
Automatic Data Processing (ADP)

Automatic Data Processing (ADP)

4.0
Compare
24/7 Customer

24/7 Customer

3.5
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Amadeus Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter