Things mentioned in resume...Long term and short term goals
Software Developer Fresher Interview Questions
2,006 software developer fresher interview questions shared by candidates
Tell me about your self
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.
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
Viewing 1071 - 1080 interview questions