The team I interviewed with asked four simple technical questions. (1) Finding bugs in a C code (something about index out of bound.) (2) Basic idea of constructor and destructor in C++. (3) Given an integer array and its length. Eliminate the duplicated numbers in the array. (4) Point out the flaw of a class in C++ (poor memory management.)