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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys AWS Devops Engineer Interview Questions and Answers

Updated 17 Jul 2025

9 Interview questions

An AWS Devops Engineer was asked 2w ago
Q. How do you handle security in CI/CD pipelines?
Ans. 

Implement security measures in CI/CD pipelines to protect code, dependencies, and environments throughout the development lifecycle.

  • Use static code analysis tools (e.g., SonarQube) to identify vulnerabilities in code before deployment.

  • Integrate dependency scanning tools (e.g., Snyk, OWASP Dependency-Check) to detect known vulnerabilities in third-party libraries.

  • Implement secrets management solutions (e.g., AWS Se...

An AWS Devops Engineer was asked 2w ago
Q. What is AWS, and why should we use it?
Ans. 

AWS is a comprehensive cloud platform offering scalable computing resources, storage, and services for businesses globally.

  • Scalability: AWS allows businesses to scale resources up or down based on demand, such as using EC2 instances for variable workloads.

  • Cost-Effectiveness: Pay-as-you-go pricing model helps reduce costs; for example, using S3 for storage only charges for what you use.

  • Global Reach: AWS has data ce...

AWS Devops Engineer Interview Questions Asked at Other Companies

Q1. How can we retrieve all IAM usernames with access keys older than ... read more
Q2. If I delete an instance on the console and then deploy the same i ... read more
Q3. If you have an instance configuration Terraform template, and you ... read more
Q4. How do you troubleshoot a Docker container that is failing?
Q5. How do you take a backup of Linux logs to an AWS S3 bucket?
An AWS Devops Engineer was asked 2w ago
Q. What is Kubernetes, and why is it important in DevOps?
Ans. 

Kubernetes is an open-source platform for automating deployment, scaling, and management of containerized applications.

  • Orchestration: Kubernetes automates the deployment, scaling, and management of containerized applications, reducing manual effort.

  • Scalability: It allows applications to scale up or down seamlessly based on demand, ensuring optimal resource utilization.

  • Load Balancing: Kubernetes provides built-in l...

An AWS Devops Engineer was asked 9mo ago
Q. How do you securely grant a user access to an S3 bucket?
Ans. 

Grant access to S3 bucket securely by using IAM policies and roles.

  • Create an IAM policy with specific permissions for the S3 bucket

  • Attach the IAM policy to an IAM role

  • Assign the IAM role to the user or group that needs access

  • Use bucket policies for more granular control if needed

An AWS Devops Engineer was asked 9mo ago
Q. What is the difference between an IAM role and an IAM group?
Ans. 

IAM role is used to grant permissions to entities, while IAM group is used to group users with similar permissions.

  • IAM role is used to delegate permissions to entities like EC2 instances or Lambda functions

  • IAM group is used to group users with similar permissions for easier management

  • IAM role can be assumed by trusted entities, while IAM group is used for managing user permissions

What are the roles & responsibilities of a AWS Devops Engineer at Infosys?

Project Support

  • Assist in problem definition and effort estimation
  • Translate client requirements into system requirements

Read full roles & responsibilities

An AWS Devops Engineer was asked
Q. What is the difference between ingress and service?
Ans. 

Ingress controls the external access to services in a cluster, while service defines a set of pods and how they can be accessed.

  • Ingress manages external access to services in a cluster

  • Service defines a set of pods and how they can be accessed

  • Ingress can provide load balancing, SSL termination, and routing based on hostnames or paths

  • Service can be of type ClusterIP, NodePort, LoadBalancer, or ExternalName

Infosys HR Interview Questions

880 questions and answers

Q. How have you addressed security concerns in your project?
Q. Explain your last project.
Q. What aspects of your resume would you like to highlight?
An AWS Devops Engineer was asked
Q. How does a pod communicate with other pods?
Ans. 

Pods communicate with other pods through network communication within the same Kubernetes cluster.

  • Pods can communicate with each other using services, which provide a stable endpoint for communication.

  • Pods can use DNS names to communicate with other pods within the same cluster.

  • Pods can also communicate directly using IP addresses within the cluster network.

  • Communication between pods can be secured using network p...

Are these interview questions helpful?
An AWS Devops Engineer was asked
Q. What is an ingress controller and how is it used in Kubernetes networking?
Ans. 

Ingress controller is a Kubernetes resource that manages external access to services within a cluster.

  • Ingress controller acts as a traffic manager, routing incoming traffic to the appropriate services based on rules defined in the Ingress resource.

  • It allows for the configuration of HTTP and HTTPS routing, load balancing, SSL termination, and more.

  • Popular Ingress controllers include Nginx Ingress Controller, Traefi...

An AWS Devops Engineer was asked
Q. What is Kubernetes networking and how does it work?
Ans. 

Kubernetes networking is the way in which different pods and services communicate with each other within a Kubernetes cluster.

  • Kubernetes networking allows pods to communicate with each other across nodes in the cluster.

  • It uses a flat network model where each pod gets its own IP address.

  • Kubernetes networking can be implemented using various plugins like Calico, Flannel, or Cilium.

  • Network policies can be defined to ...

Infosys AWS Devops Engineer Interview Experiences

4 interviews found

AWS Devops Engineer Interview Questions & Answers

user image Boya Sreenivasulu

posted on 17 Jul 2025

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

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. What is AWS, and why should we use it?
  • Ans. 

    AWS is a comprehensive cloud platform offering scalable computing resources, storage, and services for businesses globally.

    • Scalability: AWS allows businesses to scale resources up or down based on demand, such as using EC2 instances for variable workloads.

    • Cost-Effectiveness: Pay-as-you-go pricing model helps reduce costs; for example, using S3 for storage only charges for what you use.

    • Global Reach: AWS has data centers...

  • Answered by AI
  • Q2. What is Kubernetes, and why is it important in DevOps?
  • Ans. 

    Kubernetes is an open-source platform for automating deployment, scaling, and management of containerized applications.

    • Orchestration: Kubernetes automates the deployment, scaling, and management of containerized applications, reducing manual effort.

    • Scalability: It allows applications to scale up or down seamlessly based on demand, ensuring optimal resource utilization.

    • Load Balancing: Kubernetes provides built-in load b...

  • Answered by AI
  • Q3. How to handle security in CI CD pipelines ?
  • Ans. 

    Implement security measures in CI/CD pipelines to protect code, dependencies, and environments throughout the development lifecycle.

    • Use static code analysis tools (e.g., SonarQube) to identify vulnerabilities in code before deployment.

    • Integrate dependency scanning tools (e.g., Snyk, OWASP Dependency-Check) to detect known vulnerabilities in third-party libraries.

    • Implement secrets management solutions (e.g., AWS Secrets...

  • Answered by AI
  • Q4. What is infrastructure as code why we should use it ?
  • Ans. 

    Infrastructure as Code (IaC) automates infrastructure management using code, enhancing consistency and efficiency in deployments.

    • Enables version control for infrastructure, similar to application code.

    • Facilitates automated provisioning and configuration of resources.

    • Reduces manual errors and increases deployment speed.

    • Examples include tools like Terraform, AWS CloudFormation, and Ansible.

    • Supports reproducibility of env...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to give access of s3 bucket to user in a secure way?
  • Q2. Difference between iam role and iam group?
  • Ans. 

    IAM role is used to grant permissions to entities, while IAM group is used to group users with similar permissions.

    • IAM role is used to delegate permissions to entities like EC2 instances or Lambda functions

    • IAM group is used to group users with similar permissions for easier management

    • IAM role can be assumed by trusted entities, while IAM group is used for managing user permissions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is Kubernetes networking and how does it work
  • Q2. How does a pod communicate with other pods
  • Q3. What is ingress controller and how it is used in kubernetes networking
  • Q4. What is the difference between ingress and service
  • Ans. 

    Ingress controls the external access to services in a cluster, while service defines a set of pods and how they can be accessed.

    • Ingress manages external access to services in a cluster

    • Service defines a set of pods and how they can be accessed

    • Ingress can provide load balancing, SSL termination, and routing based on hostnames or paths

    • Service can be of type ClusterIP, NodePort, LoadBalancer, or ExternalName

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys AWS Devops Engineer interview:
  • Kubernetes
Interview preparation tips for other job seekers - Requirement was a kubernetes project

Skills evaluated in this interview

I appeared for an interview in Sep 2019.

Interview Questionnaire 

3 Questions

  • Q1. 1. Network Architecture
  • Q2. Private Cloud, Autoscaling, AwsCodeDeploy
  • Q3. CI/CD pipeline

What people are saying about Infosys

View All
lesspine
Verified Icon
5d
works at
Infosys
Seeking insights on TCS offer letter
Hii All, I have attended interview for service desk role in tcs at the end of June my tech round and managerial round later I have submitted all my documents in ibegin portal all are showing verified in the portal and in the 2nd week of July I have completed my hr round and later multiple follow ups given update like internal approvals will take time it's been more than month I have contacted hr and he said like internal approvals will take time I asked will it be a month she said it will take more than a month no clear timeline. So will I get offer letter or not seeking insights on this.
Got a question about Infosys?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant

Interview Questionnaire 

3 Questions

  • Q1. Work experience
  • Q2. Technical expertise
  • Q3. Best practices

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be yourself. Only talk about things that you have actually worked. Don't bring in jargons to impress that might hurt instead of helping.

Talk more about your real life experiences and practice implemented

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. ELB, AUTOSCALING,SECURITY GROUPS, NACL ,CUSTOM VPC ,DIRECT CONNECT, VPC PEERING, S3 POLICIES, Best practice of ec2
  • Q2. ELASTIC COMPUTECLOUD AND ELASTIC LOADBALANCING WHY WE CALL ELASTIC FOR BOTH AS ELASTIC
  • Ans. 

    Both EC2 and ELB are termed 'elastic' due to their ability to scale resources dynamically based on demand.

    • EC2 instances can be launched or terminated automatically based on traffic, allowing for flexible resource management.

    • Elastic Load Balancing distributes incoming application traffic across multiple targets, ensuring high availability and fault tolerance.

    • For example, during peak traffic, EC2 can scale up by adding m...

  • Answered by AI
  • Q3. DIFFERENCE NACL & SECURITY GROUPS DOCKERS SWARM, HOW DO WE INSTALL JENKINS,
  • Ans. 

    Explanation of NACL, Security Groups, Docker Swarm, and Jenkins installation process.

    • NACL is a stateless firewall that controls inbound and outbound traffic at the subnet level.

    • Security Groups are stateful firewalls that control inbound and outbound traffic at the instance level.

    • Docker Swarm is a container orchestration tool that manages a cluster of Docker hosts.

    • Jenkins can be installed on a server using a package man...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please refer these topics completely

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About Kubernetes, Git, Jenkins, AWS.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have clear understanding of all the tools
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Error that came across while pod creation
  • Ans. 

    Error encountered during pod creation can be due to various reasons such as incorrect configuration, resource constraints, network issues, or image availability.

    • Check the pod configuration file for any syntax errors or misconfigurations

    • Ensure that there are enough resources available on the cluster for pod creation

    • Verify network connectivity and DNS resolution within the cluster

    • Check if the container image specified in...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Jenkins, CICD, kubernetes volume persistence

Interview Questionnaire 

1 Question

  • Q1. Interview questions on aws and DevOps

Infosys Interview FAQs

How many rounds are there in Infosys AWS Devops Engineer interview?
Infosys interview process usually has 1 rounds. The most common rounds in the Infosys interview process are One-on-one Round and Technical.
How to prepare for Infosys AWS 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 AWS, AWS DevOps, Terraform, Docker and Kubernetes.
What are the top questions asked in Infosys AWS Devops Engineer interview?

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

  1. what is ingress controller and how it is used in kubernetes network...read more
  2. how to give access of s3 bucket to user in a secure w...read more
  3. What is infrastructure as code why we should use it...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 3 interview experiences

Difficulty level

Easy 67%
Moderate 33%

Duration

Less than 2 weeks 100%
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS AWS Devops Engineer Interview Questions
3.5
 • 11.2k Interviews
Accenture AWS Devops Engineer Interview Questions
3.7
 • 8.7k Interviews
Wipro AWS Devops Engineer Interview Questions
3.7
 • 6.2k Interviews
Cognizant AWS Devops Engineer Interview Questions
3.7
 • 6k Interviews
Capgemini AWS Devops Engineer Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra AWS Devops Engineer Interview Questions
3.5
 • 4.2k Interviews
HCLTech AWS Devops Engineer Interview Questions
3.5
 • 4.2k Interviews
Genpact AWS Devops Engineer Interview Questions
3.7
 • 3.5k Interviews
LTIMindtree AWS Devops Engineer Interview Questions
3.7
 • 3.1k Interviews
IBM AWS Devops Engineer Interview Questions
3.9
 • 2.5k Interviews
View all
Infosys AWS Devops Engineer Salary
based on 271 salaries
₹5.7 L/yr - ₹13.5 L/yr
20% more than the average AWS Devops Engineer Salary in India
View more details

Infosys AWS Devops Engineer Reviews and Ratings

based on 18 reviews

3.9/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

3.4

Salary

4.2

Job security

4.3

Company culture

3.3

Promotions

4.1

Work satisfaction

Explore 18 Reviews and Ratings
Aws Devops Engineer - PAN INDIA @ Infosys

Hyderabad / Secunderabad,

Chennai

+1

3-8 Yrs

Not Disclosed

AWS DevOps Engineering Role

Hyderabad / Secunderabad

5-9 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.1k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
54.4k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.4k salaries
unlock blur

₹9.5 L/yr - ₹16.5 L/yr

System Engineer
32.6k salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Senior Associate Consultant
32.4k salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.5
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview