write a 32byte aligned mem alloc
Software Engineer Linux Kernel Interview Questions
24 software engineer linux kernel interview questions shared by candidates
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.
Bit manipulation
Write a Bash script to batch rename files in a directory and its subdirectories, for example, rename all '.cc' files to '.cpp' files.
implement heap memory using 1024 bytes + memory beginning address
using the default malloc/free you have to implement malloc_32/free_32 which supposed to return addresses aligned to 32.
Print largest m number of U8 array- Time complexity =O(n)
Viewing 11 - 20 interview questions