Fresher Software Engineer Interview Questions

1,715 fresher software 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 911 - 920 interview questions

Glassdoor has 1,715 interview questions and reports from Fresher software engineer interviews. Prepare for your interview. Get hired. Love your job.