Real interview questions asked at Freight Tiger. Practice the most frequently asked questions and land your next role.
Freight Tiger data engineering interviews test your ability across multiple domains. These questions are sourced from real Freight Tiger interview experiences and sorted by frequency. Practice the ones that matter most.
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.
Download the complete interview prep bundle with expert answers. Study offline, on your commute, anywhere.