Taro Logo

Python Developer Interview Experience - Herzliya

October 1, 2021
Neutral ExperienceNo Offer

Process

3 technical interviews + 1 hr.

I passed the first interview, then they canceled the other interviews and invited me to another interview, which didn't go well.

The interviews are 1 hr, which is not enough for getting to know each other and asking technical questions.

Questions

A local max in an array is an element that is larger than both of its neighbors. (End points are a special case.)

Example array: [11, 2, 4, 7, 34, 22, 50]

  • 11 is a local max because 11 > 2
  • 50 is a local max because 50 > 22
  • 34 is a local max because 34 > 7 and 34 > 22

Find an algorithm that returns any local max in a unique array in O(log n) time complexity.

Was this helpful?

Interview Statistics

The following metrics were computed from 1 interview experience for the JPMorgan Chase Python Developer role in Herzliya.

Success Rate

0%
Pass Rate

JPMorgan Chase's interview process for their Python Developer roles in Herzliya is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive0%
Neutral100%
Negative0%

Candidates reported having mixed feelings for JPMorgan Chase's Python Developer interview process in Herzliya.