Does any rating system exist to rate the capabilities of a person as a programmer, much like an Intelligence Quotient Test, where specific insights on predefined aspects are rated based on answers / multiple-choice questions.
Ideally in a language-independent manner because the core programmer understandings are usually similar from platform-to-platform.
Also, capabilities we take for granted which actually make us more efficient / intellegent like visualization of data structures and processes, spatial-reasoning, in-mind simulation of code by just glancing, etc.
Typically there might be two categories of programmer solution design, functional-oriented and object-oriented, so if the balance of design style can be calculated.
Programmer-quotient? or Software-quotient? Any such rating system?
Duplicate of How exactly do you judge how well a programmer performs though this question is specifically about metrics for rating programmer capability not just advice.