🚀 1. TCS Interview Set (Service-Based – Moderate Level)
🧠 Round 1: Aptitude + Basics
- What is OOP?
- Difference between
==and===in PHP - Output-based questions (loops, arrays)
- SQL:
JOIN,GROUP BY,COUNT
💻 Round 2: Technical
PHP / Laravel
- What is MVC?
- How Laravel routing works?
- Difference between
echoandprint? - What is session & cookie?
- Write a simple CRUD logic.
Coding Question
👉 Reverse a string without using built-in function
$str = "TCS";
👉 Find largest number in array
$arr = [10, 45, 2, 89, 32];
👨💼 Round 3: HR
- Tell me about yourself
- Why TCS?
- Are you ready for relocation?
- Strengths & weaknesses
🏢 2. Infosys Interview Set (Structured + Conceptual)
🧠 Round 1: Written Test
- OOP concepts
- DBMS basics
- Output prediction
- Basic coding
💻 Round 2: Technical Deep
Core Questions
- Explain OOP with example
- What is normalization?
- Difference between
GETandPOST - What is framework?
Laravel Focus
- What is middleware?
- What is migration?
- Explain authentication
Coding Questions
👉 Palindrome check
madam
👉 Count vowels in string
👉 Fibonacci series
👨💼 HR Round
- Why Infosys?
- Describe a challenge you solved
- Teamwork experience
- Career goals
⚡ 3. Startup Interview Set (High-Level 🔥)
💻 Round 1: Practical Coding
Real Tasks
👉 Build simple API (CRUD)
GET /users
POST /users
PUT /users/{id}
DELETE /users/{id}
👉 Create login system
- Email + password
- Validation
- Session handling
🧠 Round 2: Deep Technical
Laravel / Backend
- Explain request lifecycle
- How to optimize performance?
- What is caching?
- How authentication works internally?
- REST API best practices
Database
- Indexing?
- N+1 problem?
- Query optimization?
🔥 System Design (Basic)
- Design a blog system
- Design login system
- How to scale API?
👨💼 Final Round (Founder/Manager)
- Show your projects
- Explain real problems you solved
- How fast can you learn?
- Salary expectation
💣 Startup Coding Test (IMPORTANT)
👉 Build this in interview:
- CRUD App (Laravel)
- Login + Auth
- API with JSON
- Database design
🎯 Preparation Strategy
For TCS / Infosys
- Focus on basics + theory
- Practice small coding
- Clear concepts
For Startups 🔥
- Focus on real projects
- Strong Laravel knowledge
- API + Authentication
- Database optimization
💡 Pro Tip (Very Important)
👉 Service companies test knowledge
👉 Startups test skills + real work






