Questions were common. One of them was very generic question "What are the ways to do interprocess communication?"
Senior Software Developer Interview Questions
6,888 senior software developer interview questions shared by candidates
Which work project was I involved in, and what initiatives or improvements did I lead within it?
Mostly personal questions designed for cultural fit.
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?
Viewing 501 - 510 interview questions