private static Map<String, Integer> namesToNumPurchases = new HashMap<String, Integer>() {{ put("Chris", 10); put("Bob", 5); put("David", 5); put("Sue", 12); put("Jim", 3); }}; /* Required output: 3: Jim 5: Bob, David 10: Chris 12: Sue */
Data Engineer Interview Questions
18,677 data engineer interview questions shared by candidates
basic Java, Databases and datawarehousing, UNIX questions
Build out the architecture to go from a stream of user-level event data on their devices to time-aggregatable metrics in a dashboard.
Asked by the interviewer a "Data Engineer" to join 2 tables together to label start/end of a track play , only when I proposed a working solution he diverted me to another solution that he had in mind all along, thinking it was better as it didn't require window functions, but it did require them. He just didn't know they are called window functions. Admittedly, the "Data Engineer" said he hasn't worked on spark in a while, and is quite junior.
Resume Questions
Why you are using your pipeline as it is why you are not a decision maker in your organization?
Draw a clock. What is the degree difference between the hour and minute hand if the time is 3:15?
SQL analytical queries. Python basic programming.
Write a query that returns percentage of unsold product_category.
Find common words in 2 sentences
Viewing 141 - 150 interview questions