Taro Logo

Front End Engineer II Interview Experience - Bengaluru, Karnataka

May 1, 2022
Positive ExperienceNo Offer

Process

3 technical rounds.

First, 10 minutes asking about previous experience and project-related questions.

Then, two or three problem-solving questions were asked.

Questions

For a given algebraic expression, check if the brackets are in BODMAS format.

‘Brackets’ are in BODMAS format if they follow the below hierarchy:

  • [
  • {
  • (
  • )
  • }
  • ]

Write a function that:

  • Takes an algebraic expression as input.
  • Checks if the brackets follow the BODMAS format.
  • Returns “Valid” or “Invalid” accordingly.

Examples:

Input: [{50–(2+3)}+15]÷12 Output: Valid

Input: {a*(b+c)}/d + {()} Output: Valid

Input: 1 + [2*(a + b)] Output: Invalid

Input: 4 - {6 * [y + z]} Output: Invalid

Input: 7 / [{(a + b)} + 4)] Output: Invalid

Was this helpful?

Interview Statistics

The following metrics were computed from 1 interview experience for the Amazon Front End Engineer II role in Bengaluru, Karnataka.

Success Rate

0%
Pass Rate

Amazon's interview process for their Front End Engineer II roles in Bengaluru, Karnataka is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive100%
Neutral0%
Negative0%

Candidates reported having very good feelings for Amazon's Front End Engineer II interview process in Bengaluru, Karnataka.

Amazon Work Experiences