Explain any conflict situation you've been in. How did you handle the same?
Systems Programmer Interview Questions
1,360 systems programmer interview questions shared by candidates
What are observable collections in WPF? What are the different types of contracts in WCF?
Give me a time where you collaborated with a team.
Where do you see yourself in 5 years?
find if string s is divided by string t, else return integer -1 example: - if string s ="abcdabcdabcdabcd" - string t="abcdabcd" then t can divide s so return length of string u which divides t i.e.., 4 which is length of u="abcd" if s="abdabdabd" and t="abdabd" return -1, since t doesn't divide s
1. Why this position 2. Skills
Compare and contrast basic systems programming constructs, eg process vs thread, mutex vs semaphore, TCP vs UDP.
SOLID design pattern usage in my previous projects
Describe your most recent project
how would you set a breakpoint within your code without a debugger eg. gdb the engineer wasn't sure how to phrase the question correctly as he was looking for a concrete answer.
Viewing 671 - 680 interview questions