Send the Cognitive Ability (IQ) from iCIMS in 5 minutes
Inside iCIMS Talent Cloud, cognitive-ability testing integrates into the platform's talent-analytics dashboards for enterprise customers running high-complexity hiring (engineering, data, research, strategy). iCIMS customers use IQ scores to seed cohort-analytics that surface cognitive-distribution patterns, identify capability gaps for succession planning, and inform role-progression mapping. Two enterprise security requirements are worth stating plainly rather than implying: JobCannon has no SAML SSO — sign-in is Google — and data is resident in the EU with no region to select. The Schmidt & Hunter meta-analysis remains the cornerstone: g-factor predicts performance better than any other single instrument, with validity scaling up as role complexity rises.
Validity
General cognitive ability (g) is the strongest single predictor of job performance — ρ ≈ .51 in Schmidt & Hunter's 85-year meta-analysis (1998). Validity increases with job complexity.
Send the Cognitive Ability (IQ) from iCIMS
From iCIMS admin to first scored candidate.
- 1
Add the JobCannon iCIMS integration
From iCIMS admin settings, add JobCannon as an Assessment Partner. Paste your Basic Auth credentials (sandbox first, production after the first test cycle). One-time setup, takes 3 minutes.
- 2
Create a iCIMS scorecard mapped to Cognitive Ability (IQ) dimensions
In your job template, create a scorecard section per Cognitive Ability (IQ) dimension. Each dimension maps 1:1 to a numeric attribute on the iCIMS scorecard — no provider-specific glue needed.
- 3
Trigger the Cognitive Ability (IQ) on the candidate's stage transition
Add "Send Cognitive Ability (IQ)" as an automatic action when candidates enter the assessment stage. The candidate receives a co-branded iCIMS email and completes the 5-minute form on mobile or desktop.
- 4
View the score envelope in the candidate profile
The full Cognitive Ability (IQ) score envelope (dimensions, bands, narrative summary) lands in the iCIMS candidate profile within 30 seconds of submission. Recruiters review without leaving iCIMS.
Sample score envelope
Generated by the same normalizer that serves your iCIMS webhook, so the field names and types below are the ones you will parse. The candidate and the answers are a worked example; the numbers are illustrative, not a benchmark.
dimensions[].score is 0–100 within this test’s own scale. It is safe to rank candidates on one dimension of one test, and it is not a percentile unless metadata.score_metric says so — today only Big Five publishes percentiles, against norms whose sample size and pull date travel in the same envelope. Scores from two different tests are not comparable to each other.
{
"test_type": "iq-test",
"test_name": "IQ Test",
"completed_at": "2026-05-16T10:34:21.000Z",
"candidate": {
"email": "candidate@example.com",
"name": "Alex Morgan"
},
"primary_outcome": {
"code": "above_average",
"label": "Above Average",
"summary": ""
},
"dimensions": [
{
"code": "overall",
"label": "IQ Test",
"score": 68,
"interpretation": "moderate"
}
],
"metadata": {
"percentage": 68,
"tier_key": "above_average",
"tier_icon": "⚡"
}
}Other assessments for iCIMS hiring
Run a different cut on the same candidate by sending one of these from the same iCIMS pipeline.
Big Five (OCEAN)
personality test
Big Five conscientiousness predicts job performance at corrected ρ ≈ .31 across 117 studies (Barrick & Mount 1991, Personnel Psychology).
Send from iCIMS →
DISC
behavioural style assessment
DISC maps four observable behaviour styles on the assertiveness × cooperativeness grid. Meta-analytic correlation with job performance is modest (~.10-.15).
Send from iCIMS →
EQ (Emotional Intelligence)
emotional intelligence assessment
EQ adds incremental predictive validity over Big Five and cognitive ability for emotional-labour roles — ρ ≈ .24 for customer-facing and people-management (Joseph & Newman 2010).
Send from iCIMS →
Frequently asked
When does the iCIMS integration go live?+
Phase 1 roadmap target H2 2026. Enterprise customers can be onboarded directly via early-access credentials while marketplace review completes.
Is IQ EEOC-defensible for iCIMS?+
Yes with caveats. Cognitive ability is most predictive (ρ .51) but carries highest documented adverse-impact risk. Defensibility requires (1) documented job analysis, (2) pass-bands above floor not ceiling, (3) pairing with structured interview, (4) ongoing adverse-impact monitoring.
Which iCIMS roles benefit most from IQ?+
Engineering, data, research, finance, product strategy, executive roles where task complexity is high. Validity is weaker for low-complexity roles.
How long does IQ testing take?+
Median 5 minutes on JobCannon's 20-item form. Candidate friction stays low for a cognitive measure; the predictive lift is what justifies putting it in front of high-complexity roles.
Does iCIMS support GDPR and data residency?+
JobCannon hosts on EU Supabase. That is the only region: there is no US or APAC option and no residency switch to request. DPA available on request.
Pricing for iCIMS enterprises?+
Free sandbox + 5 invitations/mo; Scale tier $199/mo flat. Enterprise partnerships scope dedicated rate limits (up to 10,000 rpm) and 99.9% SLA.
Be first on the iCIMS integration with the Cognitive Ability (IQ)
Email partners@jobcannon.io with your iCIMS tenant ID. We'll notify you when the iCIMS adapter ships and beta credentials are available.
Prefer to try the Cognitive Ability (IQ) first? Take it on JobCannon to see exactly what your candidates will see — or read the assessment API docs for the full envelope spec (Iq Test).