30
Apr

Hello i want to share my experience in PHP Programming Interview as much as10 times according from my experience and my friends, i’ll divide this interview for three kinds:
1.Demo Portfolio + interview
2.Test Logic Programming + interview
3.Test Web Programming + Psikotest + interview

Ok, now I’ll explain the first type. when you came to the company, he/she directly asked you:do you bring portfolio?, then obviously you will only make your portfolio presentation. here you must gives a good picture of your software, it will be better if you use PPT for your presentation. most of the companies will see your ability and ask you to do Debugging and Tracing program.
In the second type, at the beginning of your meeting will be asked to fill out forms about yourselves and then after that you will conducted interviews about your ability, then after that will be asked to do some test, Here will be a matter of logic programming that relies on your logic skills. many of the questions from this test most are eight questions, the usual question out on processing text, string, and others(Fibonnaci,Prime).
In the third type , you will be given a basic question about php, css, javascript, mysql you can certainly pass the test after that there was the next question here increased to an intermediate level, you will be asked to make some programs such as: Log in and Registration, Validation, etc.

So, it will be better for U to prepare for PHP Programming Interview with some exercise. Such as Logic Programming, Basic/Intermediate Web Programming, and Debugging and Tracing your program. Sorry if my english so bad ~_~”

This entry was posted on Friday, April 30th, 2010 at 11:04 am and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or TrackBack URI from your own site.

2 Responses so far to "PHP Programming Interview"

  1. 1 eR
    May 21st, 2010 at 1:02 pm  

    yeah, from your experience, I think I should practice before interview…
    I’ve totally forgot about fibonnaci, prime, sorting LOL

    and about 3rd type, like validation, is the validation using feature/helper from framework they use or without framework ?
    ’cause I usually just call validation, pagination,etc function from framework with simple configuration, and again, forgot how to make that without framework

    nice share gan

  2. 2 Bo1
    June 1st, 2010 at 1:00 pm  

    Thx for your comment.
    No…you must write Regular Expression by yourself.
    You write your code for the test like validation without Framework.
    maybe this is what you ask for:
    $polaemail = “^.+@.+\..+$”;
    $pola_tlp = “^[0-9]+$”;
    $polapassword = “^.{5,}$”;

    if((!$first_name) || (!$last_name) || (!eregi($pola_tlp, $tlp)) || (!eregi($polaemail,
    $email_address)) || (!$username) || (!eregi($polapassword, $password)) || (!$retypepassword)
    || ($password != $retypepassword))

    and then we show the wrong case in the new script with a condition and warning.

Leave a reply

Name (*)
Mail (*)
URI
Comment