Are you available?
Developer Interview Questions
271,338 developer interview questions shared by candidates
A lot of brain teasers and algorithms. Questions about OS.
What data structure would you use to display stocks, given that they are continuously updating and you only want to show 5 on the screen at a time?
Given a list of size n and possible values from 0 to n. Find the missing number.
What function in the Standard C library may be used to convert a long to a string?
C++ template metaprogramming (that team was into functional programming and compile time computations). Standard, find nth Fibonacci number using recursive templates.
How will you code CAT command in Unix in C++
What is the difference between static global and normal global variables.
Linear regression in discreet space such as color.
Given an array of integers, provide an efficient way of finding an integer that appears only once in this array.
Viewing 1581 - 1590 interview questions