What are the toughest challenges faced while working on data engineer
Data Engineer Interview Questions
20,280 data engineer interview questions shared by candidates
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.
What can you teach us?
How long was taking your Hive task to produce the output?
1. What do you know about Synthesia? 2. Tell me about yourself. 3. Was your last job hands on or managerial?
Viewing 2021 - 2030 interview questions