Principal Data Engineer Interview Questions

69 principal data engineer interview questions shared by candidates

SQL (follow up) Now imagine that you have a user that is "always" accessing table A, but you need to move the changes (in 10000 rows) from the temp table into table A without the user being affected. How would you do that ?
avatar

Principal Data Engineer

Interviewed at Contino

4
Nov 25, 2022

SQL (follow up) Now imagine that you have a user that is "always" accessing table A, but you need to move the changes (in 10000 rows) from the temp table into table A without the user being affected. How would you do that ?

It wasn't the sort of interview you could characterise by listing questions. Each interview probed a different facet of the job (e.g. database knowledge, customer skills, coding, etc.). They were all disconnected: I had the impression I was interviewing for 8 different jobs.
avatar

Principal Data Engineer

Interviewed at Amazon

3.5
Jan 13, 2021

It wasn't the sort of interview you could characterise by listing questions. Each interview probed a different facet of the job (e.g. database knowledge, customer skills, coding, etc.). They were all disconnected: I had the impression I was interviewing for 8 different jobs.

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
avatar

Principal Data Engineer

Interviewed at NetSol Technologies

3.6
Jan 27, 2023

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 11 - 20 interview questions

Glassdoor has 69 interview questions and reports from Principal data engineer interviews. Prepare for your interview. Get hired. Love your job.