Tech Questions related to Data Engineering. Python, SQL, PySpark and in general CS questions
Data Engineer Interview Questions
Data Engineer Interview Questions
Data engineers are IT professionals who are needed in almost every industry. Data engineers monitor data trends to determine best next steps for companies. A critical part of a data engineer job is to process raw data into usable data by creating data pipelines and building data systems.
Top Data Engineer Interview Questions & How To Answer
Question #1: Can you describe in detail your level of expertise with programming languages?
Question #2: Explain data engineering in your own words.
Question #3: Can you describe your experience working with Apache Hadoop and cloud data management environments?
20,252 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 2001 - 2010 interview questions