Write a function to return the nth to last node of a linked list with order O(n).
Intern Software Interview Questions
20,230 intern software interview questions shared by candidates
1.given an integer i, return the ith column name in excel.(ie, given 0, return A, 1-B, 26-AA, 27-AB) 2.find k largest number in an array.
Where do I even start, asked me everything about C++ under the sun, learn how to implement data structures in C and write all the .h and .c functions. Expect quant level interview questions with memory allocation in theory aswell.
How would you declare a variable that would hold data from a sensor that is polled/updated often?
They asked about my project.
Given two sides of a rectangle represented as integers return true if they form a square.
Test a keyboard.
Given a string, I was asked to return all of the unique characters in the order of the original string.
A question about finding the shortest path between two points on a graph. With no information about where the second point was located in relation to the first problem.
Given an eBay type service with multiple front-end applications, user information is being truncated when sent back to the user (Name was 'Andrew' but shows 'And'). Discuss your strategy on debugging this issue.
Viewing 1471 - 1480 interview questions