Community-compiled, memory-based question bank for LEEE 2026 (exam date: 2 May 2026, results: 11 May 2026). Questions reconstructed from participant recalls; answers verified where possible against GATE solutions.
Exam Structure & Overview
LEEE 2026 Paper Breakdown
Section
Questions
Notes
General Aptitude / LR
30
Verbal, quant, logical reasoning
CS Core A (Easy Theory)
10
First 2 weeks of programming-class level
CS Core B (In-depth)
25
Algorithmic, time complexity, digital
Engineering Mathematics
15
Calc, LA, DM, Probability
Total
80
One attempted student reported 59/80 total: 18/30 LR + 42/50 CSE Core.
Another student attempted 60 questions. Many students attempted 55-70.
The CS section was completed by prepared students in 20-30 minutes.
Questions appeared in different order for different test-takers (randomised).
No OS, CN, or DBMS-heavy questions this year - pattern shifted significantly from 2025.
One participant said DM was easy.
Results & Cutoffs (Released 11 May 2026, 6:20 PM)
Cutoffs are subject-wise (not aggregate).
Subject cutoff for shortlisting: 26.00
General Aptitude (GA) cutoff for shortlisting: 13.00
Subject Distribution (CS Section) - What Actually Came
Topic
Appeared?
Notes
2s Complement / COA
✓ Heavy (4-5 Qs)
Biggest surprise
Heaps
✓ ≈3 Qs
Both build-heap and operations
Trees / BST / AVL
✓ ≈3 Qs
Sorting algorithms
✓ ≈2 Qs
Merge sort, Stooge sort
Graph algorithms
✓ ≈2 Qs
BFS/DFS for components/cycles
C Programming
✓ ≈4 Qs
Short-circuit, static, recursion, pointers
Discrete Math
✓ ≈3 Qs
Functions, graph edges, propositional logic
Asymptotic Notation
✓ 1-2 Qs
DBMS
✓ 1 Q (R-S cond.)
Light
Operating Systems
▲ 1 Q about tables
Very light
Computer Networks
✗
Did not appear
Hashing
✗
Did not appear
Flip-flops / Counters / Registers / MUXes
✗
Did not appear
Laplace / Fourier / Z-Transform
✗
Did not appear
GATE PYQs - Direct Reuse (Confirmed)
Many CS questions were directly lifted from GATE with no modification:
Sorted linked list insertion →O(n2)(GATE 2020)
Insert n2 into AVL tree (GATE PYQ)
Decoder m+n=1034(GATE CSE 2020 Q20) - referred to in chat as “C3D8”
GATE CSE 2009 Q59 appeared directly
Stooge sort recurrence (GATE PYQ)
GCD time complexity (GATE PYQ)
Experiences, Tips & Strategy
Student Experiences
Overall difficulty: Rated easy-to-moderate. Math was easy; GATE questions heavily repeated.
Paper surprises: 5-8 out-of-syllabus questions. 2s complement was unexpectedly heavy; flip-flops (which many prepared) were absent.
CS section speed: Prepared students finished CS in 20-30 min.
Aptitude: Considered easy but time-constrained. Last part of aptitude was easier - check all sections before skipping.
Pattern shifts year to year: Students who prepared OS & DBMS based on 2025 pattern found almost nothing this year. COA/digital arithmetic dominated instead.
K-map ambiguity: A K-map question had 2 correct options (ab+bc+ca AND (a+b)(b+c)(c+a)) in a single-choice format - management may award bonus marks.
Cutoff Estimates (2026)
Estimate Source
Cutoff
Conservative estimate
≈40-50
Higher estimates
50-60
Probable cutoff
≈50
Paper was rated easier than 2025; cutoffs expected to rise.
≈200 interview slots available.
≈7,000-10,000 students register annually; fewer actually sit the exam. 2026 had lower turnout due to endsem clashes.
Eligibility
CSD: Completing 4 semesters of B.E./B.Tech. in CSE / IT / AI & ML / Data Science / Software Engineering / Maths & Computing / Computer Engineering by July 2026.
ECD: Electronics & Communication Engineering equivalent.
Backlogs must be cleared before the exam.
CGPA is asked in some interview panels - low CGPA may invite questions about extra-curricular activities.
Internships and projects strengthen the SOP and interview.
Results & Process
Results sent via email; can also check IIITH official site.
Results expected: 12-14 May 2026
Interview: 23 May 2026
Prep Tips (from Students Who Sat the Exam)
Practice GATE PYQs - many appear verbatim. Focus on easy-to-mid difficulty GATE questions; solving those comfortably is sufficient to qualify.
Don’t chase specific topics - syllabus focus shifts every year. Broad coverage beats deep focus on a few topics.
Don’t rely on senior predictions - seniors predicted op-amps and small-signal for ECE; exact opposite came.
2s complement was the single biggest digital topic - know all the conversion rules cold.
Attempt strategy: Being overly conservative (skipping uncertain questions) can backfire. Negative marking is real, but skipping questions you’d have gotten right is equally costly.
CS-A section (easy theory) is very straightforward - attempt all of it first.
Maths appeared in every section (Aptitude + CS + Maths section) - maths was more than 30% of the paper.
Genuine interest matters - “If you do not like the topics, it will be impossible for you to even crack the MCQ test. The questions are made to make you think.”
Recommended YouTube channels:
3Blue1Brown, vcubingx, Mathemaniac - differential equations and complex analysis.
Trefor Bazett - excellent discrete mathematics playlist for LEEE prep.
General Aptitude (30 Questions)
Note
This section appeared in both LEEE 2026 and PGEE 2026 - many questions were identical across both exams.
Verbal / Comprehension
Q: Narayana Murthy comprehension (4 questions)
Q: Survey comprehension (4 questions)
Q: The Internet comprehension passage (PGEE)
Quote
“The Internet can have a positive impact on the conduct of psychological research, both by changing the costs of data collection and by making visible interesting psychological phenomena…”
4 questions were asked on this passage.
Q: Who told the truth? (Logic puzzle)
Quote
4 students. Exactly one person copied and one person lied.
Aditi: “Karan copied the assignment”
Karan: “Rohan didn’t copy the assignment”
Neha: “Aditi is telling the truth”
Rohan: “Neha is telling false”
Answer: Karan copied the assignment.
Logical Reasoning
Q: River Crossing - 3 Men, 3 Lions
Quote
3 men and 3 lions must all cross a river. The boat carries 1 or 2 at a time. If lions ever outnumber men on either bank, the men are eaten. What is the minimum number of boat trips?
Answer: 11 trips.
(Classic puzzle - TED-Ed video covers it. Key insight: a lion can also row the boat back.)
Q: Variant - 3 Men vs 3 Tigers (count ways)
Quote
3 men are on one bank and 3 tigers are on the other bank. They must all cross to the opposite bank using a boat that carries 1 or 2 beings at a time. At no point (on either bank or in the boat) may the number of tigers exceed the number of men; if tigers ever outnumber men on a bank or in the boat, the men are eaten. How many distinct sequences of crossings (ways) allow everyone to cross safely?
Widely considered confusing. Exact details unclear from discussion. Many students skipped it.
Q: Circular seating arrangement (PGEE)
Quote
7 people in a circular seating arrangement.
Answer: (C)
Q: Person travels 8 km north, turns 60, travels 7 km. How far from start? (PGEE)
Quote
Answer: 13 km, South-West
Quantitative Aptitude
Q: Day of the week - April 25, 2026
Quote
What day of the week was April 25, 2026?
Answer: Saturday.
(First question in the aptitude section. Students who knew modular day-counting tricks solved it instantly.)
Q: Work and Time
Quote
A can do work in X days, B in Y days, C in Z days. They all start together but A leaves after 2 days. In how many days is the work completed?
PGEE version: A, B, C complete a task individually in 12, 16, and 24 days. A leaves after 2 days. How many more days are needed?
PGEE Answer: 6 more days (for B and C to complete remaining work)
Q: Train crossing a pole
Quote
A train running at 60 km/h crosses a stationary pole in 30 seconds. What is the length of the train?
Answer: 500 m
Q: 400 m Race (PGEE)
Quote
A and B compete in a 400 m race. A’s speed = 8 m/s, B’s speed = 10 m/s. A gets a head-start of 60 metres.
Answer: B wins by 2.5 seconds.
Q: Electricity Bill Calculation (PGEE)
Quote
Jan: 350 units, Feb: 80 units consumed.
1-100 units: Rs. 4/unit
101-300 units: Rs. 6/unit
300+ units: Rs. 9/unit
Fixed meter charge: Rs. 50
10% government tax on overall cost
Answer: Rs. 2717
Q: Graph-based aptitude questions (Q10-12) (PGEE)
Quote
3 graph-based quantitative questions appeared. Exact details not recalled by respondents.
Q: Two Circles Intersecting (PGEE)
Quote
Two circles intersect at B and C. Common chord length = 16 cm, distance between centres = 21 cm, radius of larger circle = 17 cm. Find radius of smaller circle.
Answer: 10 cm
Q: Integers divisible by 3 or 7 (PGEE)
Quote
How many integers between 1 and 1000 are divisible by 3 or 7?
How many positive integer factors does N=22×33×44×55 have?
Note: 44=28, so N=210×33×55. Number of factors =11×4×6.
Answer: 264
Q: Power of a Power Set (PGEE)
Quote
The number of elements in P(P(S))=256. What is n=∣S∣?
∣P(S)∣=2n, ∣P(P(S))∣=22n=256=28⇒2n=8⇒n=3.
Answer: n=3
Q: AP and GP - 3 Positive Numbers
Quote
3 positive numbers are in AP with sum = 21. When 2 is added to the smallest, 3 to the middle, and 9 to the largest, they form a GP. Find the two smallest numbers.
AP: 3,7,11. After adding 2,3,9→5,10,20 (GP with ratio 2).
Three dice are rolled independently. What is the probability that the difference between the highest and lowest value is exactly 4?
Answer: 2/9 (TIFR 2011 question)
Q: Dhoni-Kohli sequence (PGEE)
Quote
Write natural numbers 1, 2, 3, … replacing multiples of 3 with “dhoni”, multiples of 5 with “kohli”, multiples of both with “dhoni kohli”. Only actual numbers are counted. What is the 100th number in this filtered sequence?
Answer: 187
Q: Travel preferences - set theory (PGEE)
Quote
66 people like air travel, 128 like train, 55 like car, 15 like all three, 45 like at least two. Find the number who like at least one mode. (Apply inclusion-exclusion.)
Q: Rectangle shaded region (PGEE)
Quote
Rectangle ABCD. P is midpoint of AB. Q divides BC in ratio 1:3. R divides AD in ratio 3:1. What fraction of the rectangle is shaded?
Answer: 3/4
Q: Permutations - no adjacent even numbers (PGEE)
Quote
Number of permutations of {1,2,3,4,5} forming 5-digit numbers such that no two even numbers are adjacent and the number is not divisible by 5.
Q: Minimum people - same birth month (PGEE)
Quote
Minimum number of people such that the probability of at least 2 sharing a birth month is ≥50?
Answer: 5
Q: Sum of 3 positive integers = 10
Quote
How many ways can 10 be written as the sum of three positive integers, where (2,2,6), (2,6,2), (6,2,2) are counted as one representation? Options: 36, 360, 45, 720.
Top and bottom faces painted red, remaining painted blue. How many small cubes have blue paint but NOT red?
Options: 1) 9, 2) 8 Answer: 8
Q: Cylinder + Cone + Hemisphere Volume (PGEE)
Quote
A cylinder has height 15 cm and diameter 10 cm. A cone of the same diameter and depth 6 cm is cut from the top. A hemisphere of the same diameter is added at the bottom. Find the total volume.
Answer: 1225π/3
Q: Graphical probability distribution questions
Quote
Given distributions (normal, uniform, etc.) with mean and standard deviation - questions asked using the graph.
Also asked: For which distribution is mean significantly less than mode? (Retirement ages: most retire at 65, some at 40 → left-skewed distribution.)
Maths appeared in every section of the paper (Aptitude, CS Core, and the Maths section). Overall rated easy; maths was more than 30% of the paper.
Calculus & Analysis
Q: Integration - King’s Rule
Quote
Evaluate:
∫01log(x1−1)dx=∫01log(x1−x)dx
By King’s property ∫01f(x)dx=∫01f(1−x)dx:
f(x)=log(x1−x) and f(1−x)=−f(x), so the integral =−itself.
Answer: 0(Equivalent forms: ∫01log1+x1dx also appeared.)
(One respondent recalled this as "∫ln(x)dx" with options 0 and 1 - likely imprecise recall of this question (answer 0). Note: ∫1eln(x)dx=1 is another clean definite integral with the same options that may also have appeared.)
Q: Limit
Quote
x→∞limxsinx
Answer: 0 (sinx is bounded; 1/x→0)
Q: Derivative - sin(x)+ex
Quote
Differentiate f(x)=sin(x)+ex.
Answer: f′(x)=cos(x)+ex
Q: Derivative - sinh(x)+ex
Quote
Differentiate f(x)=sinh(x)+ex.
Answer: f′(x)=cosh(x)+ex
Q: Implicit Differentiation
Quote
y=sin(x−y). Find dy/dx.
dxdy=cos(x−y)(1−dxdy)⟹dxdy=1+cos(x−y)cos(x−y)
Q: Nested Radical
Quote
x=12+12+12+⋯. Find x.
x=12+x⇒x2−x−12=0⇒(x−4)(x+3)=0; since x>0, x=4.
Answer: x=4
Q: Critical Points
Quote
f′(x)=0 at x=x∗. What can be concluded about df/dx?
Answer: Nothing can be concluded. (Could be a maximum, minimum, or inflection point.)
Q: Partial Differentiation
Quote
x=rcosθ, y=rsinθ. Compute ∂r∂x⋅∂θ∂y.
∂x/∂r=cosθ, ∂y/∂θ=rcosθ⇒ product =rcos2θ.
Q: Domain of f∘g
Quote
f(x)=x−51, g(x)=x−2. Find domain of f∘g.
f(g(x))=x−2−51. Need x≥2 and x−2=5⇒x=27.
Answer: [2,27)∪(27,∞)
Q: Quadratic / Domain check
Quote
Question involving x2−3x+2 (possibly inside a log or sqrt). Find roots / solve.
x2−3x+2=(x−1)(x−2), roots 1 and 2. If inside log/, domain restricts further. Must check domain - many students forgot this.
Linear Algebra
Q: Eigenvalues - 4×4 Matrix
Quote
Sum of eigenvalues of a given 4×4 matrix?
(Sum of eigenvalues = trace of the matrix.)
Q: Rank of Matrix - A−1 exists
Quote
Given 3×3 matrix A. If A−1 exists, what is the rank of A?
(A−1 exists ⇔A is invertible ⇔ rank =n.)
Answer: rank = 3
Q: Orthogonal Matrix
Quote
A 3×3 orthogonal matrix has entries including 1/2, 1/3, 1/6. Find unknown c.
P(A∩B)=0.2+0.3−0.6=−0.1<0 - impossible. Error in question or options.
Answer: None of the above
Q: Distribution - mean < mode
Quote
For which distribution is the mean significantly less than the mode? Retirement ages: most retire at 65, some at 40 - left-skewed distribution has mean pulled toward lower values while mode stays at the peak.
CS Core - Algorithms & Data Structures
Q: Insert n2 elements into an AVL tree of n elements
Quote
An AVL tree already has n elements. Time complexity to insert n2 more?
Each insertion into an AVL tree of ≈n2 nodes takes O(logn2)=O(logn). Total: n2×O(logn).
Answer: O(n2logn) (confirmed GATE PYQ - appeared directly)
Q: Insert n elements into a sorted linked list
Quote
Time complexity to insert n elements one by one into an initially empty sorted linked list?
i-th insertion traverses i elements ⇒ total =1+2+⋯+n=n(n+1)/2.
Answer: O(n2) (GATE 2020 PYQ - appeared with no modification)
Q: Number of binary trees with 3 unlabelled nodes
Quote
How many distinct binary trees are possible with 3 unlabelled nodes?
Answer: 5 (Catalan number C3=5)
Q: Number of distinct BSTs with 5 nodes
Quote
Answer: 42 (Catalan number C5=42)
Q: Build binary tree from traversals + find height
Quote
Postorder: {8,6,7,3,4,2,5,1}, Inorder: {8,6,3,7,2,4,1,5} (or similar). Reconstruct the tree and find its height.
Answer: 4 (if root is counted as level 0)
Q: Stooge Sort recurrence
Quote
What is the recurrence relation for Stooge Sort?
Answer: T(n)=3T(2n/3)+O(1)
(confirmed by multiple students; confirmed GATE PYQ)
Q: Which sorting algorithm has O(nlogn) in all cases?
Quote
Which sort guarantees O(nlogn) worst-case time complexity?
Answer: Merge Sort (Quick sort has O(n2) worst case)
Q: Data structure for delete-max and search in O(n)
Quote
Which data structure supports deleting the max element and searching for an element both in O(n) time?
A question about a static property of Strassen’s algorithm (not asking to run it).
Answer recalled as: (5, 3) - exact question form unclear.
Q: Inversion pairs - worst case of insertion sort
Quote
A permutation a1,…,an has inversions: pairs (i,j) with i<j and ai>aj. Worst-case time complexity of insertion sort?
Answer: O(n2) (max inversions =n(n−1)/2)
Q: Matrix chain multiplication - which order is valid? (PGEE)
Quote
Matrices P, Q, R with different dimensions. Which product - Q×R×P, P×Q×R, or R×Q×P - is valid?
Answer: QPR (check dimension compatibility based on given sizes)
Q: Asymptotic equivalence - log(nn) vs nlogn
Quote
F1=log(nn), F2=nlogn. Are they asymptotically equivalent?
Answer: Yes.log(nn)=nlogn, so F1=Θ(F2).
Q: log(n!) vs nlogn - asymptotic comparison
Quote
f(n)=log(n!), g(n)=nlogn. Which statements are true?
g(n)=O(f(n))
f(n)=O(g(n))
Both (A) and (B)
f(n)=O(g(n))
By Stirling: log(n!)≈nlogn−n, so f(n)=Θ(g(n)) - both dominate each other.
Answer: Both g(n)=O(f(n)) AND f(n)=O(g(n)), i.e. f(n)=Θ(g(n)).
(One respondent recalled the answer as ”g(n)=O(f(n)) and f(n)=O(g(n))” - but f(n)=O(g(n)) is incorrect; they are Θ-equivalent.)
CS Core - C Programming
Q: Short-circuit evaluation - && operator
Quote
“`c
int i = -1, j = -1, k = 1, l = 2, m;
m = i++ && j++ || k++ && l++;
printf(”
`i++`: used as $-1$ (truthy), then becomes 0. `j++`: used as $-1$ (truthy). $-1\ \texttt{\&\&}\ -1 = 1$. LHS of `||` is true, so `k++` and `l++` are **NOT** evaluated (short-circuit).
: `0 0 1 2 1` (`i=0, j=0, k=1, l=2, m=1`)
Q: Short-circuit - l++ never evaluated
Quote
Simpler variant: left operand of && is 0/false; right operand contains l++.
When left side of && is 0, the right side is never evaluated - l++ is skipped.
: l stays at 2 (does not increment to 3).
Q: Short-circuit with bitwise & - k=0 variant
Quote
int i = -1, j = -1, k = 0, l = 2, m;m = i++ & j++ || k++ & l++;printf("
Recursion goes forward until space or null. On the way back, prints characters in reverse order.
: EDCBA
Q: Combinatorics - combinations with repetition formula
Quote
Answer formula: (r−1n+r−1) or (r−1n−1)
(Stars and bars for distributing r identical items into n bins.)
Q: Pointer arithmetic - two printf variant
Quote
“`c
int arr[] = 10, 20, 30, 40, 50;
int *ptr = arr;
printf(”
printf(”
`*(ptr++)` uses **post-increment**: dereferences `ptr` first (reads `arr[0]=10`), then increments `ptr` to `arr[1]`. Second `printf` reads `arr[1]=20`.
: `10 20`
(Common trap: a student recalled ```20 20`" thinking parentheses in `(ptr++)` convert it to pre-increment - they do **not**. Pre-increment requires `*(++ptr)`, which would give `20 20`.)
Q: C expression to compute min(x,y) using bitwise operations (CS-B)
Quote
Write a C expression that computes min(x,y) without using if/else.
: y \^ ((x \^ y) & -(x < y))
Proof: if x<y: (x<y)=1, −1=all 1-bits, so (x⊕y)&∼0=x⊕y, then y⊕(x⊕y)=x ✓.
If x≥y: −(0)=0, so (x⊕y)&0=0, then y⊕0=y ✓.
Q: Best data structure to implement recursion
Quote
Answer: Stack (LIFO - exactly what the function call stack uses)
(At least one student incorrectly marked “linked list” at the last moment and regretted it.)
Q: Two threads - shared variable
Quote
Thread A: X–; Thread B: X++; X shared, initial value =0, operations NOT atomic. Possible values of X after both execute?
Answer: 0, 1, or −1 (race conditions - read-modify-write interleaving)
CS Core - Digital Logic & Computer Architecture
Warning
2s Complement - 4-5 questions (heaviest topic in CS section)
Students expected flip-flops/counters but got 2s complement instead. Biggest surprise of the paper.
Q: 2s complement GATE-style - C(3,8) or P(16,8) type
Quote
Answer recalled in a format like C(3,8) or P(16,8). Likely the same as the 2s complement of 8P question (GATE CSE 2010 Q8).
Q: 2s complement of 8P (GATE CSE 2010 Q8)
Quote
P is a 16-bit number given in hexadecimal 2s complement form. Find the 2s complement representation of 8P.
Q: Which number system gives different representations of the same number? (GATE CSE 1999 Q2.17)
Quote
Options: (1) 1’s complement and 2’s complement (2) Signed magnitude and 2’s complement
(3) 1’s complement and signed magnitude (4) None
Both 1’s complement and signed magnitude have two representations of zero (+0 and −0); 2’s complement has only one.
Answer: Option 1 or 3 (depending on exact wording; reference: gateoverflow.in/1495)
Q: K-map - majority function
Quote
3-variable K-map; output is 1 when at least 2 of 3 inputs are 1. Minimised SOP?
Answer: ab+bc+ca
(Equivalent POS form: (a+b)(b+c)(c+a) - both are correct.)
Warning
This question may receive bonus marks. The exam listed both ab+bc+ca and (a+b)(b+c)(c+a) as separate answer options in a single-choice format, but both are algebraically equivalent. Management is likely to award marks to all students.
Q: XOR gate as inverter
Quote
What should input B be to make an XOR gate output A′?
A has 7 rows, B has 5 rows, 3 rows in common. Full outer join row count?
Answer: 9 (7+5−3=9)
Q: SQL - employees with above-average departmental salary (PGEE)
Quote
employee(EID, NAME, DID)Department(DID)
Find employees whose income ≥ average income of their department.
(Use JOIN with GROUP BY DID and HAVING clause, or a correlated subquery.)
Q: Relational algebra - projection and selection commutativity (PGEE)
Quote
Is Π(σ(R))=σ(Π(R)) valid? (where σ= selection, Π= projection, and the selection condition uses only projected attributes)
Answer: Yes (operations commute when selection uses only projected attributes)
ECE / ECD Section
Note
The ECE paper was heavily loaded with Communication Theory + Semiconductor Physics. Digital Electronics was under-represented. Seniors had predicted Small Signal & Op-Amps - exact opposite came.
Exam Structure (ECE)
Section 1: Entirely Communication Theory (≈5 questions)
≈2 Control Theory questions
≈2-3 Network Theory questions
≈3-4 Digital Logic questions
A few Laplace transform questions (no Fourier, no Z-transform)
Aptitude and maths: same as CSE - easy, contributing ≈40 attempted questions
Experience
ECE students felt disadvantaged compared to CSE students (who could attempt 70+).
The ECE paper may have been the same as the PGEE (ECE) paper this year.
Out-of-syllabus questions affect everyone equally - relative impact is reduced.
Semiconductor Physics
Q: Avalanche breakdown - what does it depend on?
Quote
Questions were basic conceptually but options were confusing.
Q: Diffusion capacitance
Quote
Theory-heavy. Rarely studied deeply. Came from 1st-year content.
Find bandwidth of FSK modulation given bitrate. (Part of ≈5 communication theory questions; considered out of syllabus by many.)
Q: AM, FM, DSBSC, FSK, PSK, PWM, PPM
Quote
Multiple questions covering these modulation types. Required conceptual understanding, not formula plug-and-play.
Q: Delta Modulation & DPCM
Quote
Additional questions from delta modulation and DPCM. No one in the Discord channel got the delta modulation question correct - considered truly out of syllabus.
Q: LTI system - time scaling (Community response)
Quote
For a given stable causal LTI system, if y(0.25t) is applied to another system with the same conditions, find h(t) and x(t).
Q: Bandwidth of product of two signals (Community response)
Control Systems
Q: Two control theory questions appeared
Quote
One was relatively easy; topic was considered out of syllabus for most students.
Q: Clock limitation in sequential circuits (Community response)
Quote
Reason for clock frequency limitation in sequential circuits?
Network Theory
Q: 2-3 questions from network theory (fewer than expected)
Q: 2 simple circuit theory questions (Community response)
Q: Op-amp with capacitor as negative feedback (Community response)
Quote
What is the output?
Signals & Systems
Q: A few Laplace transform questions appeared
Quote
No Fourier transform or Z-transform questions appeared.
Q: Time scaling property of convolution (Community response)
Digital Electronics (ECE)
Q: Only 3-4 digital logic questions appeared (less than expected)
Quote
Boolean logic derived from a given circuit.
ECE Prep Advice
Focus on: Semiconductor Physics (including 1st-year theory) + Signals/DSP/Communication Theory + Control Systems + Engineering Maths.
Don’t rely on seniors’ predictions - syllabus focus shifts every year.
“Time management is necessary.” (heap build complexity, King’s rule integral, and C short-circuit variant recalled)
“Paper was memory based and tests your basics.” Worst-case merge sort TC was asked with explicit options: O(nlogn) / O(n^2^) / O(n) / O(logn). Answer: O(nlogn).
Anonymous respondent (CSD): Aptitude (30 Qs) felt difficult; subjective CS+Maths section was comparatively easy. Paper structure confirmed: Aptitude 30Qs ∣ CS 35Qs ∣ Maths 15Qs, with questions equally distributed over all syllabus topics. Recommended channels: 3Blue1Brown, vcubingx, Mathemaniac (differential equations, complex analysis); Trefor Bazett (discrete mathematics). “If you do not like the topics, it will be impossible for you to even crack the MCQ test. The questions are made to make you think.”
Anonymous respondent (CSD, difficulty 5/10): Recalled a limits-at-infinity question, aptitude questions on work/time/wages, probability, time complexity and sorting (bubble sort and selection sort), and permutations/combinations. Early aptitude felt easy, then the difficulty increased. Digital logic included SOP/POS form, discrete math included tautology/statements and graph/spanning tree questions, C had tricky output questions plus a register/storage-class question (“extern” recalled), and one long paragraph-style reading question was time-consuming. Eigenvalues/eigenvectors also appeared. The overall advice was to prepare broadly, stay fast, and focus on conceptual understanding.
ECE Students
Combined feedback from ECE participants:
Difficulty mostly reported in moderate range (5/10 to 8/10).
Semiconductor/device questions: diode exponential V-I, diffusion/high-frequency behaviour, avalanche breakdown, BJT vs MOSFET current, BJT theory (general), MOSFET operating regions, and Early effect.
Signals/systems and communication topics: LTI time-scaling, convolution scaling, bandwidth-of-signals, FSK bandwidth.
Circuit/digital/control: logic from circuits, MUX-based questions, op-amp with capacitive feedback, basic circuit theory, and clock limitations in sequential circuits.
Basic math/calculus snippets also appeared (limsin(x)/x, log-based integrals).
Overall Difficulty Distribution (Aggregated)
Note
Average difficulty: ≈4.44/10 (CSD responses) and ≈5.75/10 (ECD responses).
Paper rated fairly easy by prepared students.
Appendix - GATE Questions Directly Referenced
GATE Reference
Topic
Answer
GATE CSE 2020 Q20
Decoder for 1 KB RAM (m+n)
1034
GATE CSE 2010 Q8
2s complement of 8P
BDC8 (depends on P)
GATE CSE 2009 Q59
(Exact topic unknown)
See gateoverflow.in
GATE CSE 1999 Q2.17
Number system representation
Check gateoverflow.in
GATE CSE 2018 Q20
Data structures (tree)
See gateoverflow.in
GATE 2020 (DS)
Sorted linked list insertion
O(n2)
(various)
Stooge sort, AVL insert, Catalan
Standard answers
Community-compiled question bank based on memory-based reports.