Data Engineer Interview Questions

Data Engineer Interview Questions

I Data engineer sono professionisti informatici richiesti pressoché in tutti i settori. Si occupano di monitorare i trend dei dati per pianificare le azioni più adeguate che un'azienda deve intraprendere. Uno degli aspetti più critici del lavoro di un Data engineer è l'elaborazione dei dati grezzi e la loro trasformazione in dati utilizzabili per creare pipeline e sistemi di dati.

Domande tipiche dei colloqui per Data engineer e come rispondere

Question 1

Domanda 1: Puoi descrivere in dettaglio il tuo livello di competenza nell'ambito dei linguaggi di programmazione?

How to answer
Come rispondere: Prima del colloquio, ripassa il tuo CV e/o portfolio e stila un elenco dei programmi che conosci meglio. Se scopri di non avere una buona conoscenza del programma usato in prevalenza nell'azienda, descrivi te stesso come una persona intraprendente e altamente motivata, che si impegnerà senza sosta per imparare a usare il programma.
Question 2

Domanda 2: Spiega a parole tue che cos’è il data engineering.

How to answer
Come rispondere: Analizza il tuo ruolo in relazione all'azienda e ad altri ruoli quali il data scientist, così da definire in modo chiaro il tuo contributo al sistema aziendale nel suo complesso. Spiega la differenza tra il ruolo di un ingegnere che lavora ai database e quello di un ingegnere che si occupa di pipeline.
Question 3

Domanda 3: Puoi descrivere un'esperienza lavorativa con Apache Hadoop e in ambienti di gestione dei dati nel cloud?

How to answer
Come rispondere: Per prepararti a questa domanda, fai le dovute ricerche sul software utilizzato dall'azienda, sui prodotti cloud per i dati e sull'uso di Apache Hadoop. I Data engineer devono avere un'ottima padronanza dei linguaggi di programmazione e dei sistemi di gestione dei dati utilizzati nel settore, quali Apache Hadoop.

20,133 data engineer interview questions shared by candidates

Questions on the video call were technical, but basic. 1. What are ACID properties 2. What are indexes 3. What is the difference between Stored Procedures, Functions and Triggers 4. BASE properties 5. JVM, JRE, JDK and JIT 6. What are common table expressions 7. Difference between throw and throws in java 8. What is the difference between Clustered and non clustered index
avatar

Data Engineer

Interviewed at Viant

2.8
Feb 23, 2018

Questions on the video call were technical, but basic. 1. What are ACID properties 2. What are indexes 3. What is the difference between Stored Procedures, Functions and Triggers 4. BASE properties 5. JVM, JRE, JDK and JIT 6. What are common table expressions 7. Difference between throw and throws in java 8. What is the difference between Clustered and non clustered index

# Q1: Write a function to intersect two *sorted* lists (find common elements) # Write a method taking two lists as input, and returning a new list # You can assume you have a reasonable array/list class available (ArrayList, vector, python list, etc) # Ex: # l1 = [1,2,3,4,5] # l2 = [1,5,7,11,100] # result = [1,5]
avatar

Software Engineer/Data Scientist

Interviewed at Tripadvisor

3.5
Oct 29, 2014

# Q1: Write a function to intersect two *sorted* lists (find common elements) # Write a method taking two lists as input, and returning a new list # You can assume you have a reasonable array/list class available (ArrayList, vector, python list, etc) # Ex: # l1 = [1,2,3,4,5] # l2 = [1,5,7,11,100] # result = [1,5]

Implement a library function which takes a collection of integers (Collection<Integer>) computes its sum and returns the result. The implementation must establish preconditions which ensure lack of runtime error(s). Implement the above function using recursion only.
avatar

Data Engineer

Interviewed at impact.com

3.7
Aug 9, 2018

Implement a library function which takes a collection of integers (Collection<Integer>) computes its sum and returns the result. The implementation must establish preconditions which ensure lack of runtime error(s). Implement the above function using recursion only.

Viewing 81 - 90 interview questions

Glassdoor has 20,133 interview questions and reports from Data engineer interviews. Prepare for your interview. Get hired. Love your job.