Typical C++ interview questions and shared ptr implementation. They interview like this they are reading questions from some list and have a weird criteria of rejecting candidates. Process takes way longer than expected and not worth spending time.
C Software Engineer Interview Questions
994 c software engineer interview questions shared by candidates
Various technical questions with C++ source code that had some issues.
Tell me about your project experience
Airplane schedule, gates. Find minimum number of gates required given airplane schedule
A la suite de notre migration vers une architecture événementielle, pourquoi avons-nous un débat en interne sur les sources-of-truth?
1)Email questions 2)30 min interview : phone 3)3 hr interview questions, online :text editor and voice
1.1. Find the missing element in a sorted array of ints in C. 1.2. Determine if the given char* is a palindrome in C. 2.1. Find the next node in a binary tree in C. 2.2. Find issues in given multi-threaded C code.
What is REST?
A permutation/combination question more relevant for a quantitative position.
// TODO: implement fill_array function that inserts n symbols in the array with c set to random value // TODO: Implement print_letters function that given the array prints only symbols that have c , set to be a letter ('a'-'z') // TODO: Implement reverse_array function that given the array swap the symbols containing letters , 1 a b 2 c 3 -> 1 c b 2 a 3
Viewing 131 - 140 interview questions