Tuesday 6 June 2017

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

Uploading and Running Lambda function in AWS

Main.go package main import ( "fmt" "encoding/json" "log" "github.com/aws/aws-lambda-g...