Puzzles & Arrangement
500 Practice Questions Available

Logic & Floor Puzzles — Floor, Scheduling & Tabular Distribution

Evaluates advanced combinatorial deduction. Students map diverse entity sets (e.g. persons, professions, cities, cars) into coherent tabular or vertical structures adhering to strict logical criteria.

Core Skills & Cognitive Modules

Key cognitive competencies and question patterns assessed under Logic & Floor Puzzles.

1
Multi-Floor & Flat Puzzles

Construct 2D grids (Floors x Flats) and place entities using directional constraints (East/West) and vertical offsets (above/below).

Focus: 2D Cartesian grids, flat-column alignment & vertical gap algebra
Mandatory premier puzzle in SBI PO Mains, IBPS PO Mains & RRB Scale II
2
Scheduling (Days/Months/Years)

Map entities to temporal timelines (Monday-Sunday, Months with 30/31 days, Birth Years) satisfying age and order constraints.

Focus: Temporal calendar grids, 30/31-day month filtering & age calculations
Universal high weightage in Bank PO/Clerk Prelims & Mains
3
Vertical Box Stacks

Determine the absolute vertical order of stacked boxes from relative position constraints without predetermined slot coordinates.

Focus: Floating relative blocks, stack capacity bounding & boundary clamping
Core puzzle category in IBPS PO Prelims/Mains & Insurance AO
4
Tabular Multi-Attribute Distribution

Cross-tabulate 3 or more orthogonal entity sets (Persons, Cities, Professions, Vehicles) using positive and negative constraint elimination.

Focus: Multi-attribute matrices, negative cross-tagging & arc consistency
High frequency in CAT, XAT, Bank PO & State Civil Services

Comprehensive Guide: Mastering Logic & Floor Puzzles

Theoretical foundations, question formats, and high-scoring exam techniques.

Conceptual Foundations of Logic & Floor Puzzles

Logic & Floor Puzzles represent the pinnacle of deductive combinatorial reasoning in competitive examinations. Candidates must solve multi-attribute Constraint Satisfaction Problems (CSPs) across multi-story buildings, flat matrices, monthly calendars, and vertical box stacks, using hypothesis branching, domain pruning, and arc consistency to eliminate ambiguity.

The 5-Stage Constraint Satisfaction Resolution Method

  1. Construct the Primary Dimensional Skeleton: Identify the base dimension that has fixed, invariant coordinates (e.g., Floors 1 to 8, Days Mon to Sun, Months Jan to Dec). Draw this as the immutable vertical spine.
  2. Plot Fixed Anchor Clues: Scan the problem text for absolute statements: "P lives on Floor 3", "Q's meeting is on Friday". Enter these directly onto the grid.
  3. Identify the Longest Floating Constraint Block: Locate the clue with the largest span: "Three persons live between A and B, where A lives on an odd floor". This clue has the fewest possible placements.
  4. Fork into Parallel Case Hypotheses (Max 2-3): Create Case 1 and Case 2 for the valid placements of the longest block. Propagate remaining clues across both cases in parallel.
  5. Detect Contradiction & Finalize the Unique Model: Identify the constraint violation that collapses Case 2 (e.g., no slot for variable X). Complete the remaining empty cells in Case 1 and verify all constraints.

Foundational Principles of Logic & Floor Puzzles

1. Discrete Coordinate Grids & BijectionsPuzzles operate as bijective mappings between entity sets and coordinate lattices. Each cell (x, y) accepts exactly one token.
Key Rule: Every assignment reduces the available domain for all unassigned variables in that row and column.
2. Relative Interval Blocks & Boundary BoundingFloating blocks of length L constrain the placement space to [1, N - L + 1]. Combining multiple blocks drastically shrinks degrees of freedom.
Key Rule: Calculate the combined span of linked clues before drawing them on the grid.
3. Multi-Branching Hypotheses & PruningBranching explores a depth-first search tree. An invalid case is pruned as soon as a variable domain suffers a wipeout (D_v = empty).
Key Rule: Never guess; fork into explicit cases and follow deterministic deductions until one case breaks.
4. Arc Consistency & Negative EliminationNegative constraints ("not Red", "not Floor 2") actively narrow the search space. Tracking what CANNOT go into a cell is often more powerful than searching for what can.
Key Rule: Tag negative exclusions directly into the grid cells to force domain collapse.

High-Frequency Exam Traps & Pitfalls

⚠️ Between vs Difference Conflation Trap
Interpreting "two floors between P and Q" as Floor(P) - Floor(Q) = 2, placing them on Floors 4 and 2 (which has only ONE floor between them).
Prevention: Always remember: |F_P - F_Q| = Gap + 1. Two floors between means difference is 3 (e.g., Floors 4 and 1).
⚠️ Flat-Column Transposition Trap
Placing an entity in Flat A when the clue specified "Flat B which is to the east of Flat A".
Prevention: Draw the compass rose on top of your flat grid: Flat A (West) | Flat B (East).
⚠️ Premature Sequential Placement (Refusal to Fork)
Staring at a puzzle for 3 minutes trying to deduce an unambiguous step rather than drawing two parallel cases and testing them.
Prevention: If a major clue has only 2 possibilities, draw Case 1 and Case 2 immediately. It takes 10 seconds and guarantees progress.
⚠️ Missed Hidden Negative Constraints
Missing a small negative constraint at the end of the text ("Q does not live on an odd floor") and carrying an invalid case through to the end.
Prevention: Read the entire clue set once and underline all negative keywords ("not", "neither", "does not").
Speed Benchmark: Target fast, structured deduction to bank buffer time for complex arrangement and analytical puzzles.
SSC: Low RelevanceRailways: Medium RelevanceBanking: High RelevanceState PSCs: High Relevance

Logic & Floor Puzzles Operational Cheat Sheet

Core CSP heuristics and grid allocation invariants for rapid puzzle resolution.

The Gap-to-Offset Formula
|Floor_A - Floor_B| = Persons Between + 1.
Condition: Applicable to all floor, flat, and box gap constraints.
Watch out: Subtracting floor numbers directly and equating to the "between" count (e.g., thinking 3 between means 4 - 1 = 3).
Fixed Anchor Priority Rule
Always plot fixed absolute coordinates first (e.g., "T lives on an even-numbered floor above Floor 4"). Never start with a floating relative clue.
Condition: Initial grid setup.
Watch out: Attempting to place relative blocks before anchoring absolute coordinates, multiplying branch cases.
Case Forking Limit Rule (Max 2-3 Cases)
When a major anchor has 2 or 3 possible positions, fork into Case 1 and Case 2 immediately. Prune the invalid case as soon as a contradiction emerges.
Condition: Bifurcating possibilities.
Watch out: Hesitating to draw a second case and trying to hold multiple permutations mentally.
Flat vs Floor Disambiguation Rule
"A lives above B" = Floor(A) > Floor(B) (any flat); "A lives in the same flat above B" = Floor(A) > Floor(B) AND Flat(A) = Flat(B).
Condition: Floor and Flat puzzle stems.
Watch out: Assuming "above" implies the exact same flat column.
30 vs 31 Day Month Filter
Categorize months immediately: April, June, September, November have 30 days; February has 28/29; all others have 31 days. Mark days on the grid header.
Condition: Month-based scheduling puzzles.
Watch out: Misidentifying the number of days in a month and placing an entity on an impossible date.
Negative Constraint Cross-Out Rule
When a clue states "P does not like Red", immediately cross out "Red" in P's domain cell. This prevents accidental assignment later.
Condition: Tabular multi-attribute puzzles.
Watch out: Ignoring negative clues until the end of the puzzle.

Floor-Flat & Cross-Attribute Elimination Models

Multi-story floor/flat coordinate grids, cross-attribute elimination matrices, and deductive certainty states.

Model 1: Multi-Story Floor & Flat Coordinate Grid

FLOOR-FLAT MATRIX: Floors (Vertical 1 to 4) × Flats (West [A] to East [B])FLAT A (West)FLAT B (East)Floor 4 (Top)PQFloor 3RSFloor 2TUFloor 1 (Btm)VWCOORDINATE LAWS1. Same Flat (Vertical):P is above R, T, V in Flat A2. Same Floor (Horizontal):P is West of Q (Floor 4)3. Diagonal Placement:P and S differ in Flat & Floor4. "Immediately Above":Implies SAME flat by defaultGrounding Rule: Floor 1 is always the bottommost floor; Floor 4 is topmost. Flat A is always West (Left).
Spatial Invariants: Living in the same flat means sharing the identical vertical column. Living on the same floor means sharing the horizontal row.
Default Assumption: "P lives immediately above R" denotes Flat(P) = Flat(R) and Floor(P) = Floor(R) + 1, unless different flats are explicitly stipulated.

Model 2: Cross-Attribute Elimination Matrix

PersonDoctorEngnrLawyerPilotPriyaQadirRohanSnehaELIMINATION LAWS1. Cross-Exclusion:Placing a '✓' instantlyforces '✗' across all othercells in that row & column.2. Lone Survivor:When N-1 cells in anyrow or column are '✗', thelast remaining cell MUSTbe confirmed '✓' (Sneha = Pilot).The Bijective Axiom: Exactly one person per profession, and exactly one profession per person!
Bijective Uniqueness: Attribute matching puzzles rely strictly on one-to-one correspondence. One confirmed assignment automatically invalidates all other pairing permutations.
Lone Survivor Deduction: Track negative clues diligently (). When all candidates except one are crossed off in a row or column, the lone unassigned cell is 100% true by deduction.

Modeled Problem Walkthroughs: Logic & Floor Puzzles

Step-by-step cognitive deduction showing how to isolate governing rules before timed practice.

4 Modeled Walkthroughs
Exemplar Problem Statement
Seven persons P, Q, R, S, T, U, and V live on separate floors of a 7-story building, where ground floor is numbered 1 and top floor is numbered 7. - P lives on an odd-numbered floor. - Three persons live between P and Q, where Q lives on a floor above P. - R lives immediately above S. - Two persons live between R and T, where T lives on an even-numbered floor. - U lives on a floor above V. Who lives on Floor 5?
  • Single building with 7 floors (Floors 1 to 7).
  • Each floor is occupied by exactly one person.
  • P is on an odd floor; Q is on a floor above P with 3 floors between them.
  • R and S occupy immediately adjacent floors (R at Floor S + 1).
  • T is on an even floor, exactly two floors away from R.
AOption A: QCorrect Answer
BOption B: P
COption C: R
DOption D: T
Step-by-Step Cognitive Deduction
Step 1Step 1 (Construct Vertical Floor Spine): Set up Floors 7, 6, 5, 4, 3, 2, 1 from top to bottom.
Step 2Step 2 (Evaluate Gap Clue for P and Q): Three persons live between P and Q, and Q lives above P. By the Gap Formula: Floor(Q) - Floor(P) = 3 + 1 = 4. Since P is on an odd floor (1, 3, 5, 7): If P = 1, then Floor(Q) = 1 + 4 = 5 (Valid). If P = 3, then Floor(Q) = 3 + 4 = 7 (Valid). If P = 5, Floor(Q) = 9 (Exceeds 7 floors). This yields two candidate cases: Case 1 [P=1, Q=5] and Case 2 [P=3, Q=7].
Step 3Step 3 (Propagate Case 1 [P=1, Q=5]): Vacant floors are 7, 6, 4, 3, 2. "R lives immediately above S" requires two vertically adjacent vacant floors: either (7, 6) or (3, 2). Test pair (7, 6) with R=7, S=6: The clue "Two persons live between R and T" requires |Floor(R) - Floor(T)| = 2 + 1 = 3. Thus Floor(T) = 7 - 3 = 4. Floor 4 is an even floor, satisfying the parity condition for T! The remaining vacant floors are 3 and 2. The clue "U lives on a floor above V" places U on Floor 3 and V on Floor 2. All 7 floors are uniquely assigned: 7: R, 6: S, 5: Q, 4: T, 3: U, 2: V, 1: P.
Step 4Step 4 (Prune Case 2 [P=3, Q=7]): In Case 2, vacant floors are 6, 5, 4, 2, 1. Available adjacent pairs for (R, S) are (6, 5) or (2, 1). If R=6, S=5: |6 - Floor(T)| = 3 implies Floor(T) = 3 (occupied by P) or Floor(T) = 9 (impossible). If R=2, S=1: |Floor(T) - 2| = 3 implies Floor(T) = 5 (which is an odd floor, violating the condition that T lives on an even floor). Case 2 suffers domain wipeout and is eliminated.
Decisive Deduction Factor:Case 1 [P=1, Q=5] is the unique valid model. With R=7, S=6, T=4, U=3, and V=2, all conditions hold without contradiction, placing Q on Floor 5.
Option A is correct. Q.
Exam Insight: Use the Gap Formula (|F_Q - F_P| = Gap + 1 = 4) to fork into two concrete cases, and check adjacent pairs against parity constraints to prune immediately.

Featured Practice Set (10 Balanced MCQs)

Work through these representative solved questions covering diverse difficulty tiers and cognitive patterns. Select an option to test your deduction with instant feedback and pedagogical explanations.

10 Curated Questions
Question 1easy
Multi-Floor & Flat Puzzles

In the prestigious Horizon Residency tower, 7 persons (Aarav, Bhavya, Chetan, Deepa, Esha, Farhan, Gaurav) live on 7 different floors of a building where the ground floor is numbered 1 and the topmost floor is numbered 7. From bottom to top, the residents on floors 1 through 7 are Aarav, Bhavya, Chetan, Deepa, Esha, Farhan, Gaurav respectively. On which floor does Aarav live?

Question 2easy
Scheduling (Days/Months/Years)

At an international software development symposium, seven experts (Pankaj, Qirat, Rohan, Sneha, Tushar, Urvashi, Varun) conduct sessions across the week from Monday to Sunday in the order: Pankaj, Qirat, Rohan, Sneha, Tushar, Urvashi, Varun. Who conducts the session on Tuesday?

Question 3easy
Vertical Box Stacks

In an e-commerce fulfillment sorting center, 8 boxes (Box J, Box K, Box L, Box M, Box N, Box O, Box P, Box Q) are arranged in a vertical stack. Box J is at the bottommost position and Box Q is at the topmost position. Following the sequence from bottom to top (Box J, Box K, Box L, Box M, Box N, Box O, Box P, Box Q), how many boxes are placed between Box J and Box Q?

Question 4medium
Tabular Multi-Attribute Distribution

At a robotics industry congress, six managers (Ananya, Bhavika, Chitresh, Devansh, Eshani, Faisal) represent departments (Finance, Marketing, Operations, Human Resources, Research & Development, Legal) located in six metropolitan centers (Delhi, Mumbai, Bengaluru, Hyderabad, Chennai, Pune). The verified distribution is: Ananya handles Finance in Delhi, Bhavika handles Marketing in Mumbai, Chitresh handles Operations in Bengaluru, Devansh handles Human Resources in Hyderabad, Eshani handles Research & Development in Chennai, Faisal handles Legal in Pune. What department is managed by the officer in Pune?

Question 5medium
Multi-Floor & Flat Puzzles

At the Palm Grove luxury residential block, 7 persons (Alok, Bina, Chirag, Divya, Ekta, Fateh, Girish) live on 7 different floors of a building where the ground floor is numbered 1 and the topmost floor is numbered 7. From bottom to top, the residents on floors 1 through 7 are Alok, Bina, Chirag, Divya, Ekta, Fateh, Girish respectively. On which floor does Fateh live?

Question 6medium
Scheduling (Days/Months/Years)

At a materials engineering summit, seven professors (Jatin, Kiran, Lalit, Mansi, Naveen, Ojas, Parth) deliver keynote lectures on seven different days of the same week, from Monday to Sunday. In chronological order from Monday to Sunday, the speakers are Jatin, Kiran, Lalit, Mansi, Naveen, Ojas, Parth respectively. On which day of the week is Parth's lecture scheduled?

Question 7medium
Advanced Hybrid & Composite Puzzle Logic

In the seven-floor Moonstone Residency, seven residents (Aniket, Barkha, Chetan, Disha, Eshwar, Falguni, Girish) live on seven different floors (1 to 7 from ground to top). Each owns a different car: Honda, Toyota, Hyundai, Ford, BMW, Audi, Mercedes. From Floor 1 to Floor 7, the occupants and their cars are: Floor 1: Aniket (Honda), Floor 2: Barkha (Toyota), Floor 3: Chetan (Hyundai), Floor 4: Disha (Ford), Floor 5: Eshwar (BMW), Floor 6: Falguni (Audi), Floor 7: Girish (Mercedes). Which car is owned by the resident of Floor 2?

Question 8hard
Vertical Box Stacks

In a food processing ingredients warehouse, 7 boxes (Box P, Box Q, Box R, Box S, Box T, Box U, Box V) are stacked vertically one above the other. From bottom to top, their sequence is Box P, Box Q, Box R, Box S, Box T, Box U, Box V. Which box is positioned 2th from the top of the stack?

Question 9hard
Tabular Multi-Attribute Distribution

In a sustainable supply chain conference, six executives (Ashok, Balram, Chirag, Dinesh, Eswar, Girish) head six departments (Finance, Marketing, Operations, Human Resources, Research & Development, Legal) at their respective firms (TCS, Infosys, Wipro, HCL, Tech Mahindra, Cognizant). The configuration is: Ashok (TCS) directs Finance, Balram (Infosys) directs Marketing, Chirag (Wipro) directs Operations, Dinesh (HCL) directs Human Resources, Eswar (Tech Mahindra) directs Research & Development, Girish (Cognizant) directs Legal. Which department does Chirag supervise?

Question 10hard
Advanced Hybrid & Composite Puzzle Logic

At the Ivory Crest apartment society, six officers (Anant, Bhumika, Chirantan, Dipali, Ehsaas, Fiza) are stationed on floors 1 to 6 from ground to top in the arrangement: Floor 1 (Anant), Floor 2 (Bhumika), Floor 3 (Chirantan), Floor 4 (Dipali), Floor 5 (Ehsaas), and Floor 6 (Fiza). How many floors separate Anant and Ehsaas?

Ready to practice all 500 questions?Configure customizable practice drills by difficulty or test your pacing with a timed mock test.

Frequently Asked Questions & Preparation Strategy

It means the absolute difference between their floor numbers is 4: |Floor(A) - Floor(B)| = 3 + 1 = 4. For example, if A is on Floor 6, then B must be on Floor 2 (floors 3, 4, and 5 are the three intermediate floors). A frequent student error is setting the difference to 3, which leaves only two intermediate floors.