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 Member Technical Staff Interview Questions, Process, and Tips

Updated 26 Feb 2024

Top Amadeus Member Technical Staff Interview Questions and Answers

Amadeus Member Technical Staff Interview Experiences

4 interviews found

Member Technical Staff Interview Questions & Answers

user image Akshata Gajanan

posted on 26 Feb 2024

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to Software Testing Process Coding questions Puzzle
  • Q2. How to get individual character from string
  • Ans. 

    Use indexing to access individual characters from a string.

    • Use square brackets and the index number to access a specific character in the string.

    • Remember that indexing starts at 0 in most programming languages.

    • Example: str = 'hello', to get the first character 'h', use str[0].

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Coding Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round
Round 1 - One-on-one 

(1 Question)

  • Q1. Data Structures, Core Java
Round 2 - One-on-one 

(1 Question)

  • Q1. Spring boot, Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic programs. Basic unit tests. Basic Rest API

Member Technical Staff Interview Questions Asked at Other Companies

asked in Salesforce
Q1. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in Salesforce
Q2. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
Q3. Next Smallest Palindrome Problem Statement Find the next smallest ... read more
Q4. Check Permutation Problem Statement Given two strings 'STR1' and ... read more
asked in Salesforce
Q5. Longest Happy String Problem Statement Given three non-negative i ... read more

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is webservice?
  • Ans. 

    A webservice is a software system designed to support interoperable machine-to-machine interaction over a network.

    • Webservices use standardized protocols such as HTTP, XML, SOAP, and REST.

    • They allow different applications to communicate with each other regardless of the programming language or platform used.

    • Webservices can be used for a variety of purposes such as data exchange, business process integration, and applica...

  • Answered by AI
  • Q2. What is Difference between API and Webservice
  • Ans. 

    API is a set of protocols for building software while Webservice is a type of API that uses HTTP for communication.

    • API is a set of protocols for building software applications

    • Webservice is a type of API that uses HTTP for communication

    • API can be used for both internal and external communication

    • Webservice is typically used for external communication over the internet

    • API can be in any form like REST, SOAP, etc.

    • Webservice

  • Answered by AI
  • Q3. What is pesticide paradox in testing
  • Ans. 

    Pesticide paradox refers to the phenomenon where pests develop resistance to pesticides over time.

    • Pesticides are used to kill pests, but over time pests develop resistance to them

    • This happens because the pests that are resistant to the pesticide survive and reproduce, passing on their resistance to their offspring

    • This can lead to the need for stronger and more toxic pesticides, which can have negative environmental and...

  • Answered by AI
  • Q4. Star pattern and palindrome Java program

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Java, OOPS and web services concepts.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Linux, networking ,Jenkins, ansible from basic to advance.mostly they asked me to write ansible playbook for different scenarios of configuration management.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was ok. Questions were manageable and best thing is they made it clear what they want from candidate. More or less it was a nice experience

Amadeus interview questions for designations

 Technical Lead

 (1)

 Software Developer

 (15)

 Senior Software Engineer

 (14)

 Software Engineer

 (8)

 Software Development Engineer 1

 (4)

 Senior QA Engineer

 (3)

 Automation Test Engineer

 (2)

 Software Engineer2

 (2)

Interview questions from similar companies

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

(1 Question)

  • Q1. Reverse linked list
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 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 - Coding Test 

Oracle RDBMS concepts, core java, data structures

Round 3 - One-on-one 

(1 Question)

  • Q1. More like a discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Hyderabad and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was basic DSA round consisting of DP question and Graph question.

Round 2 - Technical 

(1 Question)

  • Q1. 2 Technical Rounds with standard DSA of around 1300 codeforces level. OS was also asked.
Round 3 - HR 

(1 Question)

  • Q1. Final HR round asking general questions about myself and my future goals.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have faith in yourself and have unique approach towards problem solving.

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Basic Coding questions around LRU Cache and Top View Tree Traversal

Round 2 - Coding Test 

Multi threading and Internal Working of Hash Map!

Round 3 - HR 

(1 Question)

  • Q1. Behavioural Questions
Round 4 - HR 

(1 Question)

  • Q1. Behavioural Questions
Round 5 - HR 

(1 Question)

  • Q1. Behavioural Questions

Interview Preparation Tips

Topics to prepare for VMware Software Member Technical Staff interview:
  • Data Structures
  • Java
Interview preparation tips for other job seekers - Good knowledge in Java if applying for Java Background and medium level Data Structures knowledge is essential
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Hackker Rank test with 20 MCQ and 2 coding questions

Round 2 - Coding Test 

Coding Interview question - ugly number, kadane algorithm

Round 3 - Coding Test 

More coding questions with LRU and Design a data structure with o(1) insertion, deletion, search time and few technical questions

Round 4 - Project Experience 

(1 Question)

  • Q1. Questions regarding previous project experience.
Round 5 - Behavioral 

(1 Question)

  • Q1. 1 DSA question and questions based on project and some puzzles as well as some one word answers.

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

The round was audio and video proctored, since it was virtual.
It lasted for 90 minutes.
The questions was of medium level.

  • Q1. 

    Next Smallest Palindrome Problem Statement

    Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'.

    Explanation:

    You are given a number in string format, a...

  • Ans. Palindromic String

    In this method, Before we start let us define what is the right half (or right part) and what is left half (or left part) in the string. There can be two cases based on the length of the string:

     

    • Case-1: (Odd length string), consider the string “1234567”, the part of the string “123” is the left part(or left half) and the part “567” is the right part(or right half), and the one left(4) is called t...
  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

It was Technical round of 60 minutes,
the interviewer was very nice person.

  • Q1. 

    Check Permutation Problem Statement

    Given two strings 'STR1' and 'STR2', determine if they are anagrams of each other.

    Explanation:

    Two strings are considered to be anagrams if they contain the same cha...

  • Ans. Brute-Force

    The basic idea of this approach is to sort both the strings and compare the characters of the sorted strings.

    • Sort both strings.
    • Compare the characters of the sorted strings.
    Space Complexity: O(logn)Explanation:

    O(1)

     

    Since we not using any extra space, the overall space complexity will be O(1).

    Time Complexity: O(nlogn)Explanation:

    O(N * log(N)), Where ‘N’ is the length of the strings.

     

    Since we are so...

  • Answered Anonymously
  • Q2. Which data structure would you use to implement the undo and redo operation in a system?
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

It was a resume based Interview round technical - 2
the interviewer was helping and humble.

  • Q1. Can you design the bank architecture using basic OOP concepts in any programming language?
Round 4 - HR 

Round duration - 15 Minutes
Round difficulty - Easy

It was the easiest round.
And it was supposed to be the same.
It was an HR round.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Institute of Engineering & Technology (DAVV). I applied for the job as Member of Technical Staff in BangaloreEligibility criteria7 CGPAVMware Inc interview preparation:Topics to prepare for the interview - DSA, Competitive Coding, OOPS Concepts, OS, DBMS, CN.Time required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice the DSA sheet of 180 commonly asked questions by striver.
Tip 2 : Do Competitive coding regularly, try to be consistent in short contests.
Tip 3 : Revise the core subjects basics regularly.

Application resume tips for other job seekers

Tip 1 : Resume must be concise and to the point.
Tip 2 : Never add any fake skill in your resume, because they can ask anything from your skills.

Final outcome of the interviewSelected

Skills evaluated in this interview

Amadeus Interview FAQs

How many rounds are there in Amadeus Member Technical Staff interview?
Amadeus interview process usually has 2-3 rounds. The most common rounds in the Amadeus interview process are One-on-one Round and Technical.
How to prepare for Amadeus Member Technical Staff 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 Framework, Automation Testing, Healthcare, Quality Control Management and Selenium.
What are the top questions asked in Amadeus Member Technical Staff interview?

Some of the top questions asked at the Amadeus Member Technical Staff interview -

  1. What is Difference between API and Webserv...read more
  2. What is pesticide paradox in test...read more
  3. How to get individual character from str...read more

Tell us how to improve this page.

Amadeus Member Technical Staff Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 897 Interviews
Amdocs Interview Questions
3.7
 • 531 Interviews
Salesforce Interview Questions
4.1
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
Oyo Rooms Interview Questions
3.3
 • 226 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
Chetu Interview Questions
3.3
 • 168 Interviews
Dassault Systemes Interview Questions
4.0
 • 159 Interviews
View all
Amadeus Member Technical Staff Salary
based on 316 salaries
₹14.9 L/yr - ₹42.5 L/yr
93% more than the average Member Technical Staff Salary in India
View more details

Amadeus Member Technical Staff Reviews and Ratings

based on 29 reviews

4.0/5

Rating in categories

3.3

Skill development

4.3

Work-life balance

3.5

Salary

4.1

Job security

4.0

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 29 Reviews and Ratings
Senior Software Engineer
612 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
221 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Senior Business Analyst
182 salaries
unlock blur

₹10.5 L/yr - ₹25 L/yr

Software Developer
180 salaries
unlock blur

₹7.7 L/yr - ₹25 L/yr

Explore more salaries
Compare Amadeus with

Sabre

3.9
Compare

Travelport

4.4
Compare

Expedia Group

3.8
Compare

Booking Holdings

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