Fresher Engineer Interview Questions

5,368 fresher engineer interview questions shared by candidates

1. Some question based on binary search. 2. Given a node in a linkedlist, you have to delete that particular node. Sol: copy the data of next node and the address of next->next node and delete the current node. Say tmp is the node given. node *f = tmp->next tmp-> data = tmp->next->data tmp->next = tmp->next->next free(f) 2-3 other questions were asked which were of easy-medium level.
avatar

Software Engineer Fresher

Interviewed at Unirac

3.5
Oct 31, 2020

1. Some question based on binary search. 2. Given a node in a linkedlist, you have to delete that particular node. Sol: copy the data of next node and the address of next->next node and delete the current node. Say tmp is the node given. node *f = tmp->next tmp-> data = tmp->next->data tmp->next = tmp->next->next free(f) 2-3 other questions were asked which were of easy-medium level.

Viewing 3051 - 3060 interview questions

Glassdoor has 5,368 interview questions and reports from Fresher engineer interviews. Prepare for your interview. Get hired. Love your job.