Online Assessment2026-08-17
Given a 4x4 matrix representing an initial configuration of a 15-puzzle, determine if the final configuration (with 0 in the bottom-right corner) can be achieved by shifting adjacent elements into the empty cell (0) one at a time.
Context & Summary
30 MCQ aptitude questions (moderate difficulty) and 4 coding questions. Topics included matrix manipulation, mathematical calculations, and optimization.
💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.
Loading editor...
AI can automatically infer and generate example test cases for this question based on standard algorithmic constraints.
InterviewDigest