By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
A box/scheduling puzzle is a logic-based problem where you must assign items (people, tasks, objects) to containers (boxes, time slots, rooms) under strict constraints. The goal is to determine which item goes where—or prove that no valid arrangement exists.
Why it’s on your exam: - Tests deductive reasoning, constraint satisfaction, and systematic elimination. - Appears in aptitude tests (e.g., SHL, PwC, McKinsey), coding interviews (e.g., Google, Amazon), and certification exams (e.g., CFA, PMP). - Questions typically ask: - "Which box contains X?" - "Is this arrangement possible?" - "What’s the earliest time Y can start?"
Real-world use: Scheduling shifts, allocating server resources, or designing supply chains.
Master these before attempting questions:
Examiner trap: They’ll include a "tempting" option that violates one constraint.
Process of elimination (POE) is your best friend.
Example: If Box 1 can’t hold Item X, and Box 2 is full, Item X must go in Box 3.
Order matters in scheduling.
Key term: Precedence constraints (e.g., "Task B must start after Task A finishes").
Negative information is just as useful as positive.
"Box 3 does not contain the blue key" tells you exactly where the blue key isn’t.
Look for "anchor" clues.
Mnemonic: "If it’s not a ?, it might be a ?—but only if nothing else fits."
Intermediate (requires structured thinking, but no advanced math).
Example: "The green ball is in Box 2."-Green ball = Box 2 (no other options).
The "Chain Reaction" Rule
Example: If Box 1 has Item A, and "Item A cannot be next to Item B", then Item B cannot be in Box 2.
The "Time Block" Rule (for scheduling)
Latest Start Time = Deadline - Duration
Question: Three boxes (A, B, C) contain one ball each: red, blue, green. - The red ball is not in Box A. - The blue ball is in a box with a higher letter than the green ball.
Which box contains the red ball?
Solution:1. List constraints: - Red-A. - Blue > Green (in box letters: A < B < C).
If Green = C, Blue has no higher box (invalid).
Test possibilities:
Case 2: Green = B-Blue = C.
Conclusion: Only Case 1 works.
Question: Four tasks (W, X, Y, Z) must be scheduled in 4 time slots (1–4). - W must start before X. - Y must start immediately after X. - Z cannot start in Slot 1.
What is the earliest possible start time for Z?
Solution:1. Draw a timeline: Slot 1 | Slot 2 | Slot 3 | Slot 4
Slot 1 | Slot 2 | Slot 3 | Slot 4
Z-Slot 1.
Test arrangements:
Option 3: W in 2, X in 3, Y in 4-Z must be in 1 (invalid, Z-1).
Earliest Z:
Question: Five people (A, B, C, D, E) sit in a row of 5 chairs. - A is not next to B. - C is immediately to the left of D. - E is in the first or last chair. - B is in a higher-numbered chair than A.
Who is in Chair 3?
Solution:1. List constraints: - A-next to B. - C-D (C immediately left of D). - E = 1 or 5. - B > A (chair numbers).
B > A, so A cannot be in 5.
Test E = 1:
Option 2: C-D in 3-4-A and B in 2 and 5.
Test E = 5:
Other options also fail.
Conclusion:
Example: If C-D must be adjacent, test all possible positions for them first.
The "Process of Elimination" (POE) Grid
Example: | | Box 1 | Box 2 | Box 3 | |-------|-------|-------|-------| | Red |- |- |- | | Blue |- |- |- |
The "Time Block" Shortcut (for scheduling)
Formula: Latest Start = Deadline - Duration.
Latest Start = Deadline - Duration
The "Adjacency Trick"
Example: C-D in 5 chairs-4 possible positions (1-2, 2-3, 3-4, 4-5).
The "Negative Clue" Hack
Three boxes (X, Y, Z) contain one fruit each: apple, banana, cherry. - The apple is not in Box X. - The banana is in a box with a letter that comes after the cherry’s box.
Which box contains the banana? A) X B) Y C) Z D) Cannot be determined
Correct Answer: C) Z Explanation: - Apple-X-Apple is in Y or Z. - Banana > Cherry (in box letters: X < Y < Z). - If Cherry = X, Banana = Y or Z. - If Cherry = Y, Banana = Z. - Cherry cannot be Z (no higher box for banana). - Test Cherry = X: - Banana = Y or Z. - Apple-X-Apple = Y or Z. - If Banana = Y, Apple = Z (valid). - If Banana = Z, Apple = Y (valid). - Test Cherry = Y: - Banana = Z. - Apple-X-Apple = Y (but Y is Cherry). Invalid. - Only Cherry = X, Banana = Z works. Why Distractors Are Tempting: - A) X: Violates "banana > cherry." - B) Y: Works if cherry = X, but not the only option. - D) Cannot be determined: The constraints do determine the answer.
Four tasks (P, Q, R, S) must be scheduled in 4 time slots (1–4). - P must start before Q. - R must start immediately after Q. - S cannot start in Slot 1.
Which task must be in Slot 3? A) P B) Q C) R D) S
Correct Answer: C) R Explanation: - P-Q-R (P before Q, R after Q). - S-1. - Possible orders: - P, Q, R, S - S, P, Q, R - In both cases, R is in Slot 3. Why Distractors Are Tempting: - A) P: Could be in Slot 1 or 2. - B) Q: Could be in Slot 2 or 3. - D) S: Could be in Slot 1 (invalid) or 4.
Five people (A, B, C, D, E) sit in a row. - A is not next to B. - C is immediately to the left of D. - E is at one end. - B sits to the right of A.
Who is in the third seat? A) A B) B C) C D) D
Correct Answer: C) C Explanation: - C-D must be adjacent (e.g., 1-2, 2-3, 3-4, 4-5). - E = 1 or 5. - B > A (seat numbers). - Test E = 1: - C-D in 2-3-A and B in 4-5. - B > A-A=4, B=5. - Check A-next to B: 4 and 5 are adjacent. Invalid. - C-D in 3-4-A and B in 2 and 5. - B > A-A=2, B=5. - Check A-next to B: 2 and 5 are not adjacent. Valid. - Seat 3 = C. Why Distractors Are Tempting: - A) A: Could be in 2 or 4, but not 3. - B) B: Never in 3 in valid arrangements. - D) D: Always to the right of C, so if C=3, D=4.
Three boxes (1, 2, 3) contain one animal each: cat, dog, rabbit. - The dog is in a box with a higher number than the cat. - The rabbit is not in Box 2.
Which box contains the rabbit? A) 1 B) 2 C) 3 D) Cannot be determined
Correct Answer: A) 1 Explanation: - Dog > Cat (box numbers). - Rabbit-2. - Possible arrangements: - Cat=1, Dog=2, Rabbit=3 (but Rabbit-2, so valid). - Cat=1, Dog=3, Rabbit=2 (invalid, Rabbit-2). - Cat=2, Dog=3, Rabbit=1 (valid). - In both valid cases, Rabbit is in Box 1. Why Distractors Are Tempting: - B) 2: Directly violates the rabbit constraint. - C) 3: Possible, but not the only option. - D) Cannot be determined: The constraints do determine the answer.
Four meetings (M, N, O, P) must be scheduled in 4 time slots (9 AM–12 PM). - M must start before N. - O must start at 10 AM. - P cannot start at 12 PM.
Which meeting must start at 11 AM? A) M B) N C) O D) P
Correct Answer: B) N Explanation: - O = 10 AM (fixed). - M-N (M before N). - P-12 PM. - Possible slots: - 9 AM: M or P - 10 AM: O - 11 AM: M or N - 12 PM: N or P (but P-12 PM) - If M=9 AM, N must be 11 AM or 12 PM (but P cannot be 12 PM, so N=11 AM). - If P=9 AM, M must be 11 AM, N=12 PM (but P-12 PM, so invalid). - N must be at 11 AM. Why Distractors Are Tempting: - A) M: Could be 9 AM or 11 AM. - C) O: Fixed at 10 AM. - D) P: Could be 9 AM or 11 AM.
Memorize the 30-Second Cheat Sheet.
Day 1 (12–24 hours): Core Rules
Practice 5 POE grids on paper.
Day 2 (24–36 hours): Application
Review Common Exam Traps and Shortcut Strategies.
Day 2 (36–48 hours): Timed Drills
Revisit Question-Type Taxonomy to recognize patterns.
Final Hour: Mock Test
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.