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.  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); 

2 / 20

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

3 / 20

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

4 / 20

4. How can we expose node modules? 

5 / 20

5. Which statement execute the code of main.js  

6 / 20

6.  Identify the smallest building block of React.js  

7 / 20

7. 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.

8 / 20

8.  Why is ref used? 

9 / 20

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

10 / 20

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

11 / 20

11. What is used to handle code-splitting? 

12 / 20

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

13 / 20

13.  What is Babel? 

14 / 20

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

15 / 20

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

16 / 20

16.  To install Node.js express module 

17 / 20

17. When does a stream fire a data event?

18 / 20

18.  _____ is an interactive shell that processes Node. 

19 / 20

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

20 / 20

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

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

console.log(res); 

Your score is

The average score is 52%

0%