• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "How to pass and Interview and get java contract?"

Collapse

  • MyUserName
    replied
    I am not in Java, I am in C++ but this advice will work regardless of language:

    If you want a contract then you have to show you are very good and that you know a lot about the lanaguage. This includes bizarre edge cases and things that you have never had to do day to day - I have never implemented functions in a union but I know it can be done and how to do it in case either I am asked at interview or the chance comes up when working to look awesome. I never have to write a factorial class on paper in my day to day job but I can now (after having it in two separate interviews).

    Part of the interview is luck but that is the same for everyone so forget that.

    Google interview questions/exams etc and read through them until you know the answers and understand them.

    Whenever you blow an interview question make sure you know the answer for future questions.

    My latest gig had a 15 minute interview because that is exactly how long it took me to show them I really knew what I was talking about. We went as far as discussing implementations of STL containers (which you almost never need to know and could find out with a google search if you did), the fact that I knew this off the top of my head and could discuss it confidently showed I had the knowledge.

    At one point they pushed too far and I had to say "I don't know but I think it is this" and that impressed them even more because I was honest enough to admit I did not know and good enough that I got the answer right anyway.

    If you can only do the standard every day coding why would they hire you as a contractor? They might as well get one of their standard day to day permies to do the job.

    Leave a comment:


  • darmstadt
    replied
    Originally posted by amcdonald View Post
    Wheres Bob Shawadiwadi, surely he's the expert on Java interview questions ?
    And the rest of his family...Just go to any tech forum and you'll find various questions in the area of 'plz snd me pass answrs for interview/test fr java'

    Leave a comment:


  • pmeswani
    replied
    Originally posted by zeitghost
    With much added quicklyness.
    With much Saucyness?

    Leave a comment:


  • pmeswani
    replied
    Originally posted by amcdonald View Post
    Wheres Bob Shawadiwadi, surely he's the expert on Java interview questions ?
    He's busy developing much cheapnes for plenty of clientness.

    Leave a comment:


  • amcdonald
    replied
    Wheres Bob Shawadiwadi, surely he's the expert on Java interview questions ?

    Leave a comment:


  • pmeswani
    replied
    Originally posted by administrator View Post
    Some say you make your own luck
    Have you been watching Titanic again?

    Leave a comment:


  • administrator
    replied
    Originally posted by ahpublicbox View Post
    Thanks to all for your comments... In summary I need to go back to the books but still there is nothing I can do to override luck..
    Some say you make your own luck

    Leave a comment:


  • ahpublicbox
    replied
    Thanks to all

    Thanks to all for your comments... In summary I need to go back to the books but still there is nothing I can do to override luck..

    Leave a comment:


  • doodab
    replied
    Originally posted by ahpublicbox View Post
    Guys I need bit of motivation and some tips from all those experts who have recently passed an interview.

    I am an expert developer/architect as my managers/colleagues rate me for last 5-7 years. If I tell them that I failed an interview they will laugh and won't believe me.. I am not joking.. that is my track record.. Recently delivered a very large project sucessfully.

    Even though with sound experience and skills I failed few tech interviews and feeling bit demotivated.

    I was asked questions which were purely theoritical. In my 12 years I never needed to open java source and see how equals method is actually implemented in java.lang.Object. Asking me to tell them code on how will I find the common elements between 2 collections and kept on adding twists like having duplicates etc.. Come on ffs.. In last 12 years I never had to do all this in any of my project so can't provide you solution on fly on phone and even if I have one it is going to be different from what you expect.

    It looks like if you are lucky interviewer will ask exactly same questions that you have read on google before going for interview. You have to be more lucky and smart to use the words which interviewer wants to hear and not the ones you have made up even if your words are right.

    Majority of java apps are suffering in performance because there are always some of the monkeys in the project who wouldn't think before writing code. If some good guy rewrites the code you don't need to do anything special just write efficient code. They again failed me because I did not use buzz words using profiler, tuning garbage collection tuning etc etc.. I realized later on after finishing the interview which reading java interview questions. (hang on a sec my recent project did 3+ million events per/hour with all default settings just solid design and solid code by the team using best practices. there was never a need for using profiler etc).


    So all guru contractors.. Is there any tip for me which will help me prepare better and crack the next interview? Even if it is some hidden interview questions website will help.

    - A frustrated contractor
    This might sound slightly harsh, but if you are going for expert level roles then you need to be an expert. That means knowing the basics even if you've never used them. If you are failing technical interviews because of questions on stuff that's in the tutorial like the collections API then this is a sign that you need to put a bit of effort in to fill in the gaps in your knowledge. Similarly, whatever your opinion on the value of tuning garbage collection the fact is an expert will know a fair bit about the inner workings of the VM and heap management and the chances are that at some point they will have tried every -XX command line option just for the sake of it. If you haven't then the guys that did have an advantage over you.

    Leave a comment:


  • northernladuk
    replied
    Have you considered that an interview isn't just about pass or fail in a 'get the questions' right approach. It is also about putting yourself across, appearing confident but not overly so. I don't know about coding interviews but showing some business accumen and understand how what you do fits in to the bigger picture, being a team player etc. Research the company, what they do and all that marlarky.

    Are you sure you have cracked this element as well as the techinical questions?

    As I say I am not a coder so maybe am shooting way off the mark here but to me I want a good team player not just an expert coder.

    That any food for thought?

    Leave a comment:


  • Kanye
    replied
    Even if you are a good developer, you have to take it on the chin and get better at the algorithms and data structures.

    There are millions of Java code monkeys out there, but if you want to earn 70k+ as a permie developer or 100k+ as a contractor in a predominantly technical role, you have to be able to set yourself apart as an expert. That includes knowing the algos and the internals and the performance stuff.
    Last edited by Kanye; 11 April 2012, 16:39.

    Leave a comment:


  • pmeswani
    replied
    Originally posted by ahpublicbox View Post
    Guys I need bit of motivation and some tips from all those experts who have recently passed an interview.

    <Massive Snip>

    So all guru contractors.. Is there any tip for me which will help me prepare better and crack the next interview? Even if it is some hidden interview questions website will help.

    - A frustrated contractor
    First Tip. Learn how to post in the right forum.

    Second Tip. Learn how to be a bit more concise in your communication.

    Third Tip. If you are applying for a Java job, learn how Java works underneath. It doesn't matter if you never intend on using it, if you get asked the question on it, you can say this is what it does, but I would use something like xyz instead.

    Fourth Tip. Just because you have 12 years of programming experience, it doesn't mean you are the best in the field and that you can guarantee the first role you get interviewed for. I've been doing IT Security for 11.5 years, and I know there are IT Security Bods who are a lot better than me, and there are some IT Security Bods who are crap, but end up in better roles than me.

    Last Tip. I got bored reading your waffle. The chances are the interviewer got bored too.

    Leave a comment:


  • SimonMac
    replied
    Originally posted by ahpublicbox View Post
    Guys I need bit of motivation and some tips from all those experts who have recently passed an interview.

    I am an expert developer/architect as my managers/colleagues rate me for last 5-7 years. If I tell them that I failed an interview they will laugh and won't believe me.. I am not joking.. that is my track record.. Recently delivered a very large project sucessfully.

    Even though with sound experience and skills I failed few tech interviews and feeling bit demotivated.

    I was asked questions which were purely theoritical. In my 12 years I never needed to open java source and see how equals method is actually implemented in java.lang.Object. Asking me to tell them code on how will I find the common elements between 2 collections and kept on adding twists like having duplicates etc.. Come on ffs.. In last 12 years I never had to do all this in any of my project so can't provide you solution on fly on phone and even if I have one it is going to be different from what you expect.

    It looks like if you are lucky interviewer will ask exactly same questions that you have read on google before going for interview. You have to be more lucky and smart to use the words which interviewer wants to hear and not the ones you have made up even if your words are right.

    Majority of java apps are suffering in performance because there are always some of the monkeys in the project who wouldn't think before writing code. If some good guy rewrites the code you don't need to do anything special just write efficient code. They again failed me because I did not use buzz words using profiler, tuning garbage collection tuning etc etc.. I realized later on after finishing the interview which reading java interview questions. (hang on a sec my recent project did 3+ million events per/hour with all default settings just solid design and solid code by the team using best practices. there was never a need for using profiler etc).


    So all guru contractors.. Is there any tip for me which will help me prepare better and crack the next interview? Even if it is some hidden interview questions website will help.

    - A frustrated contractor
    I hope when you speak it flows better than when you type

    Leave a comment:


  • ahpublicbox
    started a topic How to pass and Interview and get java contract?

    How to pass and Interview and get java contract?

    Guys I need bit of motivation and some tips from all those experts who have recently passed an interview.

    It looks like if you are lucky interviewer will ask exactly same questions that you have read on google before going for interview. You have to be more lucky and smart to use the words which interviewer wants to hear and not the ones you have made up even if your words are right.

    So all guru contractors.. Is there any tip for me which will help me prepare better and crack the next interview? Even if it is some hidden interview questions website will help.

    - A frustrated contractor
    Last edited by ahpublicbox; 12 April 2012, 06:53. Reason: Removed massive boring snip

Working...
X