- PHP/MYSQL/LARAVEL Interview Questions
Why we use htaccess?
What is the difference between index, primary, and unique keys?
Difference between the index and index key?
What is the foreign key why used it?
Difference between array() and [] in php?
Why we use Abstract classes and interface in oops?
Can we search MySQL records by concat alias name when concat 2 values?
Is it necessary to make all methods abstract in abstract classes?
Difference between interface and abstract classes?
What are design patterns?
Difference between array_search and in_array in PHP?
Difference between array_merge and array_combine in PHP? if we define a duplicate key in array _merge than what it will return?
When we use any class and declare construct and a magic method, which method is called the first construct method or magic method?
What is abstract class why we use this?
What is inheritance? Please give an example?
Define hooks and their types?
Why we use array_unique?
What do u understand by interface why we use it?
How to set database settings in laravel?
How to use multiple databases in a single laravel application?
How to use multiple languages in laravel?
Why we use collation in MySQL.
What are web services? how can we use it in laravel?
What is the Mysql engines? which is better MyISAM or InnoDB?
How we can define logs in laravel?
What is array_flip?
Difference between array_shift and array_unshift?
how to export XML DB in MySQL?
What is middleware in laravel? Please give 1 example.
How can we run migrations in laravel?
What are seeders in laravel and how can we use it?
How can we write test cases in laravel?
What are the triggers in MySQL?
What is the store procedure in MySQL?
how to know the site is in HTML or HTML 5?
What is the difference between include_once & Require_once? which one is better?
Difference between max_execution_time and max input time?
What are the commands and how can we use it in laravel?
Describe the Laravel Structure?
How to use Repositories in Laravel for Create APIs?
How to create helpers and use them in laravel?
Please describe endpoints used in Laravel APIs for delete and view records?
How to setup Supervisor in Laravel?
How to use queues in laravel?
No comments:
Post a Comment