Upload Button Icon Add office photos
Premium Employer

i

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

Deloitte Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 17.2k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte Devops Consultant Interview Questions and Answers

Updated 23 Apr 2024

Deloitte Devops Consultant Interview Experiences

1 interview found

Devops Consultant Interview Questions & Answers

user image RAVI KUMAR KUSHWAHA

posted on 23 Apr 2024

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

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Deep technical questions related to profile
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions related project and job profile
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview questions from similar companies

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

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

    I applied via Naukri.com

    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Write a java program to sort an array
    • Ans. 

      Java program to sort an array of strings

      • Use Arrays.sort() method to sort the array of strings

      • Import java.util.Arrays package

      • Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);

    • Answered by AI
    • Q2. Collections in java and springboot
    • Ans. 

      Collections in Java and Spring Boot are used to store and manipulate groups of objects.

      • Collections in Java are used to store multiple objects in a single unit.

      • Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.

      • Collections in Java and Spring Boot help in organizing and manipulating data efficiently.

      • Example: List names = new ArrayList<>();

    Answered by AI

    Skills evaluated in this interview

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

    I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Basic Java questions
    • Q2. Spring, Spring boot basics
    Round 2 - Technical 

    (2 Questions)

    • Q1. Microservices Communications
    • Q2. Project level experiences
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

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

    Round 1 - Technical 

    (2 Questions)

    • Q1. About Reframework
    • Q2. About project and concepts used

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be Confident
    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

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

    Round 1 - Technical 

    (2 Questions)

    • Q1. What is dom? in javaScript
    • Ans. 

      DOM stands for Document Object Model. It is a programming interface for web documents that allows scripts to dynamically access and update the content, structure, and style of a webpage.

      • DOM is a tree-like structure that represents the elements of an HTML document.

      • It allows developers to manipulate the content and structure of a webpage using JavaScript.

      • Example: document.getElementById('myElement') allows you to access

    • Answered by AI
    • Q2. What is virtual dom in react js
    • Ans. 

      Virtual DOM is a lightweight copy of the actual DOM in React.js, used for efficient updates and rendering.

      • Virtual DOM is a concept where a lightweight copy of the actual DOM is maintained by React.js.

      • It allows React to efficiently update and render components by comparing the virtual DOM with the actual DOM.

      • When changes are made to the virtual DOM, React calculates the most efficient way to update the actual DOM.

      • This h...

    • Answered by AI

    Skills evaluated in this interview

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

    Basic aptitude questions. Could be done easily if practiced enough

    Round 2 - Technical 

    (2 Questions)

    • Q1. Introduce yourself
    • Q2. Array searching
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. Java questions , stream api
    • Q2. Whatever you have mention in resume

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Java basics, memory management, multithreading.
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

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

    Round 1 - HR 

    (2 Questions)

    • Q1. When have you had a conflict with someone.
    • Ans. 

      I had a conflict with a team member over project priorities.

      • Miscommunication led to conflicting priorities

      • Discussed the issue openly and found a compromise

      • Learned the importance of clear communication in team projects

    • Answered by AI
    • Q2. Tell me you greatest project
    • Ans. 

      Developed a web-based project management tool for tracking tasks and deadlines

      • Used React for front-end development

      • Implemented user authentication and authorization using JWT tokens

      • Utilized Node.js and Express for back-end development

      • Integrated MongoDB for database storage

    • Answered by AI

    Software Developer Interview Questions & Answers

    ZS user image Rahul Yamsani 010

    posted on 22 Dec 2024

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

    Challenging questions in mathematics.

    Round 2 - Group Discussion 

    A constructive discussion about the significance of various topics and additional aspects.

    Deloitte Interview FAQs

    How many rounds are there in Deloitte Devops Consultant interview?
    Deloitte interview process usually has 3 rounds. The most common rounds in the Deloitte interview process are Technical and HR.

    Tell us how to improve this page.

    Deloitte Devops Consultant Interview Process

    based on 1 interview

    Interview experience

    4
      
    Good
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k Interviews
    Accenture Interview Questions
    3.9
     • 8.1k Interviews
    Capgemini Interview Questions
    3.8
     • 4.8k Interviews
    IBM Interview Questions
    4.0
     • 2.4k Interviews
    PwC Interview Questions
    3.4
     • 1.4k Interviews
    Ernst & Young Interview Questions
    3.4
     • 1.1k Interviews
    KPMG India Interview Questions
    3.5
     • 792 Interviews
    ZS Interview Questions
    3.4
     • 480 Interviews
    BCG Interview Questions
    3.8
     • 195 Interviews
    View all
    Deloitte Devops Consultant Salary
    based on 68 salaries
    ₹8.2 L/yr - ₹22.2 L/yr
    At par with the average Devops Consultant Salary in India
    View more details

    Deloitte Devops Consultant Reviews and Ratings

    based on 7 reviews

    4.5/5

    Rating in categories

    4.3

    Skill development

    2.6

    Work-life balance

    4.1

    Salary

    3.9

    Job security

    3.7

    Company culture

    4.2

    Promotions

    3.0

    Work satisfaction

    Explore 7 Reviews and Ratings
    Consultant
    33k salaries
    unlock blur

    ₹6.2 L/yr - ₹23 L/yr

    Senior Consultant
    20.7k salaries
    unlock blur

    ₹11 L/yr - ₹42 L/yr

    Analyst
    14k salaries
    unlock blur

    ₹3.7 L/yr - ₹12.4 L/yr

    Assistant Manager
    10k salaries
    unlock blur

    ₹7.8 L/yr - ₹24 L/yr

    Manager
    7k salaries
    unlock blur

    ₹15.8 L/yr - ₹51 L/yr

    Explore more salaries
    Compare Deloitte with

    Accenture

    3.9
    Compare

    PwC

    3.4
    Compare

    Ernst & Young

    3.4
    Compare

    Cognizant

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