Anyone have any thoughts on good interview questions regarding J2EE tech with emphasis in EJB, servlets, JSP or any other relevant areas. Thanks, Brandon
Paul Medford
Ranch Hand
Joined: Aug 28, 2001
Posts: 33
posted
0
First I'd start by asking a few questions about the various technologies to make sure that the candidate knows at least something. - Life cycle of the servlet - Difference between entity, session, message-driven beans Then focus on conceptual questions and for a specific situation how to use the technologies together. Ask design pattern questions. Focusing on questions such as what does the doGet() method do won't tell you if they know how to apply that knowledge. Francois