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 Qa Automation Testing Engineer Interview Questions and Answers

Updated 29 Feb 2024

Amadeus Qa Automation Testing Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Coding question on java - find a particular string pattern in a big string
  • Q2. Selenium basic code - search something in Google

Interview questions from similar companies

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

(9 Questions)

  • Q1. Introduction, roles and responsibilities
  • Q2. Deep copy shallow copy
  • Q3. Method Overloading overriding
  • Q4. Constuctor and its types
  • Ans. 

    Constructors are special methods in a class used to initialize objects. There are default, parameterized, copy, and static constructors.

    • Constructors have the same name as the class and do not have a return type.

    • Default constructors are automatically created by the compiler if no constructor is defined.

    • Parameterized constructors accept parameters to initialize object properties.

    • Copy constructors create a new object as a...

  • Answered by AI
  • Q5. Varags (variable length arguments)
  • Q6. Find element find elements return types of it if no elements found
  • Ans. 

    findElements method in Selenium returns a list of WebElements or an empty list if no elements are found.

    • findElements method returns a list of WebElements

    • If no elements are found, it returns an empty list

    • Return type is List

Answered by AI
  • Q7. Webdriver what is it
  • Ans. 

    Webdriver is a tool used for automating web application testing.

    • Webdriver is a popular automation tool used for testing web applications.

    • It allows testers to automate interactions with a web browser.

    • Webdriver supports multiple programming languages such as Java, Python, and C#.

    • It can simulate user interactions like clicking buttons, entering text, and navigating through pages.

    • Webdriver is commonly used in QA automation...

  • Answered by AI
  • Q8. Find duplicate numbers and its count from given list explain logic
  • Ans. 

    Logic to find duplicate numbers and their count in a given list.

    • Iterate through the list and store each number in a hashmap with its count

    • If a number is already in the hashmap, increment its count

    • After iterating, check the hashmap for numbers with count greater than 1 to find duplicates

  • Answered by AI
  • Q9. Factorial using recursion
  • Ans. 

    Factorial using recursion is a mathematical function that calculates the product of all positive integers up to a given number.

    • Define a function that takes an integer parameter n

    • Base case: if n is 0, return 1

    • Recursive case: return n multiplied by the factorial of n-1

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - For me Mostly 90% they asked java related questions.
    Introduction, roles responsibilities.
    Deep copy shallow copy
    Method Overloading overriding
    Constuctor
    Varags
    Find element & find elements difference and return types(if elements present and if not)
    2 coding questions
    1 repeatetive numbers/duplicates and its count from the given list eg output 4,2(4 is number and found 2 times)
    2 factorial of a number using recursion.

    I don't want to fil this form all that's why including all questions asked in the feedback.

    This was my first round and no response till now.
    Interview taken on 10 Oct.

    Skills evaluated in this interview

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

    I applied via Company Website and was interviewed before Aug 2023. There were 5 interview rounds.

    Round 1 - Aptitude Test 

    Aptitude test for about 1.5 hr with around 70 questions

    Round 2 - One-on-one 

    (2 Questions)

    • Q1. SDLC, STLC related question
    • Q2. Basic technical question resume listed skills
    Round 3 - One-on-one 

    (2 Questions)

    • Q1. More conceptual questions
    • Q2. One general problem solving question to check thought process
    Round 4 - HR 

    (2 Questions)

    • Q1. Interview with senior manager
    • Q2. More of a discussion on projects in the company for which they are hiring for my applied role
    Round 5 - One-on-one 

    (3 Questions)

    • Q1. Interview with Senior Manager about work culture, fitment based questions
    • Q2. One problem solving question was asked in which problem could be broken down into algebric equations and solved
    • Q3. A 10 question trying to understand behaviour and psychology of candidate was asked to be filled prior to interview

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Have patience, interview process takes time. I gave on site interview.

    I applied via Company Website and was interviewed in Apr 2022. There was 1 interview round.

    Round 1 - Technical 

    (1 Question)

    • Q1. 1)How to run failed test case: using failed.xml 2)how to use click in diff ways: by actions class click and by javascriptexecuter 3)array logical program *array reverse *array sec highest number ...
    • Ans. 

      Interview questions for Automation Test Engineer

      • To run failed test case, use failed.xml

      • Click can be used via Actions class or JavascriptExecutor

      • Array programs: reverse, second highest number

      • Constructor in abstract class

      • Test plan and scenario definition

      • Roles and responsibilities in current organization

      • Disable test cases using keyword or include/exclude in suite

      • Polymorphism concept

      • Unix commands used in day to day activit...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I appeared for the interview of test automation engineer at amdocs with 2 years of experience.My only advise would be do basic java. Do selenium properly and learn unix command that will give advantage. Having confidence and great communication skill will cover up your mistakes ...all the best i hope i will clear it

    Skills evaluated in this interview

    I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.

    Round 1 - Technical 

    (3 Questions)

    • Q1. Functional and nonfunctional ,framework, defect life cycle, Fibonacci series, join query, right join, syntax.
    • Q2. Automation selenium program setup
    • Ans. 

      Automation selenium program setup involves installation of selenium, setting up the environment and writing test scripts.

      • Install selenium webdriver and required dependencies

      • Set up the environment variables for the browser and webdriver

      • Write test scripts using programming languages like Java, Python, etc.

      • Execute the test scripts and analyze the results

    • Answered by AI
    • Q3. POM classes, testNG, maven, Jenkins

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Talk be confidently, when any answer you don't know then simply say sorry.

    Skills evaluated in this interview

    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Full Java Theories
    • Ans. 

      Full Java Theories cover the core concepts of Java programming language.

      • Object-oriented programming

      • Inheritance, polymorphism, encapsulation, and abstraction

      • Exception handling

      • Multithreading

      • Collections framework

    • Answered by AI
    Round 2 - Technical 

    (2 Questions)

    • Q1. Write a code to create a class (with some attributes) and sort the objects on the basis of their attributes and print the same.
    • Ans. 

      Create a class with attributes, sort objects based on attributes, and print.

      • Create a class with attributes like name, age, and salary

      • Implement Comparable interface to define sorting logic based on attributes

      • Create objects of the class, add them to a list, and use Collections.sort() to sort them

      • Print the sorted objects

    • Answered by AI
    • Q2. Selenium coding exercise to automate a scenario: launch amazon website and Enter text "Mobile" in the search box and retrieve the name and price of all the results and store it in the custom class (with tw...
    • Ans. 

      Automate scenario to search for 'Mobile' on Amazon, retrieve name and price of results, store in custom class, and display on console.

      • Use Selenium WebDriver to launch Amazon website

      • Locate search box element and enter 'Mobile' text

      • Retrieve name and price of search results using appropriate locators

      • Store name and price in custom class with attributes 'name' and 'product'

      • Display stored data on console

    • Answered by AI

    Skills evaluated in this interview

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

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

    Round 1 - Technical 

    (2 Questions)

    • Q1. Reverse String without Java In built Function
    • Ans. 

      Reverse a string without using Java built-in functions

      • Create a character array from the input string

      • Use two pointers to swap characters at the beginning and end of the array until they meet

      • Convert the character array back to a string

    • Answered by AI
    • Q2. Difference Between Relative Xpath & Absolute Xpath
    • Ans. 

      Relative Xpath is based on the current node while Absolute Xpath starts from the root node of the XML document.

      • Relative Xpath does not start with a forward slash (/) while Absolute Xpath starts with a forward slash (/).

      • Relative Xpath is more flexible and less prone to changes in the structure of the XML document.

      • Absolute Xpath is more specific and provides the full path to the element in the XML document.

      • Relative Xpath...

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    Selected Selected
    Round 1 - Coding Test 

    Ask Python List Questions

    Round 2 - HR 

    (2 Questions)

    • Q1. Strength And week nesses
    • Q2. Where I am seeing my self in next 5 yeras

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Study hard and clear basics of data structure

    I applied via Recruitment Consulltant and was interviewed before Mar 2021. There was 1 interview round.

    Round 1 - One-on-one 

    (1 Question)

    • Q1. Exception handling, postman api status code, Defect life cycle

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Telecom project will be advantage
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I appeared for an interview before Apr 2024, where I was asked the following questions.

    • Q1. What is your level of knowledge in coding?
    • Q2. What are Agile methodologies?
    • Ans. 

      Agile methodologies are iterative approaches to software development that emphasize flexibility, collaboration, and customer feedback.

      • Focus on iterative development: Projects are divided into small, manageable units called sprints.

      • Emphasize collaboration: Teams work closely with stakeholders and customers to gather feedback.

      • Encourage adaptability: Agile allows for changes in requirements even late in the development pr...

    • Answered by AI
    • Q3. What is your understanding of the telecom domain?
    • Ans. 

      The telecom domain encompasses technologies and services for communication over distances, including voice, data, and video transmission.

      • Telecom includes various services like mobile, broadband, and satellite communication.

      • Key technologies involve GSM, CDMA, LTE, and 5G for mobile networks.

      • Telecom infrastructure consists of switches, routers, and transmission lines.

      • Examples of telecom companies include AT&T, Verizo...

    • Answered by AI

    Amadeus Interview FAQs

    How many rounds are there in Amadeus Qa Automation Testing Engineer interview?
    Amadeus interview process usually has 1 rounds. The most common rounds in the Amadeus interview process are Technical.
    What are the top questions asked in Amadeus Qa Automation Testing Engineer interview?

    Some of the top questions asked at the Amadeus Qa Automation Testing Engineer interview -

    1. Coding question on java - find a particular string pattern in a big str...read more
    2. Selenium basic code - search something in Goo...read more

    Tell us how to improve this page.

    Amadeus Qa Automation Testing Engineer Interview Process

    based on 1 interview

    Interview experience

    5
      
    Excellent
    View more

    Interview Questions from Similar Companies

    Oracle Interview Questions
    3.7
     • 863 Interviews
    Amdocs Interview Questions
    3.7
     • 516 Interviews
    Adobe Interview Questions
    3.9
     • 234 Interviews
    Salesforce Interview Questions
    4.0
     • 228 Interviews
    24/7 Customer Interview Questions
    3.5
     • 176 Interviews
    Chetu Interview Questions
    3.3
     • 174 Interviews
    AVASOFT Interview Questions
    2.9
     • 164 Interviews
    Dassault Systemes Interview Questions
    4.0
     • 162 Interviews
    Freshworks Interview Questions
    3.5
     • 162 Interviews
    View all
    Senior Software Engineer
    630 salaries
    unlock blur

    ₹11.5 L/yr - ₹40 L/yr

    Member Technical Staff
    333 salaries
    unlock blur

    ₹13 L/yr - ₹33 L/yr

    Software Engineer
    224 salaries
    unlock blur

    ₹6 L/yr - ₹21 L/yr

    Software Development Engineer II
    197 salaries
    unlock blur

    ₹12.8 L/yr - ₹29.4 L/yr

    Software Developer
    182 salaries
    unlock blur

    ₹7.7 L/yr - ₹25 L/yr

    Explore more salaries
    Compare Amadeus with

    Oracle

    3.7
    Compare

    Amdocs

    3.7
    Compare

    Automatic Data Processing (ADP)

    4.0
    Compare

    24/7 Customer

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