Draw class diagrams for a basic theoretical web application on whiteboard.
Java Software Engineer Interviews
Java Software Engineer Interview Questions
"Java software engineers design, build, and maintain systems that support and run java applications. Employers are looking for candidates who display strong organizational and communication skills as well as advanced technical skill within the java universe. During an interview, expect to answer a lot engineering questions as well as discuss past projects you have worked on."
30,892 java software engineer interview questions shared by candidates
Given 2 integers (in String format). Add them together and return result. The integer string can't be parsed into the integer variable. (Integer.parseint(s))
What is left join?
How can you sort an employee class based on id and name?
Please tell me about yourself
Basic of core Java, spring ,hibernate,jms,agile, mukti threading kanda and streams,collection etc.
Question were mostly on the technical side with java and SQL database
What you do at current job?
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
1-Screening round (extract longest prefix from list of string). 2-Technical round (One problem on recursion) 3- Client screening (Serching on list of string)
Viewing 2311 - 2320 interview questions