Full Stack Development

Full Stack Development

Professional Development

50 Qs

quiz-placeholder

Similar activities

Linux - Up to Disk Partition (Assesment)

Linux - Up to Disk Partition (Assesment)

Professional Development

53 Qs

CEH - 11/12 Practice - Part 2

CEH - 11/12 Practice - Part 2

Professional Development

51 Qs

Google Workspace ( Gmail, Calendar, Drive, Docs )

Google Workspace ( Gmail, Calendar, Drive, Docs )

Professional Development

54 Qs

Google Cloud Associate Engineer Quiz - Part 1

Google Cloud Associate Engineer Quiz - Part 1

Professional Development

50 Qs

FCPC-DBMS2-Prelim Exam

FCPC-DBMS2-Prelim Exam

Professional Development

50 Qs

ReactJS OVerview Unit 11-18

ReactJS OVerview Unit 11-18

Professional Development

50 Qs

AZ204 (Develop Azure Compute Solutions)

AZ204 (Develop Azure Compute Solutions)

Professional Development

55 Qs

Databricks Data Engineer Associate Certification

Databricks Data Engineer Associate Certification

Professional Development

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