Ey Interview Questions (7+ Questions)

Last Updated: June 8, 2026 • 7 QuestionsReal Company Interviews

Prepare for your Ey interview with our comprehensive collection of 7+ real interview questions and detailed answers. These questions have been curated from actual Ey technical interviews across various roles including DevOps Engineer, Data Engineer, QA Engineer, and more.

7
Interview Questions
1
Categories
2
Difficulty Levels

Table of Contents

Our Ey interview questions cover a wide range of technical topics and difficulty levels, from entry-level positions to senior roles. Each question includes detailed explanations and answers to help you understand the concepts and prepare effectively for your interview.

💡 Pro Tips for Ey Interviews

  • Practice each question and understand the underlying concepts
  • Review Ey's specific technologies and methodologies
  • Prepare follow-up questions and edge cases
  • Practice explaining your solutions clearly and concisely

Interview Questions & Answers

1. Remove All Untracked Files and Folders

Company: EY Difficulty: easy 🔒 Premium Categories: Devops, Data analysis, Data engineering, Quality assurance

Eliminate clutter from working trees by removing untracked files and directories safely. Preview deletions before execution, remove build outputs, temporary files, and test artifacts, and maintain clean workspaces. Essential for CI/CD pipelines, build cleanup, preventing accidental commits of temporary files, and maintaining repository hygiene without affecting tracked content.

2. Add Git Submodule

Company: EY Difficulty: medium Categories: Devops, Data analysis, Data engineering, Quality assurance

Integrate external repositories as submodules to manage dependencies without code duplication. Add submodules with git submodule add, configure .gitmodules file, initialize submodule directories, and commit configuration. Essential for managing shared libraries, vendor dependencies, monorepo structures, and maintaining decoupled version control across interdependent projects.

3. Image Pull Errors

Company: EY Difficulty: easy 🔒 Premium Categories: Devops

Kubernetes ImagePullBackOff Fix: Resolve web-app Deployment images Namespace. Troubleshoot and eliminate ImagePullBackOff errors blocking web-app deployment in images namespace using nginx:1.24 image. Master image registry authentication, private registry secrets, image tag verification, pull policy optimization, node disk space, and network policy fixes. Complete production deployment recovery guide for Docker Hub rate limits, GCR/ECR access, custom registries, and container image troubleshooting.

4. Schedule Pod to Labeled Node

Company: EY Difficulty: easy 🔒 Premium Categories: Devops

Kubernetes Node Affinity nodeSelector: Schedule target-pod on worker Node. Pin pods to specific nodes using nodeSelector with node-role: custom label to schedule target-pod running nginx:latest exclusively on worker node. Master node affinity scheduling, dedicated worker node placement, node labeling strategy, resource isolation, and hardware-specific workloads. Perfect for GPU workloads, storage affinity, high-performance computing, specialized hardware, and multi-architecture clusters.

5. Terraform Variable Validation

Company: EY Difficulty: easy 🔒 Premium Categories: Devops

Creating a Terraform variable definition that meets strict specifications is crucial for developing robust infrastructure-as-code. In this guide, we will outline how to define a tasks variable in Terraform that stores task configurations with precise validation rules and default values. This well-...


🔒 Premium Content

Detailed explanation and solution available for premium members.

Upgrade to Premium →

6. Order Count per Employee using GROUP BY

Company: EY Difficulty: medium 🔒 Premium Categories: Data analysis, Data engineering

Crafting an Effective SQL Query to Retrieve Employee Order Counts

Objective

The task involves creating an SQL query that retrieves the names of all employees along with the number of orders each has processed. The query ensures that employees who have not processed any orders are included,...


🔒 Premium Content

Detailed explanation and solution available for premium members.

Upgrade to Premium →

7. Streaming Content Popularity Ranker

Company: EY Difficulty: easy 🔒 Premium Categories: Data engineering

SQL Interview Question: Retrieving Top 2 Most Viewed Content Titles for Each Streaming Platform

Objective

Develop an SQL query that efficiently retrieves the top two most viewed content titles for each streaming platform from the ContentViews table. The output should contain the title, p...


🔒 Premium Content

Detailed explanation and solution available for premium members.

Upgrade to Premium →


Ready to Practice More?

Explore interview questions from other companies or try our hands-on labs to build practical experience.