More about the projects worked in earlier companies
Staff Engineer Interview Questions
39,075 staff engineer interview questions shared by candidates
What are your future goals
DFS bfs
What is your weakness or area for improvement?
How many years of experience do you gave in service industry
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)
They asked about various skills - roles, analysis tools, programs
I don't remember.
What skills do you have.
Viewing 1271 - 1280 interview questions