architecture
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,279 data engineer interview questions shared by candidates
Why do you not always normalise a table
Can you describe a project you’ve worked on your most proud of
What is faster, Python, Pandas, or Spark?
Please introduce something about yourself
T'es expériences en programmation et les langages que je maitrise
Talk about you experience in the same role in the past.
what was your past project. difficulties you faced while working on them explain one project where you changed something major. different types of metrics on the dataset that I needed to fetch.
Data Engineer - Coding Exercise Task Steps to fulfil Deploy a trained model in a containerized application (e.g. using TF Server). Write a Python application that exposes one or several APIs, which consume and then serve predictions from the served model. You can use the Python framework of your choice to build the API. Your application should be fully tested with unit and integration tests. You can use the test framework of your choice. Your application should be containerized. To submit: Public git repository with deployment instructions Bonus You provide Kubernetes manifests which would cover the deployment of the entire applications. Was not fulfilled, will continue working on this You write system tests which demonstrate the performance of your application under load. Was not fulfilled, will look into this
tbl_products id, name, price 1,macbook air, 999 2,macbook air, 999 3,imac, 2000 4,iPhone 12, 999 5,iPhone 13, 1200 6,iPhone 13, 1200 Write an SQL query which will produce the following output output tbl_products(Output) id, name, price 2,macbook air, 999 3,imac, 2000 4,iPhone 12, 999 6,iPhone 13, 1200
Viewing 2781 - 2790 interview questions