KUNGFU TECH vietnam
6304 câu hỏi phỏng vấn Full-Stack, Coding & System Design Interview
Bộ lọc:
What is the return type of a function that doesn't return anything?
What does $GLOBALS mean?
How can you pass a variable by reference?
What is the use of ini_set() ?
What are the keys & values in an indexed array?
What is the purpose of php.ini file?
Differentiate between echo and print()
Explain usage of enumerations in PHP
How can you enable error reporting in PHP?
What is PDO in PHP?
When should I use require vs include ?
Is there a difference between isset and !empty ?
Is multiple inheritance supported in PHP?
Explain what the different PHP errors are
What's the difference between isset() and array_key_exists() ?
What is stdClass in PHP?
What is the differences between $a != $b and $a !== $b ?
What are the differences between die() and exit() functions in PHP?
What is the difference between single-quoted and double-quoted strings in PHP?
What are PSRs? Choose 1 and briefly describe it
In PHP, objects are they passed by value or by reference?
What does the 'var' keyword mean in PHP?
What are the main differences between const vs define
Can you extend a Final defined class?
What are the different scopes of variables?
How is it possible to set an infinite execution time for PHP script?
What do we mean by keys and values?
Explain how we handle exceptions in PHP?
What is the difference between var_dump() and print_r() ?
Give me some real life examples when you had to use __destruct in your classes
Are Parent constructors called implicitly inside a class constructor?
What is use of Null Coalesce Operator?
When should I use require_once vs require ?
Maximum how many arguments are allowed in a function in PHP?
What is the difference between a PHP interpreter and a PHP handler?
What is autoloading classes in PHP?
What is the difference between using self and $this ?
Does PHP support method overloading?
What exactly is the the difference between array_map , array_walk and array_filter ?
What are some of the big changes PHP has gone through in the past few years?
What is the difference between MySQL, MySQLi and PDO?
Is there a function to make a copy of a PHP array to another?
Explain the difference between shell_exec() and exec()
Explain the difference between exec() vs system() vs passthru() ?
Differentiate between exception and error
What are the exception class functions?
What is the difference between PDO's query() vs execute() ?
Is there any reason to use strcmp() for strings comparison?
Differentiate between parameterised and non parameterised functions
Explain function call by reference
Why do we use extract() ?
Explain the Exception Hie...
Does PHP hav...
How to turn errors in...
What's better at freeing memory w...
explain what is a closure in PHP and ...
What is the best method ...
What are the disadvantages of us...
What exactly are late s...
What does...
Explain the Order of Pre...
What does a $$...
What is use of Sp...
Compare MySQLi or PDO - w...
What does yiel...
Store an array as JSON or ...
Is PHP single or...
What is the crucial difference betw...
Are PDO prepared statements suff...