25 functions across 5 groups — from Frontend Engineering to CTO. The complete recruiter's atlas for tech mandates at every level and every domain.
25
Engineering Functions
5
Function Groups
95
Sub-Functions
570
Specific Areas
What This Guide Covers
Technology & Engineering is the defining talent battleground of the decade. Every company is now a technology company — but most hiring managers and recruiters don't understand the difference between a Staff Engineer and a Principal Engineer, a DevOps engineer and an SRE, an ML Engineer and a Data Scientist. This guide decodes every tech engineering sub-function, maps career ladders (SDE1 to CTO), explains the India-specific context (GCCs, product companies, startups), and gives you the exact questions that separate genuine depth from buzzword familiarity.
🌠 Architecture Explorer
All 25 engineering functions across 5 groups. Sub-functions, areas, roles, industries, and recruiter lens for each.
🌏 The Landscape
IC vs management track. The engineering career ladder. India's tech ecosystem — GCCs, product companies, startups.
🔍 Role Deep Dives
What great engineering leadership looks like. Hardest roles to fill. Screening questions by track.
🏭 Industry Lens
How tech orgs differ across consumer internet, GCC/MNC, fintech, B2B SaaS, and deep-tech/hardware.
📈 Compensation
India engineering pay benchmarks by level. SDE1 to CTO. GCC vs startup vs product company premiums.
📋 Practitioner Lab
Six tech recruiting scenarios — Staff vs Senior confusion, AI hype filter, CTO for early-stage. Plus jargon decoded.
Keeps production running. SLAs, incident management, and the art of making systems reliable at scale.
4 sub-fns
9🔐
Security Engineering (AppSec/InfoSec)
Builds security into the product and infrastructure. Not the team that says no — the team that makes 'yes' safe.
4 sub-fns
10🗄️
Data Infrastructure & Engineering
Pipelines, warehouses, data lakes. The plumbing that makes data analytics possible.
4 sub-fns
3
Data, AI & Machine Learning
Intelligence at the core of modern products
5 functions
11📊
Data Science
Statistical modelling, experimentation, and insight generation. The bridge between data and decisions.
4 sub-fns
12🤖
Machine Learning Engineering
Builds and deploys models in production. The gap between a notebook experiment and a live system.
4 sub-fns
13🧠
AI / GenAI Engineering
LLMs, RAG, agents — the fastest-evolving engineering discipline. Building with probabilistic systems.
4 sub-fns
14⚡
MLOps & AI Platform
The operations layer for AI/ML — model versioning, monitoring, retraining pipelines, and serving infrastructure.
4 sub-fns
15🔗
Analytics Engineering
dbt, data models, semantic layers — the discipline that makes data consistent and trustworthy across the org.
3 sub-fns
4
Specialised Engineering
Domain-specific engineering depth
5 functions
16🔌
Embedded & Firmware Engineering
Software that runs on hardware. IoT, automotive ECUs, consumer electronics — a different discipline entirely.
4 sub-fns
17🖱️
Hardware / VLSI Engineering
Chip design, PCB, ASIC — building the physical layer. India has a growing semiconductor engineering ecosystem.
4 sub-fns
18🛡️
Cybersecurity & InfoSec
Protecting systems, data, and users. The demand for security talent outpaces supply everywhere.
4 sub-fns
19🔗
Blockchain & Web3 Engineering
Smart contracts, DeFi, tokenisation. Niche but growing — especially in financial infrastructure and supply chain.
3 sub-fns
20💳
FinTech & Payments Engineering
Payment rails, UPI integration, banking APIs — specialised engineering where regulatory compliance is a hard constraint.
4 sub-fns
5
Engineering Leadership
Growing engineers and engineering organisations
5 functions
21👥
Engineering Manager
The first management role in engineering. Half people manager, half technical lead. The hardest transition in tech careers.
4 sub-fns
22⭐
Staff / Principal Engineer
The senior individual contributor who shapes architecture and multiplies teams without managing them.
4 sub-fns
23🏗️
Director of Engineering
Manages engineering managers. Owns delivery for a product area. The bridge between technology and business.
4 sub-fns
24🏆
VP Engineering / Head of Engineering
Defines engineering culture, org structure, and technical direction. Partners with the CPO and CEO on product strategy.
4 sub-fns
25🚀
CTO (Chief Technology Officer)
The technology visionary and organisation builder. Externally: technology credibility. Internally: engineering culture.
4 sub-fns
Sub-Functions & Specific Areas
UI Framework & Component Architecture
React / Next.js app architecture
Angular module design
Vue.js composition API
Component library design
Design system implementation
Micro-frontend architecture
Performance Engineering
Core Web Vitals optimisation
Bundle size reduction
Code splitting & lazy loading
Browser rendering optimisation
CDN & caching strategy
Lighthouse CI automation
Accessibility & Internationalisation
WCAG 2.1 compliance
Screen reader compatibility
Keyboard navigation patterns
i18n / l10n implementation
RTL layout support
ARIA implementation
Testing & Developer Experience
Unit testing (Jest, Vitest)
E2E testing (Playwright, Cypress)
Visual regression testing
Storybook component testing
Frontend CI/CD pipelines
Browser DevTools profiling
Roles You'll Hire
Frontend Engineer
Senior Frontend Engineer
Staff Frontend Engineer
Frontend Architect
Lead UI Engineer
Head of Frontend
Common Industries
Consumer Internet
B2B SaaS
Fintech
E-commerce
EdTech
🔍 Recruiter Lens
Frontend engineers are the most supply-heavy track in India — large talent pool, high demand. The differentiator is depth: does the candidate understand rendering models (CSR/SSR/ISR), accessibility, and performance budgets — or just know React hooks? Ask: 'Walk me through how you'd debug a Core Web Vitals regression on a high-traffic page.' Red flag: frontend engineers who can't explain the difference between server-side and client-side rendering.
Sub-Functions & Specific Areas
API Design & Development
REST API design principles
GraphQL schema design
gRPC / Protobuf services
API versioning strategy
Rate limiting & throttling
API gateway integration
Database Engineering
SQL (PostgreSQL, MySQL) design
NoSQL (MongoDB, DynamoDB)
Database indexing & query optimisation
Schema migration management
Read replicas & write scaling
Data modelling patterns
Distributed Systems
Microservices architecture
Event-driven architecture (Kafka)
Message queues (RabbitMQ, SQS)
Service mesh (Istio)
Saga pattern for distributed transactions
Circuit breaker patterns
Scalability & Reliability
Horizontal scaling patterns
Caching (Redis, Memcached)
Load balancing strategies
Connection pooling
Graceful degradation
Capacity planning
Roles You'll Hire
Backend Engineer
Senior Backend Engineer
Staff Engineer (Backend)
Backend Architect
Platform Engineer
Head of Backend Engineering
Common Industries
Consumer Internet
Fintech
Healthcare Tech
B2B SaaS
Logistics Tech
🔍 Recruiter Lens
Backend engineers are the backbone of every product team. The depth signal is systems design: can they design a URL shortener, rate limiter, or payment system end-to-end? Ask: 'Design a notification service that needs to send 10M notifications/day — what's your architecture?' Red flag: backend engineers who've only worked in monoliths without understanding distributed system trade-offs. In India, Node.js and Java (Spring) dominate; Go is a premium signal.
Sub-Functions & Specific Areas
Frontend + Backend Development
React + Node.js (MERN stack)
Vue + Django / Rails
Next.js full-stack apps
TypeScript across stack
BFF (Backend for Frontend) pattern
API integration & contract testing
DevOps Basics & Deployment
Containerisation (Docker)
Basic CI/CD pipeline setup
Cloud deployment (Heroku, Railway, Vercel)
Database management (local + cloud)
Environment management
Monitoring basics (Sentry, Datadog)
Product Engineering
Feature development end-to-end
Technical decision-making for small teams
Rapid prototyping
MVP architecture
Technical debt management
Cross-functional team contribution
Roles You'll Hire
Full-Stack Engineer
Senior Full-Stack Engineer
Product Engineer
Software Engineer (Generalist)
Tech Lead (Full-Stack)
Common Industries
Early-stage startups
B2B SaaS
Product studios
SME tech
🔍 Recruiter Lens
Full-stack engineers are the workhorses of early-stage product teams. The risk is breadth without depth — profile them carefully for the team stage. Ask: 'In your current team, what's the ratio of full-stack to specialised engineers, and where do you see your career going?' A great full-stack at Seed stage becomes a liability at Series B when the codebase demands specialists. Red flag: full-stack engineers who claim equal depth in both frontend and backend — usually one dominates.
Sub-Functions & Specific Areas
iOS Engineering
Swift / SwiftUI development
UIKit (legacy & transition)
Core Data & persistence
Push notification implementation
App Store submission & review
Xcode instruments & performance profiling
Android Engineering
Kotlin / Jetpack Compose
Android Architecture Components
Room database & DataStore
Firebase integration
Play Store deployment
ANR/crash investigation
Cross-Platform Development
React Native (JS/TS)
Flutter (Dart)
Platform-specific module bridging
Code sharing architecture
Cross-platform CI/CD
OTA updates (CodePush)
Mobile DevOps & Quality
Fastlane automation
Mobile CI/CD (Bitrise, Codemagic)
Crash reporting (Firebase Crashlytics)
A/B testing on mobile
Mobile performance monitoring
App size optimisation
Roles You'll Hire
iOS Engineer
Android Engineer
React Native Developer
Flutter Developer
Mobile Tech Lead
Head of Mobile Engineering
Common Industries
Consumer Internet
Fintech / Neobanks
HealthTech
Retail / D2C
EdTech
🔍 Recruiter Lens
Mobile engineers are always in high demand, especially iOS talent (smaller supply pool in India vs Android). Distinguish native vs cross-platform — they are genuinely different engineering disciplines. Ask: 'Walk me through how you'd debug a memory leak on iOS / an ANR on Android.' Red flag: mobile engineers who've only worked with cross-platform frameworks and have never touched native code — a problem when performance or OS APIs matter.
Sub-Functions & Specific Areas
Test Automation Engineering
Selenium / Playwright automation
API test automation (Postman, RestAssured)
Mobile test automation (Appium)
BDD (Cucumber / Gherkin)
Test framework design
CI/CD test integration
Performance & Load Testing
JMeter / Gatling load testing
Performance baseline establishment
Stress & soak testing
Bottleneck identification
Performance test reporting
SLA validation
Quality Strategy & Shift-Left
Test strategy design
Shift-left testing implementation
Developer testing guidance
Quality metrics (defect density, coverage)
Risk-based testing prioritisation
Quality gates in CI/CD
Specialised Testing
Security testing basics (OWASP)
Accessibility testing automation
Cross-browser & cross-device testing
Data quality testing
Chaos engineering basics
Contract testing (Pact)
Roles You'll Hire
QA Engineer
SDET (Software Dev Engineer in Test)
QA Automation Lead
Performance Test Engineer
QA Manager
Head of Quality Engineering
Common Industries
Consumer Internet
Fintech
HealthTech
Enterprise Software
Gaming
🔍 Recruiter Lens
QA is evolving rapidly — the best profiles are SDETs who write production-quality automation code, not manual testers with basic scripting skills. Ask: 'Walk me through the test automation architecture you've designed — coverage, framework choice, and how it integrates with the CI/CD pipeline.' Red flag: QA candidates who primarily do manual testing for a company that ships weekly — it's a speed/quality mismatch.
Sub-Functions & Specific Areas
CI/CD Pipeline Engineering
Jenkins / GitHub Actions / GitLab CI
Pipeline as code
Artefact management (Nexus, Artifactory)
Build optimisation & caching
Deployment strategies (blue/green, canary)
Release management automation
Infrastructure as Code
Terraform (multi-cloud)
Pulumi / CDK
Ansible configuration management
Infrastructure testing (Terratest)
GitOps (ArgoCD, Flux)
IaC module library design
Developer Experience (DevEx)
Internal developer portal design
Developer toolchain standardisation
Local dev environment management
Platform documentation
Self-service infrastructure
Developer productivity metrics
Containerisation & Orchestration
Docker image optimisation
Kubernetes cluster management
Helm chart development
Service mesh (Istio, Linkerd)
Container security scanning
Multi-cluster management
Roles You'll Hire
DevOps Engineer
Platform Engineer
Senior DevOps Engineer
Staff Platform Engineer
Head of DevOps
VP Platform Engineering
Common Industries
Consumer Internet
B2B SaaS
Fintech
GCC / MNC
Gaming
🔍 Recruiter Lens
DevOps talent is chronically undersupplied in India. The best platform engineers understand both the developer experience side (making engineers faster) and the operational side (reliability, cost). Ask: 'Describe the deployment pipeline you've built that you're most proud of — what did it replace, and what metrics improved?' Red flag: DevOps engineers who only know tools (Jenkins, Ansible) without understanding the developer workflow they're meant to serve.
Cloud architecture is the highest-paying infrastructure track. Certifications matter here (AWS SA Professional, GCP Professional Cloud Architect) — they signal genuine depth. Ask: 'Walk me through a cloud architecture decision that reduced cost by more than 30% without sacrificing reliability.' Red flag: cloud architects who design expensive, over-engineered architectures without cost awareness — cloud spend is a P&L item.
Sub-Functions & Specific Areas
SLO & Error Budget Management
Service Level Objective definition
Error budget policy design
SLI instrumentation
Reliability roadmap planning
SLO review processes
Toil measurement & reduction
Incident Management
On-call rotation design
Incident severity classification
War room coordination
Post-incident review (PIR/RCA)
Runbook development
Blameless postmortem culture
Observability Engineering
Metrics (Prometheus, Datadog)
Distributed tracing (Jaeger, Zipkin)
Log aggregation (ELK, Loki)
Alerting design (PagerDuty, OpsGenie)
Synthetic monitoring
APM implementation
Capacity Planning & Performance
Traffic forecasting
Load testing for production readiness
Capacity planning models
Auto-scaling design
Disaster recovery testing
Chaos engineering (Gremlin, Chaos Monkey)
Roles You'll Hire
SRE
Senior SRE
Staff SRE
SRE Tech Lead
Head of SRE
VP Engineering (Reliability)
Common Industries
Consumer Internet
Fintech
Cloud Platforms
Gaming
HealthTech
🔍 Recruiter Lens
SRE is an elite engineering discipline — Google invented it and it's still scarce. The best SREs come from software engineering backgrounds (not ops). Ask: 'What's your team's current error budget policy, and how did you design it?' Red flag: SRE candidates who focus only on monitoring tools without understanding reliability engineering principles (SLOs, error budgets, toil elimination). DORA metrics fluency is a strong signal.
Sub-Functions & Specific Areas
Application Security
OWASP Top 10 remediation
SAST / DAST tool integration
Secure code review
Threat modelling (STRIDE)
Dependency vulnerability management
Security champions programme
Infrastructure Security
Network segmentation & firewall management
IAM design & least privilege
Secrets management
Cloud security hardening
Container security (Trivy, Falco)
Zero-trust network access
Security Operations (SecOps)
SIEM (Splunk, QRadar)
Vulnerability management programme
Penetration testing management
Bug bounty programme management
Security incident response
Threat intelligence
Compliance & Risk Management
SOC 2 Type II implementation
ISO 27001 certification management
PCI-DSS compliance
GDPR / DPDP Act compliance
Security risk assessment
Vendor security assessment
Roles You'll Hire
Application Security Engineer
Security Engineer
Senior InfoSec Engineer
AppSec Lead
Head of Security Engineering
CISO
Common Industries
Fintech
HealthTech
E-commerce
Enterprise Software
BFSI
🔍 Recruiter Lens
Security engineering is one of the most talent-scarce tracks globally. The key distinction is between defensive security (InfoSec, GRC) and offensive/engineering security (AppSec, penetration testing). Ask: 'Walk me through a vulnerability you found in your own codebase — how did you find it, what was the risk, and how did you fix it?' Red flag: security engineers who only run compliance checklists without engineering depth — that's a GRC role, not a security engineering role.
Sub-Functions & Specific Areas
Data Pipeline Engineering
Apache Spark / PySpark
Apache Kafka / Flink streaming
Airflow DAG development
dbt pipeline development
ETL/ELT pipeline design
Data pipeline testing & monitoring
Data Warehouse & Lake Architecture
Snowflake architecture & optimisation
BigQuery data modelling
Redshift performance tuning
Delta Lake / Iceberg / Hudi
Data lake architecture design
Data mesh implementation
Data Platform Engineering
Data platform roadmap
Data catalogue (Datahub, Amundsen)
Data quality framework (Great Expectations)
Metadata management
Data observability (Monte Carlo)
Self-serve data platform design
Real-Time Data Engineering
Kafka Streams / ksqlDB
Flink stateful processing
CDC (Change Data Capture)
Lambda vs Kappa architecture
Real-time analytics (Druid, Pinot)
Event sourcing patterns
Roles You'll Hire
Data Engineer
Senior Data Engineer
Data Platform Engineer
Staff Data Engineer
Head of Data Engineering
VP Data Platform
Common Industries
Consumer Internet
Fintech
GCC / MNC
HealthTech
Retail Analytics
🔍 Recruiter Lens
Data engineering is one of the fastest-growing engineering tracks in India — GCCs alone absorb thousands annually. The Snowflake + dbt + Airflow stack is the modern standard. Ask: 'Walk me through the most complex data pipeline you've built — what was the throughput, latency requirement, and how did you handle failures?' Red flag: data engineers who only know SQL-based ETL without streaming or distributed processing exposure for roles requiring real-time data.
Sub-Functions & Specific Areas
Statistical Modelling & Analysis
Regression & classification models
Time series analysis
Survival analysis
Bayesian methods
Causal inference
Statistical hypothesis testing
Experimentation & A/B Testing
A/B test design & power analysis
Multi-armed bandit experimentation
Observational causal studies
Experiment instrumentation
Metric framework design
Lift measurement
Business Analytics & Insights
Product analytics (funnel, cohort)
Customer segmentation & RFM
Revenue attribution modelling
Churn prediction
Price elasticity modelling
Supply-demand forecasting
Data Science Tools & Platforms
Python (pandas, scikit-learn, statsmodels)
R for statistical analysis
SQL for analytics
Jupyter / Databricks notebooks
Data visualisation (Matplotlib, Plotly)
Experiment platforms (Statsig, LaunchDarkly)
Roles You'll Hire
Data Scientist
Senior Data Scientist
Lead Data Scientist
Principal Data Scientist
Head of Data Science
Chief Data Officer
Common Industries
Consumer Internet
Fintech
E-commerce
GCC / MNC
HealthTech
🔍 Recruiter Lens
Data science is overcrowded at the junior level and scarce at the expert level. The differentiator is business impact: can the candidate connect a statistical model to a product or business outcome? Ask: 'Tell me about a model you built that generated measurable business impact — what was the outcome in revenue, retention, or cost?' Red flag: data scientists who can run ML algorithms but can't frame the business problem or explain the model to a non-technical stakeholder.
Sub-Functions & Specific Areas
Model Development & Training
Deep learning (PyTorch, TensorFlow)
Classical ML (scikit-learn, XGBoost)
Feature engineering pipelines
Hyperparameter tuning (Optuna, Ray Tune)
Transfer learning & fine-tuning
Model evaluation & validation
ML Model Serving & Deployment
Model serving (TorchServe, TF Serving, FastAPI)
Online vs batch inference
Model versioning (MLflow, DVC)
A/B testing ML models
Shadow deployment
Latency optimisation for inference
Feature Engineering & Stores
Feature engineering at scale
Feature store design (Feast, Tecton)
Real-time feature computation
Feature monitoring & drift detection
Data preprocessing pipelines
Feature reuse across models
Model Monitoring & Maintenance
Model performance monitoring
Data drift & concept drift detection
Retraining trigger design
Model explainability (SHAP, LIME)
Fairness & bias monitoring
Model documentation (model cards)
Roles You'll Hire
ML Engineer
Senior ML Engineer
Staff ML Engineer
Principal ML Engineer
ML Platform Engineer
Head of ML Engineering
Common Industries
Consumer Internet
Fintech
HealthTech
Autonomous Systems
GCC / MNC
🔍 Recruiter Lens
ML Engineering is the most sought-after technical role in India — demand vastly exceeds supply. The key distinction from Data Science: MLE writes production code, not notebooks. Ask: 'Walk me through how you deployed a model to production — what was the serving infrastructure, latency requirement, and how did you monitor it post-deployment?' Red flag: candidates calling themselves ML Engineers who only train models in notebooks and hand off to software engineers to deploy.
Sub-Functions & Specific Areas
LLM Application Engineering
LLM API integration (OpenAI, Anthropic, Gemini)
Prompt engineering & structured outputs
RAG (Retrieval-Augmented Generation)
Vector databases (Pinecone, Weaviate, pgvector)
Embedding model selection
LLM evaluation frameworks
Agent & Workflow Engineering
LLM agent design (LangGraph, CrewAI)
Tool use & function calling
Multi-agent orchestration
Memory management for agents
Agent evaluation & benchmarking
Agentic workflow reliability
LLM Fine-Tuning & Adaptation
Supervised fine-tuning (SFT)
RLHF / DPO alignment
LoRA / QLoRA parameter-efficient fine-tuning
Domain adaptation
Instruction tuning
Model distillation
GenAI Infrastructure & Safety
LLM inference optimisation (vLLM, TensorRT-LLM)
GPU infrastructure for LLMs
Guardrails & safety filters
Hallucination detection
Cost management for LLM workloads
GenAI governance frameworks
Roles You'll Hire
AI Engineer
GenAI Engineer
LLM Engineer
Senior AI Engineer
Head of AI Engineering
VP AI / Chief AI Officer
Common Industries
Consumer Internet
Enterprise SaaS
Fintech
HealthTech
GCC / MNC
🔍 Recruiter Lens
GenAI engineering is the hottest discipline in tech right now — but it's also the most hyped. Distinguish genuine depth (has built production RAG systems, understands evaluation, handles hallucinations) from tutorial-level exposure (has used ChatGPT API). Ask: 'Walk me through a production GenAI system you've built — how did you evaluate quality, handle failure cases, and manage cost?' Red flag: candidates who talk about GenAI but can't explain how RAG works, what chunking strategy they used, or how they measured output quality.
Sub-Functions & Specific Areas
ML Platform Design
ML platform architecture (Kubeflow, MLflow, SageMaker)
Experiment tracking & reproducibility
Model registry management
Compute resource management (GPU/CPU)
ML platform developer experience
Multi-team ML platform governance
Training Infrastructure
Distributed training (PyTorch DDP, Horovod)
GPU cluster management
Training pipeline orchestration
Data versioning (DVC)
Hyperparameter search at scale
Cost optimisation for training
Model Deployment & Serving Infrastructure
Model serving orchestration
Canary deployment for models
Model endpoint scaling
Inference hardware selection (GPU vs CPU vs specialised)
Serving cost optimisation
Multi-model serving
ML Observability & Governance
Model performance dashboards
Data quality monitoring
Model lineage tracking
Compliance & audit for AI models
Model documentation standards
ML risk management
Roles You'll Hire
MLOps Engineer
AI Platform Engineer
Senior MLOps Engineer
ML Infrastructure Lead
Head of MLOps
VP AI Platform
Common Industries
Consumer Internet
Fintech
GCC / MNC
HealthTech
Autonomous Vehicles
🔍 Recruiter Lens
MLOps is a relatively new and scarce discipline — good MLOps engineers combine software engineering rigour with ML understanding. Many ML teams lack MLOps entirely and suffer for it (model drift, failed retraining, no versioning). Ask: 'What does your current ML deployment pipeline look like — how long from model approval to production?' Red flag: MLOps engineers who only manage Jupyter notebooks and Jenkins — no understanding of model serving, drift monitoring, or feature stores.
Sub-Functions & Specific Areas
dbt & Data Modelling
dbt model development
Data warehouse modelling (Kimball, Data Vault)
Staging to intermediate to mart layers
dbt tests & documentation
Incremental model design
dbt Cloud / Core operations
Semantic Layer & Metrics
Semantic layer design (dbt Semantic Layer, Cube)
Metric definition & governance
BI tool integration (Looker, Tableau, Metabase)
Metric lineage
Consistent KPI definitions
Self-serve analytics enablement
Data Quality & Governance
Data quality test frameworks
Anomaly detection in data
Data catalogue integration
Data lineage documentation
SLA for data freshness
Stakeholder data SLA management
Roles You'll Hire
Analytics Engineer
Senior Analytics Engineer
Lead Analytics Engineer
Data Modelling Specialist
Head of Analytics Engineering
Common Industries
Consumer Internet
Fintech
Retail Analytics
B2B SaaS
GCC / MNC
🔍 Recruiter Lens
Analytics engineering is a relatively new discipline — dbt created the category. The best analytics engineers have strong SQL skills, understand data warehouse design patterns, and care deeply about data correctness. Ask: 'Walk me through how you've structured a dbt project — how did you decide on your model layers and testing strategy?' Red flag: analytics engineers who treat dbt as just a SQL runner without understanding the transformation architecture or data quality framework.
Sub-Functions & Specific Areas
Embedded Systems Development
C / C++ for embedded systems
RTOS (FreeRTOS, Zephyr, VxWorks)
Bare-metal programming
Memory-constrained software design
Interrupt handling & timing
Device driver development
IoT Engineering
Embedded Linux (Yocto, Buildroot)
MQTT / CoAP / BLE / Zigbee protocols
OTA firmware update systems
Edge computing
IoT security (TLS, secure boot)
Cloud connectivity (AWS IoT, Azure IoT)
Automotive & Functional Safety
AUTOSAR architecture
ISO 26262 functional safety (ASIL)
CAN bus / LIN / FlexRay
ECU software development
Automotive diagnostic protocols (OBD-II, UDS)
MISRA C compliance
Hardware-Software Integration
PCB schematic reading
Oscilloscope & logic analyser debugging
JTAG / SWD debug interfaces
Hardware bring-up
Power management firmware
Hardware abstraction layer (HAL) design
Roles You'll Hire
Embedded Software Engineer
Firmware Engineer
Senior Embedded Engineer
IoT Engineer
Embedded Systems Architect
Head of Embedded Engineering
Common Industries
Automotive
Consumer Electronics
Industrial IoT
HealthTech Devices
Defence & Aerospace
🔍 Recruiter Lens
Embedded engineering is a highly specialised discipline — the talent pool is thin and concentrated in specific geographies (Pune, Bangalore automotive corridor, Hyderabad defence electronics). Domain knowledge matters enormously: an automotive ECU engineer is very different from an IoT consumer electronics engineer. Ask: 'Walk me through a firmware bug you debugged on hardware — what tools did you use and what was the root cause?' Red flag: software engineers who claim embedded experience but have only worked on embedded Linux without bare-metal programming.
Sub-Functions & Specific Areas
RTL Design & Verification
Verilog / SystemVerilog RTL design
FPGA prototyping
UVM verification methodology
Functional coverage & constrained random verification
Formal verification
Simulation tools (VCS, Questa)
Physical Design & Implementation
Floor planning & placement
Clock tree synthesis (CTS)
Timing closure (STA)
DRC / LVS sign-off
Power analysis (PnR)
GDSII tape-out
ASIC & SoC Design
SoC architecture design
IP integration (ARM, RISC-V)
Custom digital design
Mixed-signal design
Memory subsystem design
Chip bring-up & validation
PCB & Hardware Design
Schematic capture (Altium, KiCad)
PCB layout & signal integrity
Power delivery network (PDN) design
EMC/EMI compliance
Hardware test & validation
Manufacturing design review (DFM)
Roles You'll Hire
VLSI Design Engineer
RTL Engineer
Physical Design Engineer
Verification Engineer
SoC Architect
Hardware Engineering Manager
Common Industries
Semiconductor Companies
Consumer Electronics
Defence Electronics
Automotive Chips
GCC / Chip Design Centres
🔍 Recruiter Lens
India's semiconductor engineering ecosystem is growing rapidly — government PLI schemes are attracting fab and design investment. The talent pool is concentrated in Bangalore, Hyderabad, and Pune. VLSI is deeply specialised — an RTL designer is not a physical design engineer. Ask: 'Walk me through the most complex chip you've taped out — what was your specific role in the design or verification flow?' Red flag: hardware engineers who list tools without demonstrating they've been through the complete design-to-tapeout cycle.
Sub-Functions & Specific Areas
Offensive Security
Penetration testing (web, network, mobile)
Red team operations
Social engineering
CVE research & exploit development
Bug bounty hunting
Purple team exercises
Defensive Security & SOC
Security operations centre (SOC) management
Threat hunting
SIEM management & tuning
Malware analysis & reverse engineering
Digital forensics & incident response (DFIR)
Threat intelligence platform management
GRC & Security Risk
Information security policy management
ISO 27001 / SOC 2 / NIST implementation
Third-party risk management
Security awareness training
Business continuity planning
Data protection impact assessments
Identity & Access Management
IAM architecture design
Privileged access management (PAM)
Single sign-on (SSO) implementation
Zero-trust access design
Identity governance (SailPoint, Saviynt)
MFA & adaptive authentication
Roles You'll Hire
Information Security Analyst
Penetration Tester
SOC Analyst / Manager
Security Architect
CISO
VP Cybersecurity
Common Industries
BFSI
HealthTech
E-commerce
Government / Defence
GCC / MNC
🔍 Recruiter Lens
Cybersecurity talent is globally scarce — India is a major supplier but demand far exceeds supply. The key split is offensive vs defensive security — they require very different mindsets. Certifications matter: OSCP (penetration testing), CISSP (management), CEH (baseline). Ask: 'Walk me through your most significant security incident response — what was the breach, your role, and the resolution?' Red flag: CISO candidates with only GRC/compliance experience and no technical security depth — especially at companies with significant cyber risk.
Web3 engineering is niche and cyclical — talent supply fluctuates with crypto market cycles. The best Web3 engineers have a solid software engineering foundation first, with Web3 as a specialisation. Smart contract security is critical — a single vulnerability can cause catastrophic financial loss. Ask: 'Have you had a smart contract audited? What were the findings?' Red flag: self-taught Web3 developers without software engineering fundamentals who've only deployed contracts during bull markets — production security discipline is low.
Sub-Functions & Specific Areas
Payment Gateway & Rails
UPI integration (NPCI APIs)
Payment gateway development (Razorpay, Stripe)
Card processing (Visa/Mastercard certification)
IMPS / NEFT / RTGS integration
International payment rails (SWIFT, SEPA)
Payment reconciliation systems
Banking API & Core Banking
Core banking system integration
Account management APIs
Loan origination systems
Banking-as-a-Service (BaaS) APIs
NBFC technology platforms
RBI regulatory API compliance
Fraud & Risk Engineering
Real-time fraud detection systems
Rule engine development
Machine learning for fraud (anomaly detection)
Transaction monitoring
AML system design
Risk scoring API design
Regulatory Compliance Engineering
PCI-DSS implementation
RBI data localisation compliance
SEBI trading system requirements
Regulatory reporting automation
Audit log design
Data residency architecture
Roles You'll Hire
Payments Engineer
FinTech Backend Engineer
Fraud Engineering Lead
Core Banking Integration Engineer
Head of Payments Engineering
VP Engineering (FinTech)
Common Industries
Neobanks
Payment Gateways
NBFC / Lending
WealthTech
InsurTech
🔍 Recruiter Lens
FinTech engineering requires a unique combination: strong backend engineering + deep understanding of financial regulations + tolerance for complex, high-stakes systems where bugs cost real money. UPI experience is now table stakes in India — probe depth beyond 'we integrated Razorpay.' Ask: 'How have you handled payment reconciliation discrepancies at scale — what was the system design?' Red flag: backend engineers who've worked on payments superficially (only via SDKs) without understanding the underlying payment rails or compliance requirements.
Sub-Functions & Specific Areas
People Management & Development
1:1 management & coaching
Performance review facilitation
Career development planning
Feedback culture building
Hiring & onboarding management
Team morale & retention
Delivery & Execution Management
Sprint planning & retrospectives
Dependency management
Delivery risk identification
Roadmap translation to milestones
Technical debt prioritisation
Stakeholder communication
Technical Leadership (Hands-on)
Architecture review participation
Code review culture
Technical standards enforcement
Technology choice guidance
Incident management leadership
Production readiness review
Team Building & Culture
Engineering team culture design
Diversity & inclusion in hiring
Remote / hybrid team management
Team size & structure design
Onboarding programme design
Psychological safety culture
Roles You'll Hire
Engineering Manager
Senior Engineering Manager
Tech Lead Manager
Group Engineering Manager
Common Industries
Consumer Internet
B2B SaaS
Fintech
GCC / MNC
Gaming
🔍 Recruiter Lens
Engineering Manager is the most difficult first leadership transition in engineering careers — many great engineers become mediocre managers. The key signal is whether they've genuinely let go of coding as their primary identity. Ask: 'What's the most difficult performance conversation you've had with an engineer — what was the issue, how did you handle it, and what happened?' Red flag: EMs who still position themselves as the best coder on the team — they haven't made the management transition.
Sub-Functions & Specific Areas
Technical Architecture & Strategy
System architecture design
Technology radar management
Architecture decision records (ADRs)
Cross-team technical alignment
Technical debt strategy
Engineering principles development
Technical Leadership & Influence
RFC (Request for Comments) process
Technical mentoring at scale
Cross-functional technical leadership
Engineering community building
Technical talks & documentation
Org-wide technical standards
Complex Problem Solving
Novel system design for ambiguous problems
Performance engineering at scale
Security architecture leadership
Platform reliability at scale
Data architecture for complex domains
Migration planning for legacy systems
Engineering Excellence
Code quality culture setting
Engineering process improvement
Build system optimisation
Developer productivity research
Technical risk identification
Post-incident learning leadership
Roles You'll Hire
Staff Engineer
Principal Engineer
Distinguished Engineer
Engineering Fellow
Common Industries
Consumer Internet
Cloud Platforms
Enterprise SaaS
Semiconductor
GCC / MNC
🔍 Recruiter Lens
Staff and Principal Engineers are the most scarce senior engineering talent — arguably harder to find than VPs of Engineering. The key question is scope of impact: are they improving a team, an org, or the entire company? Ask: 'Walk me through a technical decision you made that changed the direction of an entire system or team — what was the problem, your proposal, and how you built consensus.' Red flag: engineers who claim Staff level without clear examples of cross-team impact — technical depth alone is insufficient.
Sub-Functions & Specific Areas
Engineering Organisation Management
Managing 3-5 engineering managers
Multi-team delivery ownership
Engineering budget management
Resource allocation across teams
Organisational design decisions
Engineering hiring strategy
Product-Engineering Partnership
Product roadmap translation to technical milestones
Technical feasibility assessment
Cross-functional OKR alignment
Engineering representation in product planning
Build vs buy decisions
Make-or-break technical investment decisions
Technical Strategy
Technology portfolio management
Platform investment decisions
Technical risk management at portfolio level
Architecture governance
Technical debt programme management
Innovation time & culture
Engineering Culture at Scale
Scaling engineering processes
Engineering career ladder design
Performance management at scale
Cross-team collaboration patterns
Engineering brand & employer positioning
Engineering all-hands & communication
Roles You'll Hire
Director of Engineering
Senior Director of Engineering
Engineering Director (Product)
Common Industries
Consumer Internet
Enterprise SaaS
Fintech
GCC / MNC
Gaming
🔍 Recruiter Lens
Director of Engineering is where engineering leadership becomes general management. The role requires managing managers — a skill distinct from managing individual contributors. Ask: 'How do you think about the right team structure for a product area — what factors drive your decision between one large team vs multiple smaller ones?' Red flag: Directors who still make individual technical decisions and bypass their EMs — they haven't scaled their management model.
Sub-Functions & Specific Areas
Engineering Organisation Leadership
Engineering org design (50-300+ engineers)
Engineering leadership team management
Engineering hiring & employer brand
Engineering cost management
Multi-site / distributed team leadership
Engineering operating model design
Technical Strategy & Governance
Multi-year technology roadmap
Platform vs product investment balance
Build/buy/partner decisions
Technical due diligence (M&A)
Engineering risk governance
Technology refresh strategy
Product & Business Partnership
CEO / CPO alignment on engineering investment
OKR development for engineering
Revenue-engineering linkage
Engineering contribution to product strategy
Customer-facing technology decisions
Go-to-market technical decisions
Engineering Culture & Brand
Engineering culture definition
Talent density strategy
Engineering blog & community leadership
Conference & open-source strategy
Psychological safety at scale
Engineering values & principles
Roles You'll Hire
VP Engineering
SVP Engineering
Head of Engineering
CTO (mid-size company)
Common Industries
Consumer Internet
Enterprise SaaS
Fintech
HealthTech
GCC / MNC
🔍 Recruiter Lens
VP Engineering is where engineering leadership is fully general management. The best VPs have both technical credibility AND people/org skills — rare combination. Ask: 'Tell me about the biggest engineering culture problem you've diagnosed and fixed — what was broken, what did you change, and how did you measure success?' Red flag: VPs who emphasise technology decisions over people and org decisions — at VP level, the org IS the most important system to design.
Sub-Functions & Specific Areas
Technology Vision & Strategy
Technology thesis development
Platform & architecture vision
R&D / innovation investment strategy
Technology differentiation positioning
IP / patent strategy
Emerging technology evaluation
Engineering Organisation at Scale
Engineering org of 100-1000+ engineers
CTO-CPO operating model
Engineering leadership team development
Engineering culture at company scale
Multi-geography engineering org
Engineering succession planning
External Technology Leadership
Board technology advisor
Customer / investor technology credibility
Conference keynotes & thought leadership
Technology partnerships & ecosystem
Regulatory technology engagement
Open-source strategy
Business Partnership & Strategy
CEO strategic partner on technology
M&A technology due diligence
IPO technology narrative
Product strategy technology input
Technology-enabled business model design
Competitive technology moat development
Roles You'll Hire
CTO
Co-founder & CTO
Chief Technology & Product Officer
SVP Engineering & Technology
Common Industries
Consumer Internet
Enterprise SaaS
Fintech
Deep-Tech / Hardware
HealthTech
🔍 Recruiter Lens
CTO search is SNH's highest-complexity engineering mandate. The role bifurcates by stage: early-stage CTO is chief architect + first engineer; late-stage CTO is technology visionary + org leader. Ask: 'What is your technology thesis for this company in 3 years — what does the platform look like, and why?' Red flag: CTOs who only talk about engineering org (VP Engineering skills) without technology vision — and CTOs who only talk about technology without engineering org depth. Great CTOs hold both.
The Landscape
Engineering Career Architecture in India
IC vs management track. The engineering career ladder. Specialist vs generalist. India's tech ecosystem.
The Two Engineering Tracks — IC vs Management
💻 Individual Contributor (IC) Track
SDE 1 (0–2 yrs)Executes well-defined tasks. Learns the codebase and team norms. Output: features delivered.
Engineering character: Full product ownership. High velocity. Engineering leaders make real product decisions. Best engineering culture in India.
Career pattern: Fast — SDE2 to Staff in 3–4 years at the best companies. High ownership, high ambiguity.
Compensation: Stock-heavy. Cash vs GCC may be comparable; total comp (ESOP) often exceeds at senior levels.
💡 Startups (Seed to Series C)
Engineering character: High ambiguity, high ownership. Build everything from scratch. Technical debt is real. Product-engineering boundary is blurred.
Career pattern: Non-linear. An SDE2 at Series A can become a Director at Series C. Risk is high; reward is high.
What to look for: Engineers who thrive in ambiguity, have built things end-to-end, and can make technology decisions without an architecture review board.
Limitation: Engineering process maturity is low early-stage — candidates from large companies struggle.
Role Deep Dives
Inside the Engineering Org — What Great Looks Like
From SDE1 to CTO. Hardest roles to fill. Killer screening questions by engineering track.
What Great Engineering Leadership Looks Like at Each Level
Senior Engineer (5–8 yrs)
Owns: Complete features and system components. Mentors junior engineers. Makes technology choices within a team context.
Green flag: "I designed this system — here is the trade-off I made between consistency and availability and why."
Red flag: Senior engineers who code well but can't communicate design decisions to others — technically strong but not yet leadership-ready.
Staff / Principal Engineer
Owns: Architecture across multiple teams. Technical direction for a product area or platform. Multiplies other engineers.
Green flag: "I wrote this RFC that changed how three teams thought about data consistency — here's the problem, my proposal, and how I got alignment."
Red flag: Engineers who claim Staff level but can't show cross-team impact — deep technical work that only benefits their own team is Senior, not Staff.
Engineering Manager
Owns: A team's delivery, health, and growth. Partners with PM. Represents engineering in cross-functional discussions.
Green flag: "The hardest situation I've managed was an underperforming engineer — here's how I handled it, what changed, and what I learned."
Red flag: EMs who still position themselves as the best coder on the team — they haven't made the management transition.
VP Engineering / CTO
Owns: The engineering organisation, culture, and technology direction. A business partner who happens to run engineering.
Green flag: "Here's the biggest engineering culture problem I diagnosed — what was broken, what I changed, and how I measured whether it worked."
Red flag: VPs/CTOs who can only talk about technology decisions — at this level, the org design IS the primary product.
The Hardest Engineering Roles to Fill
Staff Engineer / Principal Engineer
The IC leadership track is poorly understood even within engineering. Most companies promote people into Staff without a clear charter. The supply of genuine Staff Engineers (cross-team impact, RFC culture, architectural vision) is extremely thin.
AI / ML Engineering (Senior+)
Everyone claims ML experience post-ChatGPT. Genuine production ML Engineers — who've deployed models, built feature stores, monitored drift, and managed retraining pipelines — are scarce and expensive. The gap between a notebook ML analyst and a production ML engineer is enormous.
CTO (Early-Stage Startup)
Early-stage CTO must be chief architect, first engineer, technical hiring manager, and technology communicator to investors simultaneously. This combination is rare. Most engineering leaders are strong in one or two of these — rarely all four.
Security Engineering (AppSec)
Application security engineers who write production-quality code AND understand offensive security AND can build security culture are extremely rare. Most security roles are filled by compliance-heavy GRC profiles that don't meet engineering security requirements.
DevOps / Platform Engineering (Staff+)
Senior platform engineers who understand developer experience, cloud cost, reliability, AND security simultaneously are always in demand and rarely available. Most DevOps profiles are tool-heavy without systems thinking.
Embedded / Firmware (Automotive ASIL)
ISO 26262 functional safety experience combined with AUTOSAR architecture expertise is extremely scarce in India. Automotive ECU engineers are concentrated in Pune and are heavily poached by GCCs of German OEMs.
Killer Screening Questions by Engineering Track
For Backend / System Design
"Design a rate limiter that needs to handle 100K requests/sec with sub-millisecond latency — walk me through your approach, data structures, and trade-offs." Tests: distributed systems thinking, not just API knowledge.
For ML Engineers
"Walk me through a model you've deployed to production — serving infrastructure, latency requirement, how you monitored it post-deployment, and how you handled data drift." Tests: production ML depth, not just training.
For Staff / Principal Engineers
"Tell me about a technical RFC you've written that changed how multiple teams work — what was the problem, your proposal, and how did you build consensus across disagreeing engineers?" Tests: cross-team influence and communication.
For Engineering Managers
"Walk me through the most difficult underperformance situation you've managed — what was the issue, how long did you give it, what interventions did you make, and what was the outcome?" Tests: people management reality, not theory.
For GenAI / LLM Engineers
"Walk me through a production RAG system you've built — what was the chunking strategy, embedding model, retrieval approach, evaluation methodology, and how did you handle hallucinations?" Tests: production GenAI depth vs tutorial exposure.
For VP Engineering / CTO
"What is the biggest technology or engineering org mistake you've made as a leader — what happened, why did you make that call, and what would you do differently?" Tests: self-awareness, leadership maturity, and learning velocity.
Industry Lens
Engineering Across Industries
How tech orgs differ across consumer internet, GCC/MNC, fintech, B2B SaaS, and deep-tech/hardware — and what travels.
Engineering Skills — What Travels and What Doesn't
🌐 Engineering Skills That Travel
System DesignDistributed systems thinking applies across consumer internet, fintech, and enterprise SaaS
Backend EngineeringAPI design, databases, and microservices travel well across industries
Cloud EngineeringAWS/GCP/Azure architecture transfers with minor domain adjustment
Engineering LeadershipPeople management and org design skills transfer across tech sectors
DevOps / PlatformCI/CD and infrastructure-as-code principles are largely universal
🔒 Engineering Skills That Don't Travel
Embedded / AutomotiveAUTOSAR, CAN bus, ISO 26262 — sector-locked, not portable to web software
VLSI / Chip DesignRTL design and physical design are non-transferable to software engineering
Payments / Fintech RailsUPI, card scheme certification, core banking APIs — specialised, not portable to generic backend
Gaming Engine EngineeringUnreal / Unity + real-time rendering is a world apart from web backend
GCC comp vs startupStartup cash rarely matches GCC — if candidate won't trade cash for equity, they're not a startup hire
Staff Engineer comp shockStaff Engineers at top product companies earn ₹80–150L+ — clients budget for Senior
AI/ML inflation"ML Engineer" ranges from ₹18L to ₹150L+ — role calibration before budget is essential
CTO comp mismatchEarly-stage CTOs (Seed/Series A) often earn less than their previous VP role — ESOP is the thesis
Compensation by Level — India Engineering Market 2024-25
Total CTC in ₹ Lakhs per annum. Ranges reflect GCC on lower end, top product companies on upper end. AI/ML roles command premium at each level.
SDE 1 / Junior Engineer (0–2 yrs)
GCC / Service company: ₹6–15L
Product startup: ₹10–20L
Top product company (Flipkart, PhonePe): ₹18–35L
FAANG India: ₹30–60L
IIT premium at SDE1: ₹5–15L above median
SDE 2 / Mid-Level Engineer (2–5 yrs)
GCC / Service company: ₹15–30L
Product startup: ₹22–45L
Top product company: ₹35–70L
FAANG India: ₹50–100L
AI/ML SDE2 premium: 30–50% above median
Senior Engineer (5–8 yrs)
GCC / Service company: ₹25–50L
Product startup: ₹40–80L
Top product company: ₹60–130L
FAANG India: ₹80–200L
Security / DevOps specialisation: ₹10–30L premium
Staff / Principal Engineer (8–14 yrs)
GCC / Service company: ₹40–80L
Product startup: ₹70–150L + ESOP
Top product company: ₹100–250L
FAANG India: ₹150–400L+
ML Staff Engineer: can reach ₹200–500L at FAANG
Engineering Manager / Director (8–15 yrs)
EM (GCC): ₹30–70L
EM (Product startup): ₹50–120L + ESOP
Director (GCC): ₹60–130L
Director (Product company): ₹100–250L
Management track generally earns less than IC Staff at top companies
VP Engineering / CTO (15+ yrs)
Startup (Seed/A): ₹40–80L + 1–4% ESOP
Mid-size company (Series B/C): ₹80–200L + ESOP
Large product company: ₹200L–1Cr+
MNC India CTO: ₹200L–3Cr
Early-stage CTO: cash below market; ESOP is the bet
Practitioner Lab
Engineering Recruiting Scenarios & Jargon Decoder
Six real tech recruiting scenarios with recommended moves — plus the engineering jargon every SNH recruiter must know.
Practitioner Lab — Tech Recruiting Scenarios
Scenario 1: Senior vs Staff Engineer Confusion
Client wants a "Staff Engineer" for their platform team. Budget: ₹80L. They describe the role: "Own the backend of our payments service, write good code, review others." You find a genuinely strong Senior Engineer at ₹65L and a Staff Engineer at a FAANG for ₹200L.
The move: Clarify what Staff actually means. A Staff Engineer owns cross-team technical direction, writes RFCs, and multiplies engineers beyond their immediate team. What the client described is a Senior Engineer role. Don't let the client overpay for the wrong level, or underpay and lose the Staff candidate. Re-brief the client on scope before proceeding.
Scenario 2: The AI/ML Hype Filter
Client needs an "ML Engineer to build AI features." 60 CVs received, all claim "ML experience." Budget: ₹40–60L. Most profiles: data analysts who've used scikit-learn in notebooks. A few: actual production ML engineers at e-commerce or fintech companies.
The move: Apply a three-question filter before sending any profile: 1) "Have you deployed a model to production?" 2) "What was the serving infrastructure and latency SLA?" 3) "How did you monitor for data drift?" Analysts who've only done offline experiments will fail all three. Share only profiles that pass — and explain the filter to your client so they trust your shortlist.
Scenario 3: GCC Engineer for a Startup
Series B startup (₹120Cr ARR, 45 engineers) needs a Director of Engineering. Strong candidate: 14 years experience, last 6 years at a top GCC managing a team of 25 engineers. Excellent process discipline, people skills, strong tech background. Never worked at a company smaller than 5,000 people.
The move: Probe the ambiguity tolerance explicitly: "In your current role, when you need a new tool or process, what does the approval and rollout look like?" Then ask: "In a 45-person startup, you'd make that decision yourself by Tuesday. How does that feel?" If they lean in — worth presenting. If they look uncomfortable — flag it to the client as a genuine risk.
Scenario 4: The Early-Stage CTO Mandate
Seed-stage startup (20 people, 5 engineers, pre-PMF) wants to hire a CTO. Budget: ₹60–80L cash + 2% ESOP. Looking for a "technical visionary."
The move: Be direct with the founder: at Seed, the CTO IS the engineering team. They need someone who can write code today AND make architecture decisions for year 2. Ask: "How important is it that your CTO ships code in the first 6 months?" Budget reality: ₹60–80L cash will not attract a late-stage VP Engineering. Focus on ambitious Senior/Staff Engineers ready for their first leadership role.
Scenario 5: The Security Engineering Mismatch
Fintech client (₹500Cr ARR, PCI-DSS compliance required) needs a "Head of Security." Profiles: (A) CISO from a large bank — deep GRC/compliance, no engineering background. (B) AppSec Engineer — 8 years, writes code, OSCP certified, has built bug bounty programmes. (C) Security architect — 12 years, designed zero-trust architectures, comfortable with both code and governance.
The move: Profile A is a Compliance Head, not an engineering security leader. Present Profiles B and C with the framing: "B is strong on engineering depth and offensive security. C has broader architecture and governance." Let the client choose based on what they're missing most.
Scenario 6: The GenAI Title Inflation
Consumer internet client wants a "Senior GenAI Engineer." Budget: ₹60–90L. In screening: 2 candidates have integrated ChatGPT API via LangChain tutorial; 1 has built a production RAG system handling 500K daily queries with custom evaluation; 1 has fine-tuned models and built agent workflows.
The move: Title inflation in GenAI is extreme. Only share candidates 3 and 4. For candidate 3, ask: "Walk me through your evaluation framework — how do you measure RAG quality beyond basic accuracy?" For candidate 4, ask: "What did fine-tuning add that prompting alone couldn't give you?" If they can't answer in technical detail, they're a power user, not an engineer.
Engineering Jargon Decoded
SLA / SLO / SLI
SLI (Service Level Indicator) = measurement (e.g., latency). SLO (Service Level Objective) = internal target (e.g., p99 latency < 200ms). SLA (Service Level Agreement) = external commitment to customers. SREs manage error budgets based on SLOs. Ask any platform or backend candidate: "What was your team's SLO for your primary service?"
CI/CD
Continuous Integration (CI) = automatically testing code changes. Continuous Delivery/Deployment (CD) = automatically releasing tested changes to production. A team without CI/CD ships slowly and with high risk. Ask any DevOps or senior backend candidate: "Describe your current deployment pipeline — how long from commit to production?" Elite teams: under 30 minutes.
Infrastructure as Code (IaC)
Managing cloud infrastructure through code (Terraform, Pulumi) rather than clicking in a console. Enables reproducibility, version control, and disaster recovery. A DevOps engineer without IaC experience is a cloud admin, not a platform engineer. Ask: "What's your Terraform module structure for a multi-environment AWS setup?"
DORA Metrics
Four metrics that measure software delivery performance: 1) Deployment Frequency, 2) Lead Time for Changes, 3) Change Failure Rate, 4) Time to Restore. Elite teams: deploy multiple times/day, lead time < 1 day. Good DevOps and EM candidates should know and quote these without prompting.
LLM vs Traditional ML
Traditional ML: train a model on specific data for a specific task (churn prediction, fraud detection). LLMs: large pre-trained models that can be prompted or fine-tuned for many tasks. They're complementary — not interchangeable. An ML Engineer trained on traditional ML is NOT automatically qualified for GenAI/LLM engineering. Different stack, different failure modes, different debugging approaches.
SRE vs DevOps
DevOps = culture + practices for faster, more reliable software delivery. SRE = Google's engineering discipline for reliability — SLOs, error budgets, toil elimination, production systems management. SREs typically come from software engineering backgrounds; DevOps practitioners from operations. Both are scarce. Neither is a synonym for "sysadmin who knows Docker."