Upload Button Icon Add office photos

Deloitte Digital

Compare button icon Compare button icon Compare

Filter interviews by

Deloitte Digital Devops Engineer Interview Questions and Answers for Experienced

Updated 30 May 2024

Deloitte Digital Devops Engineer Interview Experiences for Experienced

1 interview found

Devops Engineer Interview Questions & Answers

user image Pooja Kale

posted on 30 May 2024

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

(1 Question)

  • Q1. Multicontainer pod,difference between deployments and replicaset,scenario based questions

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basics of Java
  • Q2. Software development life cycle
  • Ans. 

    Software development life cycle is a process of planning, designing, developing, testing, deploying, and maintaining software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • SDLC models include Waterfall, Agile, and DevOps.

    • The choice of model depends on the project requirements and constr...

  • Answered by AI
  • Q3.  basics of Datastructure and c
  • Q4. Project questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of each sub.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About previous company projects and some intermediate level questions on AWS and DevOps
Round 2 - Case Study 

Managerial skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well and explain your projects well

Devops Engineer Interview Questions & Answers

TCS user image Mohammed Sabina

posted on 19 Sep 2022

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Understand aptitude aptly

Round 2 - Coding Test 

Have basic knowledge on logics ,you can write code easily

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts and resume mentioned technologies
  • Q2. Btech project to be explain
  • Ans. 

    My Btech project was on developing a web-based application for online shopping.

    • Developed using PHP and MySQL

    • Implemented features like user registration, product search, cart management, and payment gateway integration

    • Used HTML, CSS, and JavaScript for frontend development

    • Conducted testing and debugging to ensure smooth functioning

    • Received an A grade for the project

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool , genuine ,honest and intelligent

I applied via LinkedIn and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Package and joininv date
Round 2 - HR 

(1 Question)

  • Q1. Salary expected and location constraints

Interview Preparation Tips

Interview preparation tips for other job seekers - Study aws lambda, aws vpc, ansible, aws cloud , aws databases, cludformation, s3 amd aws ami

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Total 4 rounds excluding 1 assessment which is easy. 3 technical rounds and 1 HR round
  • Q2. Asked about Terraform, Docker, Kubernetes and Jenkins

Interview Preparation Tips

Interview preparation tips for other job seekers - For good results, kindly sharpen the basics of the tools used in the project.
Also, try to explain in a proper way how you contributed in present organization.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain kubernetes architecture
  • Ans. 

    Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Pods are the smallest deployabl...

  • Answered by AI
  • Q2. Types of instances in AWS
  • Ans. 

    Types of instances in AWS include On-Demand Instances, Reserved Instances, and Spot Instances.

    • On-Demand Instances: Pay for compute capacity by the hour or second with no long-term commitments.

    • Reserved Instances: Reserve capacity for 1 or 3 years in exchange for a significant discount.

    • Spot Instances: Bid on unused EC2 capacity and potentially save up to 90% compared to On-Demand prices.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Devops Engineer interview:
  • Kubernetes
  • AWS
  • prometheus
  • grafana
Interview preparation tips for other job seekers - prepare your skills what you wrote in resume that's it.

Skills evaluated in this interview

I was interviewed in Nov 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

  • Q1. How do you approach solving and troubleshooting infrastructure issues?
  • Ans. 

    I approach solving and troubleshooting infrastructure issues by following a systematic approach and utilizing various tools and techniques.

    • Identify the root cause of the issue by analyzing logs, monitoring metrics, and conducting tests.

    • Utilize automation tools like Ansible, Puppet, or Chef to quickly deploy and configure infrastructure.

    • Collaborate with team members and stakeholders to gather information and brainstorm ...

  • Answered by AI
  • Q2. 

    Guess The Hidden Number Problem Statement

    You are given an integer N and there is a hidden number within the range [0, N] that you must guess. You have access to a function higherLower(k) which helps in g...

  • Ans. 

    The task is to guess a hidden number within a given range using a function that provides hints about the number's relation to a given input.

    • Use the higherLower(k) function to determine if the hidden number is smaller, equal to, or greater than the input k.

    • Implement a binary search algorithm to efficiently guess the hidden number within the given range.

    • Iteratively narrow down the range based on the hints provided by the...

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Hard

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Devops Engineer in GurgaonEligibility criteriaNo criteriaNagarro interview preparation:Topics to prepare for the interview - Cloud : AWS, GCPKubernetes, Docker, Prometheus, Grafana, Git, shell scripting, terraform, HelmTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Having certifications is an additional benefit in interview 
Tip 2 : Do atleast 2-3 projects

Application resume tips for other job seekers

Tip 1 : After making your resume verify the resume score online
Tip 2 : try to highlight the tools and tech you have worked in

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

You should be a good math solver

Round 2 - Coding Test 

Mostly question were based on data structure and algorithm and Kadane's Algorithm . Leet code is the best platform for cracking any coding interview . The logic were similar for every question from the leet code only they changes the name

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Question based on your prefer programming language 2.Question on your Coding round , how you solved this program , what its time complexity 3.Question based on DSA.
  • Q2. What is tuple? What is recursion? Time Complexity of a coding question which comes on your coding round There were some more practical question there based on java .
Round 4 - HR 

(1 Question)

  • Q1. Be Confident , talk properly ask him question in the last

Interview Preparation Tips

Topics to prepare for Nagarro Devops Engineer interview:
  • DSA
  • DBMS
  • SQL
  • Object Oriented Programming
  • Programming language
Interview preparation tips for other job seekers - Practice on Leet Code , keep a good knowledge of DBMS, DSA and SQl
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude was mix of questions from logical reasoning, english grammar to simple numerical problems.

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions were regarding projects done.

Deloitte Digital Interview FAQs

How many rounds are there in Deloitte Digital Devops Engineer interview for experienced candidates?
Deloitte Digital interview process for experienced candidates usually has 1 rounds. The most common rounds in the Deloitte Digital interview process for experienced candidates are Technical.

Tell us how to improve this page.

Deloitte Digital Devops Engineer Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more
Deloitte Digital Devops Engineer Salary
based on 4 salaries
₹4.2 L/yr - ₹8 L/yr
32% less than the average Devops Engineer Salary in India
View more details

Deloitte Digital Devops Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Consultant
219 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
218 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
169 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
97 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Graphic Designer
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Deloitte Digital with

Accenture

3.8
Compare

IBM iX

4.4
Compare

Parsh Digital Services

4.0
Compare

Wipro Digital

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