Interview Prep LogoInterview Prep
Back to Companies

biz2x

Interview Experience

1/21/2026
4 min read
Edit on GitHub

Interviewer : Kapil Verma https://youtu.be/DfPLxlkoWvY

Here is the clean extraction of all interview questions from the conversation you shared. Only questions are listed (no answers, no explanations), rewritten clearly and concisely.


✅ Extracted Interview Questions

General / Introduction

  1. Can you turn on your camera?
  2. How are you?
  3. Can you tell me about your recent project?
  4. Which domain is your current project based on?
  5. What was your last project?
  6. Have you mostly worked on PHP?
  7. Have you worked on React as well?

Project & Upgrade Experience

  1. What challenges did you face while upgrading PHP 5.5 to PHP 8.2?
  2. How did you resolve dependency and extension issues?
  3. Did you use any tool to upgrade PHP versions?
  4. Does that tool automatically upgrade the code or just suggest changes?
  5. How much of the upgrade was automated vs manual?
  6. Why did you suggest upgrading PHP to version 8.2?
  7. How did you convince the team to use an open-source upgrade tool?

Docker & DevOps

  1. Have you used Docker in your project?
  2. How do you build a Docker image?
  3. How many services are running in your Docker setup?
  4. What is the difference between Dockerfile and docker-compose?
  5. Which OS image did you use inside Docker?
  6. How did you install dependencies inside the Docker container?
  7. How did you create and push the Docker image to AWS ECR?
  8. What database are you using in this application?
  9. Is this a standalone application?
  10. How many containers will be created in docker-compose?
  11. How do you scale only the application container and not the database?
  12. Have you implemented auto-scaling yourself or is there a DevOps team?
  13. How does AWS auto-scaling work?
  14. What happens when traffic decreases?

AWS & Cloud

  1. What AWS services have you used?
  2. Have you used ECR, EKS, VPC, Lambda, S3, EFS, or FSx?
  3. Why did you use FSx?
  4. How did you migrate local storage to AWS?
  5. Which language did you use for AWS Lambda?
  6. Have you completed any AWS certification or course?

Frameworks & Backend

  1. Which backend framework have you worked on?
  2. Which Laravel version have you used?
  3. Have you worked on CodeIgniter?
  4. What is the role of middleware in Laravel?
  5. How do you define middleware for a specific route or method?
  6. What is ORM?
  7. What problems does ORM solve?
  8. Can you give an example of a many-to-many relationship?
  9. What are events in Laravel?
  10. Have you used Laravel events?

Security

  1. What is CSRF?
  2. Why do we use CSRF tokens?
  3. How does CSRF token validation work?
  4. How is a CSRF token generated?
  5. Is CSRF token generation automatic?
  6. What encryption technique do you use for passwords?

Data Structures & Algorithms

  1. Can you traverse a 2D matrix in spiral order?
  2. What is your approach to solve the spiral matrix problem?
  3. What steps are repeated in spiral traversal?
  4. What is the time complexity of your solution?
  5. Can you rotate an array K times?
  6. How would you rotate an array without using built-in functions?
  7. What is the time complexity of your array rotation solution?

OOP / PHP Concepts

  1. Can you give an example of single inheritance?
  2. What are access specifiers?
  3. What is the difference between public, protected, and private?
  4. Can you give an example of a protected method?
  5. Where do we use protected methods in real life?

SQL

  1. Given customer and order tables, how do you find customers who never placed an order?
  2. Can you write a SQL query for that?
  3. How would you do it using JOIN instead of a subquery?
  4. What is the difference between LEFT JOIN and RIGHT JOIN?

Career / Company / Discussion

  1. Are you using PHP in your current organization?
  2. Are you migrating PHP services to another technology?
  3. Are there security concerns with PHP?
  4. What happens to developers when a technology is deprecated?
  5. Does your organization lay off employees when a project is shut down?
  6. Are you currently located in Bangalore?
  7. Are you open to relocating to Noida?
  8. Are you looking for roles in Delhi-NCR?