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

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

Updated 23 Apr 2024

Deloitte Devops Consultant Interview Experiences for Experienced

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

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question on Jenkins, AWS, K8S

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a detail knowledge on the subject
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

    I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

    Interview Questionnaire 

    5 Questions

    • Q1. Terraform tfstate and terraform recovery corrupted/deleted state file
    • Q2. Kubernetes pods, difference between deployment and daemonset
    • Ans. 

      Kubernetes pods - difference between deployment and daemonset

      • Deployment manages a set of identical pods, ensuring availability and scalability

      • DaemonSet ensures that all nodes run a copy of a pod, useful for system-level services

      • Deployment is suitable for stateless applications, while DaemonSet is suitable for stateful applications

      • Deployment can be used for rolling updates, while DaemonSet is not suitable for rolling up

    • Answered by AI
    • Q3. AWS different types of load balancer, difference, layers they work on, Auto-Scaling, S3 cloud storage types
    • Ans. 

      AWS offers three types of load balancers: Application, Network, and Classic. Auto-Scaling helps to automatically adjust resources based on demand. S3 offers four storage classes: Standard, Intelligent-Tiering, Standard-Infrequent Access, and Glacier.

      • AWS offers three types of load balancers: Application, Network, and Classic

      • Application Load Balancer operates at Layer 7 of the OSI model and is best suited for HTTP/HTTPS ...

    • Answered by AI
    • Q4. DevOps CI/CD flow, difference between git stash and git commit, git merge and git rebase, git pull and git fetch
    • Ans. 

      Explanation of DevOps CI/CD flow and Git commands

      • DevOps CI/CD flow involves continuous integration, testing, and deployment of code changes

      • Git stash temporarily saves changes without committing them

      • Git commit permanently saves changes to the repository

      • Git merge combines changes from different branches

      • Git rebase applies changes from one branch onto another

      • Git pull fetches changes from a remote repository and merges them...

    • Answered by AI
    • Q5. Linux boot process, sed and awk, run levels

    Interview Preparation Tips

    Interview preparation tips for other job seekers - As a advice please have clear basic of kubernetes, terraform, AWS Cloud services, and Linux.

    Skills evaluated in this interview

    Interview Questionnaire 

    1 Question

    • Q1. Aws, devops

    Interview Questionnaire 

    2 Questions

    • Q1. Explain good SCM branching strategy
    • Ans. 

      A good SCM branching strategy involves clear naming conventions, regular merges, and a well-defined release process.

      • Use a naming convention that clearly identifies the purpose of each branch

      • Regularly merge changes from development branches into the main branch

      • Have a well-defined release process that includes testing and deployment

      • Consider using feature toggles to enable/disable new functionality

      • Use automation tools to

    • Answered by AI
    • Q2. Terraform module and how to use.
    • Ans. 

      Terraform module is a reusable set of resources that can be used to create infrastructure.

      • Terraform modules can be used to create reusable infrastructure code.

      • They can be shared across teams and projects.

      • Modules can be published to the Terraform Registry for easy access.

      • Modules can be parameterized to allow for customization.

      • Example: A module for creating an AWS VPC with subnets and security groups.

    • Answered by AI

    Skills evaluated in this interview

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

    Round 1 - One-on-one 

    (3 Questions)

    • Q1. Spring container and beans
    • Q2. Annotations used in Springboot
    • Ans. 

      Annotations are used in Springboot to simplify configuration and reduce boilerplate code.

      • Annotations are used to define the behavior of Spring components

      • They can be used to define the scope of a bean, inject dependencies, and handle exceptions

      • Some commonly used annotations include @Component, @Autowired, and @ExceptionHandler

    • Answered by AI
    • Q3. Java 8 New Features and explanation
    • Ans. 

      Java 8 introduced several new features including lambda expressions, streams, and default methods.

      • Lambda expressions allow for functional programming and simplify code.

      • Streams provide a way to process collections of data in a functional style.

      • Default methods allow for adding new methods to interfaces without breaking existing implementations.

      • Other features include the Optional class, Date and Time API, and Nashorn Java

    • Answered by AI
    Round 2 - HR 

    (1 Question)

    • Q1. What is your expected package

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare the topics thoroughly with working examples. Theoretical knowledge is not enough to really grasp the concepts.

    Skills evaluated in this interview

    I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Its for FP&A process and the major questions were from the basics of FP&A. How it starts and how its ends and Previous job roles.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - It's quite a moderate interview but be prepare for more rounds of technical interviews.

    I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

    Round 1 - Aptitude Test 
    Round 2 - One-on-one 

    (1 Question)

    • Q1. Basic accounting methods and journals

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident About what you are saying

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

    Round 1 - Technical 

    (1 Question)

    • Q1. Questions on Salesforce Basics. One can learn all great features in Salesforce.com but we must know the basic admin functionalities and features in Saleforce.
    Round 2 - Behavioral 

    (1 Question)

    • Q1. The questions will be on your career, Resume. They will look for story telling skills, can you be a team player and individual player, etc. Can be technical as well.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - First know the basics of Saleforce.com for functional role then you dive into all great features in Salesforce.

    Deloitte Interview FAQs

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

    Tell us how to improve this page.

    Deloitte Devops Consultant Interview Process for Experienced

    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.8
     • 8.1k Interviews
    Capgemini Interview Questions
    3.7
     • 4.7k Interviews
    IBM Interview Questions
    4.0
     • 2.3k Interviews
    PwC Interview Questions
    3.4
     • 1.4k Interviews
    Ernst & Young Interview Questions
    3.4
     • 1.1k Interviews
    KPMG India Interview Questions
    3.5
     • 789 Interviews
    ZS Interview Questions
    3.4
     • 449 Interviews
    BCG Interview Questions
    3.7
     • 196 Interviews
    View all
    Deloitte Devops Consultant Salary
    based on 71 salaries
    ₹8.8 L/yr - ₹29 L/yr
    15% more than the average Devops Consultant Salary in India
    View more details

    Deloitte Devops Consultant Reviews and Ratings

    based on 9 reviews

    3.9/5

    Rating in categories

    3.9

    Skill development

    2.7

    Work-life balance

    4.2

    Salary

    3.5

    Job security

    4.4

    Company culture

    3.5

    Promotions

    3.0

    Work satisfaction

    Explore 9 Reviews and Ratings
    Consultant
    33.4k salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Senior Consultant
    21.1k salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Analyst
    14.3k salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Assistant Manager
    10.1k salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Manager
    7.1k salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Explore more salaries
    Compare Deloitte with

    Accenture

    3.8
    Compare

    PwC

    3.4
    Compare

    Ernst & Young

    3.4
    Compare

    Cognizant

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