Career upgrade: Learn practical AI skills for better jobs and higher pay.
Level up
All Practice Exams

100+ Free GATE DA Practice Questions

Pass your GATE Data Science and Artificial Intelligence (DA) exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

A confidence interval and a credible interval differ in that:

A
B
C
D
to track
2026 Statistics

Key Facts: GATE DA Exam

65 questions / 100 marks

GATE DA paper structure (15 GA + 85 subject)

gate2026.iitg.ac.in

180 minutes

Total exam time (computer-based)

GATE 2026 Information Brochure

INR 1000 / 2000

Application fee (women/SC/ST/PwD vs general; regular window)

gate2026.iitg.ac.in

36.7/100

GATE 2024 DA general-category qualifying cutoff

IISc Bangalore GATE 2024 result statistics

100

Free practice questions here

OpenExamPrep

GATE DA is a 3-hour, 65-question, 100-mark CBT with 15 GA + 85 subject marks across 7 sections (Prob/Stats, LA, Calc/Optim, PDSA, DB, ML, AI). MCQ has −1/3 or −2/3 negative marking; MSQ and NAT have none. Conducted by IIT Guwahati for GATE 2026.

Sample GATE DA Practice Questions

Try these sample questions to test your GATE DA exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1A bag contains 4 red and 6 blue balls. Two balls are drawn at random without replacement. What is the probability that both balls are red?
A.2/15
B.4/25
C.1/6
D.3/20
Explanation: P(both red) = C(4,2)/C(10,2) = 6/45 = 2/15. Using the multiplication rule without replacement: (4/10) × (3/9) = 12/90 = 2/15.
2Which of the following best describes the central limit theorem (CLT) for an i.i.d. sample of size n from a distribution with finite mean μ and variance σ²?
A.The sample mean converges to μ as n → ∞ in probability, regardless of the underlying distribution shape
B.The standardized sample mean (X̄ − μ)/(σ/√n) converges in distribution to N(0,1) as n → ∞
C.The sample variance is always normally distributed for large n
D.The original distribution becomes normal as n increases
Explanation: CLT states that the standardized sample mean √n(X̄ − μ)/σ converges in distribution to a standard normal as n → ∞, regardless of the underlying distribution (assuming finite variance). This is the foundation of large-sample inference.
3Let A be a 3×3 matrix with eigenvalues 2, 3, and 5. What is the determinant of A?
A.10
B.30
C.15
D.0
Explanation: The determinant of a square matrix equals the product of its eigenvalues (counted with algebraic multiplicity). det(A) = 2 × 3 × 5 = 30.
4What is the gradient of f(x, y) = x²y + 3xy² at the point (1, 2)?
A.(16, 13)
B.(13, 16)
C.(14, 13)
D.(16, 14)
Explanation: ∂f/∂x = 2xy + 3y² = 2(1)(2) + 3(4) = 4 + 12 = 16. ∂f/∂y = x² + 6xy = 1 + 6(1)(2) = 1 + 12 = 13. So gradient = (16, 13).
5Which Python data structure provides average O(1) lookup, insertion, and deletion by key?
A.list
B.tuple
C.dict
D.set with linear search
Explanation: Python's dict is a hash table providing average-case O(1) for lookup, insertion, and deletion by key. Worst case is O(n) under heavy collisions, but the amortized average is O(1).
6In an ER diagram, a relationship where each entity in A is related to exactly one entity in B and vice versa is called:
A.One-to-many
B.Many-to-many
C.One-to-one
D.Recursive
Explanation: A one-to-one (1:1) relationship maps exactly one entity from A to exactly one entity in B. Examples include person ↔ passport, or employee ↔ assigned-desk where each desk has at most one employee and vice versa.
7In k-means clustering, which of the following is true about the algorithm?
A.It always finds the globally optimal clustering
B.It minimizes the within-cluster sum of squared distances and is sensitive to initial centroid placement
C.It requires labeled data to function
D.It can only work with categorical features
Explanation: k-means minimizes the within-cluster sum of squared Euclidean distances (inertia). It is a non-convex optimization, so different initializations can yield different local optima — hence techniques like k-means++ for better initial centroids.
8Which search algorithm is guaranteed to find the shortest path in an unweighted graph from a source vertex?
A.Depth-first search (DFS)
B.Breadth-first search (BFS)
C.A* with a non-admissible heuristic
D.Dijkstra's algorithm with negative edge weights
Explanation: BFS explores vertices in order of their distance (number of edges) from the source, so the first time it reaches a vertex, the path used is guaranteed to be the shortest in an unweighted graph. Time complexity is O(V + E).
9If X ~ N(μ = 50, σ² = 16), what is the probability that X > 58? (Approximate using Φ values: Φ(2) ≈ 0.9772.)
A.0.9772
B.0.0228
C.0.1587
D.0.5000
Explanation: Standardize: Z = (58 − 50)/4 = 2. P(X > 58) = P(Z > 2) = 1 − Φ(2) ≈ 1 − 0.9772 = 0.0228.
10The bias-variance tradeoff in supervised learning is best described as:
A.More complex models always have higher generalization error
B.Increasing model complexity tends to reduce bias but increase variance, with total error minimized at intermediate complexity
C.Bias and variance can both be minimized by collecting more training data
D.Bias measures noise in the data; variance measures noise in the labels
Explanation: Expected test MSE decomposes into Bias² + Variance + Irreducible Noise. As complexity rises, bias falls and variance rises; the minimum total error is typically at an intermediate complexity. Cross-validation helps locate this sweet spot.

About the GATE DA Exam

GATE Data Science and Artificial Intelligence (DA) is a paper of the Graduate Aptitude Test in Engineering (GATE), introduced in GATE 2024 and continuing in GATE 2026 under IIT Guwahati. The 3-hour computer-based test has 65 questions worth 100 marks: 15 marks of General Aptitude (compulsory) plus 85 marks across seven subject sections — Probability & Statistics, Linear Algebra, Calculus & Optimization, Programming/DS/Algorithms, Database Management & Warehousing, Machine Learning, and AI. Questions are MCQ (negative marking), MSQ (multiple-select, no negative, no partial), and NAT (numerical, no negative). GATE scores are accepted by IITs/IISc/NITs for M.Tech/MS admissions, by PSUs for recruitment, and increasingly for international postgraduate programmes.

Questions

100 scored questions

Time Limit

180 minutes (3 hours)

Passing Score

Qualifying cutoff announced after results (e.g., 36.7/100 in GATE 2024 DA for general category)

Exam Fee

INR 1000 (women/SC/ST/PwD); INR 2000 (others); ~USD 100 international (IIT Guwahati (GATE 2026 organising institute))

GATE DA Exam Content Outline

15%

General Aptitude (GA)

Verbal aptitude (grammar, vocabulary, comprehension, analogy) and quantitative aptitude (data interpretation, reasoning, basic numeric problem-solving). Compulsory across all GATE papers — 15 marks of the 100 total.

15%

Probability and Statistics

Counting and combinatorics, probability axioms, sample space and events, conditional probability and Bayes' theorem, discrete and continuous random variables, expectation and variance, key distributions (uniform, exponential, Poisson, binomial, normal), Central Limit Theorem, sampling distributions, confidence intervals, hypothesis testing (Z, t, chi-square), correlation, and linear regression.

10%

Linear Algebra

Vector spaces, subspaces, linear independence and span, matrices and matrix operations, eigenvalues and eigenvectors, rank, nullity, Rank-Nullity theorem, LU and QR decompositions, and Singular Value Decomposition (SVD).

10%

Calculus and Optimization

Functions of one and several variables, limits, continuity, differentiability, partial derivatives, gradient and chain rule, maxima and minima of single- and multi-variable functions, constrained optimization with Lagrange multipliers, and gradient descent for unconstrained optimization.

10%

Programming, Data Structures and Algorithms

Python programming. Linear data structures (arrays, stacks, queues, linked lists), trees (binary, BST, balanced), hash tables. Sorting and searching algorithms, complexity analysis. Graph algorithms — BFS, DFS, shortest path (Dijkstra), Minimum Spanning Tree (Kruskal, Prim).

5%

Database Management and Warehousing

ER models and ER-to-relational mapping, relational algebra, SQL (DDL, DML, joins, aggregates, subqueries), integrity constraints, functional dependencies, normalization (1NF, 2NF, 3NF, BCNF). Data warehouse concepts — star/snowflake schema, ETL, OLAP operations.

25%

Machine Learning

Supervised learning — linear and logistic regression, k-NN, decision trees, naive Bayes, SVM, neural networks and backpropagation, ensemble methods (bagging, random forest, gradient boosting), evaluation metrics (accuracy, precision, recall, F1, ROC AUC), bias-variance tradeoff, regularization (L1, L2). Unsupervised — k-means and hierarchical clustering, PCA and dimensionality reduction. Reinforcement learning basics — MDPs and Q-learning.

10%

Artificial Intelligence

Search techniques — uninformed (BFS, DFS, uniform-cost), informed (best-first, A* with admissibility/consistency), local search. Knowledge representation and reasoning — propositional and first-order logic. Reasoning under uncertainty — probability, Bayesian networks, conditional independence. Basics of natural language processing (tokenization, BoW, TF-IDF).

How to Pass the GATE DA Exam

What You Need to Know

  • Passing score: Qualifying cutoff announced after results (e.g., 36.7/100 in GATE 2024 DA for general category)
  • Exam length: 100 questions
  • Time limit: 180 minutes (3 hours)
  • Exam fee: INR 1000 (women/SC/ST/PwD); INR 2000 (others); ~USD 100 international

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

GATE DA Study Tips from Top Performers

1Read the official GATE 2026 DA syllabus PDF from gate2026.iitg.ac.in end to end before buying any book — every textbook chapter you study should map to a listed sub-topic
2Allocate effort by marks weightage: Machine Learning (~25%) and Probability/Stats (~15%) deserve the most time; DB (~5%) needs solid basics but limited drill
3Practice NAT questions extensively — they carry full marks with no negative penalty, making them strategic points; calculator-on-screen is available, so practice with the official mock interface
4For MSQ items, attempt only when confident in all correct options — wrong selections cost the full mark with no partial credit; for MCQs use elimination and skip if below ~50% confidence to avoid negative marking
5Solve GATE DA 2024 and 2025 official papers (and answer keys) as full-length mock tests to calibrate pace — 65 questions in 180 minutes means ~2.75 minutes per item including review
6Build a Python notebook with code snippets for sorting, BFS/DFS, BST, hash tables, and small ML scripts (sklearn) — the programming questions test conceptual understanding plus Pythonic patterns

Frequently Asked Questions

What is GATE DA and when was it introduced?

GATE DA (Data Science and Artificial Intelligence) is a paper of the Graduate Aptitude Test in Engineering, introduced in GATE 2024 to formally include data science and AI as a GATE subject. It continues in GATE 2026 (organised by IIT Guwahati) alongside the other 30 GATE papers. The paper has 65 questions for 100 marks over 3 hours.

What is the GATE 2026 DA exam pattern and marking scheme?

65 questions, 100 marks, 3 hours, computer-based. 15 marks come from General Aptitude (compulsory) and 85 marks from the DA subject syllabus. Items are 1-mark or 2-mark. MCQs have negative marking (−1/3 for 1-mark and −2/3 for 2-mark wrong answers). MSQ (multiple-select) and NAT (numerical-answer) have no negative marking, and MSQ has no partial credit.

What is the GATE DA syllabus for 2026?

Seven subject sections plus General Aptitude. Subject sections: Probability and Statistics; Linear Algebra; Calculus and Optimization; Programming, Data Structures and Algorithms (Python-based); Database Management and Warehousing; Machine Learning; and Artificial Intelligence. Importantly, DA does NOT have a separate Engineering Mathematics section — its math content is folded into Probability/Stats, LA, and Calc.

Who conducts GATE 2026 and what is the application timeline?

GATE 2026 is organised by IIT Guwahati on behalf of the National Coordination Board, MoE, and seven IITs and IISc Bangalore. The official portal is gate2026.iitg.ac.in. Registration typically opens in late August; the exam is held across multiple Saturdays/Sundays in early February. Confirm exact dates and fee waivers on the official portal.

What is the GATE DA application fee?

For GATE 2026, the application fee is INR 1000 for women, SC, ST, and PwD candidates and INR 2000 for all other Indian candidates within the regular window. Candidates from Addis Ababa, Colombo, Dhaka, Dubai, Kathmandu, and Singapore pay approximately USD 100. A late-fee window applies after the regular deadline (verify exact amounts on the official portal).

How is GATE DA scored and what does the score qualify me for?

GATE produces a raw score out of 100 and a normalized score (GATE score) out of 1000. A qualifying cutoff is announced after results (for GATE 2024 DA, it was 36.7/100 for general). A valid GATE score is accepted by IITs, IISc, NITs, and other premier institutes for M.Tech/MS admissions; by central/state PSUs for recruitment; and by selected international universities (NTU Singapore, TUM Germany, etc.).

Is GATE DA suitable for non-CS or non-engineering candidates?

GATE 2026 has no engineering-discipline restriction — graduates and final-year students of any 4-year UG programme (or 3-year UG + Master's) are eligible. The DA syllabus draws on math, statistics, programming, and ML; candidates from CS, mathematics, statistics, electronics, and even quantitative economics backgrounds can prepare effectively with the same official syllabus.