1. Written assessment asking for codes & syntaxes on PHP 2. Several queries on MySQL
Senior Software Engineer Php Interview Questions
36 senior software engineer php interview questions shared by candidates
They will ask you to solve 3 simple problems in 60 minutes. However, it's totally waste of the time. The test itself is easy, but don't check any programming skills at all. They will give you a code snippet and you will need to finish rest of the code. Of course, the code won't be compiled, so no possible to run it locally to check what is really doing the code. Let's back to '40s and program something with pen and note. Additionally, I didn't get any feedback from the side from 2 days I solved and sent the test back. I had to ask about the answer which I received on the 3rd day. I don't know if that was about the money or something else, but I won't bother about applying to that kind of company. Unprofessional approach.
1. Describe SOLID principle. 2. MySQL Transactions, Locking, Handling millions of records. 3. PHP traits vs interfaces. 4. Coding review. 5. How do you handle or find bugs in the app.
What would be the output of the below question $a = 10; $b = 20; $c = $$a; echo $c;
They asked about the php documentation
Hacker rank challenges HR interview
First Round 1) Difference between array combine and array merge 2) Preg_replace 3) PEAR in php 4) REST VS AJAX 5) REST VS SOAP 6) Second highest salary 7) sort a array with predefined function 8) Create a class and call add and subtract function 9) Mime type 10) Markup language used in rest web API 11) why this error occur header already sent. 12) difference between put and post 13) HTTP method supported by REST 14) Mysam VS Inno Db 15) INNER JOIN VS LEFT JOIN 16) TRAITS 17) FINAL CLASS 18) MAGIC METHOD 19) complex mysql query 20) PUT VS POST 2nd Round 1) how to implement Security in app 2) MYSQL DB question what is layers in mysql , myisam VS innodb , master slave, optomise datbase , datalayers 3) Server commands TOP , one , c
tell me about your self. if you are mechanic from 4 years and you do not know tyre is rotating or not? these types of questions doesn't make a sense
The technical questions primarily focused on Symfony and Domain-Driven Design implementations in PHP, with a particular emphasis on SOLID principles. Specifically, topics included: - Symfony: - Roles of Services, Containers, Kernel, and Entities - Exploration of other Bundles like API authentication and authorization - Doctrine related questions - Domain-Driven Architecture (in relation to implementation with Doctrine in Symfony): - Architectural concepts such as Layered Architecture, MVC, MVVC, Hexagonal (not microservice), and CQRS - Entities and associated considerations like validation - Aggregates, Factories, and Repositories (including Transaction management) - Modules and Value Objects, with potential deep dives into aspects like Side-Effect-Free behavior, Immutability, and Persisting Value Objects Importantly, there were no questions related to SQL, CI/CD, Orchestration tools, APIs, or microservices topics, rather just more than 1 hour focused on Symfony and Domain-Driven Design.
Mostly about SOLID, design patterns, refactoring, best practices etc.
Viewing 11 - 20 interview questions