Zollege is here for to help you!!
Need Counselling
Nidhi Bamnawat's profile photo

Nidhi Bamnawat

| Updated On - Jul 20, 2026

The GATE 2026 Data Science & Artificial Intelligence (DA) question paper is now available with detailed solutions for free download. GATE 2026 DA was conducted by IIT Guwahati on February 15, 2026, in the afternoon session from 2:30 PM to 5:30 PM, and the paper carried 65 questions worth 100 marks in a 3-hour computer-based test.

GATE 2026 Data Science & Artificial Intelligence (DA) Question Paper with Solutions Download PDF Check Solutions

GATE 2026 Data Science & Artificial Intelligence Questions with Solutions

Question 1:

Verbosity : Brevity :: Insolence : __________

Choose the word that best fills the blank.

  • (A) Innocence
  • (B) Respect
  • (C) Solace
  • (D) Wealth

Question 2:

The product of the digits of a three-digit number is 70. The sum of the digits of this three-digit number is _____

  • (A) 12
  • (B) 14
  • (C) 16
  • (D) 18

Question 3:

The four pieces of a puzzle are shown in the figure below.

Which one of the figures labelled as P, Q, R, and S can be constructed by using each of the four pieces only once without overlaps?

  • (A)

    Figure P

  • (B)

    Figure Q

  • (C)

    Figure R

  • (D)

    Figure S


Question 4:

Consider two distinct positive real numbers \(m, n\), with \(m > n\).

Let \(x = n^{\log_{10}(m)}\) and \(y = m^{\log_{10}(n)}\). The relation between \(x\) and \(y\) is _______.

  • (A) \(x > y\)
  • (B) \(x < y\)
  • (C) \(x = y\)
  • (D) \(x = \log_{10}(y)\)

Question 5:

'If his latest movie had been a commercial success, the actor would have made enough money to sponsor his next movie.'

Based only on the above sentence, which one of the following statements is true?

  • (A) The actor will certainly sponsor his next movie.
  • (B) His latest movie was a commercial success.
  • (C) The actor made enough money from his latest movie.
  • (D) His latest movie was not commercially successful.

Question 6:

'My friend and I parted __ the door __ the cabin that I had rented __ the night.'

Choose the option with the correct sequence of words to fill the blanks.

  • (A) at; of; for
  • (B) for; at; of
  • (C) of; for; in
  • (D) in; of; for

Question 7:

Five integers are picked from 0 to 20, with possible repetitions, such that their mean is 12, median is 18, and they have a single mode of 20.

Ignoring permutations, the number of ways to pick these five integers is _____

  • (A) 0
  • (B) 1
  • (C) 2
  • (D) 3

Question 8:

Rishi and Swathi are students of Class 5. Pavan and Tanvi are students of Class 4. Rishi and Pavan are boys. Swathi and Tanvi are girls. The four students played a total of three games of chess. The games were played one after another. A player who lost a game did not participate in any more games. It was observed that:

  1. the first game was the only game where two students of the same class played against each other,
  2. the students of Class 5 won more games than the students of Class 4, and
  3. the boys won two games and the girls won one game.

The student who did not lose any game is __________.

  • (A) Pavan
  • (B) Rishi
  • (C) Swathi
  • (D) Tanvi

Question 9:

\(P, Q, R, S, X,\) and \(Y\) are distinct single-digit whole numbers taking values from 0 to 9.
\(PQ\) is a two-digit number with \(Q\) in the units place and \(P\) in the tens place. Similarly, \(RS\) is a two-digit number.
It is known that \(PQ\) and \(RS\) are consecutive numbers and \((PQ)^2 + (RS)^2 = XYP\), with \(XYP\) being a three-digit number.
The value of \(Y\) is __________.

  • (A) 4
  • (B) 5
  • (C) 6
  • (D) 7

Question 10:

In the given figure, \(P\), \(Q\), and \(R\) are three points on a circle of radius 10 cm with \(O\) as its center, \(\overline{PQ} = \overline{RQ}\), and \(\angle PQR = 45^{\circ}\). The figure is representative.
The area of the shaded region \(PQRO\) is ______________ \(\text{cm}^2\).

  • (A) 50
  • (B) \(25\sqrt{2}\)
  • (C) \(50\sqrt{2}\)
  • (D) 100

Question 11:

For a classification problem, Principal Component Analysis (PCA) has been used to reduce the dimensionality of a feature space from 100 to 10.
Which of the following options is true about the angle \(\theta\) between the first and the tenth principal components?

  • (A) \(\theta = 0^{\circ}\)
  • (B) \(\theta = 90^{\circ}\)
  • (C) \(90^{\circ} < \theta \leq 180^{\circ}\)
  • (D) \(0 < \theta < 90^{\circ}\)

Question 12:

Consider that you are training a classifier for a 10-class classification problem. Each input is represented as a 512-dimensional vector. There are 1000 samples, out of which the first 100 will be used for testing.
Let Leave-One-Out-Cross-Validation (LOOCV) be used for selection of the classifier model before testing.
Which of the following options is the correct number of validation splits that will be generated?

  • (A) 10
  • (B) 512
  • (C) 900
  • (D) 1000

Question 13:

Which of the following algorithms is NOT an example of uninformed search?

  • (A) Breadth First Search
  • (B) Depth First Search
  • (C) A* Search
  • (D) Depth-limited Search

Question 14:

Which of the following statements is NOT true? (The names of the predicates are intuitive.)

  • (A) \(\forall x\, \forall y\; Classmate(x,y) \Rightarrow Classmate(y,x)\)
  • (B) \(\forall x\; Likes(x, Icecream) \Rightarrow \neg \exists x\; \neg Likes(x, Icecream)\)
  • (C) "Each king is a person" is equivalent to \(\forall x\; IsKing(x) \wedge IsPerson(x)\)
  • (D) "All humans are mortal" is equivalent to \(\forall x\; IsHuman(x) \Rightarrow IsMortal(x)\)

Question 15:

Consider that the quick sort algorithm is used to sort an array of \(n\) distinct randomly ordered elements. In every call, the pivot is chosen as the first element of the current subarray.
Let \(T(n)\) denote the expected time to sort the array. Assume that the time to partition is linear in the size of the current subarray.
Which of the following recurrence relations correctly represents \(T(n)\) in this scenario?

  • (A) \(T(n) = T(1) + T(n-1) + O(n)\)
  • (B) \(T(n) = T\left(\dfrac{n}{4}\right) + T\left(\dfrac{3n}{4}\right) + O(n)\)
  • (C) \(T(n) = 2T\left(\dfrac{n}{2}\right) + O(n)\)
  • (D) \(T(n) = \dfrac{1}{n}\displaystyle\sum_{k=0}^{n-1} \left[T(k) + T(n-k-1)\right] + O(n)\)

Question 16:

Consider the given Python program.

def append_to_lst(val, lst=[]):
    lst.append(val)
    return lst

print(append_to_lst(1))
print(append_to_lst(2))
print(append_to_lst(3, []))
Which of the following is the correct output of this program?

  • (A) [1]
    [2]
    [3]
  • (B) [1]
    [1, 2]
    [3]
  • (C) [1]
    [2]
    [1, 2, 3]
  • (D) [1]
    [1, 2]
    [1, 3]

Question 17:

Let \(R(A,B,C,D,E)\) be a relational schema with functional dependency set \(F = \{A \rightarrow BC,\ CD \rightarrow E,\ E \rightarrow A\}\).
Which of the following statements is correct?

  • (A) \(AD\), \(ED\) and \(CD\) are the only candidate keys of \(R\).
  • (B) \(AD\) and \(ED\) are the only candidate keys of \(R\).
  • (C) \(A\), \(E\) and \(CD\) are the only candidate keys of \(R\).
  • (D) \(A\) and \(CD\) are the only candidate keys of \(R\).

Question 18:

Consider that the visualization of a 3-dimensional data cube is showing Sales Quantity for each combination of the attributes Product Type, Month and Country.
From this, if we want to further visualize the Sales Quantity for each combination of Product Type, Month and State, which of the following OLAP operations should be performed?

  • (A) Slicing
  • (B) Dicing
  • (C) Roll-up
  • (D) Drill-down

Question 19:

Let \(M\) be a randomly chosen non-empty subset of \(S = \{1,2,3,\ldots,2026\}\).
Which of the following is the probability that the product of all the elements of \(M\) is even?

  • (A) \(\dfrac{2^{1013}(2^{1013}-1)}{2^{2026}}\)
  • (B) \(\dfrac{2^{1013}}{2^{2026}}\)
  • (C) \(\dfrac{2^{1013}(2^{1013}-1)}{2^{2026}-1}\)
  • (D) \(\dfrac{1}{2^{2026}-1}\)

Question 20:

Suppose that a computer program provides a non-negative and integer-valued random solution to the equation \(n_1 + n_2 + n_3 + n_4 = 20\).
Which of the following is the probability that all of \(n_1, n_2, n_3, n_4\) in the provided solution are positive?

  • (A) \(\dbinom{19}{3} \Big/ \dbinom{23}{3}\)
  • (B) \(\dbinom{20}{4} \Big/ \dbinom{24}{4}\)
  • (C) \(\dbinom{20}{3} \Big/ \dbinom{23}{3}\)
  • (D) \(\dbinom{19}{4} \Big/ \dbinom{24}{4}\)

Question 21:

Let \(M = \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}\) be a \(2 \times 2\) matrix, where \(\theta = \dfrac{2\pi}{5}\), and \(I_2 = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}\).
Which of the following options is equal to \(M^{2026}\)?

  • (A) \(M^2\)
  • (B) \(M\)
  • (C) \(M^{-1}\)
  • (D) \(I_2\)

Question 22:

Consider a set \(S_1 = \{x = (x_1, x_2, x_3)^T \in \mathbb{R}^3 \mid x^Tx \leq 16\}\). Let \(S_2\) be another set which is a subspace of \(\mathbb{R}^3\) with dimension two.
Which of the following gives the area of \(S_1 \cap S_2\)?

  • (A) \(16\pi\)
  • (B) \(4\pi\)
  • (C) \(4\pi^2\)
  • (D) \(16\pi^2\)

Question 23:

In the following table, the Task column lists a few tasks related to machine learning. The Algorithm column lists a few algorithms.
Each entry "t" from the Task column is to be matched with an appropriate entry "a" from the Algorithm column such that the task "t" can be solved using the algorithm "a". Denote such a match as t:a.

TaskAlgorithm
T1 - ClusteringA1 - Markov Chain Monte Carlo
T2 - ClassificationA2 - K-Medoid
T3 - SamplingA3 - Linear Discriminant Analysis
T4 - Feature ExtractionA4 - Naive Bayes
Which of the following options is/are the correct matching(s)?

  • (A) T1:A4, T2:A3, T3:A1, T4:A2
  • (B) T1:A2, T2:A4, T3:A1, T4:A3
  • (C) T1:A3, T2:A4, T3:A1, T4:A2
  • (D) T1:A4, T2:A2, T3:A1, T4:A3

Question 24:

Sentence \(X\) is said to entail Sentence \(Y\) if whenever \(X\) is \(TRUE\), \(Y\) also must hold \(TRUE\).
Which of the following statements is/are correct if \(X\) entails \(Y\)?

  • (A) \(X \Rightarrow Y\)
  • (B) \(X \wedge \neg Y\) is \(FALSE\)
  • (C) if \(X\) then \(Y\)
  • (D) if \(Y\) then \(X\)

Question 25:

You are given the following Pre-order and In-order traversals of a Binary Tree \(T\) with nodes E, F, G, P, Q, R, S.

Pre-order: P Q S E R F G
In-order: S Q E P F R G

Which of the following statements is/are true about the Binary Tree \(T\)?

  • (A) Node P is the root of T
  • (B) The Post-order traversal of T is: S E Q F G R P
  • (C) Node Q has only one child
  • (D) The left subtree of node R contains the node G

Question 26:

Consider two relations \(r\) and \(s\) defined on the relational schemas \(R(A,B)\) and \(S(E,C)\), respectively. \(A\) is the primary key of \(R\) and \(E\) is a foreign key of \(S\) referencing \(A\) in \(R\).

Which of the following operations will NEVER violate the foreign key constraint?

  • (A) Inserting records into relation r
  • (B) Deleting records from relation s
  • (C) Deleting records from relation r
  • (D) Inserting records into relation s

Question 27:

Let \(f(x) = x^3 - 3x^2 + 2\) be a function defined on \((-1, 3]\).

Which of the following statements is/are correct?

  • (A) \(f(x)\) has exactly two roots in \([-0.9, 0]\).
  • (B) \(f(x)\) has a minimum at 2 only.
  • (C) \(f(x)\) has maximum at 0 only.
  • (D) \(f(x)\) has a root at 1.

Question 28:

Suppose a random variable \(Z\) follows \(Normal(\mu=0, \sigma^2=1)\) distribution with probability density function \(g(z)\) and cumulative distribution function \(G(z)\). Another random variable \(Y\) follows \(t_1\) distribution with probability density function \(h(y)\) and cumulative distribution function \(H(y)\). Let \(c\) be the positive real number for which \(g(c) = h(c)\).

Which of the following statements is/are correct?

  • (A) \(G(0) = H(0)\)
  • (B) \(G(c) < H(c)\)
  • (C) \(G(-c) < H(-c)\)
  • (D) \(g(0) = h(0)\)

Question 29:

Consider that for a supervised learning task, the objective function being minimized is \(f_w(x) = wx\), where \(x \in \mathbb{R}\) is the input and \(w \in \mathbb{R}\) is the parameter. Stochastic Gradient Descent with a learning rate of 0.10 is used for parameter updates.

Suppose that at the end of iteration \(i\), the value of \(w\) becomes 10.00.

Let \(x = 10.00\) be the input for iteration \((i+1)\).

The value of \(w\) at the end of iteration \((i+1)\) is __________. (Rounded off to two decimal places)


Question 30:

Consider the game tree for a two-player turn-taking minimax game as shown in the figure. The value of a terminal node represents the utility of the game state if the game ends there. The numbers written next to the edges denote the strategies.



There are two players MAX and MIN. At any particular state of the game, MAX prefers to move to a state of maximum value. On the other hand, MIN prefers to move to a state of minimum value.

Suppose MAX starts the game at the root and has three strategies: 1, 2 and 3. Next, MIN plays and also has three strategies: 1, 2 and 3. The game ends there. Both players always take optimal strategies throughout the game.

At the root, the best strategy for MAX is __________. (Answer in integer)


Question 31:

Let \(A\) be a sorted array containing 1000 distinct integers. You perform a recursive binary search on \(A\) to find an element \(y\). Suppose each comparison checks whether the middle element computed during the current recursive step is equal to, less than, or greater than \(y\).

The maximum number of comparisons that may have to be performed if \(y\) is not an element of \(A\) is __________. (Answer in integer)


Question 32:

In a relational database, a B+ Tree Index is to be constructed for a relation on a key field. In a B+ Tree, a Node Pointer points to a sub-tree and a Data Record Pointer points to a block of database records.

Let, Node size = 4096 bytes, Node Pointer size = 10 bytes, Search Key Field size = 11 bytes and Data Record Pointer size = 12 bytes.

The maximum number of Node Pointers that can be present in a non-leaf node of the B+ Tree is __________. (Answer in integer)


Question 33:

The number of bijections \(f(\cdot)\) from the set \(S = \{1, 2, 3, 4\}\) to itself such that \(f(f(n)) = n\), for all \(n \in S\), is ________. (Answer in integer)


Question 34:

Let \(X\) be an exponentially distributed random variable with mean \(\lambda (> 0)\). If \(P(X > 5) = 0.35\), then the conditional probability \(P(X > 10 \mid X > 5)\) is ________. (Rounded off to two decimal places)


Question 35:

The value of \(\displaystyle\sum_{i=0}^{\infty}\sum_{j=1}^{\infty} 2^{-i}\,3^{-j}\) is ________. (Answer in integer)


Question 36:

Let four points in three-dimensional space be:
\(P1: [2, 3, -1]\), \(P2: [3, 1, 1]\), \(P3: [5, -2, 3]\) and \(P4: [3, 3, 3]\).
Hierarchical Agglomerative Clustering is used to cluster the above points. If Manhattan Distance is used as the distance metric during clustering, which of the following options indicates the two points that will be merged first?

  • (A) \(P1, P2\)
  • (B) \(P2, P3\)
  • (C) \(P3, P4\)
  • (D) \(P2, P4\)

Question 37:

Which of the following statements is true for Ridge Regression?

  • (A) The regularizer in the objective function of Ridge Regression is used to guard against scenarios where the model works well for the test data, but poorly for the training data.
  • (B) The regularizer of Ridge Regression uses \(L_1\) norm.
  • (C) Ridge Regression aims to reduce the number of parameters that have negative values.
  • (D) The regularizer of Ridge Regression may increase the bias of the model, but it helps in reducing the variance in predictions.

Question 38:

Assume that a Creative (\(C\)) person will Succeed (\(S\)) if the person is also Disciplined (\(D\)), but will not succeed otherwise. Now, consider the following statements:
(i) \(C \wedge S \Leftrightarrow D\)
(ii) \(C \Rightarrow (S \Leftrightarrow D)\)
(iii) \(C \Leftrightarrow ((D \Rightarrow S) \vee \neg S)\)
Which of the following options is correct?

  • (A) Both (i) and (ii) are TRUE
  • (B) Only (ii) is TRUE
  • (C) Both (ii) and (iii) are TRUE
  • (D) Only (iii) is TRUE

Question 39:

A recursive function in Python is given.

def mystery(n):
    if n <= 0:
        return 1
    else:
        return mystery(n-1) + mystery(n-2)
Now, consider the following function call:
mystery(4)
Assume that a typical runtime stack is used to manage function calls. Each function call is pushed onto the stack and removed only after it finishes execution.
Which of the following options denotes the total number of function calls (i.e., the total number of stack activations), including the initial call, to compute mystery(4)?

  • (A) 5
  • (B) 9
  • (C) 15
  • (D) 17

Question 40:

Consider a directed graph \(G = (V, E)\), where \(V\) is the finite set of vertices and \(E\) is the set of directed edges between the vertices. \(G\) may contain cycles but there is no self-loop. Further, \(G\) may not be strongly connected.
Let \(G^R\) be the graph obtained by reversing the directions of all the edges in \(G\) without changing the set of vertices.
Assume that Breadth First Search (BFS) or Depth First Search (DFS) from any given vertex \(v\) of a graph visits only the reachable vertices from \(v\) in that graph.
Which of the following statements must always be true, regardless of the structure of \(G\)?

  • (A) If \(u\) is a reachable vertex in the BFS of \(G^R\) from \(v\), then \(u\) is also a reachable vertex in the DFS of \(G\) from \(v\).
  • (B) In \(G^R\), the BFS traversal from \(v\) will visit exactly the same set of vertices as the DFS from \(v\) in \(G\).
  • (C) The order of vertices visited in the BFS of \(G^R\) from \(v\) is the reverse of the order of vertices visited in the DFS of \(G\) from \(v\).
  • (D) If \(u\) is a reachable vertex in the DFS of \(G\) from \(v\), then \(v\) is also a reachable vertex in the BFS of \(G^R\) from \(u\).

Question 41:

Consider a B+ Tree where the maximum number of key values in each leaf node is 2 and the maximum number of pointers in each non-leaf node is 3. Let the content of the B+ Tree be as shown in the figure.



Which of the following options denotes the key value(s) stored in the root node after inserting a key value 3 in the given B+ Tree?

  • (A) 5
  • (B) 8
  • (C) 3 and 5
  • (D) 3, 5 and 8

Question 42:

Consider the given relations \(X\), \(Y\) and \(Z\). The relation \(X\) has three columns P, Q and R. The relation \(Y\) has three columns P, Q and S. The relation \(Z\) has two columns P and T.

Relation X:

PQR
P1Q1R1
P2Q2R2
P3Q3R2

Relation Y:
PQS
P1Q12
P1Q25
P2Q16
P3Q31

Relation Z:
PT
P1T1
P3T2
P4T3
P4NULL


Consider the relational algebra expression
\[ \Pi_{P,R,S}\Big[\big(\sigma_{(Q=Q3 \vee R=R2)}[X \Join Y]\big) \Join \big(\sigma_{(S>1)}[Y \Join Z]\big)\Big] \]
where \(\Join\) denotes natural join operation.

Which of the following options is the correct output for the given expression?

  • (A) Two rows (P1, R1, 2) and (P1, R1, 5)
  • (B) Three rows (P1, R1, 2), (P1, R1, 5) and (P2, R2, 6)
  • (C) One row (P1, R1, 2)
  • (D) Zero rows

Question 43:

Consider the concept hierarchies as shown in the figure.



Which of the following options denotes the total number of possible data cuboids from these concept hierarchies?

  • (A) \(4^{3}\)
  • (B) \(2^{3}\)
  • (C) \(2!\)
  • (D) \(4!\)

Question 44:

Let \(X\) and \(Y\) be two independent random variables. \(X\) follows \(Bernoulli(p=0.3)\) distribution and \(Y\) follows \(Normal(\mu=0, \sigma^{2}=100)\) distribution.

Which of the following options is the variance of \((2X-1)Y\)?

  • (A) 100
  • (B) 90
  • (C) 49
  • (D) 21

Question 45:

Let
\[ L = \lim_{n \to \infty} \sum_{k=0}^{n} \frac{e^{-n} n^{k}}{k!} \]
Which of the following is the value of \(L\)?

  • (A) 0.5
  • (B) 1.0
  • (C) 0
  • (D) \(e^{-1}\)

Question 46:

Let \(\gamma_1, \gamma_2, \gamma_3\) be the eigenvalues of the matrix
\[ \begin{bmatrix} 1 & 0 & 0 \\ 0 & \cos t & \sin t \\ 0 & -\sin t & \cos t \end{bmatrix} \]
where \(t \in [-\pi, \pi]\) is in radians.

Which one of the following options lists all the possible values of \(t\) satisfying \(\gamma_1 + \gamma_2 + \gamma_3 = 1 + \sqrt{2}\)?

  • (A) \(\{\pi/3, -\pi/4\}\)
  • (B) \(\{\pi/4, -\pi/3\}\)
  • (C) \(\{\pi/4, -\pi/4\}\)
  • (D) \(\{\pi/3, -\pi/3\}\)

Question 47:

Consider that 20 stories of Author X and 10 stories of Author Y were kept together without mentioning the names of the authors. A classifier was then asked to predict the author (X or Y) of each of these stories. Let, out of X's stories, 6 were classified as that of Y. On the other hand, out of Y's stories, 2 were classified as that of X.

Considering X and Y as two classes, which of the following statements is/are true?

  • (A) Accuracy of the classifier is 11/15.
  • (B) Precision of Class X is higher than the Precision of Class Y.
  • (C) Recall of Class X is higher than the Recall of Class Y.
  • (D) Accuracy of the classifier is 14/15.

Question 48:

Let \(P(x)\) be a predicate.

Which of the following statements is/are NOT valid in first-order logic?

  • (A) \(\forall x\, P(x) \Rightarrow \exists x\, P(x)\)
  • (B) \(\exists x\, P(x) \Rightarrow \forall x\, P(x)\)
  • (C) \(\exists x\, P(x) \Leftrightarrow \forall x\, P(x)\)
  • (D) \(\forall x\, P(x) \Rightarrow \exists x\, \neg P(x)\)

Question 49:

Consider the problem of sorting the given array in ascending order:

\(P = [1, 2, 3, 5, 4]\)

Consider two sorting algorithms Bubble Sort (BS) and Insertion Sort (IS).

Let \(N_1\) be the total number of comparisons done by BS on the elements of \(P\) and \(N_2\) be the total number of comparisons done by IS on the elements of \(P\).

Which of the following options is/are correct?

  • (A) \(N_1 = 10, N_2 = 4\)
  • (B) \(N_1 > N_2\)
  • (C) IS on P will perform only one swap
  • (D) Both BS and IS on P will make at least one unnecessary comparison (i.e., comparing elements that are already in correct order)

Question 50:

Consider the given Python program.

def outer():
    x = []
    def inner(val):
        x.append(val)
        return x
    return inner

f1 = outer()
f2 = outer()
print(f1(10))   # Line P
print(f1(20))   # Line Q
print(f2(30))   # Line R
print(f1(40))   # Line S
Which of the following options is/are correct?

  • (A) f1 and f2 share the same list x
  • (B) Output of Line Q is [10, 20]
  • (C) Output of Line R is [10, 20, 30]
  • (D) Output of Line S is [10, 20, 40]

Question 51:

Consider a table Employee(EmpID, TeamID), where the column EmpID (ID of an employee) is the primary key. The column TeamID denotes the team ID of the team of which the employee is a member. TeamID is a NOT NULL column.

We want to display the size of the team (denoted as TeamSize) in which each employee is a member by using SQL. As an example, the desired output for the given Employee table is also shown in tabular form.

Which of the following is/are correct?

Employee table:

EmpIDTeamID
18
28
38
47
57
69

Output table:
EmpIDTeamSize
13
23
33
42
52
61

  • (A)
    SELECT E.EmpID, B.TeamSize
    FROM Employee AS E, (SELECT TeamID, COUNT(TeamID) AS TeamSize FROM Employee GROUP BY TeamID) AS B
    WHERE E.TeamID = B.TeamID
  • (B)
    SELECT A.EmpID, COUNT(B.TeamID) AS TeamSize
    FROM Employee AS A, Employee AS B
    WHERE A.TeamID = B.TeamID AND A.EmpID = B.EmpID
    GROUP BY A.EmpID
  • (C)
    SELECT B.EmpID, B.TeamSize
    FROM (SELECT EmpID, COUNT(TeamID) AS TeamSize
    FROM Employee GROUP BY EmpID) AS B
  • (D)
    SELECT A.EmpID, B.TeamSize
    FROM Employee AS A, (SELECT COUNT(TeamID) AS TeamSize FROM Employee GROUP BY TeamID) AS B
    WHERE A.TeamID = B.TeamID

Question 52:

Let \(M = \left(I_n - \frac{1}{n}\mathbf{1}\mathbf{1}^T\right)\) be a matrix, where \(\mathbf{1} = (1,1,1,\ldots,1)^T \in \mathbb{R}^n\) and \(I_n\) is the identity matrix of order \(n\).

Which of the following options is/are correct?

  • (A) \(M^T = M\)
  • (B) \(M^2 = I_n\)
  • (C) \(\text{Trace}(M) = n\)
  • (D) \(M\) is a projection matrix

Question 53:

Let \(X_1, X_2, \ldots, X_n\) be \(n\) independent random variables. Each of the random variables follows \(Normal(\mu=0, \sigma^2=1)\) distribution. Define \(\bar{X} = \frac{1}{n}\sum_{i=1}^{n} X_i\).

Which of the following statements is/are correct?

  • (A) \(\sum_{i=1}^{n} X_i^2\) follows Chi-square distribution with \(n\) degrees of freedom.
  • (B) \(\sum_{i=1}^{n} (X_i - \bar{X})^2\) follows Chi-square distribution with \((n-1)\) degrees of freedom.
  • (C) \(X_1^2 + X_n^2\) follows exponential distribution with mean 2.
  • (D) \((\sqrt{n}\,\bar{X})^2\) follows Chi-square distribution with 2 degrees of freedom.

Question 54:

Let \(X\) be a discrete valued random variable with cumulative distribution function \(F(x)\).

Which of the following statements is/are correct?

  • (A) \(F(x)\) is always a positive function.
  • (B) \(F(x)\) is a non-decreasing function.
  • (C) \(F(x)\) has jump discontinuity.
  • (D) \(F(x)\) is a left continuous function.

Question 55:

Consider that Linear Ridge Regression is being used to learn a prediction function \(y_{pred} = w^T x\), where \(w, x \in \mathbb{R}^2\) and Mean Absolute Error (MAE) is used to measure the prediction error. A weight of 0.20 is associated with the regularizer.

At an intermediate step of the training process, assume that the parameter \(w = [-3.00,\ 4.00]^T\). In the next step, for the input \(x = [1.00,\ 2.00]^T\), the predicted value of \(y\) is noted. Let the relation between \(x = [x_1,\ x_2]^T\) and the true value of \(y\) be \(y_{true} = x_1 + x_2\).

The value of the overall regularized loss function for this instance is _______ . (Rounded off to two decimal places)


Question 56:

Consider a fully-connected feed-forward multi-layer perceptron. It has 30 neurons in the input layer, followed by two hidden layers and an output layer. The first hidden layer has 4 neurons and the second hidden layer has 3 neurons. The output layer has only one neuron. Assume that no bias parameters are used.

The number of learnable parameters in the multi-layer perceptron is _______ . (Answer in integer)


Question 57:

A clinic specializes in testing for a disease \(D\). The result of the test can be either positive or negative.

A study revealed that if a person suffers from the disease \(D\), the test result in that clinic comes out positive 80% of the time, and negative 20% of the time. If a person is not suffering from the disease \(D\), the test comes out positive 10% of the time and negative 90% of the time. It is also known that among the general population, the disease \(D\) occurs in 30% of the individuals.

If a person tests positive for \(D\) in that clinic, the probability that he/she actually suffers from the disease \(D\) is _______. (Rounded off to two decimal places)


Question 58:

Consider the given Python program.

def fun(L, i=0):
    if i >= len(L)-1:
        return 0
    if L[i] > L[i+1]:
        L[i+1], L[i] = L[i], L[i+1]
        return 1+fun(L, i+1)
    else:
        return fun(L, i+1)

data = [5, 3, 4, 1, 2]
count = 0
for _ in range(len(data)):
    count += fun(data)
print(count)

The output of the program is _______. (Answer in integer)


Question 59:

Let there be two relations \(X\) and \(Y\) as shown. \(X\) has three columns \(P\), \(Q\) and \(R\). \(Y\) has two columns \(P\) and \(S\).

Relation X:

PQR
P1Q1R1
P2Q2R2
P3Q3R2

Relation Y:

PS
P110
P115
P220
P31

Consider that the following tuple relational calculus expression is evaluated.
\[ \{t \mid t \in X \wedge \exists z \in X (t[P] = z[P]) \wedge \exists m \in Y (m[P] = t[P] \wedge m[S] > 1)\} \]
The number of tuples that will be returned is _______. (Answer in integer)


Question 60:

Let Account be a relation as shown.

Table: Account

AccNoBalance
A15000
A25000
A310000
A415000
A518000

Consider the given SQL query.
SELECT AccNo FROM Account AS A
WHERE (SELECT COUNT(*) FROM Account AS B
WHERE A.Balance < B.Balance) >= (SELECT COUNT(*)
FROM Account AS C WHERE A.Balance > C.Balance)

The number of rows returned by the SQL query is _______. (Answer in integer)


Question 61:

Consider an ER model with the entities E1(A11, A12, A13) and E2(A21, A22, A23), where A11, A12, A13 are the attributes of E1, and A21, A22, A23 are the attributes of E2. Let A22 be a multi-valued attribute. A11 and A21 are the primary keys of E1 and E2, respectively.

Let R12 be a many-to-many relationship between E1 and E2. Participation of both E1 and E2 in R12 is total.

The minimum number of relations required to convert the ER model into relational model (assuming there is no other functional dependency) where each relation is in third normal form (3NF) is _______. (Answer in integer)


Question 62:

For a given data set \(\{x_1, x_2, \ldots, x_n\}\), where \(n = 100\), it is known that
\[ \frac{1}{2000}\sum_{i=1}^{n}\sum_{j=1}^{n}(x_i - x_j)^2 = 99 \]
Let us denote \(\bar{x} = \frac{1}{n}\sum_{i=1}^{n} x_i\)

The value of \(\frac{1}{99}\sum_{i=1}^{n}(x_i - \bar{x})^2\) is _______. (Answer in integer)


Question 63:

Let \(X\) be a random variable that follows \(Uniform(-1,1)\) distribution. The conditional distribution of the random variable \(Y\) given \(X = x\) is the \(Uniform(x^2-0.1, x^2+0.1)\) distribution.

The value of \(correlation(X,Y)\) is _______. (Answer in integer)


Question 64:

Let \(A_{5\times5}\) be a matrix such that each of its elements follows \(Bernoulli(p=0.50)\) distribution independently.

The probability that the row-sum of the second row and the column-sum of the third column are both equal to 3 is __________. (Rounded off to two decimal places)


Question 65:

Let \(A = \left(I_n - \frac{1}{n}\mathbf{1}\mathbf{1}^T\right)\) be a matrix, where \(\mathbf{1} = (1,1,1,\ldots,1)^T \in \mathbb{R}^n\) and \(I_n\) is the identity matrix of order \(n\).

The value of \(\max_{S} x^TAx\), where \(S = \{x \in \mathbb{R}^n \mid x^Tx = 1\}\), is __________. (Answer in integer)

GATE 2026 DA Exam Pattern and Marking Scheme Explained

As per the official GATE 2026 information bulletin on gate2026.iitg.ac.in, GATE DA is a computer-based test split into a General Aptitude section and the Data Science & AI core section.

  • Total questions: 65 questions across MCQ, MSQ, and NAT (numerical answer type) formats
  • Duration: 3 hours
  • Total marks: 100, split as 15 marks General Aptitude and 85 marks Data Science & AI core
  • Marking scheme: 1-mark MCQs lose 1/3 mark for a wrong answer, 2-mark MCQs lose 2/3 mark; MSQ and NAT questions carry no negative marking
  • Question types: Single Answer MCQ, Multiple Select Question (MSQ), and Numerical Answer Type (NAT)

High-Weightage Subjects in GATE 2026 DA to Focus On First

Going through this paper question by question, Probability & Statistics and Machine Learning dominated the core section, together with a heavy DBMS presence.

  • Probability and Statistics: the single largest area, with 12 of the 65 questions built around distributions, Bayes theorem, and expectation
  • Machine Learning: 9 questions covering PCA, ridge regression, clustering, and model evaluation metrics
  • Database Management Systems: 9 questions on functional dependencies, candidate keys, SQL nested queries, and relational algebra
  • Artificial Intelligence: 6 questions on search strategies, first-order logic, and game trees
  • Linear Algebra and Data Structures & Algorithms: 5 questions each, with matrix properties and sorting/recursion analysis showing up repeatedly
  • Programming in Python: 4 questions tracing actual code output, including a mutable-default-argument trap

GATE 2026 DA Question Paper Analysis Video

Source: Shrenik Jain

How to Use the GATE DA Question Paper for Practice

Solve this paper as a timed 3-hour mock before you open the solutions PDF, then go back and redo every question you got wrong or guessed on.

  • Attempt the full paper in one sitting under exam conditions first
  • Check your score against the solution PDF and mark every MSQ/NAT you got only partially right
  • Redo the Probability & Statistics and Machine Learning sections separately since they carry the most marks
  • Keep a running list of concepts you missed and revisit them before your next mock

GATE DA 2026 Good Attempts and Qualifying Score Benchmark

  • Students report 30-45 confident attempts with high accuracy as the safe zone for GATE DA 2026
  • A score of 50+ marks is considered good, 60-70 marks very good, and 70+ marks excellent for top-institute admission
  • The expected qualifying cutoff for the general category sits around 29-35 marks

GATE 2026 DA Question Paper FAQs

Ques. Was GATE 2026 DA tougher than previous years?

Ans. GATE DA 2026 was rated moderate to tough, with a maths-heavy core section. Probability & Statistics and Machine Learning questions required careful, multi-step calculation rather than direct formula recall.

Ques. How many questions should I attempt for a good score in GATE DA 2026?

Ans. Aim for 30-45 confident attempts with high accuracy rather than rushing through all 65. A score of 50+ marks is considered good, and 70+ marks is excellent for top-institute admission.

Ques. Which topics had the highest weightage in GATE 2026 DA?

Ans. Probability and Statistics led with 12 of the 65 questions, followed by Machine Learning and Database Management Systems with 9 questions each. Together these three topics made up nearly half the paper.

Ques. What is the expected qualifying cutoff for GATE DA 2026?

Ans. The expected qualifying mark for the general category is around 29-35 out of 100. The official cutoff is released by IIT Guwahati along with the results on the GOAPS portal.

Ques. Are GATE DA questions repeated from previous years?

Ans. Concepts repeat often (Bayes theorem, PCA, B+ tree calculations, functional dependencies) even though the exact numbers and wording change every year, which is why solving past papers like this one helps.

Ques. Where can I download the GATE 2026 DA question paper with solutions PDF for free?

Ans. Use the download table above on Collegedunia for the free question paper and solutions PDF. The official paper and answer key are also released by IIT Guwahati on the GATE 2026 GOAPS portal.

*The article might have information for the previous academic years, please refer the official website of the exam.

Ask your question

Subscribe To Our News Letter

Get Latest Notification Of Colleges, Exams and News

© 2026 Patronum Web Private Limited