Know what you
actually know.
Take a 20-minute skill test that adapts to your level. Get an honest score with a confidence rating that proves it's real. Share it on LinkedIn or use it to find your blind spots before an interviewer does.
If someone unplugged all the AI tomorrow,
would you still be good at your job?
Vetted answers that question. Pick a skill, answer honestly, and get a score with a confidence rating that proves it actually means something.
How it works
Three steps. No friction.
Pick a skill
React, Python, AWS, System Design — choose your topic and difficulty. Each test is generated fresh by AI, so no two are the same.
Test yourself
MCQs, code output prediction, bug fixing, and follow-up drills that adapt to your level. Timed, focused, and designed to reveal what you genuinely understand.
Know where you stand
Get an honest score you can trust — with a confidence rating that confirms it was really you. Share it or improve on it.
Built for developers who want the truth
Four reasons people take a Vetted assessment.
Know exactly where you're weak before an interviewer discovers it for you.
Retake assessments over time and see your score move as you learn.
A verified score with a confidence rating — not a self-endorsed LinkedIn skill.
Send standardized assessments and compare results with confidence scores.
Why trust your score?
A score is only useful if it's honest. Our confidence layer quietly ensures your result reflects what you actually know — so you can trust it, share it, and build on it. Read the full methodology.
Deeper than a quiz
Questions adapt to your level. Get one right? The next one's harder. Struggle? It digs into where exactly your understanding breaks down.
This component has a bug that causes an infinite re-render loop. Find and describe the fix.
function UserProfile({ userId }) {
const [user, setUser] = useState(null);
useEffect(() => {
fetch(`/api/users/${userId}`)
.then(res => res.json())
.then(data => setUser(data));
}); // ← spot the bug
return <div>{user?.name}</div>;
}See Socratic Mode in Action
Watch how the AI adapts its questions in real-time based on your answers, probing deeper into concepts you know and pivoting when you don't.
“Explain how React reconciliation works.”
You answered about virtual DOM diffing...
“Good. Now, what happens when keys change in a list? Walk me through the fiber tree.”
The AI goes deeper until it finds your ceiling.
Topics
More added every week. Request one.
React
frontendComponents, hooks, state management, performance optimization, and the React ecosystem.
TypeScript
languagesType system, generics, utility types, type narrowing, and advanced patterns.
System Design
engineeringScalability, load balancing, caching, database design, and distributed systems.
Python
languagesCore language, data structures, OOP, decorators, generators, and Pythonic patterns.
AWS
cloudEC2, S3, Lambda, DynamoDB, IAM, CloudFormation, and architectural best practices.
Node.js
backendEvent loop, streams, clustering, Express/Fastify, and backend patterns.
SQL & Databases
dataQueries, joins, indexing, normalization, transactions, and query optimization.
Docker & K8s
devopsContainers, orchestration, networking, volumes, Helm charts, and production patterns.
Pricing
Start free with 5 assessments per week. Upgrade for unlimited access.
- Unlimited assessments
- Socratic deep-dive mode
- Custom badge styles
- Difficulty analytics
- PDF certificates + LinkedIn
- Everything in Pro
- Team dashboard
- Candidate screening
- Standardized assessments
- ATS API access
Pick a topic. See how you do.
No signup required. Takes about 20 minutes. You might learn something about yourself.
Browse topicsNot ready yet? Get notified about new topics and features.