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
2,023 fresher software engineer interview questions shared by candidates
Simple Database Joins Question
Programs which can be solved by any programming language like Java, Javascript, C#, Python, etc.
20 questions on apptitute and 25 questions on java program
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
Viewing 1081 - 1090 interview questions