Search test library by skills or roles
⌘ K

NPM Online Test

The NPM Online Test evaluates candidates' proficiency in NPM package management Node.js fundamentals and JavaScript programming. It assesses knowledge of NPM commands package.json configuration dependency management Node.js modules and core JavaScript concepts. The test includes MCQs and coding questions to gauge practical skills in these areas.

Get started for free
Preview questions

Screen candidates with a 30 mins test

Test duration:  ~ 30 mins
Difficulty level:  Moderate
Availability:  Available as custom test
Questions:
  • 5 NPM MCQs
  • 5 NodeJS MCQs
  • 5 JavaScript MCQs
Covered skills:
NPM Package Management
Dependency Management
Package.json Configuration
NPM CLI Commands
Node.js Fundamentals
Node.js Modules
Asynchronous JavaScript
Event Loop
JavaScript ES6+ Features
JavaScript Functions and Closures
Error Handling
JavaScript DOM Manipulation
Get started for free
Preview questions

Use Adaface tests trusted by recruitment teams globally

Adaface is used by 1500+ businesses in 80 countries.

Adaface skill assessments measure on-the-job skills of candidates, providing employers with an accurate tool for screening potential hires.

Amazon Morgan Stanley Vodafone United Nations HCL PayPal Bosch WeWork Optimum Solutions Deloitte NCS Sokrati J&T Express Capegemini

Use the NPM Test to shortlist qualified candidates

The NPM Online Test helps recruiters and hiring managers identify qualified candidates from a pool of resumes, and helps in taking objective hiring decisions. It reduces the administrative overhead of interviewing too many candidates and saves time by filtering out unqualified candidates at the first step of the hiring process.

The test screens for the following skills that hiring managers look for in candidates:

  • Able to efficiently handle exceptions and errors
  • Demonstrates understanding of folder structures and organization
  • Proficient in working with JSON data
  • Able to write effective queries for database manipulation
  • Ability to work with database concepts such as referencing and operators
  • Familiarity with database objects and their relationships
  • Skilled in working with URLs and handling URL parameters
  • Able to create and manipulate tables in a database
Get started for free
Preview questions

Screen candidates with the highest quality questions

We have a very high focus on the quality of questions that test for on-the-job skills. Every question is non-googleable and we have a very high bar for the level of subject matter experts we onboard to create these questions. We have crawlers to check if any of the questions are leaked online. If/ when a question gets leaked, we get an alert. We change the question for you & let you know.

How we design questions

These are just a small sample from our library of 15,000+ questions. The actual questions on this NPM Online Test will be non-googleable.

🧐 Question

Medium

I/O cycle and main module
Event Loop
Solve
Review the following NodeJS code:
 image
Pick the correct statements:

A: X will be logged after Y always
B: Y will be logged after X always
C: The order of executing timeout and immediate callbacks is non-deterministic and is bound by the performance of the process
D: In this case, the function calls are scheduled in the main module and not in the I/O cycle
E: In this case, the function calls are scheduled in the I/O cycle so setImmediate is always executed before any timers scheduled in the I/O phase, independently of how many timers are left

Easy

Res methods
Solve
If none of the methods (res.download, res.end, res.json, res.jsonp, res.redirect, res.render, res.send, res.sendFile, res.sendStatus) are called from a route handler to terminate request response cycle, what happens to the the client request?
A) Will be left hanging indefinitely

B) Will get an internal server error - 500 

C) Will get a service unavailable error - 503

D) Will be left hanging for a while and then request timeout error - 408

Medium

Phases and Timers
Event Loop
Solve
Review the following NodeJS code:
 image
Pick the correct statements:

A: Adaface will be logged after Lovelace.
B: Lovelace will be logged after Adaface.
C: Once the asyncOpThatTakes195ms completes reading the file, it starts executing the callback which takes 10 seconds. Only after this is finished, the event loop will execute the timers that are finished. So the timeout call back will actually be executed after 205 ms even though it is scheduled to be run after 200 ms
D: Once the asyncOpThatTakes195ms completes reading the file, it starts executing the callback. While executing the callback, the scheduled timer becomes ready to be executed. So the runtime executes the timer and then completes processing the callback.

Medium

Async Await Promises
Promises
Async-Await
Solve
What will the following code output?
 image
A: 24 after 5 seconds and after another 5 seconds, another 24
B: 24 followed by another 24 immediately
C: 24 immediately and another 24 after 5 seconds
D: After 5 seconds, 24 and 24
E: Undefined
F: NaN
G: None of these

Medium

Bitcoin prices
Axios
Promises
Solve
Review the following JavaScript code and pick the correct options: 
 image
Assume that the API returns a successful 200 response code and a JSON object as the response body. What would the value of ‘a’ be after the code is executed?

Medium

My Module
Scope
Solve
What will the output of the following JavaScript code be?
 image
 image

Medium

Promise Resolve
Promises
Async-Await
Solve
What does the following code output? 
 image

Easy

Throw, Try, Async
Promises
Async-Await
Solve
What does the following JS code output?
 image
🧐 Question🔧 Skill

Medium

I/O cycle and main module
Event Loop

2 mins

NodeJS
Solve

Easy

Res methods

3 mins

NodeJS
Solve

Medium

Phases and Timers
Event Loop

2 mins

NodeJS
Solve

Medium

Async Await Promises
Promises
Async-Await

2 mins

JavaScript
Solve

Medium

Bitcoin prices
Axios
Promises

2 mins

JavaScript
Solve

Medium

My Module
Scope

2 mins

JavaScript
Solve

Medium

Promise Resolve
Promises
Async-Await

2 mins

JavaScript
Solve

Easy

Throw, Try, Async
Promises
Async-Await

2 mins

JavaScript
Solve
🧐 Question🔧 Skill💪 Difficulty⌛ Time
I/O cycle and main module
Event Loop
NodeJS
Medium2 mins
Solve
Res methods
NodeJS
Easy3 mins
Solve
Phases and Timers
Event Loop
NodeJS
Medium2 mins
Solve
Async Await Promises
Promises
Async-Await
JavaScript
Medium2 mins
Solve
Bitcoin prices
Axios
Promises
JavaScript
Medium2 mins
Solve
My Module
Scope
JavaScript
Medium2 mins
Solve
Promise Resolve
Promises
Async-Await
JavaScript
Medium2 mins
Solve
Throw, Try, Async
Promises
Async-Await
JavaScript
Easy2 mins
Solve

Test candidates on core NPM Hiring Test topics

Folder structures: Folder structures refer to the organization and arrangement of files and directories within a computer system. In the context of this test, measuring this skill is important as it demonstrates the candidate's ability to effectively structure and organize their project files, ensuring clarity and maintainability.

JSON: JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate. Assessing this skill in the test is crucial as it reflects the candidate's understanding of how to work with JSON data, manipulate and parse JSON objects, and use JSON formatting in web applications.

Queries: Queries involve retrieving specific data from a database using SQL. Evaluating this skill is important for recruiters as it measures the candidate's ability to construct and execute queries, demonstrating their proficiency in accessing and manipulating data efficiently.

Database: The database skill assesses the candidate's knowledge and understanding of managing relational databases, including creating, querying, and modifying database tables using SQL. Measuring this skill is important as it reflects the candidate's ability to work with database systems, design efficient database schemas, and perform data manipulation tasks.

Referencing: Referencing in programming refers to the ability to access and use data or objects that are stored in one location from another location. This skill is measured in the test to assess the candidate's capability to appropriately reference and utilize data or resources, showcasing their understanding of how to establish connections and relationships between different parts of a program.

Operators: Operators in programming are symbols or keywords that perform specific operations on operands. Measuring this skill in the test is important as it indicates the candidate's proficiency in using different operators to perform various calculations, comparisons, and logical operations, highlighting their ability to write efficient and effective code.

Database Objects: Database objects refer to the components that make up a database, such as tables, views, indexes, and stored procedures. Assessing this skill is important for recruiters as it reflects the candidate's understanding of the different database objects and their purpose, as well as their ability to create, modify, and manage these objects effectively.

URL: A URL (Uniform Resource Locator) is the address of a specific web resource, such as a webpage or a file. Evaluating this skill in the test is crucial as it measures the candidate's knowledge and understanding of how to work with URLs, including constructing and parsing URLs, handling query parameters, and navigating between webpages or resources.

Tables: Tables are one of the fundamental components of a relational database and are used to store and organize data in a structured manner. Measuring this skill is important as it demonstrates the candidate's understanding of how to create, modify, and manage database tables, including defining appropriate data types, constraints, and relationships, showcasing their ability to design and implement efficient database structures.

Get started for free
Preview questions

Make informed decisions with actionable reports and benchmarks

View sample scorecard

Screen candidates in 3 easy steps

Pick a test from over 500+ tests

The Adaface test library features 500+ tests to enable you to test candidates on all popular skills- everything from programming languages, software frameworks, devops, logical reasoning, abstract reasoning, critical thinking, fluid intelligence, content marketing, talent acquisition, customer service, accounting, product management, sales and more.

Invite your candidates with 2-clicks

Make informed hiring decisions

Get started for free
Preview questions

Try the most advanced candidate assessment platform

ChatGPT Protection

Non-googleable Questions

Web Proctoring

IP Proctoring

Webcam Proctoring

MCQ Questions

Coding Questions

Typing Questions

Personality Questions

Custom Questions

Ready-to-use Tests

Custom Tests

Custom Branding

Bulk Invites

Public Links

ATS Integrations

Multiple Question Sets

Custom API integrations

Role-based Access

Priority Support

GDPR Compliance


Pick a plan based on your hiring needs

The most advanced candidate screening platform.
14-day free trial. No credit card required.

From
$15
per month (paid annually)
love bonito

With Adaface, we were able to optimise our initial screening process by upwards of 75%, freeing up precious time for both hiring managers and our talent acquisition team alike!

Brandon Lee, Head of People, Love, Bonito

Brandon
love bonito

It's very easy to share assessments with candidates and for candidates to use. We get good feedback from candidates about completing the tests. Adaface are very responsive and friendly to deal with.

Kirsty Wood, Human Resources, WillyWeather

Brandon
love bonito

We were able to close 106 positions in a record time of 45 days! Adaface enables us to conduct aptitude and psychometric assessments seamlessly. My hiring managers have never been happier with the quality of candidates shortlisted.

Amit Kataria, CHRO, Hanu

Brandon
love bonito

We evaluated several of their competitors and found Adaface to be the most compelling. Great library of questions that are designed to test for fit rather than memorization of algorithms.

Swayam Narain, CTO, Affable

Brandon

Have questions about the NPM Hiring Test?

What roles can I use the NPM Test for?

Here are few roles for which we recommend this test:

  • Frontend Developer
  • Backend Developer
  • Full Stack Developer
  • Node.js Developer
  • JavaScript Developer
  • Web Application Developer
  • Software Engineer
  • DevOps Engineer
  • Build Engineer
  • Technical Lead
Can I combine NPM Online Test with JavaScript questions?

Yes, recruiters can request a custom test that includes both NPM and JavaScript skills. Learn more about the JavaScript Online Test.

How to use the NPM Online Test in my hiring process?

Use it as a pre-screening tool in the initial hiring stage. You can add a link in your job post or invite candidates via email to take the test.

What are the main JavaScript-related tests?
Do you have any anti-cheating or proctoring features in place?

We have the following anti-cheating features in place:

  • Non-googleable questions
  • IP proctoring
  • Screen proctoring
  • Web proctoring
  • Webcam proctoring
  • Plagiarism detection
  • Secure browser
  • Copy paste protection

Read more about the proctoring features.

What experience level can I use this test for?

Each Adaface assessment is customized to your job description/ ideal candidate persona (our subject matter experts will pick the right questions for your assessment from our library of 10000+ questions). This assessment can be customized for any experience level.

I'm a candidate. Can I try a practice test?

No. Unfortunately, we do not support practice tests at the moment. However, you can use our sample questions for practice.

Can I get a free trial?

Yes, you can sign up for free and preview this test.

What is NPM Online Test?

The NPM Online Test assesses candidates' proficiency in NPM package management, dependency management, package.json configuration, and NPM CLI commands. It is used by recruiters to identify candidates with strong NPM and Node.js skills.

What topics are covered in the NPM Online Test?

The test covers skills like NPM Package Management, Dependency Management, Package.json Configuration, NPM CLI Commands, Node.js Fundamentals, Asynchronous JavaScript, Event Loop, JavaScript ES6+ Features, and more.

Can I test JavaScript and NodeJS together in a test?

Yes, you can combine JavaScript and NodeJS in a single test to get a holistic assessment of these skills. Check out the JavaScript & NodeJS Test.

Can I combine multiple skills into one custom assessment?

Yes, absolutely. Custom assessments are set up based on your job description, and will include questions on all must-have skills you specify. Here's a quick guide on how you can request a custom test.

How do I interpret test scores?

The primary thing to keep in mind is that an assessment is an elimination tool, not a selection tool. A skills assessment is optimized to help you eliminate candidates who are not technically qualified for the role, it is not optimized to help you find the best candidate for the role. So the ideal way to use an assessment is to decide a threshold score (typically 55%, we help you benchmark) and invite all candidates who score above the threshold for the next rounds of interview.

Does every candidate get the same questions?

Yes, it makes it much easier for you to compare candidates. Options for MCQ questions and the order of questions are randomized. We have anti-cheating/ proctoring features in place. In our enterprise plan, we also have the option to create multiple versions of the same assessment with questions of similar difficulty levels.

What is the cost of using this test?

You can check out our pricing plans.

I just moved to a paid plan. How can I request a custom assessment?

Here is a quick guide on how to request a custom assessment on Adaface.

customers across world
Join 1500+ companies in 80+ countries.
Try the most candidate friendly skills assessment tool today.
g2 badges
Ready to use the Adaface NPM Online Test?
Ready to use the Adaface NPM Online Test?
logo
40 min tests.
No trick questions.
Accurate shortlisting.
Terms Privacy Trust Guide
ada
Ada
● Online
Previous
Score: NA
Next
✖️