Full Stack Development

Full Stack Development

Professional Development

50 Qs

quiz-placeholder

Similar activities

Python Final Assessment

Python Final Assessment

Professional Development

51 Qs

CEH - 11/12 Practice - Part 3

CEH - 11/12 Practice - Part 3

Professional Development

55 Qs

Network Module Mid-Term Quiz 04

Network Module Mid-Term Quiz 04

Professional Development

51 Qs

CEH - 11/12 Practice - Part 2

CEH - 11/12 Practice - Part 2

Professional Development

51 Qs

CCST - Networking

CCST - Networking

Professional Development

45 Qs

KSS QUIZ

KSS QUIZ

Professional Development

45 Qs

Google Cloud Associate Engineer Quiz - Part 1

Google Cloud Associate Engineer Quiz - Part 1

Professional Development

50 Qs

Full Stack Development

Full Stack Development

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

AGSRT Assessment

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In React 18, what mechanism allows multiple state updates in a component to be batched even across asynchronous boundaries?

useDeferredValue

useEffect

Automatic Batching

useTransition

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In React Native, how does FlatList handle large datasets optimally?

Pre-renders all rows

Virtualization

Lazy loading from server

Memoization

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method in Next.js pre-renders a page on the server for every request?

getStaticProps

getServerSideProps

getInitialProps

useEffect

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What feature of Next.js improves SEO and load time for dynamic content?

Dynamic Imports

ISR (Incremental Static Regeneration)

Code Splitting

Hydration

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What causes hydration mismatch in a React + Next.js app?

Unused CSS

Different server and client renders

Lazy loading issues

State updates during build time

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of setting process.env.UV_THREADPOOL_SIZE to 64?

Increases CPU core usage

Increases libuv thread pool size

Decreases async call performance

Reserves memory

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Express.js, middleware order affects:

HTTP response size

Request processing sequence

Server port assignment

Error boundary activation

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?