CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Join Date
    Aug 2006
    Posts
    230

    job interview questions,where to find?

    Hello all
    i like to aggregate some java interview questions ( before i go to interviews ) , where can i find some ?

  2. #2
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    126

    Re: job interview questions,where to find?

    Just Google "Java job interview questions".

    From my experience, the interview is more focused on computer science issues than on a specific programming language issues.
    Meaning, the interviewer is most likely to ask questions about algorithms, data structures and such, and not about a specific reserved word in Java.

  3. #3
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: job interview questions,where to find?

    Quote Originally Posted by guyafe View Post
    From my experience, the interview is more focused on computer science issues than on a specific programming language issues.
    Meaning, the interviewer is most likely to ask questions about algorithms, data structures and such, and not about a specific reserved word in Java.
    Yes, it's easy enough to discover if the interviewee knows the basics of Java, with a few written coding problems. More important is to try and find out what kind of a programmer they are, how they approach solving problems, how they communicate, how quickly they learn, how conscientious, whether they understand the principles of design, etc. Of course, a lot depends on exactly what they're being recruited for...

    Learning how to learn is life's most important skill...
    T. Buzan
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  4. #4
    Join Date
    Apr 2007
    Posts
    425

    Re: job interview questions,where to find?

    interviewjava.com
    ------
    If you are satisfied with the responses, add to the user's rep!

  5. #5
    Join Date
    Feb 2008
    Posts
    966

    Re: job interview questions,where to find?

    One job interview I was asked about what OO meant, what the difference between an interface and an abstract class was, difference / preference between composition and inheritance.

    In another interview I was asked to write a function that would determine when to objects in 2-space intersected.

    As said, you really need to tailor your studying towards a specific job. If you are applying to Lockheed Martin study your math and algorithms. If you are applying to a bank, study up on your core Java, and learn a little about what HELOCs (and other terminology) are.

    Being able to ace all of the core Java questions will always help. JavaRanch has some good Java tutorials and quizes that will help.

  6. #6
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    126

    Re: job interview questions,where to find?

    Another thing:
    The purpose of the interview is to understand how you think, how you approach problems and how you handle problems which you don't already know the answer.
    If you answer correctly to a question, the interviewer WILL continue until he will find a question which you don't know the answer.
    Only then, the real interview will begin.
    This is the point where the interviewer really tests your thinking and intelligence.
    So you don't have to b afraid of not knowing everything. You should be aware that the interviewer is testing how you are trying to solve problems youself.

  7. #7
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: job interview questions,where to find?

    Quote Originally Posted by guyafe View Post
    Another thing:
    The purpose of the interview is to understand how you think, how you approach problems and how you handle problems which you don't already know the answer.
    If you answer correctly to a question, the interviewer WILL continue until he will find a question which you don't know the answer.
    Only then, the real interview will begin.
    This is the point where the interviewer really tests your thinking and intelligence.
    So you don't have to b afraid of not knowing everything. You should be aware that the interviewer is testing how you are trying to solve problems youself.
    Yes, indeed - and if this doesn't happen, you should think carefully whether it is the kind of place you want to work...

    The most exciting phrase to hear in science - the one that heralds new discoveries- is not "Eureka!" but "That's funny...".
    I. Asimov
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  8. #8
    Join Date
    Jul 2005
    Location
    Currently in Mexico City
    Posts
    568

    Re: job interview questions,where to find?

    Basic Java:
    - what is / structure of: SDK, JVM, Java binary code, Java packages
    - interface and its implementations
    - (reviewers favorite) difference between interface and abstract class
    - Inheritance and polymorphism
    - bucle
    - variable scope
    - differences between primitives and objects in Java, list of primitives you remember
    - recursive algorithms (usually Fibonacci sequence generator)
    - basic algorithms (prime number generator, any)

    Basic Java for Web:
    - servlets
    - http, headers, content types, etc.
    - JSP (don't mention scriplets, companies hate em, say you use JSTL)
    - request and response objects
    - web forms
    - JavaScript basics (at least you should know basic browser events)
    - XHTML basics
    - CSS basics

    Hope this helps.
    In more advanced interviews its about software architecture and related frameworks but I doubt they'd mention that considering the case.
    Wanna install linux on a vacuum cleaner. Could anyone tell me which distro sucks better?

    I had a nightmare last night. I was dreaming that I’m 64-bit and my blanket is 32-bit and I couldn’t cover myself with it, so I’ve spent the whole night freezing. And in the morning I find that my blanket just had fallen off the bed. =S (from: bash.org.ru)

    //always looking for job opportunities in AU/NZ/US/CA/Europe :P
    willCodeForFood(Arrays.asList("Java","PHP","C++","bash","Assembler","XML","XHTML","CSS","JS","PL/SQL"));

    USE [code] TAGS! Read this FAQ if you are new here. If this post was helpful, please rate it!

  9. #9
    Join Date
    Aug 2011
    Posts
    3

    Re: job interview questions,where to find?

    Quote Originally Posted by umen View Post
    Hello all
    i like to aggregate some java interview questions ( before i go to interviews ) , where can i find some ?
    interviewquestionsandanswers.biz. I guess you use Google. You'll find easily many results.
    Good luck in your interview.

  10. #10
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: job interview questions,where to find?

    Please don't resurrect old threads.

    Apart from being bad practice if Umen still needs advice on collecting interview questions after 1.5 years then there's no hope for him/her.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  11. #11
    Join Date
    Feb 2012
    Posts
    2

    Re: job interview questions,where to find?

    Hi,

    Thanks very much for this comment. It help me to think about my ideals.

    Tks again and pls keep posting.

  12. #12
    Join Date
    Feb 2012
    Posts
    2

    Re: job interview questions,where to find?

    Hi

    I found that a member asked same question in this forum some months ago.

    Pls use search box to find this questions with comments

  13. #13
    Join Date
    Jan 2011
    Posts
    24

    Re: job interview questions,where to find?

    here are some of question I have collected, may be useful for you : http://javarevisited.blogspot.com/20...questions.html

  14. #14
    Join Date
    Feb 2012
    Posts
    2

    Re: job interview questions,where to find?

    I hope the following links useful.

    jdbc Interview Questions and Answers
    Jsp Interview Questions and Answers
    EJB 3.0 Interview Questions and Answers
    corejava Interview Questions and Answers
    Servlet Interview Questions and Answers
    JMS Interview Questions and Answers
    J2ME Interview Questions and Answers
    CVS interview questions and answers
    JMX interview questions and answers
    AWT interview questions and answers
    Core Java interview questions and answers
    Eclipse interview questions and answers
    Hibernate interview questions and answers
    IBM WebSphere interview questions and answers
    J2ME interview questions and answers
    J2SE interview questions and answers
    Java Applet interview questions and answers
    Java Beans interview questions and answers
    Java EJB Programming interview questions and answers
    Java Enterprise Edition(J2EE) interview questions and answers
    Java JSP Programming interview questions and answers
    Java Message Service(JMS) interview questions and answers
    Java Networking - Sockets And RMI interview questions and answers
    Java Patterns interview questions and answers
    Java Security interview questions and answers
    Java Servlet Programming interview questions and answers
    Java Swing Programming interview questions and answers
    Java Threads interview questions and answers
    Java interview questions and answers
    JBoss interview questions and answers
    JDBC interview questions and answers
    JMS interview questions and answers
    JSF interview questions and answers
    RMI interview questions and answers
    Spring Framework interview questions and answers
    Struts interview questions and answers

  15. #15
    Join Date
    Feb 2012
    Posts
    2

    Re: job interview questions,where to find?

    Sorry above links are wrong..


    jdbc Interview Questions and Answers
    Jsp Interview Questions and Answers
    EJB 3.0 Interview Questions and Answers
    corejava Interview Questions and Answers
    Servlet Interview Questions and Answers
    JMS Interview Questions and Answers
    J2ME Interview Questions and Answers
    CVS interview questions and answers
    JMX interview questions and answers
    AWT interview questions and answers
    Core Java interview questions and answers
    Eclipse interview questions and answers
    Hibernate interview questions and answers
    IBM WebSphere interview questions and answers
    J2ME interview questions and answers
    J2SE interview questions and answers
    Java Applet interview questions and answers
    Java Beans interview questions and answers
    Java EJB Programming interview questions and answers
    Java Enterprise Edition(J2EE) interview questions and answers
    Java JSP Programming interview questions and answers
    Java Message Service(JMS) interview questions and answers
    Java Networking - Sockets And RMI interview questions and answers
    Java Patterns interview questions and answers
    Java Security interview questions and answers
    Java Servlet Programming interview questions and answers
    Java Swing Programming interview questions and answers
    Java Threads interview questions and answers
    Java interview questions and answers
    JBoss interview questions and answers
    JDBC interview questions and answers
    JMS interview questions and answers
    JSF interview questions and answers
    RMI interview questions and answers
    Spring Framework interview questions and answers
    Struts interview questions and answers

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured