CAMPUS RECRUITMENT EXAMINATION BY AFFIXIOUS

0 votes, 0 avg
26
Created on By Priyanshu Maithani

Fullstack LPU

Are you a driven mind with impeccable skills? We at Affixious bring to you our eagerly awaited campus recruitment exam duly designed to evaluate your technical skills. Take this short test and stand a chance to be part of the Affixious family.

Kindly fill in your contact details.

1 / 20

1.  To install Node.js express module 

2 / 20

2.  What the output of the given code

const promise1 = new Promise((resolve, reject) => { console.log(1); resolve('success') });

promise1.then(() => console.log(3)); console.log(4); 

3 / 20

3.  In Nodejs what is use of underscore variable in REPL session 

4 / 20

4.  Which of the following class is used to create and consume custom events in Node.js? 

5 / 20

5.  What is Babel? 

6 / 20

6.  The parameters in order that a middleware function receives are:

7 / 20

7.  Why is ref used? 

8 / 20

8.  When setState()  is called inside render() method, which of the following events takes place? 

9 / 20

9.  We can kill a process in Node.js using the keyboard shortcut? 

10 / 20

10. What is used to handle code-splitting? 

11 / 20

11. Which statement execute the code of main.js  

12 / 20

12. Which of the following is used to access a function fetch()  from h1 element in JSX? 

13 / 20

13.  What is the correct difference between TypeScript and JavaScript? 

14 / 20

14. When does a stream fire a data event?

15 / 20

15.  The function which is called to render HTML to a web page in react? 

16 / 20

16.  What will be the output of the following code? 

const res = [‘1’, ‘1a’, ‘0’, -1, true, false].map(Number).filter(Boolean); 

console.log(res); 

17 / 20

17. Which of the following statements are true?

1. NodeJS is multithreaded.

2. The Buffer class is a global class that can be accessed without importing a buffer module.

18 / 20

18.  Identify the smallest building block of React.js  

19 / 20

19. How can we expose node modules? 

20 / 20

20.  _____ is an interactive shell that processes Node. 

Your score is

The average score is 52%

0%