Some basic JavaScript-related questions
System Software Engineer Interview Questions
748 system software engineer interview questions shared by candidates
High school grades, relevant experience questions. Personality 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 ?
Give me a time where you collaborated with a team.
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
Code snippet with bugs. Needed to find the bugs and fix them. Run length encoding (strings).
coding question of tree data structure questions on pointers , dynamic memory allocation puzzle debugging
Asked 'dictionary' question, where we implement with trie data structure. Question related to microprocessors, related to FPGA, NoC. Picked some random online round questions to test the problem solving understanding.
LeetCode medium level question on byte operations.
Viewing 341 - 350 interview questions