Describe your project work.
Data Engineer Interview Questions
21,097 data engineer interview questions shared by candidates
Why are you interested in this field
Questions on data architecture and my experience?
What are the toughest challenges faced while working on data engineer
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.
Find the error in this python function.
How to create a class in Python with specific methods and attributes
Make a simple chat server.
Viewing 2131 - 2140 interview questions