TCS
SelectedTCS rounds felt like a test of clean basics. The trick was not doing magic, just being reliable under pressure.
DSA Themes I Tackled
- Array traversal, sorting logic, and string processing
- Binary search style thinking when constraints got tighter
- Edge-case handling without overcomplicating the code
How I Cracked It
- Kept solutions readable and explained every optimization step
- Spoke through test cases before finalizing the answer
- Focused on correctness first, polish second