Upload Button Icon Add office photos
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

Filter interviews by

Amadeus Senior QA Engineer Interview Questions and Answers

Updated 6 Jul 2024

Amadeus Senior QA Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java related qs

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Requirement Analysis Questions, Functional domain knowledge, Testing Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have clear understanding of Functional and Test Management, defect management and domain knowledge

Senior QA Engineer Interview Questions Asked at Other Companies

asked in MakeMyTrip
Q1. Combination Sum Problem Statement Given an array of distinct posi ... read more
asked in MakeMyTrip
Q2. Next Greater Number Problem Statement Given a string S which repr ... read more
Q3. How do you get data from a file in selenium
Q4. if 2 threads are given and one burns in 30 minutes, how you can c ... read more
Q5. How can you execute a test case number of times?

Senior QA Engineer Interview Questions & Answers

user image Debankur Ghosh

posted on 4 Oct 2021

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is SRS, BRD
  • Ans. 

    SRS stands for Software Requirements Specification and BRD stands for Business Requirements Document.

    • SRS is a document that outlines the functional and non-functional requirements of a software system.

    • BRD is a document that outlines the business requirements of a project.

    • SRS is used by developers and testers to understand what needs to be built and tested.

    • BRD is used by project managers and stakeholders to understand t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have clear domain knowledge

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Given a String contains only 0s, 1s and 2s, count the number of sub strings that have equal number of 0s, 1s, and 2s. Input : str = "0102010" output : 2. Very Hard question is being asked in interview for...
  • Ans. 

    Count the number of substrings with equal number of 0s, 1s, and 2s in a given string.

    • Iterate through the string and maintain counts of 0s, 1s, and 2s encountered so far.

    • Keep track of the counts in a hashmap and increment the count of substrings whenever counts of 0s, 1s, and 2s are equal.

    • Return the total count of substrings at the end.

  • Answered by AI
  • Q2. Group of anagrams together. input : ["eat", "tea", "tan", "ate", "nat", "bat"] output : [["eat" ,"tea", "ate"],["tan", "nat"],["bat"]] This is another hard level question is asked in interview for the QA p...
  • Ans. 

    Group anagrams together in an array of strings.

    • Create a hashmap to store sorted strings as keys and corresponding anagrams as values.

    • Iterate through the input array, sort each string, and add it to the hashmap.

    • Return the values of the hashmap as the grouped anagrams.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.

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 - Technical 

(3 Questions)

  • Q1. If 2 threads are given and one burns in 30 minutes, how you can count 45 minutes
  • Ans. Burn 1 thread at one end another at both ends
  • Answered by Tejas
  • Q2. OOPS concepts explain in practical manner
  • Ans. 

    OOPS concepts are fundamental to software engineering. They help in creating modular, reusable, and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Ability of objects to take on multiple forms.

    • Abstraction: Focusing on essential features and ignoring implementation details.

    • Example: A car is ...

  • Answered by AI
  • Q3. Selenium practical based questions
Round 3 - HR 

(2 Questions)

  • Q1. Reason behind leaving current company
  • Q2. Financial growth, technical growth

Interview Preparation Tips

Topics to prepare for Dassault Systemes Senior QA Engineer interview:
  • robot framework
  • Python
  • Java
  • Selenium
Interview preparation tips for other job seekers - Selenium basics
Selenium practical question
Core Java
OOPS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Questions on whole QA Testing, Windows
  • Q2. Types of testing
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by QA engineers.

    • Automated testing: Testing performed using aut...

  • Answered by AI
  • Q3. How to test a particular scenario
  • Ans. 

    To test a particular scenario, create test cases covering all possible inputs and expected outcomes.

    • Identify the specific scenario to be tested

    • Create test cases for different inputs and expected outcomes

    • Execute the test cases and analyze the results

    • Perform regression testing to ensure no new issues are introduced

  • Answered by AI
  • Q4. Bugs validation
Round 2 - Coding Test 

Simple coding on python

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Print missing number in given array
  • Ans. 

    Find and print the missing number in a given array of strings.

    • Convert the array of strings to an array of integers for easier manipulation.

    • Iterate through the array to find the missing number by comparing consecutive elements.

    • Print the missing number once found.

  • Answered by AI
  • Q2. Print string in reverse
  • Ans. 

    Reverse a string in an array of strings

    • Iterate through each string in the array

    • Use a loop to reverse each string character by character

    • Store the reversed strings in a new array

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you manage differences in team
  • Q2. How do you test faulty ATM
  • Ans. 

    To test a faulty ATM, simulate various scenarios like card reader failure, cash dispenser malfunction, network connectivity issues, etc.

    • Simulate card reader failure by inserting a damaged card or a card with a magnetic strip issue.

    • Test cash dispenser malfunction by requesting cash withdrawal and observing if the correct amount is dispensed.

    • Check for network connectivity issues by trying to access online banking service...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is oops ?
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details an

  • Answered by AI
  • Q2. Method overloading and overriding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the STLC, bug severity priority, waits in selenium with syntax, Java oops question with example,
  • Ans. 

    STLC, bug severity priority, waits in Selenium, Java OOPs

    • STLC stands for Software Testing Life Cycle and includes phases like requirement analysis, test planning, test design, test execution, and test closure

    • Bug severity is the impact of a bug on the system, while bug priority is the order in which bugs should be fixed

    • Waits in Selenium are used to make the test script wait for a certain condition to be met before proce...

  • Answered by AI

Skills evaluated in this interview

QA Lead Interview Questions & Answers

UKG user image Anonymous

posted on 28 Nov 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in May 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Testng priority and annotations
  • Q2. Multiple inheritance
  • Q3. Hashing concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Work culture not good

Amadeus Interview FAQs

How many rounds are there in Amadeus Senior QA Engineer interview?
Amadeus interview process usually has 1 rounds. The most common rounds in the Amadeus interview process are One-on-one Round.
How to prepare for Amadeus Senior QA 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 Amadeus. The most common topics and skills that interviewers at Amadeus expect are Automation, Quality Control Management, Test Case Design, Test Case Execution and Test Planning.
What are the top questions asked in Amadeus Senior QA Engineer interview?

Some of the top questions asked at the Amadeus Senior QA Engineer interview -

  1. What is SRS, B...read more
  2. Requirement Analysis Questions, Functional domain knowledge, Testing Questio...read more
  3. Java related...read more

Tell us how to improve this page.

Amadeus Senior QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 905 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 252 Interviews
Oyo Rooms Interview Questions
3.3
 • 227 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 173 Interviews
Chetu Interview Questions
3.3
 • 170 Interviews
Dassault Systemes Interview Questions
4.0
 • 160 Interviews
View all
Amadeus Senior QA Engineer Salary
based on 112 salaries
₹10 L/yr - ₹22.5 L/yr
55% more than the average Senior QA Engineer Salary in India
View more details

Amadeus Senior QA Engineer Reviews and Ratings

based on 12 reviews

4.1/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.4

Salary

4.5

Job security

4.2

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 12 Reviews and Ratings
Senior Software Engineer
605 salaries
unlock blur

₹11.1 L/yr - ₹33.3 L/yr

Member Technical Staff
316 salaries
unlock blur

₹14.9 L/yr - ₹42.5 L/yr

Software Engineer
219 salaries
unlock blur

₹5.9 L/yr - ₹21 L/yr

Senior Business Analyst
182 salaries
unlock blur

₹10.5 L/yr - ₹25 L/yr

Software Development Engineer II
182 salaries
unlock blur

₹12 L/yr - ₹26.8 L/yr

Explore more salaries
Compare Amadeus with

Sabre

4.0
Compare

Travelport

4.5
Compare

Expedia Group

3.8
Compare

Booking Holdings

2.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview