My Report

PHP Programming Mock Test 4


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement
 10%

Question 1 of 10

1. Which of the following variables does PHP use to authenticate a user?

i) $_SERVER['PHP_AUTH_USER'].
ii) $_SERVER['PHP_AUTH_USERS'].
iii) $_SERVER['PHP_AUTH_PU'].
iv) $_SERVER['PHP_AUTH_PW'].

Question 1 of 10

Question 2 of 10

2. Say I want to change the extension of a PHP file, which of the following statements should I edit to change from .php to .html in the httpd.conf file?

Question 2 of 10

Question 3 of 10

3. Which one of the following is the default PHP session name?

Question 3 of 10

Question 4 of 10

4. Which one of the following functions are used to search a string?

Question 4 of 10

Question 5 of 10

5. Which is the most powerful authentication method among the four?

Question 5 of 10

Question 6 of 10

6. In which authentication method does changing the username or password can be done only by entering the code and making the manual adjustment.

Question 6 of 10

Question 7 of 10

7. What is the default value of max_input_time directive?

Question 7 of 10

Question 8 of 10

8. What will be the output of the following PHP code? (Say your previous session username was nachi.)

    unset($_SESSION['username']);
    printf("Username now set to: %s", $_SESSION['username']);

Question 8 of 10

Question 9 of 10

9. Which function is used to determine whether a file was uploaded?

Question 9 of 10

Question 10 of 10

10. How many configuration directives pertinent to PHP's mail function are available?

Question 10 of 10


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.