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
Systems Software Engineer Interview Questions
641 systems software engineer interview questions shared by candidates
Compare and contrast basic systems programming constructs, eg process vs thread, mutex vs semaphore, TCP vs UDP.
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.
Why do you want to join graphics company ?
How can a person accommodate himself to a ever changing team atmosphere
What vulnerabilities come with implementing a web application firewall
Most of the interviews were discussion oriented, past projects and technology used. Positive experience overall. Some difficult questions thrown in, search algorithms.
1) Bit manipulation 2) C macro questions 3) Find the error in the C code 4) Control Systems 5) Security - knowledge of vulnerabilities and threat models
write a c code for finding a loop in a link list
Viewing 301 - 310 interview questions