Tech Questions related to Data Engineering. Python, SQL, PySpark and in general CS questions
Data Engineer Interview Questions
20,280 data engineer interview questions shared by candidates
Can you send us your resume?
To discuss a design of an existing issue in the compay.
Given a list of employee id and manager id pairs, and given a manager id print/return the manager hierarchy, starting at that manager. For example, given (manager_id, employee_id) as [(1,3), (2,3), (3,4)] and manager_id 4, return {4:[3], 3:[1,2]}. How would you handle the opposite direction, i.e. given an employee_id print the hierarchy of managers.
Design and implement Java iterator for nested containers
Find the point where the sum of distance to all other points is minimized.
¿Como desplelgarías este servicio en un entorno productivo?
Find the error in this python function.
We have some data we want to migrate to the cloud, how would you approach the issue?
How I tackle with data quality issues?
Viewing 2011 - 2020 interview questions