views:

138

answers:

3

Is there a webpage whith good level where I can test my skills in this languages: Actionscript php c++ java ruby ruby on rails python pl/sql sql

I'm looking for a multiplechooice page with question in language with the same or more skill level as it would be this one for an algorithm test:

What is the time complexity of calculating scalarProduct(...) for two vectors of size n, in the worst case? Assume integer arithmetic in O(1). Choose one answer.
a. O(n^2)
b. O(2^n)
c. O(n )
d. O(log n)
e. O(n log n)

Not the answer of this problems, more problems but focused to this kind of problems :D

any suggestions? or any good questions that you could post?

Thanks and sorry for the english, I will try to improve it.

+1  A: 

http://www.brainbench.com/

George Lambert
you are the second that said this page is it free? I can't find the registration
Saikios
A: 

While some questions might not be multiple choice, this site might have some useful Q&A for testing your skills :)

MPelletier
Good site, I did answer some of them, but I was looking for some kind of standarized test with developing and algorithm codes to practice for some interviews
Saikios