100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace

How to Solve Line Graph Data Interpretation Problems

Solve line graph data interpretation problems — trend reading, percentage change, crossing points — with a worked example and practice questions.

mediumQ111 of 225 in Aptitude Est. time: 5 minsLast updated:
Open Code Lab

Expected Interview Answer

A line graph plots a quantity against time or category, so the first read is always direction and slope — rising, falling, or flat — before touching a single number, and every question reduces to reading two or more y-values and comparing them.

Start by identifying the axes and units, since a graph labeled in thousands or lakhs changes every downstream calculation. Percentage change between two points is (new − old) / old × 100, and the steepest visual segment is not always the largest percentage change if the starting base differs. When a question asks for the average over a range, sum the plotted values across that range and divide by the count of points, not the number of segments. Multi-line graphs add a comparison layer: track which line is above another at each point, and where two lines cross, since that crossing point is a common trap in trend questions.

  • Reading slope first avoids miscalculating trend direction
  • Percentage-change formula handles growth and decline uniformly
  • Crossing points on multi-line graphs are quickly spotted once flagged

AI Mentor Explanation

A batter’s run-rate graph across 10 overs shows peaks where boundaries clustered and flat stretches where singles dominated; reading the slope tells you the scoring phase before you compute a single number. If overs 3 to 5 show the steepest rise, the percentage increase in total runs across that window is (runs at over 5 − runs at over 3) divided by runs at over 3, times 100. Comparing two batters’ run-rate lines on the same graph, the crossing point marks exactly when one overtook the other in cumulative score.

Worked example

Step-by-Step Explanation

  1. Step 1

    Read axes and units first

    Confirm the y-axis scale (units, thousands, lakhs) before extracting any value.

  2. Step 2

    Scan the overall trend

    Identify rising, falling, and flat segments visually before computing.

  3. Step 3

    Extract only the needed points

    Pull just the y-values the question asks about — do not read every point.

  4. Step 4

    Apply the percentage-change formula

    (new − old)/old × 100 for growth or decline between two points.

What Interviewer Expects

  • Correct identification of axis units and scale
  • Accurate percentage-change calculation between two points
  • Recognizing crossing points on multi-line graphs
  • Extracting only the values relevant to the question, avoiding wasted reading time

Common Mistakes

  • Misreading the y-axis scale (missing a “in thousands” label)
  • Confusing steepest visual slope with largest percentage change
  • Averaging plotted points incorrectly by dividing by segments instead of point count
  • Ignoring where two lines cross when the question is about relative ranking

Best Answer (HR Friendly)

I always check the axis labels and scale first, because a graph in thousands changes every answer if missed. Then I scan the shape of the line to understand the trend before pulling any numbers, and for percentage-change questions I use new minus old, divided by old, times 100. For graphs comparing two lines, I specifically look for where they cross since that is usually what the question is testing.

Follow-up Questions

  • How do you handle a line graph with a broken or non-zero y-axis?
  • How would you estimate a value that falls between two plotted points?
  • What is the fastest way to find which segment had the highest rate of change?
  • How do you compare growth rates when two lines start at different baselines?

MCQ Practice

1. A line graph shows revenue of 150 in Q1 and 210 in Q2. The percentage growth is?

(210−150)/150 × 100 = 60/150 × 100 = 40%.

2. Two lines on a graph cross at month 4. What does this crossing point indicate?

A crossing point means both plotted lines had the same y-value at that x-position.

3. A line graph is labeled “sales in thousands of units.” A plotted point at 45 represents?

45 thousand units = 45,000 units — always apply the stated scale.

Flash Cards

First step reading any line graph?Check the axis labels and scale before extracting values.

Percentage change formula?(new − old)/old × 100.

What does a crossing point on a multi-line graph mean?The two plotted quantities were equal at that x-value.

Common line-graph trap?Steepest visual slope is not always the largest percentage change if bases differ.

1 / 4

Continue Learning