ProSyllabus Journal

Probability & Statistics for GATE DA: The Heaviest Section, Mastered

The GATE DA section that carried the most marks in 2024–2026 — every past question indexed, the distributions and formulas that recur, seven worked numericals, and a topic tracker.

By ProSyllabus Admin
Updated 14 hours agoGATE Data Science & AI · GATE 2027 · Probability & Statistics
#GATE DA probability and statistics#GATE DA probability questions#GATE data science statistics syllabus#GATE DA Bayes theorem#GATE DA important formulas#GATE DA probability PYQ
Probability & Statistics for GATE DA: The Heaviest Section, Mastered

Checked 25 September 2026. Syllabus and past-paper data are official and fixed. Formulas are standard statistics.

Probability & Statistics is Section 1 of the GATE DA syllabus and, in our question-by-question count of the three official papers, the section that carried the most marks over the three years: 15 in 2024, 19 in 2025 and 21 in 2026, out of 85 subject marks per paper (100 including General Aptitude). It also sits underneath two other sections — naive Bayes, LDA and regression in Machine Learning, and conditional independence and inference in AI — so time spent here pays twice.

55
P&S marks across the three papers (of 255 subject marks)
34
P&S questions, 2024–2026
14
of them numerical-answer — you compute, no options
21
marks in 2026 — the most for any section that year, by our count
How Probability & Statistics was asked
MCQMSQNAT
2024 (9 questions, 15 marks)
3
6
2025 (12 questions, 19 marks)
9
1
2
2026 (13 questions, 21 marks)
4
3
6

From the official answer keys, classified by us. 2024: 3 MCQ, 0 MSQ, 6 NAT; 2025: 9 MCQ, 1 MSQ, 2 NAT; 2026: 4 MCQ, 3 MSQ, 6 NAT.

202420252026Section (our count)Three years
151921Probability & Statistics55
201414Programming, DS & Algorithms48
151213Machine Learning40
71118DBMS & Warehousing36
10128Linear Algebra30
1068AI (search, logic, uncertainty)24
8113Calculus & Optimization22

Marks per section in the three papers, from our question-by-question classification — the basis for calling P&S the heaviest section. The method and the judgement calls are in our weightage guide.

The official syllabus, grouped the way it is examined

BlockSyllabus topics
Counting and probabilityPermutations and combinations; axioms; sample space and events; independent and mutually exclusive events; marginal, conditional and joint probability; Bayes theorem
Descriptive statisticsMean, median, mode, standard deviation; correlation and covariance
Random variablesDiscrete RVs and PMFs; continuous RVs and PDFs; CDFs; conditional PDF; conditional expectation and variance
DistributionsUniform, Bernoulli, binomial, Poisson, exponential, normal, standard normal, t, chi-squared
InferenceCentral limit theorem; confidence intervals; z-test, t-test, chi-squared test

Every P&S question in the three papers

PaperQuestion numbers
GATE 202411, 12, 34, 36, 56, 57, 58, 59 (marks to all), 65
GATE 202511, 19, 20, 21, 31, 36, 39, 40, 41, 45, 54, 61
GATE 202619, 20, 28, 33, 34, 44, 45, 53, 54, 57, 62, 63, 64

Links to all three official papers and keys are in GATE DA previous year papers. Themes that came back more than once: Bayes numericals (2024 Q58, 2025 Q31, 2026 Q57); the exponential distribution — parameter and tail (2024 Q57; 2025 Q21), memorylessness (2026 Q34) and its link to the geometric (2025 Q41); conditional expectation (2024 Q59, 2025 Q11); CDFs (2025 Q19, Q39; 2026 Q54); covariance and correlation (2024 Q65, 2026 Q63); the CLT (2025 Q40, 2026 Q45); counting (2026 Q19, Q20, Q33).

The distributions, on one table

DistributionPMF / PDFMeanVariance
Bernoulli(p)P(X=1)=p, P(X=0)=1−ppp(1−p)
Binomial(n, p)C(n,k) pᵏ(1−p)ⁿ⁻ᵏnpnp(1−p)
Poisson(λ)e^(−λ) λᵏ / k!λλ
Uniform(a, b)1/(b−a) on [a, b](a+b)/2(b−a)²/12
Exponential(λ)λe^(−λx), x ≥ 01/λ1/λ²
Normal(μ, σ²)bell curve; Z = (X−μ)/σμσ²
t (ν d.f.)heavier tails than normal0 (ν > 1)ν/(ν−2) (ν > 2)
Chi-squared (k d.f.)sum of k squared standard normalsk2k

Five identities that do most of the work

  • Bayes: P(A|B) = P(B|A)P(A) / P(B), with P(B) from the law of total probability.
  • Total expectation: E[X] = E[E[X|Y]]; total variance: Var(X) = E[Var(X|Y)] + Var(E[X|Y]).
  • Variance of a sum: Var(X+Y) = Var X + Var Y + 2Cov(X,Y); Cov(X,Y) = ρσₓσᵧ.
  • Memorylessness: for exponential T, P(T > s+t | T > s) = P(T > t).
  • CLT: the mean of n i.i.d. variables with mean μ and s.d. σ is approximately Normal(μ, σ²/n) for large n.

Two habits make these formulas pay off in the exam. Identify the distribution from the story before touching numbers — "time until the next arrival" is exponential, "number of arrivals in an hour" is Poisson, "successes in n independent trials" is binomial. And check every answer against the obvious bounds: a probability between 0 and 1, a variance that is never negative, a correlation between −1 and 1.

Seven worked numericals

Each is in the style of a GATE numerical-answer question, built to use one idea from the tables above. Try each before reading the answer.

1. Bayes

  • A disease affects 1% of a population. A test detects it 95% of the time and gives a false positive 5% of the time. If a person tests positive, what is the probability they have the disease?
  • P(D|+) = (0.95 × 0.01) / (0.95 × 0.01 + 0.05 × 0.99) = 0.0095 / 0.0590 = 0.161. Most positives are false because the disease is rare.

2. Memorylessness

  • A component's lifetime is exponential with mean 10 hours. It has already run 5 hours. What is the probability it runs more than 10 further hours?
  • P(T > 15 | T > 5) = P(T > 10) = e^(−10/10) = e^(−1) = 0.368. The 5 hours already run are irrelevant.

3. Binomial

  • A fair coin is tossed 10 times. Probability of exactly 3 heads?
  • C(10,3)/2¹⁰ = 120/1024 = 0.117.

4. Poisson

  • Requests arrive at 2 per hour on average (Poisson). Probability of none in an hour, and of at least 2?
  • P(0) = e^(−2) = 0.135. P(≥2) = 1 − e^(−2)(1 + 2) = 0.594.

5. Law of total expectation

  • Roll a fair die. If it is even, toss two fair coins; if odd, toss one. Expected number of heads?
  • E = ½ × 1 + ½ × ½ = 0.75.

6. Variance of a sum

  • Var(X) = 4, Var(Y) = 9, correlation 0.5. Find Var(X + Y).
  • Cov = 0.5 × 2 × 3 = 3, so Var(X+Y) = 4 + 9 + 2 × 3 = 19.

7. CLT and a confidence interval

  • A sample of 36 from a population with σ = 6 has mean 20. Give the 95% confidence interval for μ; and if the population mean were 50 with σ = 10, what is P(mean of 100 draws > 52)?
  • Standard error = 6/√36 = 1, so 20 ± 1.96 = (18.04, 21.96). For the second, the sample mean ~ Normal(50, 1), so P(X̄ > 52) = P(Z > 2) = 0.023.

Illustrative questions written for this guide, not taken from a GATE paper.

Where probability reappears in other sections

The marks above are only the questions filed under Section 1. Probability does a lot of quiet work elsewhere in the paper, which is why its effective weight is higher than its own count.

Other sectionSyllabus topicThe probability underneath
Machine LearningNaive Bayes classifierBayes theorem plus conditional independence of features given the class
Machine LearningLinear discriminant analysisGaussian class-conditional densities with a shared covariance
Machine LearningLogistic regressionModelling P(y = 1 | x) and maximising likelihood
Machine LearningPCAEigen-decomposition of the covariance matrix; variance explained
AIReasoning under uncertaintyConditional independence, exact inference by variable elimination, approximate inference by sampling
DBMS & WarehousingData transformationNormalisation (z-scores), discretisation, sampling

In practice this means the order of study matters: finish conditional probability, Bayes and covariance before you start naive Bayes, LDA or PCA, and the machine-learning section becomes largely an application of what you already know rather than a new subject.

Traps the past papers set

TrapWhere it bitesDefence
Conditioning on the wrong eventBayes and conditional-probability NATsWrite "given what?" in words before any formula
Independent vs mutually exclusiveEvent-property questionsMutually exclusive events with non-zero probability are never independent
PDF value read as a probabilityContinuous RV questionsProbabilities of continuous RVs are areas; a PDF can exceed 1
Variance of a sum without covarianceCovariance/correlation itemsAdd 2Cov unless independence is given
σ vs σ/√nCLT and confidence intervalsThe spread of a mean shrinks with √n
Rounding a NAT too earlyAny numerical answerKeep four figures until the last step

Probability & Statistics topic tracker

Tick a topic once you can solve its past-paper questions unaided. Saved in this browser.

0 of 20 done

Probability (0/4)
Descriptive statistics (0/1)
Random variables (0/5)
Distributions (0/6)
Inference (0/4)

Ticks are saved only in this browser on this device.

Probability is best learned in short daily sets: through October, five to ten past-paper P&S questions a day — the 34 in the three official papers first — covers the section twice before November.

Practise it, don't just read it

There is no probability quiz in the library yet; use it for the linear-algebra and neural-network topics that build on this section.

The ProSyllabus GATE DA library currently has three topic quizzes: Matrix Rank and Inverse (Section 2, Linear Algebra), Backpropagation in Neural Networks (Section 6, multi-layer perceptrons) and Gradient Descent Variants (optimisation practice for Machine Learning — the syllabus names no gradient methods, though a 2026 question applied an SGD update). Each has ten questions and a worked explanation for every option. Probability, programming and DBMS have no quizzes yet — drill those from the section index of the official papers.

Start a GATE DA quiz →

How much weightage does Probability and Statistics have in GATE DA?

In our question-by-question count of the official papers it carried 15 marks in 2024, 19 in 2025 and 21 in 2026, out of 85 subject marks — the most of any section in 2025 and 2026, and 55 of 255 marks across the three years.

Which probability topics are most important for GATE DA?

Topics that recurred in the official papers include Bayes theorem numericals, the exponential distribution and memorylessness, conditional expectation, CDFs, covariance and correlation, the central limit theorem and counting.

Are statistical tests in the GATE DA syllabus?

Yes. The syllabus includes confidence intervals, the z-test, the t-test and the chi-squared test, along with the central limit theorem and the t and chi-squared distributions.

Are GATE DA probability questions numerical?

Many are. Of the 34 probability and statistics questions in the 2024 to 2026 papers, 14 were numerical-answer questions, where you type the value, and 16 were MCQs, which carry negative marking.

Which book is good for GATE DA probability?

Any standard undergraduate probability and statistics text that covers the syllabus topics listed on this page will do; what matters more is solving every probability question from the three official DA papers, which show the depth GATE expects.

Sources

official = a document published by the conducting body. reported = a news or coaching site we could not check against an original. Where sources disagree this page says so rather than picking one.

This chapter is part of the GATE Data Science and Artificial Intelligence Board ExaminationExplore every chapter — summary, notes, extra questions & MCQ quizzes
Practice Quiz

Test your GATE Data Science and Artificial Intelligence prep

Dual AI-verified questions Real exam pattern 1 free quiz every month, then ₹9 per quiz — or a monthly plan

#1

Matrix Rank and Inverse Fundamentals — Free GATE Data Science and Artificial Intelligence Quiz

Start here
10 Qs · ~10 min

Instant score, answer review and weak-topic diagnosis

6/10avg score
6/10best
#2

Backpropagation in Neural Networks Advanced Challenge — Free GATE Data Science and Artificial Intelligence Quiz

10 Qs · ~10 min

Instant score, answer review and weak-topic diagnosis

#3

Gradient Descent Variants Fundamentals — Free GATE Data Science and Artificial Intelligence Quiz

10 Qs · ~10 min

Instant score, answer review and weak-topic diagnosis

More on GATE Data Science and Artificial Intelligence10 guides

GATE DA Without a CS Degree: Maths, Stats, ECE, EE and B.Sc. StudentsCan you write GATE Data Science & AI from a non-CS background, which programmes will admit you, what your degree already covers, and what you must learn from zero — section by section.GATE DA 2027 Preparation Plan: Week by Week, October to FebruaryA 19-week GATE Data Science & AI plan to the 6–21 February 2027 window, with study hours split by the marks each section actually carried in 2024–2026 — and a planner for your own dates.GATE DA vs GATE CS 2027: Which Paper Should You Write?Syllabus overlap, competition, and — most importantly — which IIT, IISc and NIT programmes accept each paper. Many top CSE M.Techs take only GATE CS; most AI and data-science M.Techs take DA.GATE DA Previous Year Papers 2024–2026 with Official Answer KeysAll three GATE Data Science & AI papers and answer keys from the official GATE site, the question mix of each, honest self-marking, and which GATE CS questions make good extra practice.GATE DA Marks vs Score vs Rank: Official Formula and CalculatorHow GATE converts Data Science & AI marks into a score and a rank — the official formula, real DA qualifying marks and Mt values for 2024–2026, official score-to-rank bands, and a calculator.GATE DA Topic-Wise Weightage 2024–2026, Counted From Official PapersEvery GATE Data Science & AI question from 2024, 2025 and 2026 classified into the seven syllabus sections — marks per section, the trend, recurring question themes, and what it means for 2027.Alerts and Updates for GATE Data Science and Artificial IntelligenceStay up-to-date with the latest news and updates for the GATE Data Science and Artificial Intelligence examGATE DA 2026: Expected Cutoff, Rank vs IIT, AI Placements GuideComplete Guide to GATE Data Science & Artificial Intelligence 2026 – Expected Cutoffs, Rank vs College, Top IITs/IISc, Placements, GenAI & ML Careers in India's AI BoomGATE 2026 Data Science & AI (DA) Guide: Weightage & StrategyComplete exam day strategy for the GATE DA 2026 paper, covering Machine Learning weightage, MSQ tips, and IIT Guwahati's afternoon session rules.GATE Data Science & AI 2026: Exam Date, Syllabus Weightage, and GuideMaster the DA Paper: Detailed analysis of Machine Learning, Probability, and AI for 2026.

Group Discussions

No forum posts available.

Share this article