Upload Button Icon Add office photos
Engaged Employer

i

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

Ernst & Young Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 10.2k Reviews

Filter interviews by

Ernst & Young Devops Consultant Interview Questions, Process, and Tips

Updated 11 May 2024

Ernst & Young Devops Consultant Interview Experiences

1 interview found

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 questions from similar companies

    Devops Consultant Interview Questions & Answers

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

    Ernst & Young Interview FAQs

    How many rounds are there in Ernst & Young Devops Consultant interview?
    Ernst & Young interview process usually has 3 rounds. The most common rounds in the Ernst & Young interview process are Technical and HR.
    What are the top questions asked in Ernst & Young Devops Consultant interview?

    Some of the top questions asked at the Ernst & Young Devops Consultant interview -

    1. Explain Kubernetes architecture, the functionality of each component, which net...read more
    2. What is VPC and vpc peering, how we configure azure devops with AWS Instan...read more
    3. Write shell script to sort the all files in descending or...read more

    Tell us how to improve this page.

    People are getting interviews through

    based on 1 Ernst & Young interview
    Job Portal
    100%
    Low Confidence
    ?
    Low Confidence means the data is based on a small number of responses received from the candidates.

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.3k Interviews
    Accenture Interview Questions
    3.9
     • 8k 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
    KPMG India Interview Questions
    3.5
     • 787 Interviews
    ZS Interview Questions
    3.4
     • 472 Interviews
    BCG Interview Questions
    3.8
     • 193 Interviews
    View all
    Ernst & Young Devops Consultant Salary
    based on 17 salaries
    ₹7 L/yr - ₹13 L/yr
    34% less than the average Devops Consultant Salary in India
    View more details

    Ernst & Young Devops Consultant Reviews and Ratings

    based on 1 review

    3.0/5

    Rating in categories

    5.0

    Skill development

    3.0

    Work-Life balance

    4.0

    Salary & Benefits

    4.0

    Job Security

    2.0

    Company culture

    5.0

    Promotions/Appraisal

    3.0

    Work Satisfaction

    Explore 1 Review and Rating
    Senior Consultant
    15.5k salaries
    unlock blur

    ₹9.1 L/yr - ₹29.7 L/yr

    Consultant
    11.8k salaries
    unlock blur

    ₹5.4 L/yr - ₹19 L/yr

    Manager
    7.4k salaries
    unlock blur

    ₹16.5 L/yr - ₹51.2 L/yr

    Assistant Manager
    6.3k salaries
    unlock blur

    ₹9.2 L/yr - ₹29.9 L/yr

    Associate Consultant
    3.8k salaries
    unlock blur

    ₹3.5 L/yr - ₹12 L/yr

    Explore more salaries
    Compare Ernst & Young with

    Deloitte

    3.8
    Compare

    PwC

    3.4
    Compare

    EY Global Delivery Services ( EY GDS)

    3.6
    Compare

    Accenture

    3.9
    Compare

    Calculate your in-hand salary

    Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
    Did you find this page helpful?
    Yes No
    write
    Share an Interview