React - Quiz

React - Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

Introduction to python programming-I

Introduction to python programming-I

Professional Development

15 Qs

day1

day1

Professional Development

13 Qs

Programming principles-1

Programming principles-1

Professional Development

10 Qs

Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

4th Grade - Professional Development

10 Qs

Frontend Assignment

Frontend Assignment

Professional Development

20 Qs

Basic JavaScript (Henry)

Basic JavaScript (Henry)

Professional Development

10 Qs

JavaScript Fundamentals Recap Quiz

JavaScript Fundamentals Recap Quiz

Professional Development

10 Qs

React & JS - Day 5 - KEC

React & JS - Day 5 - KEC

Professional Development

15 Qs

React - Quiz

React - Quiz

Assessment

Quiz

Other

Professional Development

Medium

Created by

Raja SK

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

useEffect and useState are called

React Objects

React Arrays

React Hooks

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const {count, setCount} = useState()
What is the value of count?

0

undefined

null

Syntax error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many arguments does useEffect has?

1

2

3

No arguments

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The second argument of the useEffect is called

Dependency Array

Default Array

Dependency Object

There is no second argument

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to avoid prop-drilling in React?

Redux

State

Effect

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many redux slices can be created used in a react project

Only one

Should be equal to number of components

Use any number of slices

One slice for a component

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you consume a value from redux state?

useSelector()

useContext()

useSelectors()

useDispatch()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?