Write a Bash script to batch rename files in a directory and its subdirectories, for example, rename all '.cc' files to '.cpp' files.
Linux Kernel Engineer Interview Questions
61 linux kernel engineer interview questions shared by candidates
I don't even care, that was the dumbest process I've ever seen.
What is the difference between Apache and OpenGL licensing?
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)
Q: How to compile Linux kernel modules for ARM64?
lots of questions about linux, such as process communication, memory management.
Suppose a driver crashed with a segfault. How would you go about debugging it and what tools would you use?
Search online for standard questions asked by Arista. Question 1: Space required for int, float, double etc...use sizeof(...) Question 2: Total space taken up by a struct...Memory alignment causes space to be in multiples of bytes. Question 3: Remove all nodes from a singly linked list that have a certain number. Use GDB for debugging. Question 4: Anagram/Palindrome (don't remember)
Viewing 41 - 50 interview questions