You see a child is doing the same activity day after day, what do you do next?
Technical Staff Interview Questions
24,941 technical staff interview questions shared by candidates
What i knew about the company
More about the projects worked in earlier companies
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
Viewing 1111 - 1120 interview questions