Data Interpretation
Read the chart, then do the arithmetic. Most DI questions are just percentages, ratios, or differences hiding behind a bar or pie.
What you'll learn
- The four chart types you will actually see: bar, pie, line, table
- Read axis labels and units FIRST, then the legend, then the question
- Percentage growth is (new − old)/old, never (new − old)/new
- Spot the axis-scale trick where a chart starts at 100 instead of 0
Before you start
Last lesson warned that the reasoning slot hides its numbers in a picture — and here is the picture. Imagine a 2-mark DI question: your eyes find the tallest bar, you start computing, and only then notice the axis was in thousands of crores, not crores. The question wanted a ratio, not a difference. Two marks gone, and the arithmetic was never the problem.
Data Interpretation rewards a strict order of operations: read the chart before you read the question, and read the question before you touch the arithmetic. The sum itself is almost always one of three things — a percentage, a ratio, or a difference. It is also the single most transferable GA skill: every analyst’s dashboard and quarterly review is a DI question in disguise, axis tricks and all.
The four chart types you will actually see
- Bar chart — categories on one axis, heights on the other. Best for comparing discrete groups (quarterly sales, marks per subject).
- Pie chart — parts of a whole, summing to 100%. Best for proportions, never absolute values on its own.
- Line chart — a value tracked over time. Best for trends and growth rates.
- Table — raw numbers, often the most information-dense. Skim the column headers first.
Whatever the format, the read-it-right routine never changes: axis labels and units first, then the legend, then the question, then arithmetic. Skip a step and marks leak.
A small bar chart, read end-to-end
What is the percentage growth in sales from Q1 to Q4?
Read it right, in order:
- Axis + units. Y-axis is in lakhs of rupees, starts at 0.
- Legend. A single series — sales per quarter.
- Question. % growth from Q1 to Q4. So Q1 is the old value, Q4 the new.
- Arithmetic.
growth % = (Q4 − Q1) / Q1 × 100
= (200 − 120) / 120 × 100
= 80 / 120 × 100
= 66.67 %
So 66.67% — closest to the “65%” guess. The denominator is the old value, and that single choice is what most students fumble under time pressure.
Percentage points are not percentages
One more distinction lives in this same corner, and it is the classic way a DI question punishes a reader who was going too fast. When the quantity you are measuring is itself a percentage, there are two completely different ways to describe a change. English uses nearly the same word for both.
Say a party’s vote share moves from 20% to 25%. Subtract, and it rose by 5 percentage points — a plain difference between two percentages. Divide, and it grew by (25 − 20)/20 = 25 percent — a relative growth, measured against where it started. Both are correct; they are answers to different questions, and they differ by a factor of five here.
The tell is in the wording. “Rose by 5 points”, “an increase of 5 percentage points” means subtract. “Grew by 25%”, “increased by a quarter” means divide by the old value. If a question says a share “increased by 5%”, it wants 20 × 1.05 = 21%, not 25% — and that gap is exactly the mark.
How GATE asks this
Almost always one 2-mark question per paper, shaped as a NAT or MCQ: a chart or small table appears, and you compute a single percentage, ratio, or difference. The chart is rarely the difficulty — the difficulty is reading the question carefully (“growth”, “share”, “ratio”, “by how much more”) and matching it to the right arithmetic.
One habit is worth building: when a pie chart gives percentages but the question asks for absolute values, you need the total somewhere in the text or another chart. Pie shares alone never give you counts — pie shares alone never give you counts.
In one breath
Data Interpretation is read-then-compute:
- Name the chart type (bar/pie/line/table).
- Run the fixed routine:
- axis labels and units first
- then the legend
- then the question
- then the arithmetic
The sum is almost always a percentage, ratio, or difference. The two mark-killers are the axis-scale illusion (a y-axis starting above 0 inflates small gaps) and the wrong denominator (% growth divides by the old value, and a pie’s shares need a total before they become counts).
Practice
Quick check
A question to carry forward
Data interpretation hands you a figure full of numbers and asks for arithmetic. The last GA reasoning slot does the opposite: it gives you a puzzle with almost no numbers at all, such as:
- five friends around a round table
- a tangle of “A is between B and C”
- a chain of “all A are B; some B are C”
It asks who sits where, or what must follow. No percentage, no ratio, no formula to reach for.
And here the failure mode is not misreading an axis; it is trying to hold the whole tangle in your head at once, which never works. The students who crack these in ninety seconds are not quicker thinkers — they simply get the clues out of their head and onto paper.
Here is the thread onward: what are the handful of puzzle shapes GATE recycles?
- seating
- blood relations
- syllogisms
What single habit collapses each one? The possibilities are:
- a sketch
- a tree
- a Venn
And which deduction will your gut get wrong every single time?
Practice this in an interview
All questionsPie charts work only when you have two to three parts whose proportions differ substantially and sum to a meaningful whole. Beyond that, humans compare angles and arc lengths poorly, making slices of similar size indistinguishable. A sorted bar chart almost always communicates the same information more accurately.
Match the chart to the relationship in the data: comparison across categories calls for bars, trends over continuous time call for lines, correlation between two numeric variables calls for a scatter plot, and distribution shape calls for a histogram or box plot. The question you are answering — not aesthetics — drives the choice.
Coined by Edward Tufte, the data-ink ratio is the proportion of ink (or pixels) in a chart that encodes actual data, divided by the total ink used. Maximizing it means removing every element — gridlines, borders, tick marks, legends, decorative shading — that does not carry information the viewer cannot infer from the remaining ink.
A bar chart displays counts or aggregates for distinct categories separated by gaps; a histogram displays the distribution of a single continuous variable by dividing it into adjacent bins with no gap; a KDE (kernel density estimate) plot is a smoothed, continuous approximation of the same distribution without requiring a bin-width choice.