How do you handle conflicts in the workplace?
Staff Engineer Interview Questions
5,862 staff engineer interview questions shared by candidates
What is your weakness?
Reasonable technical questions.
Are you positive that you will be married to this company? (stay for a long time or for life)
How to create a matrix to calculate 3 dimensional layers.
How do you like to learn?
More about the projects worked in earlier companies
void func(void) { int x printf("x =%d\n",x) x = 10 } int main() { func() func() return 0 } What is stack frame? How does it work.
Implement given queue API's Q *createQ() void destroyQ(Q *q) void enqueue(Q *q, void *data) void *dequeue(Q *q) q1 = createQ() q2 = createQ() enqueue(q1, d1) enqueue(q1, d2) enqueue(q2, d3) dequeue(q2)
Are you flexible in work hours
Viewing 121 - 130 interview questions