16 thumbs up
"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." - Mark Twain.

What are some interview questions to ask candidates for a web 2.0 technologies (PHP, AJAX, LINUX, MYSQL)

What are some interview questions to ask candidates for a web 2.0 technologies (PHP, AJAX, LINUX, MYSQL)

Share Send to a friend Watch Report
 

Best Answer

 
64 thumbs up

             I think in interviews, mostly the recruiter will give U a situation or his requirement. And he'll see how U R thinkin' & how simple your ideas & answers are to fulfill his requirement. Geeks thinks like that. Even though for formality they fires basic Questions like pasted below. 

 

MSSQL (www.techinterviews.com)

  1. Explain MySQL architecture. - The front layer takes care of network connections and security authentications, the middle layer does the SQL query parsing, and then the query is handled off to the storage engine. A storage engine could be either a default one supplied with MySQL (MyISAM) or a commercial one supplied by a third-party vendor (ScaleDB, InnoDB, etc.)
  2. Explain MySQL locks. - Table-level locks allow the user to lock the entire table, page-level locks allow locking of certain portions of the tables (those portions are referred to as tables), row-level locks are the most granular and allow locking of specific rows.
  3. Explain multi-version concurrency control in MySQL. - Each row has two additional columns associated with it - creation time and deletion time, but instead of storing timestamps, MySQL stores version numbers.
  4. What are MySQL transactions? - A set of instructions/queries that should be executed or rolled back as a single atomic unit.

PHP (www.techinterviews.com)

  1. What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
  2. Who is the father of PHP and explain the changes in PHP versions?
  3. How can we submit a form without a submit button?
  4. In how many ways we can retrieve the date in the result set of mysql using PHP?
  5. What is the difference between mysql_fetch_object and mysql_fetch_array?

AJAX (www.geekinterview.com)

1.  what is AJAX ? How it is implemented? Given skeleton example?  
2.  What is the back ground work going on when you type www.yahoo.com in your web browser?  
3.  What is the difference between DOM Parser and AUX Parser?  

4.  Who is the inventor of AJAX?  

5.  What are the different frameworks available In AJAX?  

6.  What AJAX framework do you recommend for PHP applications?  

LINUX (www.techinterviews.com)

  1. Advantages/disadvantages of script vs compiled program.
  2. Name a replacement for PHP/Perl/MySQL/Linux/Apache and show main differences.
  3. Why have you choosen such a combination of products?
  4. Differences between two last MySQL versions. Which one would you choose and when/why?
  5. Main differences between Apache 1.x and 2.x. Why is 2.x not so popular? Which one would you choose and when/why?
  6. Which Linux distros do you have experience with?
  7. Which distro you prefer? Why?
  8. Which tool would you use to update Debian / Slackware / RedHat / Mandrake / SuSE ?
  9. You’re asked to write an Apache module. What would you do?
  10. Which tool do you prefer for Apache log reports?  

Hope U got it. And don' know that U R going to take an Interview or to attend.


Posted 2 years ago ( permalink )
In reply to zabe's question
Rated as
Best Answer
0
6

Helpful?

line
line
line


 

All Answers

Order by
 
16 thumbs up
"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." - Mark Twain.

Hi Senthil!

 Thanks for your answer...it was very helpful. My partner is interviewing Sr. LAMP developers to hire for a web 2.0 start-up. 

 PS: Do you know of anyone ((Sr LAMP developer) who would like to join a web 2.0 start-up in Chandigarh, India...someone who is an out of the box thinker, willing to take risks, entrepreneurial, who wants to move up the ladder quickly. We have interviewed few candidates but found that they were looking for jobs which paid more and had no interest to help build a great co, with a good idea.  Sucks there are not too many people like that!

 Rgds,

zabe

 


Posted 2 years ago ( permalink )
In reply to senthil's answer
Rated as
#2 out of 5
0
0

Helpful?

line
line
line



 
64 thumbs up

Hi,

nice to here t'at from U

But as i'm in n/w field, i don't know geeks in LAMP field. Even think i can find.

You can find someone from the site www.php-india.net too.

Thnx

Senthil


Posted 2 years ago ( permalink )
In reply to zabe's answer
Rated as
#3 out of 5
0
0

Helpful?

line
line
line



 

I was recently searching for tech interview questions and ran across an awesome site.  It is www.acetheinterview.com.  It has a couple pages of questions for web 2.0, and many of them have good answers as well.

http://www.acetheinterview.com/questions/cats/index.php/web 


Posted 11 months ago ( permalink )
In reply to zabe's question
Rated as
#4 out of 5
0
0

Helpful?

line
line
line



 

I think you are all a bunch of idiots. Go kill yourself you dumbasses!


Posted 10 months ago ( permalink )
In reply to zabe's question
Rated as
#5 out of 5
0
0

Helpful?

line
line
line



Sign in to participate

Got an answer for zabe? Would you like to comment on the posted answers, or vote for the one which you think is the best?

Sign up for a free account, or sign in (if you're already a member).

Explore Related Questions

Other people asked questions on similar topics, check out the answers they received:


What questions should I ask a client before ...

What questions should I ask a client before starting a web site design (small) project?
Submitted by ravidor 2 years ago
  • viewed 2336 times

Last answer posted 2 years ago by Dubbs


Ajax for beginners

I'm looking for some advice about getting started with AJAX.I'm proficient with HTML, a little js, but I know nothing about ...
Submitted by Kathie 2 years ago
  • viewed 1546 times