1.
Which three of these would you prefer in your life and why ?
a) Career
b) Company
c) Boss
d) Team mates
e) Family
f) Girlfriend / Boyfriend
g) Friends
h) Salary
i) Client
2.
Give five things, which you would love to have, on joining a new company? (eg: my own workstation, office movie-time)
3.
A script is a
Correct Answer
B. Program or sequence of instruction that is interpreted or carried out by another program
Explanation
A script is a program or sequence of instructions that is interpreted or carried out by another program. This means that a script is not directly executed by the processor, but rather it is executed by another program, often called an interpreter or a runtime environment. The interpreter reads and executes the instructions in the script, allowing the desired actions to be performed. This distinction is important because it allows for greater flexibility and compatibility, as scripts can be written in a high-level language and executed by different programs on different platforms.
4.
When compared to the compiled program, scripts run
Correct Answer
B. Slower
Explanation
Scripts typically run slower than compiled programs because scripts are interpreted at runtime, whereas compiled programs are pre-converted into machine code. Interpreting scripts involves an extra step of translating the code instructions into machine code, resulting in slower execution. Compiled programs, on the other hand, directly execute machine code, which makes them faster. Therefore, the correct answer is "Slower".
5.
pHP is a widely used _____________ scripting language that is especially suited for web development and can be embedded into html
Correct Answer
A. Open source general purpose
Explanation
PHP is a widely used scripting language that is especially suited for web development and can be embedded into HTML. It is considered open source because its source code is freely available to the public, allowing developers to modify and customize it according to their needs. PHP is also a general-purpose language, meaning it can be used for a wide range of applications beyond just web development. Therefore, the correct answer is "Open source general purpose."
6.
Which of the following is not true?
Correct Answer
D. pHP can not be embedded into html.
Explanation
PHP can be embedded into HTML using various methods such as inline PHP code, PHP tags, or including PHP files within HTML files. This allows PHP code to be seamlessly integrated with HTML, enabling dynamic content generation and interaction with databases. Therefore, the statement "PHP can not be embedded into HTML" is not true.
7.
The difference between include() and require()
Correct Answer
A. Are different how they handle failure
Explanation
The correct answer is that include() and require() are different in how they handle failure. This means that if there is an error or problem with the file being included, include() will produce a Fatal Error, which will stop the script execution completely. On the other hand, require() will only result in a Warning, allowing the script to continue running.
8.
The function setcookie( ) is used to
Correct Answer
C. Store data in cookie variable
Explanation
The function setcookie() is used to store data in a cookie variable. It allows the programmer to set a cookie with a specified name and value, which can then be accessed and used later. This function is commonly used to store user preferences or session information on a website. By setting a cookie, the data can be stored on the user's browser and retrieved when needed, making it a convenient way to store and retrieve information across multiple page visits.
9.
Which one of these is not an Open Source CMS
Correct Answer
E. None
Explanation
The correct answer is "None." This means that all of the options listed (Wordpress, Drupal, MediaWiki, and OS Commerce) are Open Source CMS (Content Management Systems). Open Source CMS refers to software that is freely available and can be modified and distributed by users.
10.
Which of these tools are you most familiar with
Correct Answer(s)
A. Smarty
B. Wordpress
C. Dreamweaver
D. Joomla
E. Drupal
Explanation
This question is asking the respondent to indicate which tools they are most familiar with. The correct answer is Smarty, Wordpress, Dreamweaver, Joomla, and Drupal. This suggests that the respondent is familiar with all of these tools and has experience using them.
11.
Do you think that you are capable of training a team of freshers, and make them experts in pHP technology?
Correct Answer
A. Yes
Explanation
This answer suggests that the person believes they are capable of training a team of freshers and turning them into experts in PHP technology. They have confidence in their abilities and believe that they have the necessary skills and knowledge to successfully train others in this specific technology.
12.
Most commonly used ECommerce CMS
Correct Answer
A. Magento
Explanation
Magento is the most commonly used ECommerce CMS because it offers a wide range of features and functionalities specifically designed for online stores. It provides a flexible and scalable platform that can handle large product catalogs and high traffic volumes. Magento also offers a variety of customization options, allowing businesses to create unique and personalized online shopping experiences. Additionally, it has a strong community support and a vast marketplace of extensions and themes, making it a popular choice among ECommerce businesses.
13.
Most widely recognized pHP IDE?
Correct Answer
A. Zend Studio
Explanation
Zend Studio is the most widely recognized PHP IDE because it is specifically designed for PHP development. It provides a comprehensive set of features such as code editing, debugging, and profiling tools that are tailored to the needs of PHP developers. It also has built-in support for the Zend Framework, which is a popular PHP framework. PHP Nuke, on the other hand, is a content management system and not an IDE. Zend Framework is a PHP framework and not an IDE. Therefore, the correct answer is Zend Studio.
14.
Expand pHP.
Correct Answer
A. Hypertext Preprocessor
Explanation
PHP stands for Hypertext Preprocessor. It is a widely-used open-source scripting language that is specifically designed for web development. PHP is embedded within HTML code and is executed on the server side, generating dynamic web pages. It is known for its simplicity, flexibility, and ease of integration with various databases. PHP is used to create dynamic websites, manage sessions, handle forms, interact with databases, and perform various other server-side tasks.
15.
"Reversed C in a Full Circle" what does this symbol stands for.
Correct Answer
C. Copyleft. All wrongs reserved
Explanation
The symbol "Reversed C in a Full Circle" stands for "Copyleft. All wrongs reserved." This is a play on the traditional copyright symbol, which is a "C" inside a full circle. Copyleft is a term used to describe the practice of granting the right to freely distribute and modify a work, as opposed to the restrictions imposed by copyright. The phrase "All wrongs reserved" is a humorous twist on the traditional "All rights reserved" statement often found in copyright notices.