12.1 Tabular, Bar & Line Graph Data Interpretation

Key Takeaways

  • Data Interpretation typically contributes 5 to 10 questions in SBI Clerk Prelims (one or two sets) and several larger sets in Mains, although SBI does not publish topic-wise question counts.
  • Tabular DI variations include missing-value matrices (reconstructed via row/column marginal totals), cumulative tables (where discrete interval frequencies equal C_i - C_{i-1}), and percentage/ratio distributions.
  • Stacked bar graphs represent aggregate totals where individual component values must be measured as the difference between the upper boundary and lower boundary of each segment.
  • Percentage more or less calculations must strictly anchor to the base value indicated by reference prepositions like 'than', 'over', or 'compared to': Percentage Change = (Difference / Reference Base) * 100%.
  • The Assumed Mean (Deviation) method avoids cumbersome multi-digit additions in average calculations: Average = A + (sum of deviations / n).
Last updated: September 2026

12.1 Tabular, Bar & Line Graph Data Interpretation

Data Interpretation (DI) tests your ability to extract, analyze, and perform high-speed mathematical deductions from structured numerical data. In modern commercial banking, an SBI Junior Associate (Customer Support & Sales) regularly examines branch performance statements, Daily Balance Sheets, deposit growth trends, Non-Performing Asset (NPA) quarterly ratios, and Priority Sector Lending (PSL) disbursement targets.

In the SBI Clerk Examination, DI carries heavy weightage:

  • Preliminary Examination: typically 1 to 2 sets (5 to 10 questions) within the 20-minute Numerical Ability section, focusing on rapid tabular, bar, or line graph calculations.
  • Main Examination: typically several larger sets within the Quantitative Aptitude section, featuring multi-tiered tables, missing variables, and integrated arithmetic concepts.

These are recent-paper patterns; SBI does not publish topic-wise question counts.


1. Tabular Data Interpretation Formats

Tables organize multi-dimensional data into orthogonal rows and columns. In SBI Clerk exams, tables appear in three primary configurations:

A. Standard Full-Data Tables

Every cell contains explicit numerical entries. The challenge lies not in finding data, but in selecting relevant subsets without getting overwhelmed by dense rows.

B. Missing Data Tables

Certain cells are left blank. Aspirants must deduce missing values before or during question solving using given marginal row/column totals, fixed ratios, or conditional introductory notes.

Missing Value Deduction Principle: Missing Cell Xij=Row TotalikjXik\text{Missing Cell } X_{ij} = \text{Row Total}_i - \sum_{k \neq j} X_{ik}

C. Cumulative Frequency Tables ("Less Than" / "More Than")

Instead of discrete categorical counts, data accumulates progressively. Candidates must convert cumulative figures into discrete values before computing averages or ratios:

Discrete Frequency (fi)=Cumulative ValueiCumulative Valuei1\text{Discrete Frequency } (f_i) = \text{Cumulative Value}_i - \text{Cumulative Value}_{i-1}

Deposit Range (in Lakhs)Cumulative Accounts ("Less Than")Discrete Number of Accounts ($f_i$)
Less than Rs. 5 Lakhs120$120$
Less than Rs. 10 Lakhs280$280 - 120 = 160$
Less than Rs. 15 Lakhs390$390 - 280 = 110$
Less than Rs. 20 Lakhs450$450 - 390 = 60$

2. Bar Graphs: Structural Variations & Reading Mechanics

Bar graphs depict categorical data via rectangular bars whose lengths or heights are proportional to the values they represent.

A. Single Bar Graphs

Display a single discrete variable across multiple categories or time periods (e.g., Annual Net Profit of SBI across 5 consecutive fiscal years).

B. Grouped (Clustered) Bar Graphs

Present two or more related metrics side-by-side for each categorical entity (e.g., Number of Savings Accounts vs Current Accounts opened across five distinct branches). Compare corresponding bars across categories to identify highest absolute margins or growth trajectories.

C. Stacked (Subdivided) Bar Graphs

Each bar represents a composite aggregate total, subdivided into proportional segments representing individual components.

[!WARNING] Stacked Bar Reading Trap: The height of an upper segment does not represent its absolute value. Its value equals the difference between its top boundary line and bottom boundary line: Component Value=YupperYlower\text{Component Value} = Y_{\text{upper}} - Y_{\text{lower}} If the middle segment of a stacked bar stretches from 140 to 230 on the vertical axis, its true value is $230 - 140 = 90$, not 230.


3. Line Graphs: Trend Analysis & Multi-Line Tracking

Line graphs connect discrete data points with linear segments, demonstrating continuous trends over time (months, quarters, fiscal years).

  • Rate of Change (Slope): The steepness of the line segment indicates the pace of change. A steeper upward line indicates faster expansion ($m = \frac{\Delta y}{\Delta x}$), a horizontal line reflects stagnation, and a downward slope indicates contraction.
  • Intersection Points: When two trend lines intersect, the two competing parameters hold identical values at that specific juncture.
  • Spread / Margin Analysis: The vertical distance between two lines at any point represents the absolute difference between the metrics (e.g., Total Income vs Total Operating Expenditure, where the gap equals Operating Profit).

4. Speed Arithmetic Shortcuts for DI

In Prelims, a 5-question DI set should ideally take 3 to 4 minutes, which is not possible with long-form division and full manual addition. Use these arithmetic shortcuts:

Shortcut 1: Percentage More / Less Reference Base Rule

The most common error in competitive exams is picking the incorrect denominator in percentage change questions. Always anchor to the word following "than", "over", or "as compared to":

Percentage Increase / More=Higher ValueBase ValueBase Value×100%=DifferenceValue after ’than’×100%\text{Percentage Increase / More} = \frac{\text{Higher Value} - \text{Base Value}}{\text{Base Value}} \times 100\% = \frac{\text{Difference}}{\text{Value after 'than'}} \times 100\%

Percentage Decrease / Less=Base ValueLower ValueBase Value×100%=DifferenceValue after ’than’×100%\text{Percentage Decrease / Less} = \frac{\text{Base Value} - \text{Lower Value}}{\text{Base Value}} \times 100\% = \frac{\text{Difference}}{\text{Value after 'than'}} \times 100\%

Shortcut 2: Assumed Mean (Deviation Method) for Averages

Instead of summing large numbers ($482 + 514 + 496 + 528 + 505$), select a convenient rounded Assumed Mean ($A$) close to the cluster center, sum only the small deviations, and divide by the count ($n$):

xˉ=A+i=1n(xiA)n\bar{x} = A + \frac{\sum_{i=1}^n (x_i - A)}{n}

Worked Speed Example: Calculate the average of $482, 514, 496, 528, 505$.

  • Set $A = 500$.
  • Compute deviations: $(482-500) = -18$; $(514-500) = +14$; $(496-500) = -4$; $(528-500) = +28$; $(505-500) = +5$.
  • Sum of deviations: $-18 + 14 - 4 + 28 + 5 = +25$.
  • $\bar{x} = 500 + \frac{25}{5} = 500 + 5 = \mathbf{505}$. Solved mentally in 10 seconds without column addition.

Shortcut 3: Fraction-to-Percentage Conversions

Instantly convert fraction answers to percentages using foundational reciprocals: 16=16.67%,17=14.28%,18=12.5%,19=11.11%,111=9.09%,112=8.33%,115=6.67%\frac{1}{6} = 16.67\%, \quad \frac{1}{7} = 14.28\%, \quad \frac{1}{8} = 12.5\%, \quad \frac{1}{9} = 11.11\%, \quad \frac{1}{11} = 9.09\%, \quad \frac{1}{12} = 8.33\%, \quad \frac{1}{15} = 6.67\%

5. Comprehensive Worked Tabular Dataset: Priority Sector Lending (PSL)

The table below shows hypothetical quarterly Priority Sector Lending (PSL) disbursals by five regional hubs of a bank during one fiscal year (illustrative figures in Rs. crore, not actual bank data).

Regional HubQ1 (Apr-Jun)Q2 (Jul-Sep)Q3 (Oct-Dec)Q4 (Jan-Mar)Hub Annual Total
Hub A (Bhopal)3203604004801,560
Hub B (Chandigarh)2503003504201,320
Hub C (Bengaluru)4004504805501,880
Hub D (Guwahati)1802202603401,000
Hub E (Patna)3503704104701,600
Quarterly Total1,5001,7001,9002,260Grand Total: 7,360

Question 1: Percentage Increase Calculation

Problem: By what percentage did the total PSL disbursal across all five hubs in Q4 increase compared to the total disbursal in Q1?

  • Step 1: Identify targets and base.
    Total Q4 disbursal $= 2,260$ Rs. Crores.
    Total Q1 disbursal $= 1,500$ Rs. Crores (Base, since it follows "compared to Q1").
  • Step 2: Compute absolute difference.
    $\Delta = 2,260 - 1,500 = 760$ Rs. Crores.
  • Step 3: Calculate percentage increase.
    Percentage Increase=7601,500×100%=76150×100%=76015%=50.67%\text{Percentage Increase} = \frac{760}{1,500} \times 100\% = \frac{76}{150} \times 100\% = \frac{760}{15}\% = \mathbf{50.67\%}

Question 2: Multi-Branch Ratio Analysis

Problem: What is the ratio of the combined disbursals of Hub A and Hub C in Q2 to the combined disbursals of Hub B and Hub D in Q4?

  • Step 1: Sum the numerator terms.
    Hub A in Q2 ($360$) $+$ Hub C in Q2 ($450$) $= 360 + 450 = 810$ Rs. Crores.
  • Step 2: Sum the denominator terms.
    Hub B in Q4 ($420$) $+$ Hub D in Q4 ($340$) $= 420 + 340 = 760$ Rs. Crores.
  • Step 3: Establish and reduce the ratio.
    Ratio=810760=8176=81:76\text{Ratio} = \frac{810}{760} = \frac{81}{76} = \mathbf{81 : 76}

Question 3: Average Disbursal via Assumed Mean

Problem: Find the average quarterly disbursal of Hub C across all four quarters.

  • Data points for Hub C: $400, 450, 480, 550$.
  • Let Assumed Mean $A = 450$.
  • Deviations: $(400 - 450) = -50$, $(450 - 450) = 0$, $(480 - 450) = +30$, $(550 - 450) = +100$.
  • Sum of deviations $= -50 + 0 + 30 + 100 = +80$.
  • Average $= 450 + \frac{80}{4} = 450 + 20 = \mathbf{470 \text{ Rs. Crores}}$.

6. Grouped Bar Graph Dataset: Sectoral Loan Growth

Consider hypothetical annual data for Agriculture versus MSME advances of a bank's administrative circle from FY21 to FY24 (illustrative values in Rs. thousand crore):

Fiscal YearAgriculture Advances (Rs. '000 Cr)MSME Advances (Rs. '000 Cr)Total Advances (Rs. '000 Cr)
FY216045105
FY226555120
FY237570145
FY248090170

Comparative Insights:

  1. Growth Trajectory Comparison:
    • MSME Advances grew from 45 to 90: $\frac{90 - 45}{45} \times 100% = \mathbf{100% \text{ growth}}$ (doubled).
    • Agriculture Advances grew from 60 to 80: $\frac{80 - 60}{60} \times 100% = \frac{20}{60} \times 100% = \mathbf{33.33% \text{ growth}}$.
  2. The Crossover Dynamic: Throughout FY21, FY22, and FY23, Agriculture advances exceeded MSME advances. However, in FY24, MSME advances crossed over to surpass Agriculture advances by $90 - 80 = 10$ thousand crores ($12.5%$ higher).
Loading diagram...
Systematic 4-Step DI Execution Framework
Test Your Knowledge

Using the Priority Sector Lending (PSL) table provided in this section, what is the ratio of the total PSL disbursals made across all hubs in Q2 to the total PSL disbursals made across all hubs in Q3?

A
B
C
D
Test Your Knowledge

Based on the Grouped Bar Graph dataset for Sectoral Loan Growth, by what percentage are MSME Advances in FY24 greater than MSME Advances in FY22?

A
B
C
D
Test Your Knowledge

In a stacked bar chart representing total branch accounts, the bar for Branch X reaches an upper mark of 680 on the vertical scale. The savings account segment starts at the base (0) and tops out at 380, while the current account segment sits immediately above it up to 530, with fixed deposit accounts occupying the remaining top segment. What is the number of fixed deposit accounts in Branch X?

A
B
C
D