Average difficult, not expected Question
Kernel Interview Questions
127 kernel interview questions shared by candidates
Can a program run purely on the GPU?
What would you like to change in Canonical?
Data structure, threading and basic logical programming questions. After that you get a general interest and personality interview.
will you make sure in C to not include a header file which you have already included??
General Questions 1) Notice period and any concerns related to relocation to Dresden. 2) Tell me about yourself, introduction. Behavioral Questions 1) Tell me about a time when you have proposed some idea and it got resistance from your team. What you have done. 2) Tell me about a time when you have exceeded the objective of your task. What challenges you have faced and how you have overcome those. What was the outcome. Technical Questions 1) Describe what is happening in following code, all the ins/outs from the OS's perspective. Memory management etc. int main() { int *p = malloc(32 << 10); if ( p == NULL ) { perror("malloc"); return 1; } *p = 0xdeadbeef; return 0; } 2) Implement void *memcpy(void *src, void *dest, size_t size)
What is a pointer? How much memory does a pointer take?
Asked my approach to solving bottle necks and performance issue with Ethernet and USB drivers.
In a multiprocessor system, how will the L1/L2 caches (non-shared) know about the consistency of the shared data? (I was given a scenario which meant this.)
Write a shortest string copy function.
Viewing 11 - 20 interview questions