Anvil Career
Back to Blog
MARKET REALITIES

Startup vs MNC Hiring: The Two Completely Different Evaluation Systems and How to Prepare for Both

10 min read

The Indian entry-level tech hiring market is not one market. It is two parallel markets with entirely different evaluation criteria, interview formats, and decision-making processes. A candidate who prepared optimally for the TCS campus drive will fail a Razorpay interview in the first five minutes. A candidate whose GitHub portfolio impressed a startup CTO will fail the TCS NQT because they never practiced train-speed problems. The tragedy of tier-3 placement preparation is that placement cells prepare students for the MNC track exclusively, while the higher-compensation, faster-growth startup track operates on a completely different evaluation system that the placement cell never teaches. Understanding both systems, and preparing for both simultaneously, is the only way to keep your options open in a market where neither track guarantees an outcome.

THE FUNDAMENTAL DIFFERENCE

MNC hiring is designed to filter large volumes efficiently. The process is standardized, the evaluation criteria are quantitative, and the goal is to reduce 5,000 applicants to 200 hires with minimum evaluator time. Startup hiring is designed to identify specific capability. The process is bespoke, the evaluation criteria are qualitative and portfolio-driven, and the goal is to find one candidate who can ship code on day one. MNC hiring optimizes for false positives (hiring someone who cannot do the job). Startup hiring optimizes for false negatives (rejecting someone who can do the job but does not fit the evaluation format). Understanding this difference explains every aspect of how these two tracks evaluate you.

Stage-by-Stage Comparison

Stage 1: Application screening. MNC: Your resume enters an ATS that filters on degree, percentage cutoffs (60% throughout academics for most service companies), and keyword matches. A human does not see your resume at this stage. Startup: Your application goes to either a recruiter who spends 30 seconds on your GitHub profile, or directly to an engineering manager who reviews your pinned repositories. Portfolio presence determines whether you advance. No portfolio = no advancement, regardless of academics.

Stage 2: First-round evaluation. MNC: Written aptitude test — quantitative, logical reasoning, verbal ability. Timed. Multiple choice. No coding. No portfolio review. The test score determines whether you proceed. Startup: Take-home assignment or live coding round. You are asked to build a small feature, fix a bug in an existing codebase, or design a simple API. Your code is evaluated on correctness, structure, error handling, and test coverage. Aptitude is never tested.

Stage 3: Technical interview. MNC: 20–30 minutes. Standard questions: "What is OOP?", "Explain the OSI model," "Write a program to check if a string is palindrome." The interviewer follows a script. Your ability to recite definitions matters more than your ability to reason about systems. Startup: 45–60 minutes. You discuss a project from your portfolio. The interviewer asks: "Why did you choose this database schema? What happens if this API endpoint receives 10,000 requests simultaneously? How would you add a caching layer to reduce response time?" Your reasoning ability matters more than your recall ability.

EVALUATION SYSTEM COMPARISON: MNC VS STARTUP AT EVERY STAGE

STAGE SERVICE MNC EVALUATION PRODUCT STARTUP EVALUATION
Resume screening ATS keyword filtering. 60% cutoff on 10th, 12th, degree. Human never sees most applications. Recruiter or engineering manager reviews GitHub profile. Portfolio required. Academics secondary.
First round Aptitude test: quant, logic, verbal. Multiple choice. Zero coding. Take-home assignment or live coding. Build a feature, fix a bug, or design an API.
Technical interview 20–30 min. Definitions + simple code. Scripted. Tests recall. 45–60 min. Portfolio deep-dive + system design reasoning. Tests understanding.
Final decision driver Test scores + interview performance. Portfolio not evaluated at any stage. Portfolio quality + technical interview reasoning + culture fit. Test scores irrelevant.

How to Prepare for Both Tracks Simultaneously

The preparation strategies for the two tracks are not mutually exclusive. They overlap in specific areas and diverge in others. Here is the allocation that covers both:

Shared preparation (serves both tracks): Build one deployed full-stack project with a relational database, visible commit history, and a live URL. This is the core asset that serves startup hiring directly and differentiates you in MNC interviews where most candidates have no portfolio. Prepare SQL — JOINs, GROUP BY, window functions. SQL is tested in both tracks. Prepare coding fundamentals — arrays, strings, hash maps, basic algorithms. These appear in both MNC compiler-based tests and startup live coding rounds.

MNC-specific preparation: Quantitative aptitude (train-speed, profit-loss, percentages, ratios). Logical reasoning (seating arrangements, blood relations, syllogisms). Verbal ability (reading comprehension, sentence correction). Allocate 25% of your preparation time to these if you are targeting both tracks. Allocate 50% if your portfolio is not yet ready and you are depending more heavily on MNC placements.

Startup-specific preparation: System design basics (URL shortener, rate limiter, notification system). Practice explaining your project architecture in 5 minutes — the "walk me through your project" question is the first question in 90% of startup interviews. Prepare for behavioral questions: "Tell me about a bug that took you a long time to fix. How did you debug it? What did you learn?" Startups evaluate learning velocity as heavily as current knowledge.

THE PREPARATION ALLOCATION RULE

If you have 12 hours per week: 3 hours on the shared portfolio + SQL (your highest-ROI asset for both tracks), 3 hours on MNC-specific aptitude, 3 hours on startup-specific system design and project walkthrough practice, and 3 hours on coding fundamentals. This allocation keeps both tracks open. If you get an MNC offer early in placement season, accept it and continue applying to startups. An existing offer reduces desperation, which improves interview performance. You can always renege on the MNC offer if you get a startup offer. The MNC's business model is built on high attrition. They expect it.