Skip to content

Vue Cards Practice Exam

Test yourself under real exam conditions: 50 timed questions, 60 on the clock, pass mark 70%%. Instant score with a full review of everything you got wrong. Free — no account needed.

📝 50 questions · ⏱ 60 minutes · 🎯 Pass mark 70% · 🆓 Free, no signup

Exam details

  • 50 questions drawn from 50 cards
  • Countdown timer — auto-submits when time runs out
  • Pass mark 70% (real certification threshold)
  • Full review of wrong answers at the end
  • No signup required — save your score with a free account

Sample Questions

5 shown

What is shallowReactive in Vue?

Show ▼

It creates a reactive object where only the top-level properties are tracked; nested objects stay non-reactive unless wrapped separately.

What is triggerRef() used for?

Show ▼

It manually notifies Vue that a shallowRef changed after you mutated its inner value without replacing the reference.

What does getCurrentInstance() return?

Show ▼

It returns the current active component instance and is mainly useful in advanced framework or library code.

What is Vue.compile()?

Show ▼

It is a runtime+compiler API that turns a template string into a render function at runtime.

What does mode="out-in" do on <Transition>?

Show ▼

It waits for the leaving element to finish its transition before inserting the entering element.

🎯 Take the Vue Cards Practice Exam