Search Header Logo

React and Hooks Quiz II

Authored by Aymane Benhima

Information Technology (IT)

University

Used 5+ times

React and Hooks Quiz II
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is React state?

An object that holds component-specific data and determines its behavior.

A function used to update a component.

A variable that is accessible globally in all components.

A method used to fetch API data.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Hook is used to manage state in a functional component?

useState

useEffect

useRef

useContext

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Hook is used to perform side effects in a functional component?

useEffect

useState

useReducer

useMemo

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to update state in React using useState?

setState(newValue)

this.state = newValue

useState(newValue)

updateState(newValue)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial render phase in React lifecycle?

The phase when a component is mounted for the first time.

The phase when a component is removed from the DOM.

The phase when a component is updated.

The phase when a component receives new props.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which lifecycle method is used for API calls in class components?

componentDidMount

componentWillUnmount

shouldComponentUpdate

componentDidUpdate

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does useEffect return if cleanup is needed?

A function that cleans up side effects when the component unmounts.

A boolean value.

A promise that resolves when cleanup is complete.

An empty object {}.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?