Given a list of integers and a target number, list all pairs that sum up to that number
Solutions Engineer Interview Questions
4,530 solutions engineer interview questions shared by candidates
What port does ftp use? (That seemed like a trick question because they only wanted one port)
What are the packets sent in a TCP connection?
Write a program which stores the results of the numbers in a Fibonancci sequence in an array
Linux: view a column in the csv in the command line
Given a pointer to the head of a singly linked list, iterate it backwards printing the values in reverse. Give 2 implementations - a recursive one, and an iterative one.
You are to write pseudo code O(n) algorithm to maximize a one day trade. You will have 5 days of predicted prices and your algorithm must choose what day to buy and sell to maximize gains.
Boggle game - given a board of letters (2d array) and a word (string), return whether the word exists in the board. From each letter you can move in all directions (including diagonals), but you cannot use the same letter twice.
Given a 3-digit number, find the next number using the same digits. Eg. if number is 124, code must return 214.
Balance parenthesis by removal, generate fibonacci.
Viewing 1 - 10 interview questions