Question bank › Stack
Dsa Stack Easy

Balanced Bracket Validator

You are tasked to implement a function that checks whether the brackets in a string are balanced. A string is balanced if the brackets are closed in the correct order and in pairs. The types of brackets to consider are: '()', '{}', '[]'. If the string is balanced, return 'YES', otherwise, return 'NO'. Example: Input: '{[()]}', Output: 'YES'.

Key concepts

stackvalidationparentheses

Practise this out loud — free

Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.

🎙 Practise this question now
Part of InterviewLab's verified interview question bank. We show the prompt and concepts to practise with — never a copy-paste solution.