1.introduce myself 2.About my projects 3.C programming on pointers, bit manipulations, arrays. 4.File operations in c 5.Java OOps 6.About Html and CSS i.e to create a login page 7. Tracing of Codes
Fresher Software Engineer Interview Questions
1,714 fresher software engineer interview questions shared by candidates
Questions mainly from SQL and resume.
They asked from language like c or C++. Further oops and SQL
array intersection problem DSA problems
Why didn't you considered taking your b.e project to industry level?
Technical interview: Explain at least 3 basic concepts/ features of OOPS. What are recursive functions? Give three examples. What can you tell us about the latest android version M and how is it different from others? HR Interview: Tell us about yourself & your family background. How will you manage a team under pressure? What have you done to improve your academic position in the last 2 years? Why do you have such a low score in academics in 12th? What is your dream company? Will you be willing to work night-shift? What is 'MAKE IN INDIA' initiative? What are your views about it?
tell me about your self
Things mentioned in resume...Long term and short term goals
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.
Viewing 901 - 910 interview questions