• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Interview Question Book Java/J2EE Job Interview Companion

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Had one telephone interview which did not go as well as I would of liked, basically as had not done certain areas of core Java at the role I was in was using an in house Java API and XML.... After that telephone interview I spent �300 on books and got this book in PDF form.

Straight away my knowledge of Java grew. Simple questions like why use intern() and what is it I then knew. The answers were probably explained in details (I like totally know it). Shortly after reading the first chapter of the book I was getting numerous job offers!

The book is good for :
1. Refreshing Java knowledge
2. Improving knowledge of areas previously believe totally knew! e.g. using intern(). Look at substring sun code.... use of new keyword.
3. Learn new parts of Java which Id never touched like JSF, hibernate, but gives reader an overview of technology so at least you have some idea! Also has diagrams (thank god).

After landing a job I have kept on reading the book and recommend it to all my friends. At work recommended it to my peers/manager as a resource for improving everyone current skills! Its not just for interviews, its for improving one's knowledge/knowing what's out there too.

My former colleague has also bought it too, even low he borrowed mine he found it so good he bought it.

One for everyone's bookshelf and bed time reading!

My only question is how did the author manage to make such a book! His brain must be like an elephant and would love to be his understudy as would learn so much! and i am a Senior Java Developer
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Darren. It took a good 2 years part-time to write. I collected the information over 3 years.
 
Ranch Hand
Posts: 219
Firefox Browser Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Arulk,

Seems that your book will be very useful for Java/J2EE job seekers. But how you collected the questions? I mean did you have gone through a lot of Java/J2EE interviews on your own?
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Is it usefull for Java programmers, Developers and architects .. every body ? Then it should be a hard work.
rgds
janaka
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Judging from the title this seems to be a great reading for just about to graduate students like me intersted in enterprise computing. Would you say, however, that the book is targeted at students, or is it a rather more appropriate reading to young professionals willing to make a step ahead in their careers?

Thank you!
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can i get the printed copy of this book ?
from where ?
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by arulk pillai:
Thanks Darren. It took a good 2 years part-time to write. I collected the information over 3 years.



Hello Arulk, in all-likelihood I will be getting this book as the phone and face-to-face interviews have become increasingly more difficult than in years past. I have noticed a trend with interviews, say typically, a 2 or 3 tech interview gauntlet: each tech has about 5 to 10 questions for a total of 10 to 30 questions for the opening gambit. The more expertly I answer questions the more the level of difficulty of the questions increases until the questions are from the more infrequently used and obscure parts of the Java code including frameworks and toolkits derived from core Java. One wrong answer during the interview and it is game over. Background and experience seem to have no weight in getting a Java job. I would expect that background and experience is needed to write a book about Java interveiw questions. Unfortunately, I for one and many other Java Programmers cannot write books about Java for a living.
 
arulk pillai
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As a contactor I get to move on from job to job and I might have attended about 45-50 interviews to date. Generally attend 5-6 interviews before settling on a contract. I collected the questions from my own experience and from others' experience.


This book is targeted for novices to seasoned pofessionals. Novices may have to read more fequently and repeatedly compared to seasoned professionals.

  • can help as a refresher material on a vast Java/J2EE topics if you are an experienced professional but a bit rusty on certain topics. I use it myself fo this purpose.
  • can help as a study material/roadmap on fundamentals and key areas relating to Java/J2EE topics if you are a novice or less experienced to fast track your career.
  • can help as a quick reference material while you are working on a Java/J2EE project to pro-actively identify issues and build a better quality software whether you are a beginner or an experienced Java/J2EE professional.
  • can help as a Java/J2EE job interview preparation material/confidence booster whether you are a beginner or an experienced Java/J2EE professional.




  • I have made every effort to cover enough details while keeping it short for brevity with diagarms, examples, code snippets etc. For readers who need extra explanation my suggestion is to google for the key words.

    Is it usefull for Java programmers, Developers and architects because all need to underrstand the fundamentals.


    More information about the book along with free sample downloads available fom http://www.lulu.com/java-success.

    One wrong answer during the interview and it is game over



    I do not think that is completely true. In my view if you do not answer questions on the core concept then the game could be over but not if you get a very uncommon question. For example if you take design patterns, some are more popular than the others e.g. singleton, factory etc. But not many of us have used a vistor pattern. If you are asked a question on a visitor pattern you could honestly say that you have heard of it but not used it and suggest that you have used singleton, factory, decorator, proxy, strategy etc. If you do not suggest this the interviewer might think that you do not know design patterns at all. Inteview is not only all about the employer assessing your skills through questions but also about you selling your strengths and accomplishments.
     
    Greenhorn
    Posts: 10
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Is that book still available ?

     
    author & internet detective
    Posts: 42109
    935
    Eclipse IDE VI Editor Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I wouldn't recommend using a six year old book of Java interview questions as Java has changed so much in that time. Wrox has as interview questions book that came out this year.
     
    manu kul
    Greenhorn
    Posts: 10
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    okey thanks
     
    arulk pillai
    Author
    Posts: 3473
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I have a fully revised and updated online edition at www.Java-Success.com. This will be regularly updated. Good luck.
     
    Consider Paul's rocket mass heater.
    reply
      Bookmark Topic Watch Topic
    • New Topic