Python: Have you ever used a context manager ?
Data Engineer Interview Questions
21,097 data engineer interview questions shared by candidates
Are you willing to relocate?
Tell me about the main differences between transient clusters and permanent (& shared) clusters?
Tech Questions related to Data Engineering. Python, SQL, PySpark and in general CS questions
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?
Viewing 2121 - 2130 interview questions