Top 50
Role roadmap
Updated weekly · Last refresh Aug 30

Top 50 Data Engineer Interview Questions

The 50 most important questions to prepare for Data Engineer interviews. Questions from real interview reports rank first. Updated weekly.

50questions
~19htotal time
2,260companies covered
Track your progressSign up free to work through all 50 questions and resume where you left off.
Start practicing free →
1
CodingStart here. 25 questions · ~563 min
Merge Two Sorted ArraysEasy
Practice
Recently asked

Merge two sorted arrays into one sorted array using a two-pointer linear scan.

ArraysSortingTwo PointersDenodo3Y HealthDropbox
Merge Two Sorted Linked ListsMedium
Practice
Recently asked

Merge two sorted singly linked lists into one sorted list by relinking existing nodes.

RecursionLinked ListsSortingNeoDoctoNAVA TECHU.S. Pharmacopeia
First Non-Repeating CharacterMedium
Practice
Recently asked

Find the first non-repeating character in a string using frequency counting and a second pass in O(n) time.

Hash TablesStringsSearchingCogniteWalgreens Boots AllianceForeFlight
Two Sum with TargetEasy
Practice
Recently asked

Use a hash map to find two array elements that sum to a target in O(n) time.

Hash TablesArraysStringsEsystemsBungalowSide
More Coding questions with a free account
2
SQL & Data Manipulation25 questions · ~563 min
Top Customers by Sales RevenueEasy
Practice
Recently asked

Use GROUP BY and SUM to rank the top 10 customers by total revenue from a single sales table.

RankingGroup ByAggregationsMastekSageThornburg Investment
Second Highest Without AggregatesMedium
Practice
Recently asked

Find the second highest salary in each department without using aggregate functions.

SubqueriesRankingSelf-JoinsMicron Memory Malaysia Sdn BhdInformaticaExusia
Second Highest Trader SalaryEasy
Practice
Recently asked

Find the second highest distinct salary from a single table using basic PostgreSQL ordering and limiting.

SubqueriesRankingSortingAntraWNSState Street
SQL Duplicate DetectionMedium
Practice
Recently asked

Find duplicate customer profiles by grouping on identifying fields and returning only repeated records.

Group ByHavingAggregationsUniversity of Southern CaliforniaCircle Internet FinancialRevature
More SQL & Data Manipulation questions with a free account

Sign up to see every question

Create a free account to unlock this list and practice real interview questions.

Get my prep plan
The finish line: interview-readyComplete all 50 questions to finish this plan.