Syscloud PHP developer Interview Questions

I got selected for Interview from HackerEarth online Test (It was a hiring challenge).

The Questions they asked was basic only.

Questions related to Webserver & PHP:-
1) How to configure apache webserver ?
2) Where is the configuration file of PHP ?
3) How server and client communication happens?
4) Explain about different methods(POST ,GET ,PUT ) ?

Apart from that they asked basic SQL Questions like :-
1) What is the difference between Truncate and Delete ?
2) How to drop table schema ?

they also asked a Programming question
1) Write a Program to reverse a string


Viewing this video tutorial will help:-  https://www.youtube.com/watch?v=1ZioHruINOA&list=PLtGnc4I6s8dsNLpl0G30Azcc-Q4eoM4TX

Comments

Post a Comment

Popular posts from this blog

Getting Started With MEAN App Development with AngularJs , ExpressJs , NodeJs and MongoDB.

B. Dreamoon and WiFi :calculate no. of ways : recursive solution (branch and bound )

A. Dreamoon and Stairs : minimum steps to reach : recursion solution.