Has anyone taken any Java tests supplied by IKM (International Knowledge Measurement)? I would be interested in hearing how complex they are, compared to, say the Java certification exams from Sun/Oracle.
|
closed as off topic by Brad Larson♦ Nov 18 '12 at 3:30
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
so that it doesn't come off as a case of sour grapes, i preface my reply with this: i took the ikm j2ee exam back in 2007. although i honestly don't recall whether or not i was presented with a score or grade on completion, i was invited for a face-to-face interview by the employer that sponsored the exam. so, i have to assume i - at least - didn't fail the ikm exam. i've taken 2 sun certified exams (scjp & scwcd). i've taken 5 or 6 brainbench cert exams (j2ee, java, ooad, perl, jsp, etc). of all of the exams i've listed, ikm's are the only ones whose questions are intentionally badly-worded. it's as if ikm's questions are written by somebody who has only a tourist's command of the english language. ikm seem to take the approach, that because a question is difficult to understand because it is poorly written, then the question must be, therefore, technically challenging. they're wrong! what it really means is, the authors of ikm's questions do not know how to correctly form sentences in the english language. the thing i found the most challenging about ikm's exams is understanding the english language syntax of ikm's questions themselves (as opposed to the programming language syntax). here's an interesting link (a forum thread about ikm's c++ exam) where one poster eloquently sums up the rationale for ikm's "methodology":
if you speak and/or understand pidgeon english, there's a good chance you will excel at ikm's exams. if you're a native english-speaker however, good luck! you're gonna need it! |
|||
|
|
|
Took the IKM test for Java SE5 last night. Scored 99 and ended up in 94% percentile. It feels a bit like going backwards considering I got my OCPJP 6 certification (previously known as SCJP 6) a few months ago. I consider both exams a bit unrealistic because in real life you'll have an IDE and API reference to figure out the answer to most of the questions (which are very similar in both exams). However, I think IKM is a bit harder than OCPJP because:
|
||||
|
|
|
I found it slightly harder than SCJP. There was a combination of Java language questions and also Spring/ Hibernate questions. It was open book and I was able to sit at home. It was a web based test and the pages presented were JSP's. I had netbeans running at the same time so was able to test code snippets. The test did not allow Ctrl key events, (so you cant copy the code), if you do this the test will become unauthorized and you will have to get it reset by the testing agency. |
|||
|
|
|
Not sure about the java ones ... Took the IKM C++ test. It was just irritating .. trivial questions about minor aspects of C/C++ development. String manipulations, pointer / address manipulations ... stuff you either know or don't know BUT having to keep chasing these types of problems through is just irritating ... I didn't see any value in the test and while I did OK about halfway through I just starting quickly guessing ... seriously what's the point?? Everyone knows the address/value/pointer issues .. why keep mudding the waters by throwing these concerns into every question. Everyone's aware of dealing with string issues why keep throwing those in everywhere. Don't know about the java tests they have ... but the IKM C++ test is a horrible way of determining anything other than if you coded in the language before ... certainly won't provide any metric beyond that such as good, better, best. I think these tests are just a way of determining if someone is lying about their experience or not ... nothing more. |
||||
|
|
|
IKM is one of the harder test that I taked in my life. I think that it is´n the best way to test a java developer. Obscure code, nonsense questions about inheritance... 90/10 80% percentile. I´m happy but expecting that my future role wont be write obscure Java code. |
|||
|
|
|
I have to agree with the other comments. I passed SCJP and SCWCD with no problems and have over 10 years of java experience. I took an IKM test recently for a recruiter. The grammar of the questions was shockingly bad, some of them made no sense at all. The answers were very often ambiguous and badly thought out. As for the content, all that was being tested was API knowledge. This often involved knowing method signatures from obscure and rarely-used parts of the API. This test would not distinguish a good programmer from a bad one, in fact all it really tests is the ability to look things up and to understand poor English. I passed and got through to interview, so it wasn't a total waste of my time, but in my opinion it offered no value to the prospective employer. I would never use an IKM test to recruit onto my team. |
|||
|
|
|
I concur with the answers above - if the job that you're being tested for fits the following criteria then the test is useful, otherwise it's missing the point:-
Oh and don't dare press CTRL otherwise you fail. |
|||
|
|
|
Took it yesterday, well the test is slightly harder, but it is limited in time and it is not as exhaustive as the SCJP tests are. But that might depend on how the client configured it. I agree, this test asks questions that seems a bit of nonsense regarding what we have today at work (IDEs, google, ...). However I don't think it completely misses the point here's why ; the test is not designed to have a degree, but to allow an employer to assert your skills in a particular area, ie Java. Where it falls short, it does not give the employer an estimate of how well the guy will be doing. There's not only the JDK in real projects, there's other frameworks, patterns, architecture, etc. IKM tests are well suited for beginners or to assert some knowledge, but they cannot help qualify the experience (not in years). |
|||
|
|
|
Today I did the IKM J2EE Exam. It was not that difficult rather complex. I have done SCWCD and SCBCD exams but this one is so complicated comparing to both. You find different questions depending on how you perform therefore, can't exactly say what level of questions you will appear. Considering the exam coverage, it was nothing but theory!! I have more than 5+ years of Java EE dev. experience but I some parts of the exam questions were never used and we don't want to by-heart API's since we are given rich IDE's that guide us with methods and correct signatures. Wonder why these job recruiting companies don't understand this ?? |
||||
|
|