Free — no signup required to start

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.

01

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.

02

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.

03

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.

Find blind spots before interviews

Know exactly where you're weak before an interviewer discovers it for you.

Track real skill growth

Retake assessments over time and see your score move as you learn.

Earn a badge that means something

A verified score with a confidence rating — not a self-endorsed LinkedIn skill.

Screen candidates with data

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.

Focus tracking
Ensures you stayed in the assessment — no second-tab temptation.
Paste detection
Distinguishes typed answers from copy-pasted ones.
Typing analysis
Recognizes natural human typing patterns vs. bulk-pasted text.
Follow-up drill-downs
Quick follow-ups based on your specific answer probe real understanding.
Timed rounds
Rapid-fire questions that test instinct, not research speed.
Sample confidence report
Typing rhythm
94%
Focus score
88%
Paste events
100%
Time patterns
91%
Answer depth
86%
High Confidence
94%

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.

⚛️
React Assessment
Question 4 of 20 · Intermediate
0:42
Monitoring
FIX CODE15 pts

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>;
}
After you answer, a follow-up digs into your reasoning. This is how you discover whether you understand something — or just memorized it.

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.

AI-Powered Conversation

“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.

Try Interactive DemoNo signup required

Pricing

Start free with 5 assessments per week. Upgrade for unlimited access.

Free
$0
Always
  • 5 assessments per week
  • All topics
  • Score + confidence report
  • Shareable badge
Start free
Pro
$9/mo
Cancel anytime
  • Unlimited assessments
  • Socratic deep-dive mode
  • Custom badge styles
  • Difficulty analytics
  • PDF certificates + LinkedIn
Upgrade to Pro
Company
$29/mo
Cancel anytime
  • Everything in Pro
  • Team dashboard
  • Candidate screening
  • Standardized assessments
  • ATS API access
Upgrade to Company

Pick a topic. See how you do.

No signup required. Takes about 20 minutes. You might learn something about yourself.

Browse topics

Not ready yet? Get notified about new topics and features.