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

Clear (1)

Amadeus Devops Engineer Interview Questions and Answers

Updated 10 May 2024

Amadeus Devops Engineer Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is DaemonSet
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in a cluster

    • It is useful for running a single instance of a Pod on every node in a cluster

    • DaemonSet is commonly used for monitoring, logging, and other system-level services

    • Example: Running a logging agent on every node in a Kubernetes cluster

  • Answered by AI
  • Q2. What is deployment and difference between statefulset and deployment
  • Ans. 

    Deployment is a way to manage and update applications in Kubernetes. StatefulSet is used for stateful applications with unique identities.

    • Deployment is used for stateless applications, while StatefulSet is used for stateful applications.

    • Deployment manages replica sets and ensures a desired state is maintained.

    • StatefulSet maintains a unique identity for each pod, making it suitable for applications that require stable a...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Aws, kubernetes, jenkins, ci/cd, terraform, linux, shell script

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
asked in Siemens
Q3. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I was interviewed in Jan 2024.

Round 1 - Assignment 

They first gave me a project to be implemented in Go language, then was called for tefchnival round

Interview Preparation Tips

Interview preparation tips for other job seekers - long process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of SQL and Scripts
  • Q2. Health care related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to improve performance of a database or SQL
  • Ans. 

    To improve performance of a database or SQL, optimize queries, use indexes, normalize data, and consider hardware upgrades.

    • Optimize queries by using proper indexing and avoiding unnecessary joins

    • Normalize data to reduce redundancy and improve data integrity

    • Consider hardware upgrades such as increasing RAM or using solid-state drives

    • Monitor and analyze query performance using tools like SQL Profiler or EXPLAIN

  • Answered by AI
  • Q2. How to install RAC
  • Ans. 

    Installing RAC involves configuring shared storage, network, and Oracle Grid Infrastructure.

    • Prepare shared storage for Oracle Clusterware files

    • Configure network settings for interconnect and public network

    • Install Oracle Grid Infrastructure software on all nodes

    • Run the Oracle Clusterware Configuration Wizard to create the cluster

    • Install Oracle RAC software on all nodes

    • Create the database using Database Configuration Ass

  • 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 Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked questions regarding DBMS, OS Networking
  • Q2. What is paging ?
  • Ans. 

    Paging is a memory management scheme that allows the operating system to move data between RAM and disk storage.

    • Paging involves dividing memory into fixed-size blocks called pages.

    • When a program needs more memory than is available in RAM, the operating system swaps out less-used pages to disk to free up space.

    • Paging helps in efficient memory management and allows for virtual memory usage.

    • Examples include Windows using ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare on fundamental concepts of computer science

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Regarding data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Study about data structures in depth

Interview Questionnaire 

2 Questions

  • Q1. Intercompany process in Oracle Projects
  • Ans. 

    Intercompany process in Oracle Projects involves transactions between different legal entities within the same organization.

    • Intercompany process facilitates financial transactions between different legal entities within the organization.

    • It ensures accurate recording of revenue, costs, and profits for each legal entity involved.

    • Intercompany transactions are typically managed through intercompany billing and intercompany...

  • Answered by AI
  • Q2. How rates are setup in Oracle Projects
  • Ans. 

    Rates in Oracle Projects are setup using rate schedules and rate matrices.

    • Rate schedules define the rates for different resources or roles in a project

    • Rate matrices define the rates based on different criteria such as project type, organization, or location

    • Rates can be setup for different time periods, such as hourly, daily, or monthly

    • Rates can also be setup for different cost types, such as labor, material, or equipme...

  • Answered by AI

Interview Preparation Tips

Round: Manager Interview
Experience: Manager Interviewed about the process I have experienced in my previous projects and asked few process oriented questions

Round: Program Director Interview
Experience: Interviewed about my goals and aspirations and about expected CTC and how much am I willing to join Oracle and what made me choose Oracle

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Spring, Arraylist and linked list , problem solving
  • Q2. Find a word in 2 d matrix , palindrome or not
  • Ans. 

    A program to find a palindrome word in a 2D matrix of strings.

    • Iterate through each row and column of the matrix

    • Check if each string is a palindrome using two pointers approach

    • Return the first palindrome word found

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just relax and try to solve the problem given. Problem will be easy one it should not require more than 10 lines of code... if it requiresore than that it means your solution u r thinking can be improved

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Linux booting process
  • Ans. 

    Linux booting process involves several stages from power on to user login.

    • BIOS/UEFI firmware initializes hardware

    • Bootloader (GRUB) loads kernel into memory

    • Kernel initializes system processes and mounts root filesystem

    • Init process starts user space processes and services

    • User login prompt is displayed

  • Answered by AI
  • Q2. DHCP process
Contribute & help others!
anonymous
You can choose to be anonymous

Amadeus Interview FAQs

How many rounds are there in Amadeus Devops Engineer interview?
Amadeus interview process usually has 1 rounds. The most common rounds in the Amadeus interview process are Technical.
How to prepare for Amadeus Devops 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 Amadeus, Automation Framework, Automation Testing, Change Management and Coding.
What are the top questions asked in Amadeus Devops Engineer interview?

Some of the top questions asked at the Amadeus Devops Engineer interview -

  1. What is deployment and difference between statefulset and deploym...read more
  2. What is Daemon...read more
  3. aws, kubernetes, jenkins, ci/cd, terraform, linux, shell scr...read more

Recently Viewed

INTERVIEWS

Coal India

No Interviews

INTERVIEWS

Arcesium

100 top interview questions

INTERVIEWS

Amadeus

No Interviews

INTERVIEWS

Coal India

No Interviews

INTERVIEWS

Arcesium

No Interviews

DESIGNATION

INTERVIEWS

Arcesium

No Interviews

LIST OF COMPANIES

Agility E Services

Overview

SALARIES

Coal India

SALARIES

Agility E Services

Tell us how to improve this page.

Amadeus Devops Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Amadeus Devops Engineer Salary
based on 67 salaries
₹4.5 L/yr - ₹17.4 L/yr
21% more than the average Devops Engineer Salary in India
View more details

Amadeus Devops Engineer Reviews and Ratings

based on 5 reviews

3.7/5

Rating in categories

3.7

Skill development

4.6

Work-life balance

3.6

Salary

4.6

Job security

4.7

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
611 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
316 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
184 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
182 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amadeus with

Sabre

4.0
Compare

Travelport

4.5
Compare

Expedia Group

3.8
Compare

Booking Holdings

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