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. 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.
2 / 20
2. When does a stream fire a data event?
3 / 20
3. What is Babel?
4 / 20
4. What is the correct difference between TypeScript and JavaScript?
5 / 20
5. In Nodejs what is use of underscore variable in REPL session
6 / 20
6. How can we expose node modules?
7 / 20
7. 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);
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. _____ is an interactive shell that processes Node.
11 / 20
11. Identify the smallest building block of React.js
12 / 20
12. The parameters in order that a middleware function receives are:
13 / 20
13. Which of the following class is used to create and consume custom events in Node.js?
14 / 20
14. What is used to handle code-splitting?
15 / 20
15. Which statement execute the code of main.js
16 / 20
16. The function which is called to render HTML to a web page in react?
17 / 20
17. To install Node.js express module
18 / 20
18. Which of the following is used to access a function fetch() from h1 element in JSX?
19 / 20
19. We can kill a process in Node.js using the keyboard shortcut?
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%
Restart quiz