InterviewDigestInterviewDigest

OA Practice Workspace

Managerial2026-08-12

Solve a DSA Dynamic Programming problem.

AI-Expanded — inferred from the question title, not from the original candidate report

Given an array of non-negative integers representing the cost of each step, find the minimum cost to reach the top of a staircase where you can climb either one or two steps at a time. You may start your journey from either the first or the second step, and you must return the total minimum cost required to move past the final index of the array.

Context & Summary

A 1-hour managerial round involving a discussion about the candidate's current project, technical probing of the project's details, scenario-based questions, a final DSA DP question, and questions about role expectations and career plans.

💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.