High Court of Manipur Senior Developer Previous Year 2017 Paper
| HCM – SENIOR DEVELOPER AND DEVELOPER – 2017 | |
| Sr. No. | Questions with multiple options |
| 1. | In building applications using Java, PHP, etc. Which of the following IDE are used;
(a) NetBeans, Eclipse, JSON (b) Android Studio, Visual Andrid, JBuilder (c) NetBeans, Eclipse (d) JBuilder, Visual Studio, Orion |
| 2. | POST and GET are two HTTP form submission methods.
(a) True (b) False |
| 3. | How do you read data from a form through PHP that is submitted using the “get” method?
(a) $_GET[] (b) Request.Form (c) Request.QuerySring (d) $_POST[] |
| 4. | Drupal, Joomla, WordPress are
(a) Names of webservers (b) Names of NOSQL databases (c) Content Management Systems (d) None of these |
| 5. | We use command to declare variable type in PHP
(a) True (b) False |
| 6. | $age and $AGE are two different variables in PHP
(a) True (b) False |
| 7. | Which variable is used to collect form data sent with both the GET and POST methods in PHP?
(a) $BOTH (b) $_BOTH (c) $ REQUEST (d) $_REQUEST |
| 8. | Which one of the following should not be used while sending passwords or other sensitive information?
(a) GET (b) POST (c) REQUEST (d) NEXT |
| 9. | PHP is a _____ It means you do not have to tell PHP which data type the variable is PHP automatically converts the variable to the correct data type, depending on its value.
(a) Client side language (b) Local language (c) Global language (d) Loosely typed language |
| 10. | Which of the following is not a valid variable name in PHP?
(a) $number-in-class (b) $name (c) $NumberInClass (d) $number_in_class |
Leave a Reply