• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJB Questions for Interview

 
Ranch Hand
Posts: 452
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
Can somebody mail me EJB Questions for interview.
my email id is saddysan@hotmail.com
Thanks in advance.
 
Ranch Hand
Posts: 351
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did u get any replies ? can u share it with us ?
Kirti
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Will you please send it to me too
thanx
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here are some simple when ... asked from me sometime back
1) justify use of EJB
2) where to use entity , where to use session
3) given a scenario, list down the entity beans and session beans ...
4) how to deploy
5) life cycle of anyone(sateful session bean was asked from me)
6) detailed explanation of activation and passivation in every type of bean
7) dirty read problem
8) transactions,isolation levels
The first one is one fav.... coz while explaning you will be asked a lots of questions...(y this y that..) , and if you are a java guy and dont know ejb even then it could be asked
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please send some Interview questions in EJB
 
Prakash Dwivedi
Ranch Hand
Posts: 452
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is an EJB?
What advantages do they have?
What disadvantages do they have?
What limitations do they have?
What do you need to run EJBs?
Why/when/how would you use Entity beans?
Why/when/how would you use Stateless Session beans?
Why/when/how would you use Stateful Session beans?
Why/when/how would you use Message-driven beans?
What is Container Managed Persistence?
How do you use Container Managed Persistence?
What is Bean Managed Persistence?
How do you use Bean Managed Persistence?
What is the EJB container?
What does the EJB container do?
What is the lifecycle of Entity/Stateless Session/Stateful Session/Message driven beans?
What class files are required to define Entity/Stateless -Session/Stateful Session/Message driven beans?
What is an EJB Remote Interface, how is it used?
What is an EJB Home Interface, how is it used?
What is an EJB Local Interface, how is it used?
When would you use an EJB Local Interface?
What goes in the bean implementation class?
Where does the bean implementation class run?
What is an EJB Primary Key class, how is it used?
What is a deployment descriptor?
What goes into a deployment descriptor?
How would you manage security in EJBs?
How would you manage transactions in EJBs?
What kind of transactions are supported in EJBs?
What's the difference between EJB version 1 and EJB version 2 ?
Describe a typical J2EE architecture
Where would you put the business logic in a J2EE application?
How would a client access an EJB
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good
 
srivijaya
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx Siddhartha Prakash
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I'm novice to Application Server Technologies. I will be glad if any one provide answers to the questions mentioned above.
Thanks in Advance
Raseswari.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Plx refer Mastering EJB : http://www2.theserverside.com/books/masteringEJB/index.jsp
 
Prakash Dwivedi
Ranch Hand
Posts: 452
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for answers refer to sun's tutorial on J2EE
 
If you try to please everybody, your progress is limited by the noisiest fool. And this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic