Vue.js Online Test
For Jobseekers
Practice your skills and earn a certificate of achievement when you score in the top 25%.
Take a Practice TestFor Companies
Test candidates with real-world problems and interview the best ones.
Sign Up to Offer this TestAbout the test
The Vue.js online test assesses knowledge of building web user interfaces with the Vue.js library through a series of live coding questions.
The assessment includes work-sample tasks such as:
- Manipulating DOM elements with Directives.
- Using Computed Properties to encapsulate logic that includes reactive data.
- Handling user events and updating the application based on user actions.
A good Vue.js developer should be able to work with the library effectively to create maintainable and accessible web user interfaces.
Sample public questions
A developer team wants to have a component that is made from a label and an input element. Implement a Vue.js component so that reusable element defined as:
<labeledinput id="username">Username: </labeledinput>
is rendered as:
<div>
<label for="username">Username: </label>
<input type="text" id="username">
</div>
The component should be usable with any root Vue instance, and developers should be able to specify different values for an element's id and an element's content.
A website requires a page for adding users to the table Users. Users can be added in two ways:
- By specifying their first name and last name with input elements, and then clicking on "Add user" button. After user is added, input elements should be cleared.
- By executing the following JavaScript code: vm.users.push({firstName: "John", lastName: "Doe" })
After a user is added, it should be listed in the table Users, where the index column should start from 1.
For example, after executing vm.users.push({firstName: "John", lastName: "Doe" }) and adding Ann Franklin through UI, the tbody part of the Users table should be:
<tr>
<td>1</td>
<td>John</td>
<td>Doe</td>
</tr>
<tr>
<td>2</td>
<td>Ann</td>
<td>Franklin</td>
</tr>
For jobseekers: get certified
Earn a free certificate by achieving top 25% on the Vue.js test with public questions.
Take a Certification TestSample silver certificate
Sunshine Caprio
Java and SQL TestDomeCertificate
For companies: premium questions
Buy TestDome to access premium questions that can't be practiced.
Get money back if you find any premium question answered online.
9 more premium Vue.js questions
Custom Link, Division, Countdown, Cards Widget, Post Comment, Product Rating, Validation Form, Calculator, Reorder.
Skills and topics tested
- Vue.js
- Directives
- Computed Properties
- Components
- Event Handling
- Content Manipulation
- Managing State
- Forms
- Binding
For job roles
- JavaScript Developer
- Vue.js Developer
- Web Front-End Developer
Sample candidate report
What others say
Simple, straight-forward technical testing
TestDome is simple, provides a reasonable (though not extensive) battery of tests to choose from, and doesn't take the candidate an inordinate amount of time. It also simulates working pressure with the time limits.
Jan Opperman, Grindrod Bank
Product reviews
Used by
Solve all your skill testing needs
150+ Pre-made tests
From web development and database administration to project management and customer support. See all pre-made tests.
90+ skills
From JavaScript and SQL to English and customer support. See all questions to filter by skill.
Multi-skills Test
Mix questions for different skills or even custom questions in one test. See an example.
How TestDome works
Choose a pre-made test
or create a custom test
Invite candidates via
email, URL, or your ATS
Candidates take
a test remotely
Sort candidates and
get individual reports