1.  Original DOM

2.  Virtual DOM

3.  Both 1 & 2

4.  None of above

4
Correct Answer :

Virtual DOM


Explanation :
No Explanation available for this question

1.  Do not requires to be unique

2.  Unique in the DOM

3.  Unique among the siblings only

4.  All of the above

4
Correct Answer :

Unique among the siblings only


Explanation :
No Explanation available for this question

1.  Yes

2.  No

2
Correct Answer :

Yes


Explanation :
No Explanation available for this question

1.  An input element with the controlled flag

2.  An input element whose value is being controlled by a component’s state

3.  An input element that can only accept a list of characters

4.  An input element that is controlled by the value of another input element

4
Correct Answer :

An input element whose value is being controlled by a component’s state


Explanation :
No Explanation available for this question

1.  Using the reduce array method

2.  With a for/while loop

3.  Using the component

4.  Using the Array.map() method

4
Correct Answer :

Using the Array.map() method


Explanation :
No Explanation available for this question

1.  When the new state should completely replace the old state

2.  When the new state depends on the old state

3.  When the new state does not depend on the old state

3
Correct Answer :

When the new state depends on the old state


Explanation :
No Explanation available for this question

1.  It will be rendered as enabled

2.  It will be rendered as disabled

3.  It will not be rendered at all

3
Correct Answer :

It will be rendered as enabled


Explanation :
No Explanation available for this question

1.  this.setState

2.  this.changeState

3.  this.State = {}

3
Correct Answer :

this.setState


Explanation :
No Explanation available for this question

1.  To invoke code after the setState operation is done

2.  To replace the state completely instead of the default merge action

3.  To access the previous state before the setState operation

3
Correct Answer :

To invoke code after the setState operation is done


Explanation :
No Explanation available for this question

1.  componentWillReceiveProps

2.  shouldComponentUpdate

3.  componentWillMount

4.  componentDidMount

4
Correct Answer :

componentWillMount


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python