Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Devops Engineer Interview Questions, Process, and Tips

Updated 7 Feb 2025

Top Infosys Devops Engineer Interview Questions and Answers

  • Q1. Which programming languages do you use regularly in your work?
  • Q2. Can you explain in detail about clusters creation and how you handled practical bugs?
  • Q3. Which tasks have you added in CI pipeline for code coverage
View all 16 questions

Infosys Devops Engineer Interview Experiences

27 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain in detail about clusters creation and how you handled practical bugs?
  • Ans. 

    Clusters creation involves setting up multiple servers to work together, while handling practical bugs requires troubleshooting and fixing issues in the cluster.

    • Clusters creation involves setting up multiple servers to work together to distribute workload and increase reliability.

    • Tools like Kubernetes or Docker Swarm can be used to create and manage clusters efficiently.

    • Practical bugs in clusters can include network is...

  • Answered by AI
  • Q2. How much do you experience in Ansible
  • Ans. 

    I have 3 years of experience working with Ansible in automating infrastructure and configuration management.

    • Implemented Ansible playbooks to automate deployment of applications across multiple servers

    • Utilized Ansible roles to standardize configurations and ensure consistency

    • Integrated Ansible with CI/CD pipelines for continuous deployment

    • Troubleshooted and resolved issues related to Ansible scripts and configurations

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Devops Engineer interview:
  • Aws
  • Devops
  • Docker
  • Kubernetes
  • Ansible
  • Terraform
Interview preparation tips for other job seekers - Do practice on senario based topics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. About kubernetes architecture
  • Q2. Docker images creation
  • Q3. Linux commands and permissions

Devops Engineer Interview Questions Asked at Other Companies

asked in Lentra AI
Q1. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
Q2. Reverse the String Problem Statement You are given a string STR w ... 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

Devops Engineer Interview Questions & Answers

user image Kyatham Keshavi

posted on 16 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

What are the types of version control systems

Round 2 - Technical 

(1 Question)

  • Q1. Explain about your project
  • Ans. 

    Developed a CI/CD pipeline for a web application using Jenkins and Docker

    • Implemented automated testing using Selenium for regression testing

    • Utilized Ansible for configuration management of servers

    • Integrated Slack notifications for build status updates

  • Answered by AI

Devops Engineer Interview Questions & Answers

user image Chakravarthy Velamakanni

posted on 16 Sep 2024

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

(2 Questions)

  • Q1. AWS CICD pipelines
  • Q2. Python oops concepts

Infosys interview questions for designations

 Devops

 (3)

 Senior Devops Engineer

 (4)

 AWS Devops Engineer

 (3)

 Cloud Devops Engineer

 (2)

 Devops Consultant

 (6)

 AWS Cloud and DevOps Engineer

 (1)

 Senior DevOps Consultant

 (1)

 System Engineer

 (1.2k)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between Git merge and Git rebase.
  • Ans. 

    Git merge combines changes from different branches, while Git rebase moves the entire branch to a new base commit.

    • Git merge creates a new commit with the combined changes of the branches being merged.

    • Git rebase moves the entire branch to a new base commit, resulting in a linear history.

    • Merge preserves the history of changes, while rebase rewrites the commit history.

    • Rebasing is useful for keeping a clean and linear hist...

  • Answered by AI
  • Q2. Difference between Git fetch and Git merge
  • Ans. 

    Git fetch downloads changes from a remote repository, while Git merge combines changes from different branches.

    • Git fetch updates the remote tracking branches in your local repository without merging them with your current branch.

    • Git merge combines changes from a different branch into your current branch.

    • Git fetch is useful for reviewing changes before merging, while Git merge is used to integrate changes into your curr...

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

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

(1 Question)

  • Q1. Explain 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 that controls the cluster and worker nodes that run applications.

    • Master node components include API server, scheduler, controller manager, and etcd for storing cluster data.

    • Worker node components include kubelet, kube-proxy, and...

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Jobs at Infosys

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

(1 Question)

  • Q1. Questions regarding ci/cd branching strategy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. AWS, Terraforrm
  • Q2. Lambda, Python, Load Balancer
Round 2 - Technical 

(2 Questions)

  • Q1. Kubernetes, CloudFormation
  • Q2. VPC, Advancce AWS,

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't just rely on YT courses. Study in detail.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are ConfigMaps in Kubernetes?
  • Ans. 

    ConfigMaps in Kubernetes are used to store configuration data in key-value pairs and can be used by pods to access configuration information.

    • ConfigMaps are used to decouple configuration from pod definitions.

    • They can be created using kubectl create configmap command.

    • ConfigMaps can be mounted as volumes or used as environment variables in pods.

    • They are commonly used to store configuration files, environment variables, o...

  • Answered by AI
  • Q2. Explain Kubernetes Architecture?
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • 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).

    • Pods are the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good in depth knowledge for the role you are applying for.

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Build and deployment
  • Q2. AWS cloud related questions
  • Q3. Docker & kubernetes
Round 2 - HR 

(2 Questions)

  • Q1. Release and managemnent
  • Q2. Agile and other product delivery

Infosys Interview FAQs

How many rounds are there in Infosys Devops Engineer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, HR and Resume Shortlist.
How to prepare for Infosys 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 Infosys. The most common topics and skills that interviewers at Infosys expect are Devops, AWS, Azure, DevOps and Kubernetes.
What are the top questions asked in Infosys Devops Engineer interview?

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

  1. Which programming languages do you use regularly in your wo...read more
  2. Can you explain in detail about clusters creation and how you handled practical...read more
  3. Which tasks have you added in CI pipeline for code cover...read more
How long is the Infosys Devops Engineer interview process?

The duration of Infosys Devops Engineer interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Infosys Devops Engineer Interview Process

based on 26 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Devops Engineer Salary
based on 2.1k salaries
₹2.3 L/yr - ₹13.2 L/yr
11% less than the average Devops Engineer Salary in India
View more details

Infosys Devops Engineer Reviews and Ratings

based on 85 reviews

3.3/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

2.7

Salary

3.9

Job security

3.4

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 85 Reviews and Ratings
Devops Engineer

Hyderabad / Secunderabad,

Chennai

+1

3-8 Yrs

Not Disclosed

Devops Engineer - Hyderabad

Hyderabad / Secunderabad,

Chennai

+1

3-8 Yrs

Not Disclosed

Devops Engineer-AB-Pan India

Hyderabad / Secunderabad,

Pune

+1

3-8 Yrs

₹ 3-8 LPA

Explore more jobs
Technology Analyst
55.9k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.4k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.7k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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