Assessment tests...

purbeast0

No Lifer
Sep 13, 2001
53,765
6,645
126
So today I had to take an assessment test for a potential recruiter type person I'm talking to. It was a test that was 30 questions and you had 3 minutes for each question. You could use any resources you wanted to try and answer em, but after 3 minutes you either guess or it moves onto the next question.

It was from the company Select2Perform which used to be BrainBench (I had heard of them before I took this one).

I took the test, and I ended up getting great scores. I was in the 92 percentile globally, and the guy who had me take the test told me it was a great score.

Now the thing about this test is, I'd say like 90% of the questions did not even really pertain to the actual real world. Like it's nothing you would even use when actually developing software.

There were a few questions that asked what the output would be. Well I simply ran the code in netbeans, and saw the output. Most of them were like 6 lines of code, and would be easy to simply read through, but I just put em in and compiled them to verify that I got the right answer. That is also what I would do in the real world, code something, test out the output, and if it works as expected, continue.

There were some other ones that showed some code, and asked what error would happen if you tried to switch variable types. So I just ran those in code as well, since they were totally dealing with areas that I was not familliar with using specific Java RMI classes, and asking me what types of exceptions they would throw.

Other questions dealt with the order of the Heap, when JIT compile happens, and other stuff that just does not really matter in the real world. But with the resources I had, ie google, it was easy to find the answer out for the majority of the questions if I didn't know them, in the 3 minutes allotted.

I am just wondering if people in here have taken these types of tests, and if so, what do they really think about them?

EDIT:

And on another note, for another company I have an interview with tomorrow, I took an "assessment test" which was them giving me a small project to complete within 2 hours. So I did it in like 90 mins and emailed it back, and the next day they wanted me to come in for an interview. It seems THAT type of "assessment test" is much more worthwhile, since they can actually see how you think, how you can work under pressure, and can see your coding style.
 

AyashiKaibutsu

Diamond Member
Jan 24, 2004
9,306
4
81
Other questions dealt with the order of the Heap, when JIT compile happens, and other stuff that just does not really matter in the real world. But with the resources I had, ie google, it was easy to find the answer out for the majority of the questions if I didn't know them, in the 3 minutes allotted.

If the people who wrote our web services software knew about that stuff it might not be the slow buggy piece of crap it is today : p
 

purbeast0

No Lifer
Sep 13, 2001
53,765
6,645
126
If the people who wrote our web services software knew about that stuff it might not be the slow buggy piece of crap it is today : p

which part?

i've written a webservice at my job, and it starts up when the jboss application server is started up. and it uses session beans for the data it has to pull from the databases.

i don't however know exactly all of the technical stuff going on in the background at the level of the Heap or JIT (although I don't even think the JIT matters here at all).
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
I took a very similar test a few years ago, maybe even the same one. Did well too, but I hated it.
 

AyashiKaibutsu

Diamond Member
Jan 24, 2004
9,306
4
81
which part?

i've written a webservice at my job, and it starts up when the jboss application server is started up. and it uses session beans for the data it has to pull from the databases.

i don't however know exactly all of the technical stuff going on in the background at the level of the Heap or JIT (although I don't even think the JIT matters here at all).

I wasn't being completely serious. From what I understand, they did some horrible things regarding the garbage collector, which after a java update caused the whole thing to slow to a crawl. With how it's written, it's almost impossible to rewrite; I was just trying to imply that some lower level knowledge probably would have saved them a lot of hassle. All this info is second hand so I'm not sure.
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
I took a very similar test a few years ago, maybe even the same one. Did well too, but I hated it.

I have gotten burned on some of those tests.
Seemed like much more academic coverage than real world issues

When one has learned via OJT, it is difficult to get exposed to all the flavors - when they are not used within a project
 

Evadman

Administrator Emeritus<br>Elite Member
Feb 18, 2001
30,990
5
81
I have taken those tests before, probably a good half dozen. Let me see if I can find some of my results.

Found my MS SQL test. It was a joke, I finished in like 15 minutes, of which 10 minutes was probably page load times. I was told not one of the other applicants finished in under an hour, and none got above an 80% besides me. I don't rememebr what the question was that I missed, but I remember saying that I clicked the wrong radio box on accident.
untitled.JPG
 
Last edited: