Give me an example of when you had to suddenly perform under pressure. What happened and how did you handle it?
Linux Software Engineer Interview Questions
157 linux software engineer interview questions shared by candidates
Describe a time when you had to step up and demonstrate leadership skills.
Tell me about a time when people disagreed with your ideas. What did you do?
Describe yourself in one word.
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)
Linux questions, specifically about system startup and systemd. I was asked the standard questions about priority inversion, deadlock, etc. There was one coding exercise - write a C function that mirrors the bits in a byte.
What's the difference between malloc and new?
What are inline functions? Advantages and disadvantages
Difference between a mutex and a semaphore
What is static keyword used for?
Viewing 121 - 130 interview questions