Technology Questions

Practice Technology MCQs with answers and explanations. Page 66 of 79.

Category
Interview
Topic
Technology
Page
66 / 79
Mode
Practice

Questions

Open any question to view the answer and explanation.

In PHP, what determines the maximum size of an uploaded file and how can you increase this limit?
Open
View answer
In PHP with MySQL, how can you find the number of rows in a result set returned by a SELECT query?
Open
View answer
In PHP, what is the functionality of the md5() function and when is it typically used?
Open
View answer
In PHP form handling, what are the main differences between the GET and POST HTTP methods when submitting a form?
Open
View answer
In PHP web applications, what is a session and why is it used?
Open
View answer
In PHP, how can you destroy a single session variable and how can you destroy the entire session?
Open
View answer
In PHP, what is the difference between include(), include_once(), require(), and require_once()?
Open
View answer
In PHP regular expressions, how can you extract the domain abc.com from the string https://info@abc.com?
Open
View answer
In PHP, what major types of runtime and compile time errors can be generated by the engine?
Open
View answer
In PHP, what is the functionality of strstr() and how does stristr() differ from it?
Open
View answer
In PHP using the old mysql extension, what are the differences between mysql_fetch_array(), mysql_fetch_object(), and mysql_fetch_row()?
Open
View answer
In PHP, which functions are commonly used for hashing and encryption of data?
Open
View answer
In PHP, how do you set a cookie from the server to the client browser?
Open
View answer
In PHP, how can you calculate the number of days between two given dates?
Open
View answer
In PHP file uploads, how do you move an uploaded file from its temporary location to the final destination on the server?
Open
View answer
In PHP, what is the $_FILES superglobal array and what information does it contain for each uploaded file?
Open
View answer
In object-oriented PHP programming, what are constructors and destructors, and what roles do they play in the lifecycle of an object?
Open
View answer
In a standard PHP installation, what is the main PHP configuration file commonly called?
Open
View answer
In PHP, what is a filter and what is the purpose of the PHP filter extension when handling external input?
Open
View answer
In a typical Apache HTTP Server installation, what is the main Apache configuration file usually called?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.