// Given a singly linked list without values defined by: class Node { Node next } // Write a function that removes all elements from the list whose _index_ is a fibonacci number // o -> o -> o -> o -> o -> o -> o -> o -> o -> o -> o -> o // 0 1 2 3 4 5 6 7 8 9 10 11 // x x x x x // becomes // o ----------------> o ------> o -> o ------> o -> o -> o // 0 4 6 7 9 10 11
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,235 data engineer interview questions shared by candidates
Build a system design project
Practice for Software Engineer questions even though its a Data Engineer role. One system design question. One medium leetcode question.
What do you for fun? Why not take certification?
Describe what your company is doing with data
What is a Surrogate key?
Read the text from a file and count the how many times each word occur in that file. Then prove it in a test driven environment. The test cases were already given by the interviewer.
What tools have you used in the past?
Merge list of iterables of sorted arrays
Basic interview screening on phone
Viewing 1501 - 1510 interview questions