How would you criticize Canonical's technical decisions that you know of?
Software Engineer Linux Kernel Interview Questions
67 software engineer linux kernel interview questions shared by candidates
write a 32byte aligned mem alloc
Pointers
You have array with length 1000001 that contains all the numbers 1..1M and one of the numbers exist twice find this number
Given an expression string exp , write a program to examine whether the pairs and the orders of “{“,”}”,”(“,”)”,”[“,”]” are correct in exp.
implement memcpy, implement memcpy for complex types
Reverse a linked list. Test case to check if linked list is reversed. Test case to check if linked list of dupe values is reversed.
binary tree, stack, sort algorithms
Why do we need to use "./executable_name" to invoke a program? Why don't we just add "./" in the $PATH
Design a Stack API
Viewing 31 - 40 interview questions