what tool did you use for ETL procedure
Junior Etl Developer Interview Questions
1,245 junior etl developer interview questions shared by candidates
Questions were quiet easy.
How to calculate nth max salary
Scenario based questions are asked
Basic ones related to Your Skill Set
Most questions were reasonable and technical, They did emphasize formal testing and test plans to a great extent and I was not quite as prepared as I might have been for this.
It’s been over a year since you left your last job. What have you been doing lately? Something like that.
Sql joins
How many layers you have invloved in ETL testing?
The takehome consisted of receiving a binary file, and having to extract the information to export into a CSV file. The information had a caesarean cipher applied to it (specifically ROT13), so what you need to do is read in the file (I did this by pulling all the strings from the file), organizing it by row (the rows are grouped into First Name, Last Name, email + Date (sometimes), and zip code + email), split the rows from the file into different columns, apply the ROT13 shift to get it back to normal, and save that dataframe into a csv. Keep in mind there is a name column missing, and there is sometimes an extra character added to the end of some lines randomly. With this, you should be able to solve it quickly
Viewing 1021 - 1030 interview questions