|
Re: EJB & J2EE interview questions
|
Posted: Jan 5, 2004 11:25 AM
|
|
I always start with the basics:
"Please describe the difference between container managed and bean managed persistence". At the least, they need to know who causes faults, and how it is handled. I will then ask which they have used, and how it worked.
For extra credit, I might describe how WebObjects, not a J2EE system, but a Java-based enterprise web app system none the less, does the same, and see if they can identify which it behaves like.
After that, I ask usage questions - how do you profile your app, how do you scale, what resources are likely to be a problem, and the like.
Finally, I ask why one might use J2EE rather than straight JDBC calls.
The persistence questions are answered by the spec, while WO is described at www.apple.com. JProfiler and OptimizeIt both list J2EE apps as part of their repertoire.
|
|