Reverse a linked list
Intern Software Engineer Interview Questions
12,223 intern software engineer interview questions shared by candidates
How to optimize Dijkstra's algothrim
Describe one of your greatest achievements
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
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.
Tell us something about your projects ?
Viewing 191 - 200 interview questions