Debugging question, Questions about arrays and linkedlist with hashing
Development Intern Interview Questions
5,457 development intern interview questions shared by candidates
iterative depth first traversal
NDO :/
Given two int arrays, write a function which returns their intersection as an int array; analyze the time/space complexity of your function.
You are given a string with billions of characters spread across many geographically separate machines. Devise a distributed algorithm to find the first non-repeating character in this large string.
Fairly straightforward questions on algorithms and DS
I don't remember the question specifically, but it involved memoization.
The questions were mostly on Data Structures and Algorithms. The interviewers also asked questions about my projects.
How would you represent a graph with million nodes ?
write a function that takes in an int and returns a string that would be how one would say that number (ex: 123 -> one hundred twenty three; 50019 -> five thousand nineteen).
Viewing 5291 - 5300 interview questions