Round One (Technical)
- Differences between echo and print?
- Differences between require, require_once, include, include_once?
- Types of Errors in PHP?
- What is .htaccess file?
- What are webservices?
- How many methods are there to call webservices?
- What is a RESTAPI?
- How to call third party URL from PHP?
- IS CURL supports multiple URLS calling at a time? NUmber of concurrent connections possible in CURL?
- Differences between Session and cookie?
- Differences between SPAN and DIV?
- Can we write Inline code using DIV (Block)?
- How to log Errros in PHP?
- How to view error logs?
- what does "DOCTYPE" tag will do in HTML?
- what will happen if we are not declaring "DOCTYPE" tag?
- will sessions work if we disable cookies?
- where the sessions will get stored in server?
- How to do cross- site calls in Ajax?
- How many datatypes are available in Javascript?
- How to check variable type in Javascript?
- What is the difference between == and ===?
- what is JQuery?
- Differeces between Abstract Class and Interface?
- How many ways to check reqular expressions in PHP?
- How to write URL validation in PHP using regular expressions?
- What is class and object?
- what are all the inheritances that PHP supports?
- What are all Access modifiers available for a class?
- How many ways to call a method in a class?
- There are two classes. CLASS A{} and CLASS B{}. If class A{} is having a function called info() and CLASS B{} also having the same function. If we are declaring an object for CLASS B{} and calling info() function using that object, which class function will get triggered first?
- How to do ERROR Handling in PHP?
- What is an Ajax?
- What are the states available in Ajax?
- How do Ajax will supported in Different Browsers?