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.
Fresher Software Engineer Interview Questions
1,715 fresher software engineer interview questions shared by candidates
Programs which can be solved by any programming language like Java, Javascript, C#, Python, etc.
Tell me about yourself .
Java, sql
Questions on resume like skills and projects
Oops concepts Java basic structure explanation
What is react library and what is babel?
Why do you bring to the table
Find Armstrong number Find reverse of a number
questions based on basic digital signal processing
Viewing 911 - 920 interview questions