Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. What will be the output of the following PHP code ?
Correct Answer is : ALL
2. What will be the output of the following PHP code ?
Correct Answer is : Query expansion
3. What will be the output of the following PHP code ?
Correct Answer is : MyISAM
4. Which of the following is/are an external data?
i) Cookies
ii) Input data from a form
iii) Server Variables
iv) Web services data
Correct Answer is : TRUE
5. How many types of filtering are present in PHP?
Correct Answer is : logical
6. Which one of the following filter is used to filter several variables with the same or different filters?
Correct Answer is : inplace
7. What will be the output of the following PHP code?
Correct Answer is : 0
8. Which one of the following does not describe a validating filter?
Correct Answer is : TRUE
9. What will be the output of the following PHP code?
array ("min_range"=>0, "max_range"=>256)); if (!filter_var($var, FILTER_VALIDATE_INT, $int_options)) echo("Integer is not valid"); else echo("Integer is valid"); ?>
Correct Answer is : SHOW WARNINGS
10. If the input variable is a string like this “http://www.saåånfoøøundry.com/”, the $url variable after the sanitizing will look like
Correct Answer is : ERROR_FOR_DIVISION_BY_ZERO
11. Which one of the following filter checks if variable of specified type exists?
Correct Answer is : TRADITIONAL
12. What will be the output of the following PHP code?
Correct Answer is : 0
13. What will be the output of the following PHP code?
"convertSpace")); ?>
Correct Answer is : sampdb.PI()
14. What will be the output of the following PHP code ?
Correct Answer is : CREATE ROUTINE
15. What will be the output of the following PHP code ?
Correct Answer is : TRUE
16. What will be the output of the following PHP code ?
Correct Answer is : binary strings
17. What will be the output of the following PHP code ?
Correct Answer is : identity
18. What will be the output of the following PHP code ?
Correct Answer is : integer
19. What will be the output of the following PHP code ?
Correct Answer is : TRUE
20. What will be the output of the following PHP code ?