Fresher Software Engineer Interview Questions

2,023 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 1081 - 1090 interview questions

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