Question Bank
1085 approved questions from the community
Which superglobal array extracts data from the URL query string?
Sessions in PHP allow data to persist across different pages during a user's visit.
What does CSRF stand for in web security?
Which superglobal array holds all set cookies in PHP?
What is the most common and recommended way to embed PHP code in HTML?
A constant's value can be changed after it has been defined in PHP.
What is the shortcut equivalent to '<?php echo' available in PHP 5.4+?
Which of the following are popular HTTP servers that manage incoming PHP requests? (Select all that apply)
What is the primary purpose of the php.ini file?
What command-line option displays the PHP version?
What PHP function is used to create or modify a cookie?
Which of the following are valid HTTP method functions in Express.js? (Select all that apply)
What is Nodemon commonly used for in Express.js development?
What is the purpose of the `package.json` file in an Express.js project?
What does `app.delete()` handle in Express.js?
Express.js applications can be tested using frameworks like Jest or Mocha.
What HTTP status code should be returned when a resource is successfully created?
Express.js is the only web framework available for Node.js.
Which method is used to specify a view engine in Express.js?
Express.js requires a specific database to function.