📞 +91 8075 400 500 · learn@cokonet.com New batches open this month · Free masterclass
Home / Data, Analytics and AI / Data science in India
● Career guide · Data and AI

Data science in India: the honest picture.

The phrase covers four different jobs, several very different industries and one persistent gap between what a course teaches and what gets somebody hired. This is what the market looks like from Kerala in 2026, without the recruitment brochure gloss.

Cokonet Academy Updated 29 July 2026 9 min read

Where the hiring actually is.

If you picture data science in India as a room full of researchers in a consumer startup, you are picturing about five per cent of the market. The bulk of the work now sits inside organisations that have been collecting operational data for years and have finally built teams to use it. That shift matters, because it changes what a hiring manager is looking for.

Global capability centres are the single largest employer group. These are the India based engineering and analytics arms of overseas banks, retailers, insurers, airlines and pharmaceutical companies, concentrated in Bengaluru, Hyderabad, Pune, Chennai and Gurugram. They hire for defined, long running data functions rather than for experiments. Behind them sit the IT services and consulting firms, which staff data projects for client accounts, and the domestic banking, insurance and fintech sector, where the work is credit scoring, fraud detection, collections propensity and regulatory reporting.

Which industries put data roles on the board

  • Banking, insurance and fintech. Credit risk models, fraud and anti money laundering detection, customer churn, collections prioritisation, and a heavy reporting load driven by regulation.
  • Global capability centres. Supply chain forecasting, pricing, marketing measurement and internal product analytics for a parent company sitting in another time zone.
  • Healthcare and pharma. Clinical trial data management, real world evidence studies, and increasingly imaging and diagnostics work.
  • Retail, e-commerce and quick commerce. Demand forecasting, assortment and pricing, recommendation systems, delivery routing and rider allocation.
  • Telecom and manufacturing. Network and churn analytics on one side, predictive maintenance and quality inspection on the other.
  • IT services and consulting. Data platform migrations, warehouse modernisation and analytics delivery on client accounts, which is the largest single source of entry level openings.

Kerala sits inside that picture with its own tilt. Technopark in Thiruvananthapuram, Infopark in Kochi and Cyberpark in Kozhikode carry real volume in analytics, business intelligence and data engineering, much of it delivered for overseas clients. What Kerala has proportionally less of is deep research modelling, which still clusters around Bengaluru and Hyderabad. For most people reading this that is a detail rather than a barrier, because the first job is almost never a research job anyway.

Four jobs wearing one label.

Job boards use data science as an umbrella term, which is why so many applications land in the wrong pile. The four roles below want overlapping skills in genuinely different proportions, and knowing which one you are applying for is most of the battle in a screening call.

RoleWhat the day actually looks likeTools you are tested on
Data analystQuerying the warehouse, defining and defending metrics, building dashboards, cohort and funnel analysis, and answering the question a business owner asked this morningSQL, Excel, Power BI or Tableau, working Python
Data scientistTurning a vague business problem into a modelling problem, feature engineering, experiment design, model selection and honest evaluationPython, pandas, scikit-learn, statsmodels, A/B testing, SQL
Machine learning engineerTaking a model that works in a notebook and making it survive production: serving, latency, retraining schedules, drift monitoring and rollbackPython, Docker, one cloud platform, MLflow, APIs, CI/CD
Data engineerBuilding and maintaining the pipelines every other role depends on, plus the modelling of the warehouse itselfSQL, Python, Spark, Airflow, dbt, Snowflake or BigQuery, Kafka
AI and generative AI engineerRetrieval pipelines over company documents, evaluation harnesses for model output, and the plumbing that puts a language model behind a product featurePython, vector stores, orchestration frameworks, prompt evaluation

Two practical consequences follow. First, SQL is the common denominator across all five, and it is also the round most candidates fail, so it deserves more of your practice time than any single algorithm. Second, the data engineer route is the least crowded of the entry points and pays comparably, which makes it worth a serious look if pipelines interest you more than models do. The data and AI course track maps to these roles rather than to the umbrella term.

What the market actually pays.

Pay is the reason most people search this topic, so here is the shape of it, with the usual warning attached. These are market observations for India as a whole, not outcomes we are claiming for anybody, and the spread inside each band is wide because employer type moves the number more than job title does.

Indicative range, compiled from self-reported figures on Naukri and Glassdoor, 2026. Your offer will depend on employer, location and prior experience.
Role and stageIndicative annual range
Data analyst, first roleRs 3-6 L
Data analyst, three to five yearsRs 7-14 L
Data scientist, first roleRs 6-12 L
Data scientist, three to five yearsRs 12-24 L
Data engineer, three to five yearsRs 10-20 L
Machine learning engineer, three to five yearsRs 14-28 L

Three things move a candidate inside those bands. Employer type is the biggest lever: a global capability centre and a services firm can offer materially different packages for the same title and the same years. Location is the second, with Bengaluru and Hyderabad carrying a premium over Kochi and Thiruvananthapuram that partly disappears once rent is subtracted. Domain is the third, and it is the one people underrate, because a data scientist who understands credit risk or clinical trials is competing in a much smaller pool than a generalist. Our data analytics salary guide breaks the analyst side of this down stage by stage.

Getting in from a Kerala degree.

Almost every degree in Kerala is a workable starting point, and none of them is sufficient on its own. B.Tech graduates arrive with programming and are usually short on statistics. B.Sc statistics and mathematics graduates arrive with the reverse problem and tend to move fastest once they learn to code. BCA and MCA graduates are well placed for the data engineering side. B.Com and BBA graduates are not shut out at all, because commercial fluency is genuinely scarce in analytics teams, but they carry the longest technical run up.

The order you learn things in matters more than the total hours. SQL first, until joins, window functions, aggregation and date logic are automatic rather than looked up. Python next, specifically pandas and numpy, with an emphasis on cleaning messy input rather than on syntax drills. Statistics third, and properly: sampling, distributions, hypothesis testing, confidence intervals and the failure modes such as survivorship bias and Simpson's paradox that an interviewer will probe. Machine learning fourth, by which point you will understand why evaluation metrics matter more than model choice. One business intelligence tool and one cloud platform after that.

Internships are worth more than an extra certificate at this stage, including the structured internships that FYUGP students in Kerala can now take for credit. Six months of touching real, badly behaved company data changes how you talk in an interview in a way no course can replicate. If you want the full topic list before deciding, the data science and AI syllabus sets out what a complete curriculum should contain, and you can compare any provider against it.

The gap between a certificate and a portfolio.

This is the part most course pages skip. A certificate confirms attendance. It does not tell a hiring manager whether you can be trusted with a live dataset, and every other applicant has one too. What actually shortens the job search is a small number of projects that a reviewer can open, run and interrogate.

The standard classroom projects will not do this for you. A notebook that classifies the iris dataset or predicts survival on the Titanic tells a reviewer only that you followed instructions, because the data was clean, the target was given and the answer was already known. Reviewers have seen thousands of them and skim straight past.

What a reviewable project contains

  • Data you sourced yourself. A public API, a government open data portal, a scrape you wrote, or an export from somewhere you have worked. The messiness is the point, because cleaning decisions are what you get asked about.
  • A written problem statement. One paragraph on what decision the output was meant to support. Projects with no stated decision read as exercises.
  • Visible reasoning. Why that metric, why that model, what you tried first and abandoned. A reviewer is testing judgement, and judgement only shows in the discarded options.
  • Something that runs. A deployed endpoint, a scheduled pipeline or a dashboard somebody other than you actually opens. Even a small deployment separates you from the notebook pile.
  • An honest limitations section. Sample size, leakage risk, what would break in production. Naming your own weaknesses reads as senior, not weak.
  • A real commit history. A repository with one commit called final looks exactly like what it is.

Two or three projects at this standard beat ten notebooks every time. Build them while you study rather than after, and pick problems from a domain you already know, because your existing context is the unfair advantage nobody else in the queue has. Our data science and AI course is built around a reviewed capstone for exactly this reason.

What the interview actually tests.

Indian data hiring has settled into a fairly predictable set of rounds, and preparing for the wrong one is a common and expensive mistake. Expect four.

The SQL round comes first and eliminates the most people. It is live, it is against a schema you have not seen, and it targets joins with deliberate traps, window functions for ranking and running totals, deduplication, date bucketing and the difference between filtering in a where clause and in a having clause. The statistics round follows, and it is conceptual rather than computational: what a p value does and does not mean, how you would detect sampling bias, why an aggregate can reverse when you split it by group, and how you would design a valid test for a proposed change.

The case round is where analysts are separated from candidates who have only trained models. You are given a business situation, usually a metric that has moved, and asked how you would investigate it, what data you would want and what you would recommend. Structure matters more than cleverness. Finally the machine learning round, where the recurring topics are the bias and variance trade off, regularisation, class imbalance, target leakage, cross validation done correctly on time series, and why accuracy is the wrong metric for most real problems. Very few interviewers ask you to derive an algorithm. Most ask you to explain a decision.

FAQ

The questions people actually ask.

Is data science still a good career in India in 2026? +
Yes, but the shape of the demand has changed. Hiring volume has moved from experimental analytics teams in startups towards global capability centres, banks, insurers, healthcare firms and IT services companies that now run data work as a standing function with a named business owner. That means fewer open ended research roles and more roles with a defined deliverable. It also means employers screen harder for people who can query a warehouse, reason about a metric and ship something, rather than people who have only fitted models on tidy practice datasets.
Which data role should a fresher start with? +
For most freshers the data analyst role is the realistic first job, because it is the one with the largest number of openings and the shortest list of prerequisites. You need strong SQL, working Python, a business intelligence tool and the ability to explain a number to a manager. From there the move to data scientist or data engineer is an internal one in many companies, and it is far easier to make with two years of production data behind you than it is to make from outside with no work history at all.
Do I need a masters degree to work in data science in India? +
Not for analyst, data engineer or most applied data scientist roles, where hiring managers weigh demonstrable SQL, Python and modelling work above the degree on the certificate. A postgraduate qualification still helps in two places: research heavy roles in pharma, quantitative finance and core machine learning teams, and visa or relocation routes abroad. A B.Tech, B.Sc in statistics or mathematics, BCA, MCA or even a B.Com with genuine analytical work behind it are all normal starting points.
How long does it take to become job ready in data science? +
Plan in terms of hours of deliberate practice rather than weeks on a calendar. Reaching the point where you can pass an analyst screening round takes most people several months of consistent effort alongside a degree or a job, and weekend batches stretch the same teaching hours over a longer calendar period. The part that decides the date is not the syllabus, it is how quickly you build two or three projects that survive a reviewer opening the repository.
What does the Cokonet data science and AI course fee include? +
We do not publish fee figures on this page. The complete fee structure, the instalment options and any scholarship you qualify for are sent to your WhatsApp with the full syllabus and the current batch calendar after a quick mobile verification, because the right number depends on the batch format you pick. What the programme itself covers is Python, SQL, statistics, machine learning, a business intelligence tool, cloud deployment and a reviewed capstone project.
Can I get a data science job in Kerala, or do I have to move? +
Both are possible and they are different jobs. Technopark in Thiruvananthapuram, Infopark in Kochi and Cyberpark in Kozhikode carry a genuine volume of analytics, reporting and data engineering work, much of it delivered for overseas clients, and remote roles for Bengaluru and Hyderabad teams are now routine. The deepest concentration of research grade modelling roles is still outside Kerala, so if that is specifically what you want, plan for a move at some stage.
Is a course certificate enough to get hired? +
On its own, no. A certificate tells a recruiter that you attended, and every applicant in the pile has one. What separates shortlisted candidates is a small set of projects a reviewer can open, run and question: a real dataset you sourced yourself, a written explanation of the decisions you made, and evidence that the output was used by somebody. Treat the certificate as the receipt for the learning, and the portfolio as the evidence of it.
Where to go from here

The pages this guide points to.