Stack/Queue Quiz: Test Your Understanding of Stack/Queue
The top ten most commonly asked interview questions about stack and queue will be covered in this lesson in the form of a quiz.
Technical Quiz
1.
In order to check whether an expression contains balanced parentheses or not, which data structure will you use?
A.
Stack
B.
Queue
C.
Array
D.
Tree
1 / 10