Taro Logo

Web Developer Interview Experience - New Delhi, India

January 1, 2022
Positive ExperienceGot Offer

Process

Question: Given a string containing opening and closing parentheses, check if it is balanced.

A string is considered balanced if each opening parenthesis has a corresponding closing parenthesis in the correct order.

For example:

Input: "(({}[()]))" Output: True

Input: "({[})" Output: False

Your task is to write a function that takes a string as input and returns True if the string is balanced, and False otherwise.

Example function signature:

def is_balanced(s: str) -> bool

Questions

What is a stack?

What is a list?

Was this helpful?

Interview Statistics

The following metrics were computed from 1 interview experience for the Flipkart Web Developer role in New Delhi, India.

Success Rate

0%
Pass Rate

Flipkart's interview process for their Web Developer roles in New Delhi, India is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive100%
Neutral0%
Negative0%

Candidates reported having very good feelings for Flipkart's Web Developer interview process in New Delhi, India.

Flipkart Work Experiences