1. Implement a thread safe queue. 2. Given a 8 bit image / matrix and a threshold, implement a function which return an image where all numbers above threshold are 255 and below are 0 in the smallest complexity.
C Software Developer Interview Questions
3,501 c software developer interview questions shared by candidates
Fix a bug from MariaDB opensource code by installing it on your machine, setting up development env, understand the code and fix the bug. That too for a interview test only.
4) Code given and asked that it wil cause memory leak or not?
1st round: Why do you want to join Sonar? 2nd round: How does the using statement work in C#? What is the yield keyword used for? How does the garbage collector work in .NET? 3rd round: Implement a simple parser for mathematical formulas. 4th round: How did you resolve conflicts at your previous workplace? What were the most challenging situations you had to overcome? 5th round: What are your salary expectations? When can you start?
How is std::map and std::unordered stl containers implemented internally - the underlying data structure?
What does virtual keyword means and how it internally works. Like vtable and function pointers
Draw geometric shapes in visual studio.
print longest path in a binary tree
implement your own malloc when you get a fixed size buffer and a malloc function allocating 8 bytes each time
What is referencing?
Viewing 2731 - 2740 interview questions