PHP
Developer Interview Tips for Fresher
PHP is a very useful language to
develop the web pages. There are many language available to develop the web
pages but the PHP language is very much popular and it is useful in application
designing. Most of the company takes the two Rounds in any PHP field.
1. Written Test Exam
2. Personal interview
Personal Interview Round is the
most challenging round after the written test. Many students know the right
answer of that question but they don’t know how to represent the answer of that
type of question.
Most of the student scared from
the personal interview question. Here many questions are available to prepare
before the interview:
Questions
of the PHP related to the interview:
Q:1
|
What
is the PHP and who is the father of PHP?
|
Q:2
|
How
can create a MYSQL database in the PHP language?
|
Q:3
|
How
we can use the variable in the session?
|
Q:4
|
What
is the session in the PHP?
|
Q:5
|
What
is the meaning of PEAR?
|
Q:6
|
What
is the most Common line to start the PHP?
|
Q:7
|
Which
language does PHP resemble to?
|
Q:8
|
Is
the PHP language case sensitive?
|
Q:9
|
How
we can submit the web form without clicking on the submit button?
|
Q:10
|
Using
the date function, How can we get the second of the current time?
|
Answer
of the above Questions:
A:1
|
Rasmus
Lerdorg is father of PHP. He developed their home page in 1994 in the PHP
language. The full form of the PHP is Hypertext Preprocessor.
|
A:2
|
mysql_create_db
("Database Name"), with the use of this line, we can create the
database.
|
A:3
|
$_SESSION
['name'] = "kapil"; with the use of this line we can use the
variable in the session.
|
A:4
|
For
the future purpose, Session use to store the valve on the server.
|
A:5
|
PEAR
Stands for” PHP Extension and Application Repository”.
|
A:6
|
<?
Php [ --- PHP code----]?> and
<? [--- PHP code ---]?>, These are the most common line to start the
PHP.
|
A:7
|
PERL
and C.
|
A:8
|
Yes,
PHP is the case sensitive language.
|
A:9
|
Actually
the reason behind the submit button is the java script submit function (),
which is perform the action after clicking on the submit button. You can
built a timer function in the PHP form after the given of time the form will
automatically submit.
|
A:10
|
$second
= date (”s”), with the use of this function we can get.
|
For more info or queries,
candidates can visit the site recrui9tmentinfosite.com
Thank You

0 comments:
Post a Comment