SQL questions from Nihilent data engineering interviews.
These sql questions are sourced from Nihilent data engineering interviews. Each includes an expert-level answer.
Explain the differences between Repartition and Coalesce. When would you use each?
Explain the types of triggers in ADF, including schedule, tumbling window, and event-based triggers.
Joins and window functions - INNER, LEFT, RIGHT, FULL OUTER, ROW_NUMBER(), RANK(), DENSE_RANK()
Optimization techniques - partitioning, caching, broadcast joins, bucketing
Removing duplicates - ROW_NUMBER() or DISTINCT
Serverless vs. Dedicated SQL pools
Write a query for second-highest salary using LIMIT, OFFSET, or ROW_NUMBER()
Download the complete interview prep bundle with expert answers. Study offline, on your commute, anywhere.