Given a singly linked list, write a function to pop a node in less than O(n) without using extra memory given this interface: void pop(Node * node);
Systems Software Engineer Interview Questions
576 systems software engineer interview questions shared by candidates
What do you think is your greatest achievement till now ?
What is your expected pay?
introduce your self
if there exists a sequence of integers in order, and you are at a receiver and you obtain these integers out of order, how can you know which integer is missing?
implement the memalign() function
-some memory mapping question (figure out the issue). there was some flag that made the memory sharable - memory aligning to some boundary (n- 2,3,4...) - implement a mutex in assembly - copying stuff to SD card (on a netwrok) and problems related to that..
Coding challenge: Round a number to the next largest multiple of 16.
handling nulls in C#
1st interview: - in-depth questions about my curriculum - write a C++ function to convert a RGBA to an ARGB - write a GLSL shader to interpolate a gradient between two points - write a C++ class with operator overloading and copy constructor 2nd interview: - write C++ code to implement a linked list - write C++ code to implement a dictionary - write C++ code to fill a texture with a circle
Viewing 31 - 40 interview questions