They showed me a relatively simple function, with some resource allocation logic inside, and asked how I would design the function's signature so that a caller would be able to access the allocated resource but leave the release of it to the same callee.
System Software Engineer Interview Questions
106 system software engineer interview questions shared by candidates
Implement a last used cache.
What's the division of labor and what's your contribution?
Tell me about your company current product
typical ice breakers like volatile, static etc. question about compiler optimization. what happens if compiler can't store variable in a register ? then gave me a code snippet to find bug. was an array out of bounds access in a for loop. then in last 10 mins or so, asked me to write malloc and free for a fixed buffer array and return offset to user.
How to perform binocular depth estimation? What is smart pointer?
Q: What is demand paging? Q: What is a hypervisor?
Basics of computer science Question based on my projects and deep dive into it
What is a linked list?
What is a null pointer?
Viewing 61 - 70 interview questions