Write a Github crawler using their API
Software Engineer Data Interview Questions
415 software engineer data interview questions shared by candidates
Range vs Xrange What are generators Lists vs Tuples
The questions were very easy related to my resume. How good are you with python elasticsearch and Big Data
Problem: o A traveler flies to many cities (airports) in an unbroken chain of flights with no loops i.e never revisiting an airport. o For every flight, she has a boarding pass with only a From (City) and To (City) printed on it but no date/time. o At the end of her journey, she hands you all her boarding passes but they’re shuffled, so you don’t know the starting or the ending city. Can you: o Write logic or pseudocode to print her whole journey in sequence. It should print e.g. (Starting) City1 -> City2 ->….-> (Ending) CityX o State the time complexity of your solution. o you’re given a Set of BoardingPass objects as input. o there could be as many as hundreds of thousands of unique cities/airports. o memory is no concern (i.e. you have infinite memory!). Optimize for execution time (time complexity).
Write a function that receives int n and print 10^n
Write a function that receives byte array and returns the median
How can we scale a banking system beyond RDBS replication capacity?
Find the smallest value in an integer array without sorting it. Assume that there is no Array.min() method. Sample input: {0, 1, 2, -50, 100, 0}
Despite my mentioning that I had only heard about map-reduce at talks, and not really used it, he decided to ask me a question on the same subject. How would you solve this ML problem using map-reduce? Another question was, what type of problems would you be interested in solving given a large amount twitter data. These were essentially the two "substantive" questions that he asked me, which I presume he'd be using to judge my candidacy!
Implement Hashmap structure in Java.
Viewing 41 - 50 interview questions