RBC Interview Questions — 5 DSA Problems
5 problems with full solutions in Python, Java, C++, JavaScript, Go, Rust.
Most frequently asked RBC LeetCode questions for software engineering interviews.
- Longest Palindromic Substring (MEDIUM) — Two Pointers, String, Dynamic Programming
- Container With Most Water (MEDIUM) — Array, Two Pointers, Greedy
- Best Time to Buy and Sell Stock (EASY) — Array, Dynamic Programming
- Valid Palindrome (EASY) — Two Pointers, String
- Spiral Matrix (MEDIUM) — Array, Matrix, Simulation
R
RBC
5 questions tracked5 with solutions
Frequency scoreSorted highest → lowest frequency✓ Our Solution = we have a detailed walkthrough
Showing 5 of 5 questions
1Two PointersStringDynamic Programming