What experience do you have with event-sourced architecture?
Php Software Developer Interview Questions
4,926 php software developer interview questions shared by candidates
Question put on MySQL , basic php , framework, oops concept, api , aws , cache .
How do you see yourself in 5 years?
Oops concept-class, object, abstraction, inheritance, multiple inheritance vs multilevel inheritance.. Abstract class, traits
difference between string with single quote and double quote in php. "string" vs 'string'
how to increase speed of website
Principles: KISS, DRY, and YAGNI principles and their relationship Command Query Responsibility Segregation (CQRS) based on my previous experience context Shared context-related code like the Singleton design pattern SOLID principles Loose Coupling vs. Tight Coupling, Inversion of Control mechanism Security: XSS and SQL injection handling, Auth handling security like use of Cookie HttpOnly Best practices for storing JWT shared keys (e.g., session storage or secure-flagged cookies) Testing: Unit tests: Testing state vs. testing interaction, their relation with the maintainability of the code Database: SQL: Different join types, optimizing slow MySQL queries Comparison between DB engines, mainly InnoDB vs. MyISAM Strategies for changing a DB field name in production without disrupting other long running processes (maybe discussing transactional differences between engines) Coding Challenge: Fixing a state test function without using PHPUnit, but with assertions The payload transformation encapsulated within a private function (which we need to test), also called by another log function which call logger->log, the logger was not injected rather created by new, so it need ot be injected as an interface (e.g., PSR LoggerInterface) and creating a concrete logger to output the tested payload and assert with the given input of the test assertion function and maybe others I forgot
Questions on PHP, HTML and SQL. Data Structures and OS concepts.
Oops concepts, traits classes, AJAX, bit of CSS HTML5, JS, REST APT, PHP functions, global variables, logical problems like writing function which act as explode() function. And many more basic questions on php.
php arrays,oops,mvc.sql,javascript, array merge vs array combine
Viewing 2621 - 2630 interview questions