binary tree, stack, sort algorithms
Ingeniero De Software Linux Kernel Interview Questions
32 ingeniero de software linux kernel interview questions shared by candidates
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)
Q: How to compile Linux kernel modules for ARM64?
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)
Q: What is Accumulator (computing)?
Have you ever written "production quality" code? Do you have "product development" experience?
Viewing 21 - 30 interview questions