Upload Button Icon Add office photos
Engaged Employer

i

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

Capgemini Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini AWS Devops Engineer Interview Questions, Process, and Tips

Updated 21 Oct 2024

Top Capgemini AWS Devops Engineer Interview Questions and Answers

Capgemini AWS Devops Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. S3 storwge class
  • Q2. Day to day activities in current role
  • Q3. Amazon vpc advantages vpc peering
  • Q4. Jenkins pipeline building
  • Q5. Terraform validate command
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
  • 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

AWS Devops Engineer Interview Questions Asked at Other Companies

Q1. how do you troubleshoot a docker container that is going to die?
Q2. If i delete an instance on the console and then i deploy the same ... read more
Q3. how do you take a backup of Linux logs to was S3 bucket?
asked in Saaspect
Q4. In how many ways we can create a role in aws?
asked in Vayana
Q5. What if I delete EC2 Machine from AWS Console and then apply Terr ... read more

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Reg Docker, Kubernettes, and AWS
Round 3 - HR 

(1 Question)

  • Q1. Experience and skills set

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep motivated and learn from your last interview. Always note down the questions that had been asked in the previous interview and keep it handy.

AWS Devops Engineer Jobs at Capgemini

View all

Interview questions from similar companies

I was interviewed in Sep 2019.

Interview Questionnaire 

3 Questions

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

Interview Questionnaire 

1 Question

  • Q1. Interview questions on aws and DevOps
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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. Tell me about your project
  • Q2. What issues did you face while deploying the application
  • Ans. 

    I faced issues with network connectivity, configuration errors, and dependency mismatches while deploying the application.

    • Network connectivity issues causing deployment failures

    • Configuration errors leading to incorrect application setup

    • Dependency mismatches causing compatibility issues

    • Resource constraints impacting deployment performance

  • Answered by AI
  • Q3. What are S3 life cycle rules
  • Ans. 

    S3 life cycle rules automate the management of objects in S3 buckets based on predefined criteria.

    • Automate the transition of objects to different storage classes based on age or other criteria

    • Automatically delete objects after a certain period of time

    • Reduce storage costs by moving less frequently accessed data to cheaper storage options

  • Answered by AI
  • Q4. What have you used to check the quality of the code written to deploy
  • Ans. 

    I have used code reviews, automated testing, static code analysis tools, and continuous integration to check the quality of code.

    • Code reviews by peers to catch bugs and ensure best practices

    • Automated testing using tools like Selenium for functional testing and JUnit for unit testing

    • Static code analysis tools like SonarQube to identify code smells and potential bugs

    • Continuous integration with tools like Jenkins to autom

  • Answered by AI
  • Q5. What is Codepipeline used for
  • Ans. 

    CodePipeline is a continuous integration and continuous delivery service for fast and reliable application and infrastructure updates.

    • Automates the build, test, and deploy phases of your release process

    • Supports integration with various AWS services like CodeBuild, CodeDeploy, and Lambda

    • Allows for custom actions and third-party integrations

    • Provides visualization of the entire release process with customizable dashboards

  • Answered by AI
  • Q6. How do you use blue green deployment and what it is
  • Ans. 

    Blue green deployment is a deployment strategy where two identical production environments are used to minimize downtime and risk.

    • Blue green deployment involves running two identical production environments, one 'blue' and one 'green'.

    • Traffic is routed to the 'blue' environment while the 'green' environment is updated and tested.

    • Once the 'green' environment is deemed stable, traffic is switched to it and the 'blue' env...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are your Salary expectations

Interview Preparation Tips

Topics to prepare for TCS AWS Devops Engineer interview:
  • AWS
  • Python
  • Devops

Skills evaluated in this interview

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

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

Capgemini Interview FAQs

How many rounds are there in Capgemini AWS Devops Engineer interview?
Capgemini interview process usually has 2 rounds. The most common rounds in the Capgemini interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Capgemini 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 Capgemini. The most common topics and skills that interviewers at Capgemini expect are Terraform, Jenkins, Kubernetes, Devops and AWS.
What are the top questions asked in Capgemini AWS Devops Engineer interview?

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

  1. What is VPC? Explain in det...read more
  2. What is a pod in K...read more
  3. What is terraform state fi...read more

Tell us how to improve this page.

Capgemini AWS Devops Engineer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Capgemini AWS Devops Engineer Salary
based on 335 salaries
₹3.6 L/yr - ₹11.5 L/yr
At par with the average AWS Devops Engineer Salary in India
View more details

Capgemini AWS Devops Engineer Reviews and Ratings

based on 15 reviews

4.7/5

Rating in categories

4.4

Skill development

4.7

Work-life balance

4.3

Salary

4.5

Job security

4.5

Company culture

3.9

Promotions

4.6

Work satisfaction

Explore 15 Reviews and Ratings
AWS Devops Engineer

Pune,

Bangalore / Bengaluru

+1

6-9 Yrs

Not Disclosed

Aws Devops Engineer

Pune,

Bangalore / Bengaluru

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
46.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
20.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
20.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

TCS

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