Upload Button Icon Add office photos

Filter interviews by

KPMG India Cloud Devops Engineer Interview Questions and Answers

Updated 26 Nov 2022

KPMG India Cloud Devops Engineer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 4 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 - One-on-one 

(3 Questions)

  • Q1. Detailed one to one topic on AWS, azure, kubernetes,DevOps,Jenkins,Ansible,postman ,soap ui
  • Q2. Questions about postman api and soap ui
  • Q3. Question about azure ,AWS,Terraform scenario based
Round 3 - Behavioral 

(1 Question)

  • Q1. Where do you see yourself in 5 years at KPMG
Round 4 - HR 

(1 Question)

  • Q1. Salary Negotiation ,About yourself basically analysing your speaking skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, learn about long before sitting for because questions would be ask about your knowledge on kpmg.

Interview questions from similar companies

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Terraform, Azure Devops, Kubernetes, Microservices, AWS cloud related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is normal and if you're good at the skills, definitely its not going to be big deal on the questions they ask. The guy who conducts the first level will be pure technical with moderate difficulty and rest of the interview rounds are conducted by managers who doesn't bother much on tech stuffs. They will ask your salary expectations from starting of the interview screening. But at the end, they will collect almost all the documents required and discuss with you below the expected salary range. They won't even consider nearby your expectation. You know, there are plenty service companies like PwC who can offer better than 2x to 4x experience salary. Go for it.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Git fetch vs git pull
  • Q2. How hpa works in kubermetes
  • Q3. How to terraforn check resources
  • Q4. Python basic questions
  • Q5. Ejati docker expose and publish command
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Persistent volume
  • Ans. 

    Persistent volume is a storage volume that exists beyond the life cycle of a container.

    • Persistent volumes are used to store data that needs to persist even if the container is deleted or recreated.

    • They are decoupled from the container and can be attached to different containers.

    • Examples include network-attached storage (NAS), cloud storage, and local storage.

    • Persistent volumes are managed by the storage administrator r

  • Answered by AI
  • Q2. Volumein kubernetes which can be attached and deattached
  • Ans. 

    PersistentVolumes (PVs) in Kubernetes can be attached and detached.

    • PersistentVolumes (PVs) can be attached to pods using PersistentVolumeClaims (PVCs).

    • PVs can be detached from pods when no longer needed.

    • Examples of PV types include NFS, iSCSI, and AWS EBS.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Question on cloud and kubernetes
Round 3 - HR 

(1 Question)

  • Q1. Nothing much just basic hr question

Skills evaluated in this interview

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

I was interviewed in Nov 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. Related to DevOps tools
  • Q2. Terraform modules
  • Q3. AWS cloud related servics
Round 2 - Technical 

(1 Question)

  • Q1. In depth question on Kubernetes, Terraform, AWS
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2023. 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 - HR 

(2 Questions)

  • Q1. How proficient you are with terraform
  • Q2. Have you managed such devops infra before
  • Ans. 

    Yes, I have managed devops infra in my previous roles.

    • I have experience managing infrastructure using tools like Ansible, Terraform, and Kubernetes.

    • I have also worked on building CI/CD pipelines using Jenkins and GitLab.

    • In my previous role, I managed a large-scale AWS infrastructure for a SaaS product.

    • I have experience with monitoring tools like Prometheus and Grafana.

    • I have also worked on implementing security best pr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Wow this is such a great place to ask for anonymous reviews

Skills evaluated in this interview

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2022. There were 4 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 

(2 Questions)

  • Q1. Merge 2 sorted array
  • Ans. 

    Merging 2 sorted arrays into a single sorted array.

    • Create a new array to store the merged array

    • Compare the first elements of both arrays and add the smaller one to the new array

    • Repeat until one of the arrays is empty, then add the remaining elements of the other array

    • Return the merged array

  • Answered by AI
  • Q2. Puzzle like water problem
Round 3 - Technical 

(1 Question)

  • Q1. Brief discussion about project
Round 4 - HR 

(1 Question)

  • Q1. Your background and hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge of DSA and project you are currently working upon.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - Coding Test 

1 Hr, python, codility

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. AWS services, Terraform commands , Kubernetes concepts, Linux commands
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Write a docker file for python code and explain each command, the difference between ADD & COPY
  • Ans. 

    A Dockerfile for Python code with explanations of each command and the difference between ADD & COPY.

    • Use a base Python image as the starting point, such as 'python:3.8'.

    • Use WORKDIR to set the working directory inside the container.

    • Use COPY to add files from the host machine to the container, while ADD can also fetch files from URLs and extract tarballs.

    • Use RUN to execute commands during the build process, such as insta...

  • Answered by AI
  • Q2. Write Jenkins pipeline with environment variable
  • Ans. 

    Jenkins pipeline with environment variable

    • Define environment variable in Jenkinsfile

    • Use 'environment' directive to set environment variables

    • Access environment variable using 'env.' syntax

Answered by AI
  • Q3. Explain Kubernetes architecture, the functionality of each component, which network we use in the Kubernetes cluster to establish the communication between pods
  • Ans. 

    Kubernetes architecture includes master nodes, worker nodes, etcd, kubelet, kube-proxy, and more. Communication between pods is established using a network overlay.

    • Kubernetes architecture consists of master nodes, which manage the cluster, and worker nodes, where applications run.

    • etcd is a distributed key-value store used for storing cluster data.

    • kubelet is an agent that runs on each node and ensures containers are run...

  • Answered by AI
  • Q4. Write shell script to sort the all files in descending order
  • Ans. 

    Shell script to sort files in descending order

    • Use the 'ls' command to list all files in a directory

    • Pipe the output of 'ls' to the 'sort' command with the '-r' flag for reverse order

    • Example: ls | sort -r

  • Answered by AI
    Round 2 - Technical 

    (3 Questions)

    • Q1. Explain your last company day to day activity
    • Q2. How many team members was there in your team
    • Q3. What is VPC and vpc peering, how we configure azure devops with AWS Instances
    • Ans. 

      VPC stands for Virtual Private Cloud, a virtual network dedicated to your AWS account. VPC peering allows connecting VPCs to communicate securely.

      • Create a VPC in AWS and configure subnets, route tables, and security groups

      • Establish VPC peering connection between AWS VPC and Azure VNet

      • Ensure proper routing and security settings for communication between Azure DevOps and AWS instances

    • Answered by AI
    Round 3 - HR 

    (1 Question)

    • Q1. How soon i can join

    Skills evaluated in this interview

    KPMG India Interview FAQs

    How many rounds are there in KPMG India Cloud Devops Engineer interview?
    KPMG India interview process usually has 4 rounds. The most common rounds in the KPMG India interview process are Resume Shortlist, One-on-one Round and Behavioral.
    What are the top questions asked in KPMG India Cloud Devops Engineer interview?

    Some of the top questions asked at the KPMG India Cloud Devops Engineer interview -

    1. Detailed one to one topic on AWS, azure, kubernetes,DevOps,Jenkins,Ansible,post...read more
    2. Question about azure ,AWS,Terraform scenario ba...read more
    3. Questions about postman api and soap...read more

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.3k Interviews
    Accenture Interview Questions
    3.9
     • 8.1k Interviews
    Capgemini Interview Questions
    3.8
     • 4.8k Interviews
    Deloitte Interview Questions
    3.8
     • 2.8k Interviews
    IBM Interview Questions
    4.1
     • 2.4k Interviews
    PwC Interview Questions
    3.4
     • 1.4k Interviews
    Ernst & Young Interview Questions
    3.5
     • 1.1k Interviews
    ZS Interview Questions
    3.4
     • 477 Interviews
    View all
    KPMG India Cloud Devops Engineer Salary
    based on 15 salaries
    ₹6.2 L/yr - ₹24 L/yr
    67% more than the average Cloud Devops Engineer Salary in India
    View more details

    KPMG India Cloud Devops Engineer Reviews and Ratings

    based on 3 reviews

    3.8/5

    Rating in categories

    3.8

    Skill development

    3.8

    Work-life balance

    3.8

    Salary

    4.2

    Job security

    3.8

    Company culture

    3.4

    Promotions

    3.8

    Work satisfaction

    Explore 3 Reviews and Ratings
    Consultant
    7.5k salaries
    unlock blur

    ₹7 L/yr - ₹26.5 L/yr

    Assistant Manager
    6.8k salaries
    unlock blur

    ₹10.5 L/yr - ₹32 L/yr

    Associate Consultant
    4.5k salaries
    unlock blur

    ₹4.4 L/yr - ₹15.5 L/yr

    Analyst
    3.5k salaries
    unlock blur

    ₹1 L/yr - ₹8 L/yr

    Manager
    2.8k salaries
    unlock blur

    ₹12 L/yr - ₹46 L/yr

    Explore more salaries
    Compare KPMG India with

    Cognizant

    3.8
    Compare

    PwC

    3.4
    Compare

    Capgemini

    3.8
    Compare

    Google

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