Technical2026-08-16
A robot is at origin and has to move to (6, 6) in a 2D plane. It can only move right or up. In how many ways can it reach its destination without the first and last step being the same
Context & Summary
The interview involved solving a problem where a robot moves in a 2D plane
💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.
Conceptual Question
This appears to be a conceptual, design, or behavioral question rather than an algorithmic coding problem. The code editor and automated test cases have been disabled for this question.
Back to questions
InterviewDigest