datarekha

Data Interpretation

Read the chart, then do the arithmetic. Most DI questions are just percentages, ratios, or differences hiding behind a bar or pie.

7 min read Intermediate GATE DA Lesson 112 of 122

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, and 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

Quarterly Sales (in ₹ lakhs)050100150200120180150200Q1Q2Q3Q4
Axis unit: ₹ lakhs. Y-axis starts at 0 — bar heights faithfully encode the numbers.

What is the percentage growth in sales from Q1 to Q4?

Read it right, in order:

  1. Axis + units. Y-axis is in lakhs of rupees, starts at 0.
  2. Legend. A single series — sales per quarter.
  3. Question. % growth from Q1 to Q4. So Q1 is the old value, Q4 the new.
  4. 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.

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. And one habit 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.

In one breath

Data Interpretation is read-then-compute: name the chart type (bar/pie/line/table), then run the fixed routine — axis labels and units first, then the legend, then the question, then the arithmetic — where 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

0/6
Q1Recall — Which are good DI habits? (select all that apply)select all that apply
Q2Trace — A bar chart shows monthly revenue: Jan = 80, Feb = 100, Mar = 120, Apr = 150 (all in lakhs). What is the percentage growth from Jan to Apr? (1 decimal)numerical answer — type a number
Q3Trace — A pie chart of a college's 800 students shows: CSE 40%, ECE 25%, ME 20%, CE 15%. How many more students are in CSE than in CE?numerical answer — type a number
Q4Trace — A line chart shows a company's profit (in crores): 2022 = 50, 2023 = 75, 2024 = 60, 2025 = 90. The ratio of profit in 2025 to profit in 2022 is closest to:
Q5Apply — A table shows expenses (in thousands): Food 12, Rent 20, Transport 6, Other 2. Food is what percentage of total expenses? (1 decimal)numerical answer — type a number
Q6Create — A bar chart's y-axis starts at 100 (not 0). Bar A is at 102, Bar B is at 108. Visually B looks about 4× taller than A above the baseline. The actual ratio of B to A is:

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 — 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” — and 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 (a sketch, a tree, a Venn) collapses each one, and which deduction will your gut get wrong every single time?

Sign in to track your progress

Completed lessons, your XP, level, and streak save to your account — it's free and takes a few seconds.

Practice this in an interview

All questions
When should you avoid a pie chart, and what should you use instead?

Pie 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.

How do you choose the right chart type for a given analytical question?

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.

What is the data-ink ratio and how do you apply it when designing a chart?

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.

What is the difference between a histogram, a bar chart, and a KDE plot, and when do you use each?

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.

Related lessons

Explore further

Skip to content