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

Clear (1)

Infosys Senior Devops Engineer Interview Questions and Answers

Updated 21 May 2024

Infosys Senior Devops Engineer Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between ext and xfs?
  • Ans. 

    ext is the default file system for many Linux distributions, while xfs is known for better performance and scalability.

    • ext is the default file system for many Linux distributions

    • xfs is known for better performance and scalability

    • xfs supports larger file systems and files compared to ext

  • Answered by AI
  • Q2. What is the difference between CentOS/RHEL 6 & 7?
  • Ans. 

    CentOS/RHEL 6 & 7 differ in kernel version, package management, systemd, and support lifecycle.

    • Kernel version: CentOS/RHEL 6 uses kernel version 2.6.x while CentOS/RHEL 7 uses kernel version 3.x.

    • Package management: CentOS/RHEL 6 uses yum for package management, while CentOS/RHEL 7 uses yum and dnf.

    • Systemd: CentOS/RHEL 6 uses SysV init system, while CentOS/RHEL 7 uses systemd as the init system.

    • Support lifecycle: CentOS...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Ci,cd,terraform,k8s,docker & git
Round 2 - Client Interview 

(1 Question)

  • Q1. Scenario based question

Senior Devops Engineer Interview Questions Asked at Other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
Q2. how to trigger a pipeline from specific version of Application co ... read more
Q3. what is ingress in Kubernetes and how does it helps us while we d ... read more
Q4. what are stages involved in release pipeline ? Explain the code
Q5. Default inbound/outbound NSG rules when we deploy VM with NSG? Ex ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About ci cd automation
  • Q2. Ci cd ansible dovjer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Docker git kubernetes
Round 3 - HR 

(1 Question)

  • Q1. Basic ctc related and your strength

Infosys interview questions for designations

 Devops Engineer

 (27)

 Devops

 (3)

 AWS Devops Engineer

 (3)

 Cloud Devops Engineer

 (2)

 Devops Consultant

 (6)

 Senior DevOps Consultant

 (1)

 Senior Systems Engineer

 (270)

 Senior Software Engineer

 (77)

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Mostly Cloud related questions
Round 2 - Technical 

(1 Question)

  • Q1. If round 1 is clear , then be confident in round 2
Round 3 - HR 

(1 Question)

  • Q1. Salary related mainly

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

Interview Questionnaire 

1 Question

  • Q1. Mostly they ask questions on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for write code for Jenkins file, terraform, ansible-playbook

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Terraform templates to create aks
  • Ans. 

    Terraform templates can be used to create AKS clusters.

    • Use the azurerm_kubernetes_cluster resource in Terraform to create an AKS cluster.

    • Specify the required parameters such as resource group, location, node count, and node size.

    • Use the azurerm_kubernetes_service_principal resource to create a service principal for the AKS cluster.

    • Use the azurerm_kubernetes_cluster_node_pool resource to create node pools with specific ...

  • Answered by AI
  • Q2. OpenShift Source to Image
  • Q3. Jenkins pipeline end to end
  • Q4. Ansible taks done in project
  • Ans. 

    Ansible was extensively used in the project for configuration management and automation.

    • Automated deployment of applications using Ansible playbooks

    • Configuration management of servers using Ansible roles

    • Automated backup and restore of databases using Ansible scripts

    • Automated provisioning of infrastructure using Ansible modules

  • Answered by AI
  • Q5. Handled team size and DevSecOps
Round 2 - Technical 

(3 Questions)

  • Q1. Shell script concepts
  • Q2. Istio Service Mesh , Kubernetes Troubleshooting
  • Q3. Docker file creation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Terraform , Azure DevOps concept, do hands on on Azure DevOps , should hv good understanding and experience of Jenkins and Kubernetes

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Should be strong in devops life cycle
  • Q2. Package discussion, reason for resigning current company
Round 2 - HR 

(1 Question)

  • Q1. Reason for job change

Interview Preparation Tips

Interview preparation tips for other job seekers - What we mention in the resume we should be strong
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Python programming
  • Q2. Aws architecture
  • Q3. Terraform scripts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. DevOps Advanced questions with CICD, Application Deployment stages and troubleshooting part
  • Q2. Terraform Hands on Deployments for both Infrastructure & Application Deployment
  • Ans. 

    Terraform is used for both infrastructure and application deployments.

    • Terraform allows for defining infrastructure as code, making it easy to manage and deploy infrastructure resources.

    • It can also be used to deploy applications by defining the necessary configurations and dependencies.

    • Terraform supports various cloud providers such as AWS, Azure, and Google Cloud, making it versatile for different deployment scenarios.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More into Architecture & Cost Optimization Solutions & Cloud Security best practices
  • Q2. Team Management, Leader Ship skills

Interview Preparation Tips

Interview preparation tips for other job seekers - My experience with Capgemini is really good, the overall process with HR & Technical really very nice in terms of feedback & regularly updates, Thank you CG be a part of CG family !
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys Senior Devops Engineer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, Resume Shortlist and HR.
How to prepare for Infosys Senior 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, GIT, AWS, Jenkins and Docker.
What are the top questions asked in Infosys Senior Devops Engineer interview?

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

  1. What is the difference between ext and x...read more
  2. What is the difference between CentOS/RHEL 6 &...read more
  3. Basic ctc related and your stren...read more

Recently Viewed

SALARIES

Vindhya Telelinks

INTERVIEWS

Tusar Fabengineers

No Interviews

INTERVIEWS

Lakshmi Precision Technologies

No Interviews

SALARIES

Infogain

SALARIES

Infogain

SALARIES

Thomson Reuters

JOBS

Acute Informatics

No Jobs

SALARIES

Tech Mahindra

INTERVIEWS

TCS

No Interviews

SALARIES

Sterlite Technologies

Tell us how to improve this page.

Infosys Senior Devops Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Senior Devops Engineer Salary
based on 190 salaries
₹5 L/yr - ₹20 L/yr
35% less than the average Senior Devops Engineer Salary in India
View more details

Infosys Senior Devops Engineer Reviews and Ratings

based on 9 reviews

3.9/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

2.3

Salary

3.9

Job security

4.0

Company culture

2.4

Promotions

4.1

Work satisfaction

Explore 9 Reviews and Ratings
Technology Analyst
55.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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