• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

EJB - interview FAQs

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to know some questions which could be asked about EJB in interviews. Can anyone help me?
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tp begin with...
[1] Understand the javax.ejb. * API really well. You should know what each class, interface, exception does.
[2] tags in deployment descriptor
[3] j2ee design patterns from sun's website (atleast what functionality each pattern provides)
[4] difference between 1.1 and 2.0
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
U should undestand ejbLoad(),ejbStore() method.
protocol in EJB1.O EJB1.1
bmp vs cmp
isolation levels
session facade
diff bt servlets and jsp
mvc architecture
cmr field
 
Ranch Hand
Posts: 418
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some more to add up:
1. transaction attributes and differences between them
2. How do u deloy a bean? (explain practical steps like how do u package? where do u deploy? application server dir structure etc.)
3. How to lookup a bean and call a method on it?
4. why portableremoteobject.narrow()
5. local/remote interfaces differences
5. ejb-ref, ejb-resourceref, env-entry tags in DD
6. why no unsetsessioncontext() API?
7. ejbremove symantics for session and entity bean
8. tx attributes for message driven bean.
9. can u have an entity bean w/o ejbcreate ? why?
10. bean managed and container managed transactions
I guess this shd help.
 
Harsha Huddar
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you intelli, ramakrishnan and rashmi for your valuable advice
 
A tiny monkey bit me and I got tiny ads:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic