Mostly personal questions designed for cultural fit.
Senior Software Developer Interview Questions
7,030 senior software developer interview questions shared by candidates
How transparent was the process
1 hour limit online test with a long question and a long base start code (full of errors and overhead). Instructions indicated that you are free to fully change provided code. Except for Main function. This is NOT true, and they should update their instructions, they want you to use poorly base code as a start point but provided instructions say otherwise. Instructions are misleading, and given time to understand the problem and poorly designed base code, 1 hour is NOT realistic. I guess hiring team wants to over complicate the hiring process and favor job security or use this as an excuse to get more benefits? My research suggested that Sonova is a great company, I was truly shocked by this.
describe some of the design patterns that you have used
Standard developer interview questions. Nothing unusual.
Technical problem solving with time complexity.
With the first exercise they asked me to write an algorithm to sort words in an array in some specific order, the second exercise was about recursion, I had to navigate a tree and calculate the sum of numbers.
int y[10000000000]; int main() { int x[10000000000]; x [0] = 1; y[0] = 1; printf( "X: %d Y:%d\n", x[0], y[0]); } How are x and y treated in memory?
They idea is to check what is your level of proficience in the programming language. So they start with easy questions and then go further with harder questions.
RTOS
Viewing 511 - 520 interview questions