React JS Quiz

Welcome to your React JS Assessment

Name
Email
Phone Number
1. 
1.React is a ________

2. 
ReactJS uses _____ to increase performance

3. 
React is _______

4. 
var Helloword=(props)=> { return( hello world 1 Hello world 2 ); } ReactDOM.render(,mountNode) What will be the output

5. 
Number of elements, a valid react component can return

6. 
State in react is________

7. 
In React JS, props can be used to pass

8. 
The state in react can be updated by call to setState method. These calls are

9. 
As soon as the state of react component is changed, component will

10. 
React Lifecycle method static getDerivedSateFromProps(props , state) is called when ____

11. 
ComponentDidMount lifecycle method is called when____

12. 
Keys are given to a list of elements in react. These keys should be

13. 
Everything in react is __________

14. 
How many elements does a react component returns?

15. 
Webpack command act as a _____________

16. 
Reactjs is a _________

17. 
What are two ways data gets handled in react?

18. 
In react, this is used to pass data to component from outside?

19. 
React Js is developed by

20. 
JSX is acronym for

21. 
Regarding React js components, which of following statement is true?

22. 
Regarding React js events, Which statement is true ?

23. 
In relation to React js component lifecycle, which statement is true

24. 
Which of the following API is a MUST for every ReactJS component?

25. 
What are the advantages of React JS?

26. 
Props are __________ into other components.

27. 
In which directory react components are saved?

28. 
What create-react-app command do

29. 
For what "webpack" command is used?

30. 
What function allows you to render React content in an HTML page?

31. 
React supports all the syntax of ........

32. 
Which of the following is the correct data flow sequence of flux(Redux) concept?

33. 
The method useEffect() can be used in ----------------------component

34. 
Redux is used for ------------------------------

35. 
The method to be used for Router to implement?

36. 
How to Route the component with Router syntax?

37. 
The method used to navigate between react router?

38. 
React is ----------------Application

39. 
To maintain state in functional component ----------------method to import

40. 
IS nodejs to be needed while developing Reactjs application during development environment?