© 2019 Dhi Technologies Pvt Ltd. All rights reserved.
Dhi Technologies Pvt Ltd Dhi Technologies Pvt Ltd
  • Home
  • About Us
  • Solutions
  • Blog
  • Careers
  • Contact Us
Dhi Technologies Pvt Ltd

NodeJS Questionnaire

Welcome to your NodeJS Questionnaire

The questionnaire needs to be completed in 30 minutes.

Full Name
Email Address
English Fluency Assessment >

This general assessment has been designed to help us decide what level of fluency you possess in English, which is essential for all communication.

I'm from Pune. ____________ is in Maharastra.

Excuse Me. How _________ your last name? K-A-R-A-N

I'd like ________ omelette, please.

My name's Pete and this is Sylvia. ________ doctors from France.

Sorry, ________ Vaibhav. My name's Aman.

I go to work ________ train.

She ________ a dog.

Stephan ________ in our company.

________ they live in London?

When do you play tennis? ________ Mondays.

What time ________ work?

________ two airports in the city.

________ at school last week?

Brad Pitt is a popular actor but I don't like ________ .

We ________ the film last week.

He ________ tennis with me yesterday.

She was born ________ May 6th, 1979.

Where ________ last summer?

Were you at the shop at 5 p.m. yesterday? No, I ________ .

Excuse me, ________ is the T-shirt? It's 699/-

NodeJS Questionnaire >

These questions are to assess your knowledge as a NodeJS Developer.

What is a controller in MVC?

Which of the following statements will yield a false result?

What will be the result of JSON.parse('{"firstName":"Max", "birth": 1986-12-15, "city":"New York"}')

What is the output of the code below?

function job() {
  return new Promise(function(resolve, reject) {
      reject();
  });
}

let promise = job();

promise
.then(function() {
console.log('Success 1');
})
.then(function() {
console.log('Success 2');
})
.then(function() {
console.log('Success 3');
})
.catch(function() {
console.log('Error 1');
})
.then(function() {
console.log('Success 4');
});

Which of the following is true about NodeJS?

Which of the following predefined function that returns the character in the string starting at the specified position via the specified number of characters?

In JavaScript what does x===y statement implies?

APIs created using NodeJS are

Which of the following is true about RESTful web services

Which of the following statements is/are true about Timer functions(setTimeout(), setImmediate() and setInterval) in NodeJS

What will be the output of console.log("one"<8);

Which one of the following is correct output for the following code?

var obj = {
length:20,
height:35,
}
if('breath' in obj === false) {
obj.breadth = 12;
}
console.log(obj.breadth);

What will be the output of the following code?

function getHeightType() {
  var height = 123.56;
var type = (height>=190)?"Taller":"Little short";
return type;
}

var heightType = getHeightType();
console.log(heightType);

Which command is used to install all the modules in package.json present in the current working directory?

Which HTTP method when used in the method field, leaves entity body empty?

What will be the output of the following code snippet?

var p = new Promise((resolve, reject) => {
reject(Error('The Fails!'))
})
.catch(error = > console.log(error.message))
.catch(error = > console.log(error.message))

What will be the output of the following code snippet?

Promise.resolve('Success!')
.then(data => {
data.toUpperCase()
})
.then(data => {
console.log(data)
})

Which of following can be used to define route path?

What is Callback?

Default scope in NodeJS app is

The npm ls statement on the terminal window is used to show the list of all the locally installed module

Which function is used to fire a event of the Built-in "events" module in NodeJS

Which of the following are types of streams in NodeJS?

Which of the following function in events serve the same purpose as on() function?

What is the output of code - var a = [1,2,3,4,5]; var b = a.slice(0,3); return b;

The primary purpose of the array map() function is that it

Which of the following is true about the following statement where a is an array - if(!a[i]) continue;

If the return statement doesn't have an associated expression

What will be the output of the statements - var result = eval("10*10+5"); console.log(result);

Only one callback function can be used to handle a request

Synchronous and asynchronous both of these types of methods are present in fs module

To create a chain of route handlers for a route path in express js application, which of the following is used

Find output of following code ("1 plus 1 is " + 1 + 1);

Using parseInt() to convert a string which is a decimal number

Dhi Technologies

Founded in 2018, Dhi Technologies develops smart, secure, innovative solutions for the IoT industry, with greater speed and accuracy to enable scalability,  flexibility and profitability.

Quicklinks

  • Home
  • About Us
  • Solutions
  • Blog
  • Careers
  • Contact Us

Subscribe to newsletter

© 2022 Dhi Technologies Pvt. Ltd. All rights reserved.