Question Bank

1085 approved questions from the community

In Express.js, `req.params` is used to access query string parameters.

EASY
TRUE FALSE
25s
Express
by Mohamed

The `express.static()` middleware can be used to serve CSS, JavaScript, and image files.

EASY
TRUE FALSE
20s
Express
by Mohamed

Express.js is a replacement for Node.js.

EASY
TRUE FALSE
20s
Express
by Mohamed

Middleware functions in Express.js must always call `next()` to pass control to the next middleware.

EASY
TRUE FALSE
25s
Express
by Mohamed

Express.js can only handle GET and POST requests.

EASY
TRUE FALSE
20s
Express
by Mohamed

What is the role of the `next()` function in Express.js middleware?

EASY
SINGLE CHOICE
30s
Express
by Mohamed

What is Express.js?

EASY
SINGLE CHOICE
30s
Express
by Mohamed

Which command is used to generate the application encryption key in Laravel?

EASY
SINGLE CHOICE
25s
Laravel
by Mohamed

What file contains environment-specific settings in Laravel?

EASY
SINGLE CHOICE
25s
Laravel
by Mohamed

What command is used to create a new Laravel project?

EASY
SINGLE CHOICE
30s
Laravel
by Mohamed

What is the command to run database migrations in Laravel?

EASY
SINGLE CHOICE
25s
Laravel
by Mohamed

What is Artisan in Laravel?

EASY
SINGLE CHOICE
30s
Laravel
by Mohamed

In which directory are route definitions stored in Laravel?

EASY
SINGLE CHOICE
25s
Laravel
by Mohamed

What does MVC stand for in Laravel?

EASY
SINGLE CHOICE
25s
Laravel
by Mohamed

Which templating engine does Laravel use?

EASY
SINGLE CHOICE
25s
Laravel
by Mohamed

Which of the following are key features of Laravel? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Laravel
by Mohamed

Which types of users can benefit from using Laravel? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Laravel
by Mohamed

What command is used to create custom middleware in Laravel?

EASY
SINGLE CHOICE
25s
Laravel
by Mohamed

Which PHP extensions are required by Laravel? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Laravel
by Mohamed

What is the minimum PHP version required for Laravel?

EASY
SINGLE CHOICE
25s
Laravel
by Mohamed
PreviousPage 21 of 55Next