Tail recursive function for calculating factorial. (I did it in scheme)
Software Engineer Data Interview Questions
439,163 software engineer data interview questions shared by candidates
1. Given an Array , E.g. [2,5,6,3,9,5,10,56,25] and a number X. now find all the contigous subarrays with length X , if X=3, then all the subarrays are [2,5,6], [5,6,3], [6,3,9] etc. now in all these subarrays find the minimum element. and out of all those minimum elements, return the maximum one. 2. Given a URL, Query the URL and fetch the JSON result (paginated), find all the subsequent result from new pages. parse the json and do some manipulation on that data, find a specific dataset from that json.
Where do you live & study?
What some code to solve some arbitrary business logic problem
What the term SQL stands for?
Projects done in previous company Technical questions etc etc
What's the angle between the hands of a clock if the time is 3:15.
How do you think your skill and experience can help us.
If you have a 10 x 10 x 10 rubix cube and covered it in paint, how many cubes remain untouched with paint?
Do this take home project. (They don't tell you, but you'll be extending it later.)
Viewing 1621 - 1630 interview questions