1. Developed a multi-threads process. Some threads receive the data and send the data to other threads, which process the data.
Senior System Software Engineer Interview Questions
80 senior system software engineer interview questions shared by candidates
Write class to automatically allocate memory for each type
System design questions about a transactional application.
Reverse a list up to length k.
Given a bike station like a city bike, write an architecture on how the system will work.
Cache management and working.
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.
What's the division of labor and what's your contribution?
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 would you do a security review for a website? Tell me about memory corruption bugs. Explain how memory management works.
Viewing 51 - 60 interview questions