What is the maximum value of an unsigned integer?
Software Intern Interview Questions
20,198 software intern interview questions shared by candidates
Find the k-lowest elements of an unsorted array.
1) Write a function to find the nth Fibonacci number. 2) Optimize your code so that the numbers don't have to be recalculated on consecutive function calls.
Very unexpected question: are you a US citizen?
Technical Interview: 100 Doors Problem
1. Find the minimum number of train stations required given a list of departure and arrival times. 2. The online screens had a couple of SAT style questions and some debugging questions.
What is the most appropiate DS to implement a T9 dictionary
Implement a data structure like a stack but with a way to find a max at O(1) time.
Given a linked list, flip every pair of nodes, such that if given a-b-c-d-e, return b-a-d-c-e.
Given two different strings, find the common characters between the two. For example if string A is "hello" and string B is "elbow" the common characters would be ['e', 'l', 'o']. Give a method that returns unique or duplicate entries.
Viewing 361 - 370 interview questions