JP morgan Interview Verdict Rejected.
403
May 09, 2026
May 09, 2026
Recently(06-05-2026) had a interview at Jp morgan for Python Developer position. 
it was a Supreday interview with 3 rounds conducted on the same day.

Round 1: Round 1 was system design where i was aked to design a local delivery system where end user will placed an order and order should be assigned to the delivery partner based on below 2 condition.

condition 1) order should be assigned to only those delivery partner who has the availability

condition 2) should be close to end user location 

Completely messed up in this round.

Round 2) Behaviour Round.

Situation based question like how did u handle the failure. Since i worked on AI, they asked me what do you think about AI,impact in real life. Be honest.

Round 3) Problem solving + PR review

first i was present with python code and told me to check if i would approve the code and if not why? AfteR that i was asked to code 

Given a list of product names/items, count the frequency of each unique item and return the result in a grouped format.
Input:

['Mouse', 'Keyboard', 'Mouse', 'Monitor']
output:

['Mouse 2', 'Keyboard 1', 'Monitor 1']

Every test case ran.

Overall it was great experience especially had a good discussion around AI in behavioural round (No need to worry if you havent work on AI or nothing mentioned related to AI in resume)

System design round is important out of 3 this round had more weightage than other 2.
Comments (4)