Advanced - Middle Module Evaluation

Advanced - Middle Module Evaluation

Professional Development

22 Qs

quiz-placeholder

Similar activities

Synergy BCA | Chapter 5

Synergy BCA | Chapter 5

Professional Development

20 Qs

ACSCE Repaso Semana 1

ACSCE Repaso Semana 1

Professional Development

20 Qs

Front End Entrance Test

Front End Entrance Test

Professional Development

21 Qs

PRE TEST (B) - Product Link & TELEMATICS

PRE TEST (B) - Product Link & TELEMATICS

University - Professional Development

20 Qs

SOAL ULANGAN ASJ KELAS XII TKJ

SOAL ULANGAN ASJ KELAS XII TKJ

Professional Development

20 Qs

Networking_Sadikur_Exam2_(Part-1)

Networking_Sadikur_Exam2_(Part-1)

Professional Development

20 Qs

react-additional-class

react-additional-class

Professional Development

26 Qs

A+ - 10A - Configure Windows User Settings

A+ - 10A - Configure Windows User Settings

Professional Development

20 Qs

Advanced - Middle Module Evaluation

Advanced - Middle Module Evaluation

Assessment

Quiz

Computers

Professional Development

Easy

nextjs, ci/cd, jenkins

Standards-aligned

Created by

Education AIT

Used 6+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What command is used to create a new project in Next.js?

npm install next

next start

npx create-next-app@latest

next build

Tags

nextjs

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following features is NOT specific to Next.js?

Static Site Generation (SSG)

Native use of Angular

Server-Side Rendering (SSR)

Support for TypeScript

Tags

nextjs

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the main advantage of using the Next.js Image API?

Improved State Management

Easy Implementation of Image Galleries

Better Code Splitting

Automatic Image Optimization

Tags

nextjs

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How does Next.js define routes with the App Router?

Using the pages directory

Using the app directory

Using a routes.js file

Using a router.config.js file

Tags

nextjs

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What file is used to define a global layout in Next.js?

app/layout.ts

pages/_layout.ts

app/_app.ts

pages/_document.ts

Tags

nextjs

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you implement a dynamic route in Next.js?

Using square brackets [] around the file name in the app folder

Defining a dynamic route in routes.json

Using query parameters in the URL

Using a dynamic route configuration in next.config.js

Tags

nextjs

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What component is used in Next.js to create navigable links between pages?

<RouterLink>

<Link>

<NavLink>

<Href>

Tags

nextjs

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?