Interview questions
Preparing for a data engineering interview at Freight Tiger? This page contains 8 real interview questions sourced from verified Freight Tiger interview experiences. Questions are sorted by frequency — the ones asked most often appear first.
Freight Tiger data engineering interviews typically focus on Spark/Big Data, SQL, and Python/Coding. The interview bar skews toward harder problems (2 hard vs. 0 easy), suggesting emphasis on depth and system-level thinking.
Use the difficulty filters above to focus your preparation. For each question, attempt your own answer first, then compare with our expert solution. You can also practice these questions in our AI Mock Interview Coach for real-time feedback.
Architecturally, how do Job–Stage–Task boundaries in Spark's execution model impact cluster sizing, shuffle cost, and when would you deliberately collapse or split stages?
What are the key components of the Spark execution model (Job, Stage, Task)?
How many cities does each department operate in? List the top 3 departments in terms of the most number of cities. In case of a tie, order by dept_id.
List every combination of dept_name, employee_name, and city such that the employee belongs to the department and the same city in which the department is located.
Add a column to the Employees table that shows the name of the employee with the next higher employee_id.
Find the third-highest salary for each department.
Write a PySpark job to find the top 3 employees of each department, where Age < 30 and Salary > department average salary.
Write a PySpark script to read a CSV file, filter rows where the age column is less than 18, and write the result to a new CSV file.
Type or paste your answer to any of these questions and our AI Coach scores it, highlights gaps, and rewrites it at FAANG quality. Free to try.