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 10 Oct 2024

Infosys AWS Devops Engineer Interview Experiences

3 interviews found

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?
  • 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

  • Answered by AI
  • 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
  • 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 contr...

  • Answered by AI
  • Q2. 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 polici...

  • Answered by AI
  • Q3. What is ingress controller and how it is 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, Traefik, an...

  • Answered by AI
  • 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
schedule2
Verified Icon
6d
works at
Cognizant
Salary expectation
I have 5+ years of experience in springboot microservices, currently working in CTS and having 10L CTC , wanted to switch in Infosys or Accenture like companies, how much should I ask for 15L-18L ? Just worried if I ask more they can reject my application, please help me with some numbers
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

Interview Questionnaire 

1 Question

  • Q1. Interview questions on aws and DevOps
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. How lambda works?
  • Ans. 

    AWS Lambda is a serverless computing service that runs code in response to events and automatically manages the computing resources required.

    • Lambda functions are triggered by events such as changes to data in an S3 bucket, updates to a DynamoDB table, or HTTP requests via API Gateway.

    • Lambda functions can be written in languages like Node.js, Python, Java, and more.

    • AWS Lambda automatically scales to handle the incoming ...

  • Answered by AI
  • Q2. What is VPC? Explain in detail
  • 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 AWS resources.

    • You c...

  • Answered by AI
  • Q3. What is a pod in K8s?
  • Ans. 

    A pod in K8s is the smallest deployable unit in Kubernetes, consisting of one or more containers that share resources.

    • Pods are used to group containers that need to work together, such as a web server and a database.

    • Pods share the same network namespace and can communicate with each other using localhost.

    • Pods can be managed, scaled, and monitored as a single unit in Kubernetes.

    • Each pod has a unique IP address within th...

  • Answered by AI
  • Q4. EC2 Autoscaling, Load balancing
  • Q5. What is terraform state file?
  • Ans. 

    Terraform state file is a file that stores the state of your infrastructure managed by Terraform.

    • It keeps track of the current state of your resources in the cloud.

    • Helps Terraform understand what has been created, modified, or deleted.

    • It is used to plan and apply changes to your infrastructure.

    • State file can be stored locally or remotely in a backend like AWS S3 or Terraform Cloud.

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Day to day activity
  • Ans. 

    Daily activities of an AWS DevOps Engineer involve automation, monitoring, and collaboration to enhance deployment efficiency.

    • Automate deployment processes using AWS services like CodePipeline and CloudFormation.

    • Monitor system performance and health using CloudWatch and set up alerts for anomalies.

    • Collaborate with development teams to integrate CI/CD practices, ensuring faster and reliable releases.

    • Manage infrastructur...

  • Answered by AI
  • Q2. If you know many things why do you want to go with only one?
  • Q3. Most difficult situation handled in project

Interview Preparation Tips

Topics to prepare for Capgemini AWS Devops Engineer interview:
  • AWS
  • Kubernetes
  • Terraform
Interview preparation tips for other job seekers - Go through basics of AWS and Kubernetes

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is ECS and EKS. If code is paused state, how to troubleshoot in ECS How to troubleshoot if ingress controller is not working What is ALB?
  • Ans. 

    ECS is Elastic Container Service and EKS is Elastic Kubernetes Service. Troubleshoot code in paused state by checking logs and restarting tasks. Troubleshoot ingress controller by checking configuration and logs. ALB is Application Load Balancer.

    • ECS is a managed container orchestration service by AWS

    • EKS is a managed Kubernetes service by AWS

    • To troubleshoot code in paused state in ECS, check CloudWatch logs, task defini...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and at the same time polite

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Walk-in and was interviewed in Mar 2022. There were 2 interview rounds.

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 - Coding Test 

How manage the code

Interview Preparation Tips

Interview preparation tips for other job seekers - You can start the course and completely understand that then after advise you r senior
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong background in AWS services, DevOps practices, and a proven track record of successfully implementing automation and improving efficiency.

    • Extensive experience with AWS services such as EC2, S3, Lambda, and CloudFormation

    • Proficient in DevOps tools like Jenkins, Docker, and Kubernetes

    • Implemented CI/CD pipelines to automate software delivery processes

    • Improved system reliability and scalability through infra...

  • Answered by AI
  • Q2. Good good good good

Interview Preparation Tips

Interview preparation tips for other job seekers - keep positive mind
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain jenkins ci/cd flow
  • Ans. 

    Jenkins CI/CD flow automates the software delivery process from code commit to deployment.

    • Jenkins pulls code from version control system

    • Builds the code and runs automated tests

    • If tests pass, deploys the code to a staging environment

    • Manual testing is done in staging environment

    • If approved, Jenkins deploys the code to production environment

    • Logs and reports are generated throughout the process

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is the salary expectancy

Skills evaluated in this interview

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. How does a pod communicate with other p...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys AWS Devops Engineer Salary
based on 228 salaries
₹3.6 L/yr - ₹15 L/yr
11% more than the average AWS Devops Engineer Salary in India
View more details

Infosys AWS Devops Engineer Reviews and Ratings

based on 17 reviews

3.8/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

3.2

Salary

4.1

Job security

4.3

Company culture

3.2

Promotions

4.0

Work satisfaction

Explore 17 Reviews and Ratings
Aws Devops Engineer-AB-Infosys

Hyderabad / Secunderabad,

Pune

+1

3-6 Yrs

₹ 2.8-22 LPA

Explore more jobs
Technology Analyst
55.8k salaries
unlock blur

₹4.8 L/yr - ₹11.2 L/yr

Senior Systems Engineer
53.7k salaries
unlock blur

₹2.5 L/yr - ₹8.3 L/yr

Technical Lead
35k salaries
unlock blur

₹7.3 L/yr - ₹20 L/yr

System Engineer
32.5k salaries
unlock blur

₹2.4 L/yr - ₹5.3 L/yr

Senior Associate Consultant
31k salaries
unlock blur

₹6.3 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
write
Share an Interview