Data Modeling questions. Prepare many to many data modeling well.
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
Domanda 1: Puoi descrivere in dettaglio il tuo livello di competenza nell'ambito dei linguaggi di programmazione?
Domanda 2: Spiega a parole tue che cos’è il data engineering.
Domanda 3: Puoi descrivere un'esperienza lavorativa con Apache Hadoop e in ambienti di gestione dei dati nel cloud?
20,236 data engineer interview questions shared by candidates
What do you wish to accomplish in the first 90 days?
Out of the string (count) Hello world
How do you join two tables with all the information on the left one unchanged?
Given the root of a binary tree, return an array of the largest value in each row of the tree.
Tell me about yourself - professional background and projects you've worked on.
A lot of object-oriented questions around data structure and database design. There was a take-home exercise that you were expected to complete (at least in my case) in one day.
Tell me about a time you encountered a challenge?
SQL: count the number of items in a certain range (use SUM(CASE WHEN x < 100 then 1 else 0 end) as under_100, etc Python: join 2 lists and sort (This just involves one line of code, so I was surprised) Python: remove items with a certain key Python: dynamically format SQL depending on the parameters passed
SQL on books, authors and sales. Questions involving JOIN, GROUP BY etc etc. Python involves mostly around usage of dictionaries
Viewing 1071 - 1080 interview questions