jQuery Online Test

TestDome skill assessments are used by more than 11,000 companies and 1,030,000 test takers.

For Jobseekers

Practice your skills and earn a certificate of achievement when you score in the top 25%.

Take a Practice Test

For Companies

Test candidates with real-world problems and interview the best ones.

Sign Up to Offer this Test

About the test

The jQuery online test assesses knowledge of programming in the JavaScript language and features of the jQuery library through a series of live coding questions.

The assessment involves solving work sample tasks such as:

  • Handling user events and manipulating DOM to build responsive web pages.
  • Using jQuery selectors to select proper HTML elements.
  • Initiating and handling asynchronous events.

A good Web front-end or JavaScript developer working with jQuery needs a solid understanding of the JavaScript programming language and the ability to use the functionality of the jQuery library to write maintainable code that works on all browsers.

Sample public questions

Hard
30 min
code
Public
jQuery
JavaScript
Recursion
Selectors

The following HTML represents a family tree:

<James>
  <Dave></Dave>
  <Mike></Mike>
  <Sarah></Sarah>
</James>

Implement the closestRelative function so that when a parent jQuery object is passed, the function returns the parent's closest relative whose name matches the relativeName, and obeys the following rules:

  • The parent parameter is the jQuery object of which the closest relative will be a descendant.
  • Each member of the family, including children, may also be a parent to one or more children.
  • Children are more closely related to the parent than grandchildren.
  • If several children in the same generation have the same name, then the first child in the tree is considered the closer relative.
  • If no matching relative is found the function should return null.

For example, the below code should print 'MIKE' for the given family tree:

let parent = $('James').eq(0);
let relative = closestRelative(parent, 'Mike');
console.log(relative && relative.prop("tagName")); // prints MIKE
Hard
5 min
code
Public
jQuery
JavaScript
Selectors

An HTML div element contains a list of the most endangered species for each continent.

<div>
    <ul>
        <li data-continent="North America">California condor</li>
        <li data-continent="Europe">Cave bear</li>
    </ul>
</div>

Implement the function endangeredSpecies that returns the species's name for a particular continent.

For example, endangeredSpecies("North America") should return "California condor".

For jobseekers: get certified

Earn a free certificate by achieving top 25% on the jQuery test with public questions.

Take a Certification Test

Sample silver certificate

Sunshine Caprio

Java and SQL
TestDome
Certificate
TestDome logo icon

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.

Sign Up to Offer this Test

13 more premium jQuery questions

Copy Element, Loading Bar, Cards, Validation, Table of Names, A Tag, Product Rating, Post Comment, Reorder, Hide Button, Confirm, Row Appender, Double.

Skills and topics tested

  • jQuery
  • JavaScript
  • Selectors
  • DOM Manipulation
  • HTML5
  • Event Handling
  • Forms
  • Attribute Manipulation
  • Content Manipulation
  • Asynchronous Calls
  • Dialog Box
  • Error Handling

For job roles

  • JavaScript Developer
  • jQuery Developer
  • Web Front-End Developer

Sample candidate report

What others say

Decorative quote

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

G2 - Crowd Badge
G2 - High Performer (2022)
Capterra - 4.5 Stars
Capterra - Shortlist (2023)

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

1

Choose a pre-made test
or create a custom test

2

Invite candidates via
email, URL, or your ATS

3

Candidates take
a test remotely

4

Sort candidates and
get individual reports

Want to know more?