Braze Interview Questions — 3 DSA Problems
2 problems with full solutions in Python, Java, C++, JavaScript, Go, Rust.
Most frequently asked Braze LeetCode questions for software engineering interviews.
- Valid Parentheses (EASY) — String, Stack
- Two Sum (EASY) — Array, Hash Table
- Candy Crush (MEDIUM) — Array, Two Pointers, Matrix, Simulation
B
Braze
3 questions tracked2 with solutions
Frequency scoreSorted highest → lowest frequency✓ Our Solution = we have a detailed walkthrough
Showing 3 of 3 questions
3MediumCandy Crush
ArrayTwo PointersMatrixSimulation