Rupeek | SDE-2 | DSA | 1st Round
Anonymous User
612
Jun 20, 2025

YOE: 4

First 10-15 minutes introduction & general questions around work I had mentioned on resume.

DSA:
Question 1: https://leetcode.com/problems/binary-tree-right-side-view/description/

I gave the BFS approach, interviewer then asked to solve with DFS

Question 2: https://leetcode.com/problems/coin-change/description/

Solved using recursion then memoization

Comments (0)