Yahoo Data Engineer Interview Questions
The questions to prepare for a Yahoo Data Engineer interview. Questions from real interview reports rank first. Updated weekly.
Compute a B-Tree's height with recursive traversal, returning the number of levels from root to leaf.
YahooReverse a string in Python using character traversal and return the reversed result.
YahooMerge two sorted arrays into one sorted array using a two-pointer linear scan.
YahooCalculate each user's running order total over time using a window function.
YahooAggregate Yahoo Mail messages and ad clicks by day using joins, CTEs, date extraction, and conditional aggregation.
YahooCalculate Yahoo Mail monthly cohort retention with multi-level CTEs, calendar periods, deduplicated activity, and retention percentages.
YahooSign up to see every question
Create a free account to unlock this list and practice real interview questions.
Approach for handling schema changes and data quality checks in a high-volume data lake pipeline.
YahooCompare batch and stream processing across latency, complexity, cost, and data quality in a modern analytics pipeline.
Yahoo