Preguntas básicas de conocimientos técnicos acorde a la vacante
Firmware Interview Questions
2,358 firmware interview questions shared by candidates
Why do you want to work at GoPro?
One C question related to constant/volatile attribute to value location or pointer.
- what is the inferred type of a result of an expression when an numeric literal is added to the 'char' variable, e.g. char a = 'x'; typeof(a + 5) = ?
what is static keyword for
Can you recite Kernighan and Ritchie?
implement serial driver. write function to detect lower case and if not convert to upper case .
Given a function rand() that returns 0 in probability of 0.5 and 1 in 0.5, write a function that generates a number between 0 - n-1 in uniform distribution. that is, for every x in {0,...,n-1} , P(random() == x) = 1/n.
Implement (in C) an algorithm to return size of the longest palindrome found inside given null-terminated char buffer.
Explain what the following code does: ( ( n & ( n-1)) == 0). From cracking the coding interview
Viewing 111 - 120 interview questions