Tech Questions related to Data Engineering. Python, SQL, PySpark and in general CS questions
Data Engineer Interview Questions
18,785 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
Existe alguma forma de trabalho que você não goste, no dia a dia de uma empresa?
¿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 1801 - 1810 interview questions