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

2 Questions

  • Q1. Scenario based questions about AWS services
  • Q2. Working of Terraform , Packer ,Puppet
  • Ans. 

    Terraform, Packer, and Puppet are tools used in DevOps for infrastructure automation and configuration management.

    • Terraform is used for infrastructure as code and automates the provisioning of infrastructure resources.

    • Packer is used for creating machine images for multiple platforms from a single source configuration.

    • Puppet is used for configuration management and automates the deployment and management of software and

  • Answered by AI

Skills evaluated in this interview

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

Overall ok It was 30 min duration

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - HR 

(1 Question)

  • Q1. About you your experience and communication skills
Round 3 - Technical 

(2 Questions)

  • Q1. Depends upon team leader Ask basics as well as the issue they are facing during their work.
  • Q2. Especially Linux file system How to mount additional disk Booting process Docker file structure
Round 4 - Technical 

(2 Questions)

  • Q1. Second technical round is depends upon the TL he can ask your experience and issues
  • Q2. And can ask questions about cloud AWS and azure
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 

(2 Questions)

  • Q1. Explain the Kubernetes architecture
  • Ans. 

    Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Nodes communicate with each oth...

  • Answered by AI
  • Q2. Write the terraform script
  • Ans. 

    Writing a terraform script for infrastructure provisioning

    • Define provider and required variables

    • Create resources like instances, networks, and storage

    • Use modules for reusable code

    • Implement variables and outputs for flexibility

    • Leverage terraform state for tracking changes

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Write the dockerfile
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image

    • Use the RUN instruction to execute commands

    • Use the COPY instruction to add files from your Docker client’s current directory

    • Use the CMD instruction to specify the command to run when the container starts

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

Skills evaluated in this interview

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

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain our company devops process
  • Ans. 

    Our company's DevOps process focuses on continuous integration, automated testing, and deployment.

    • Continuous integration: Developers regularly merge their code changes into a shared repository, triggering automated builds and tests.

    • Automated testing: Testing is automated at various stages of the development process to ensure code quality and reliability.

    • Deployment automation: Code changes are automatically deployed to ...

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is VPC and its concepts?
  • Ans. 

    VPC stands for Virtual Private Cloud, a virtual network dedicated to your AWS account.

    • VPC allows you to create a logically isolated section of the AWS Cloud where you can launch AWS resources.

    • You can define your own IP address range, create subnets, configure route tables, and network gateways within a VPC.

    • VPC provides security by allowing you to control inbound and outbound traffic to and from your instances.

    • You can c...

  • Answered by AI
  • Q2. What are the two health checks when EC2 instance is launched?
  • Ans. 

    The two health checks when an EC2 instance is launched are System Status Checks and Instance Status Checks.

    • System Status Checks ensure that the underlying host system is healthy and reachable.

    • Instance Status Checks ensure that the instance is running properly and can be accessed.

    • Examples: System Status Checks may include checking network connectivity, while Instance Status Checks may include verifying system logs.

  • Answered by AI
  • Q3. What is difference between IAM group and IAM roles?
  • Ans. 

    IAM groups are collections of IAM users, while IAM roles are permissions that can be assumed by users or services.

    • IAM groups are used to manage permissions for multiple users at once

    • IAM roles are used to delegate permissions to users or services

    • IAM groups can contain multiple users, while IAM roles can only be assumed by one entity at a time

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Medium DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Terraform uses and flow in your company
  • Q2. Remote backend in terraform?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared for the interviews.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Array,String,Data Structure, java ,oops

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is oopsin java?
  • Ans. 

    OOPs in Java stands for Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

    • OOPs concepts help in organizing and structuring code for better reusability and maintainability.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation hides the internal state of an object and only exposes necessary functionalities.

    • Polymorphism all...

  • Answered by AI
  • Q2. What is link list?
  • Ans. 

    A linked list is a data structure consisting of a sequence of elements where each element points to the next element in the sequence.

    • Consists of nodes where each node contains data and a reference to the next node

    • Can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes)

    • Common operations include insertion, deletion, and traversal

    • Example: Singly linke...

  • Answered by AI

Skills evaluated in this interview

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

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
20% 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
621 salaries
unlock blur

₹11.1 L/yr - ₹36 L/yr

Member Technical Staff
316 salaries
unlock blur

₹14.9 L/yr - ₹42.5 L/yr

Software Engineer
220 salaries
unlock blur

₹6 L/yr - ₹23 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