Problem solving: There will be 2 linked lists L1 and L2 and an variable x. Task is to find out number of pairs from one element from L1 + one element from L2 = x . Example: L1=12->11->10->0 L2=1->2->20->7->15->13 x=13 Expected output: 3 Explanation: (12, 1) , (11,2), (0,13) => 3 pairs
Java Developer Fresher Interview Questions
26,928 java developer fresher interview questions shared by candidates
draw a graph
What is a deadlock
What is your motivation to work for us?
They asked me about spring boot framework
basic patteren , character,star patteren
Difference between ArrayList and LinkedList Which one you prefer for searching only and why Two coding questions they give to write on compiler Difference between Fast Fail and Fast Safe
If you see some group member went to a different direction for your project, what action you would like to take?
Very general questions like describe GC then Lifecycle of JSP / servlet , collection etc. Project related Details. Simple programs counter program, reverse a string.
Write a full java program on a sheet of paper
Viewing 2001 - 2010 interview questions