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

Picture a 2-mark DI question. You glance at the chart, your eyes find the tallest bar, and you start computing — only to realise the axis was in thousands of crores, not crores, and the question wanted a ratio, not a difference. Two marks gone.

Data Interpretation rewards a different reflex: read the chart before you read the question, and read the question before you touch the arithmetic. The arithmetic itself is almost always a percentage, a ratio, or a difference. It’s also the single most transferable GA skill: every analyst dashboard and quarterly review is a DI question in disguise, axis tricks included.

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, not absolute values.
  • 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 is the same: axis labels and units first, then the legend, then the question, then arithmetic. Skipping any step is how 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.

  1. Axis + units. Y-axis is in lakhs of rupees, starts at 0.
  2. Legend. 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%. Notice the denominator is the old value — that single choice is what most students get wrong under time pressure.

How GATE asks this

Almost always one 2-mark question per paper. The shape is a NAT or MCQ: a chart or small table appears, and you must compute a single percentage, ratio, or difference from it. 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.

A second habit worth building: when a pie chart gives percentages and the question asks for absolute values, you need the total somewhere in the question text (or another chart). Pie shares alone never give you absolute numbers.

Quick check

Quick check

0/6
Q1A 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
Q2A 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
Q3A 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:
Q4Which are good DI habits? (select all that apply)select all that apply
Q5A 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
Q6A bar chart's y-axis starts at 100 (not 0). Bar A is at 102, Bar B is at 108. Visually B looks 4× taller than A above the baseline. The actual ratio of B to A is:

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.

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.

Explore further

Related lessons

Skip to content