What is linear regression?
Systems Software Engineer Interview Questions
576 systems software engineer interview questions shared by candidates
Take an example of phone directory. Q: which is best an array or a linked list when you want to replace a persons name and phone number at a position of 500?
Leetcode intersection of two arrays with a small twist.
Some basic JavaScript-related questions
What excites you about the opportunity for a career at Canonical? In what areas have you focused on success in your studies and career? What in your journey has led to you now pursuing a career at Canonical? At high school or university, what did you achieve that you would consider exceptional? What are your strengths as a software engineer? Describe your level of skill with your best programming language and how you've achieved that. Describe your level of skill working with Linux as a developer, and as an administrator, and how you've attained that. Which Canonical products and services would you most like to work on? How do you ensure quality in the software you write or maintain? Can you describe steps that you have taken to excel at quality? What experience do you have using or contributing to open source?
Should I go through Canonical's interview process ?
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
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.
Viewing 271 - 280 interview questions