Describe a system you've written.
Data Engineer Interview Questions
21,094 data engineer interview questions shared by candidates
Describe how and why you would use a broadcast join in Apache Spark.
Tech R-2
about domain you r working
How do you make less interesting work more enjoyable?
Specific questions regarding SQL joins.
Some basic programming questions on DSM
Given the following data, make sure that an algorithm/analysis does not execute if it has already done so in the past for the same data.
Second Round: 1. Find all integers x, y (x >= 0, y >= 0) solutions of a diophantine equation of the form x ^ 2 - 4 * y ^ 2 = A 2. Write a function named first_non_repeating_letter that takes a string input, and returns the first character that is not repeated anywhere in the string. 3. Simple JOIN with COUNT Third Round 1. The interviewer gave a table with some sample data. The task was to give the best Data Structure solution in order to find a specific data efficiently.
What does the next function do? F, N =1,2 while F < 500: print(F) F, N = N,F+N
Viewing 1701 - 1710 interview questions