Thesis Defense Scheduling

Thesis Defense Scheduling problems involve finding a time slot when all committee members are available. You need to find the intersection of availability sets and identify the earliest common slot.

10Worksheets
200+Practice Questions
IntermediateDifficulty
2-3 hoursHours to Master

Introduction to Thesis Defense Scheduling

Thesis Defense Scheduling problems involve finding a time slot when all committee members are available. You need to find the intersection of availability sets and identify the earliest common slot.

Prerequisites

Set intersection Availability tracking Earliest slot selection Time slot management
Why This Matters: Thesis Defense problems appear in 1-2 questions in Banking PO and SSC exams. They test set intersection and availability matching.

How to Solve Thesis Defense Scheduling Problems

1

Step 1: List available time slots for each committee member

2

Step 2: Find intersection of all availability sets

3

Step 3: If intersection not empty, select earliest slot

4

Step 4: If intersection empty, answer 'No common slot'

5

Step 5: Answer with earliest common slot

Pro Strategy: Find common elements across all sets. The earliest common slot is the minimum value in the intersection.

Example Problem

Example: Prof A: slots 1,3,5; Prof B: slots 2,3,4; Prof C: slots 3,5,6. Earliest common slot? Solution: Step 1: A∩B = {3}, {3}∩C = {3} Step 2: Earliest = slot 3 Answer: Slot 3

Pro Tips & Tricks

  • Use set notation: A ∩ B ∩ C
  • If any member has no availability, intersection empty
  • Slots can be numbered (1,2,3) or time-based
  • Earliest = min(intersection)

Shortcut Methods to Solve Faster

Start with smallest set to reduce work
If any slot not in all sets, eliminate
Remaining slots are common

Common Mistakes to Avoid

Using union instead of intersection
Forgetting to check all members
Assuming majority vote (must be unanimous)
Not selecting earliest when multiple common slots exist

Exam Importance

Thesis Defense Scheduling is an important topic for various competitive exams. Here's how frequently it appears:

SSC CGL
1-2 questions
BANKING PO
1-2 questions
RAILWAYS RRB
1-2 questions
INSURANCE
1-2 questions

Ready to Master Thesis Defense Scheduling?

Start with Worksheet 1 and work your way up to expert level! Each worksheet includes:

20 practice questions
Detailed solutions
Step-by-step explanations
Start Practicing Now