Thursday, September 5, 2013

PHP Developer Interview Tips for Freshers | Latest Questions and Answers & FAQ

Leave a Comment

Interview session is most challenging round after written test, group test etc. for fresher it is just like a visiting North Pole. Most of the students know the exact answer but nerves nous bind him/her to give answer & most of them are like that they don’t know about the questions and to answer of that particular question.

Developer field had a wide scope in field of software engineering. There were various languages but this language is very much popular and demanding. There are various questions related to PHP for that candidate has to make prior preparation. Some questions are listed below:


Q: What is Full form of PHP? Who is the father or inventor of PHP?
A: Father of PHP is Rasmus Lerdorg . he started development of PHP IN 1994 for their own home page. full form of PHP is Hypertext Processor.

Q: How can we create a database using PHP and MySQL?
A: We can create MySQL database with the use of mysql_create_db("Database Name").

Q: How can I execute a PHP script using command line?
A: Just run the PHP CLI (Command Line Interface) program and provide the PHP script file name as the command line argument.

Q: How can we register the variables into a session?
A: $_SESSION['name'] = "sonia";

Q: What Is a Session?
A: It can be used to store information on the server for future use.

Q: How can PHP and HTML interact?
A: It is possible to generate HTML through PHP scripts, and it is possible to pass information from HTML to PHP.

Q: How can we get second of the current time using date function?
A: $second = date("s");

Important Notice: Candidates are requested to visit our job portal to get latest & updated questions. These are some basic question related to PHP. For more hard questions keep visiting our site.


0 comments:

Post a Comment