Google News
logo
React.js - Quiz(MCQ)
A)
3000
B)
3306
C)
8080
D)
None of the above

Correct Answer : Option (C) :   8080

A)
setState
B)
props
C)
PropTypes
D)
render with arguments

Correct Answer : Option (B) :   props


Explanation : Props are used to pass data to a component from outside

A)
Model
B)
Controller
C)
Router
D)
Middleware

Correct Answer : Option (B) :   Controller

A)
Virtual DOM
B)
Original DOM
C)
Both 1 & 2
D)
None of the above

Correct Answer : Option (A) :   Virtual DOM

A)
Unique in the DOM
B)
Do not requires to be unique
C)
Unique among the siblings only
D)
All of the above

Correct Answer : Option (C) :   Unique among the siblings only

A)
Dispatcher->Action->Store->View
B)
Action->Dispatcher->Store->View
C)
Action->Dispatcher->View->Store
D)
Action->Store->Dispatcher->View

Correct Answer : Option (B) :   Action->Dispatcher->Store->View

A)
Tim Lee
B)
Jordan Lee
C)
Jordan mike
D)
Jordan Walke

Correct Answer : Option (D) :   Jordan Walke

A)
Google
B)
Apple
C)
Facebook
D)
Twitter

Correct Answer : Option (C) :   Facebook

A)
JSX
B)
Flux
C)
Dom
D)
Props

Correct Answer : Option (B) :   Flux

A)
Initialization
B)
State/Property Updates
C)
Destruction
D)
All of these

Correct Answer : Option (D) :   All of these