React - Quiz

React - Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

Python Dictionary

Python Dictionary

Professional Development

14 Qs

Basic JavaScript (Henry)

Basic JavaScript (Henry)

Professional Development

10 Qs

JS Quiz 2 SECE

JS Quiz 2 SECE

Professional Development

10 Qs

JavaScript Fundamentals Recap Quiz

JavaScript Fundamentals Recap Quiz

Professional Development

10 Qs

Salesforce Q/A for 12 June

Salesforce Q/A for 12 June

Professional Development

20 Qs

PyDA Kemenkeu

PyDA Kemenkeu

Professional Development

10 Qs

day1

day1

Professional Development

13 Qs

Henry M2

Henry M2

Professional Development

10 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?