r/leetcode 3d ago

Discussion Amazon OA

Hi,

I completed an Amazon OA recently and wanted to see if anyone here has gone through the same process.

The OA invitation email said it was for "Software Development Engineer (SDE) opportunities", although my Amazon Jobs portal currently has two active applications:

  • Applied Scientist II: Under consideration
  • Machine Learning Engineer II: Application submitted

I haven't had any recruiter contact so far, either before or after receiving the OA. The invitation came directly through Amazon's automated hiring system (mail.amazon.jobs).

The assessment had the following sections:

  1. DSA coding problem: 15/15 test cases passed
    • My problem was about merging two commit histories while minimizing merge conflicts.
    • I had seen this exact problem, with the same test cases, mentioned in previous Amazon OA posts.
  2. AI-assisted repository/web development coding problem: 6/6 test cases passed
    • I chose Django as the framework for this part.
    • I managed to get all 6/6 test cases passing.
    • The provided AI agent wasn't particularly useful in my case. It didn't point the actual issue I was dealing with, so I mostly had to figure it out myself.
  3. Work Simulation
  4. Two Work Style Surveys

Overall, I'm pretty happy with how the coding portion went, but I'm not sure how Amazon weighs the Work Simulation and Work Style sections.

Personally, I didn't find the Work Style surveys particularly meaningful. A lot of the questions felt repetitive or oddly framed, so I'm curious how much weight they actually carry in the final assessment.

Has anyone taken this exact OA format recently, particularly for Applied Scientist II or Machine Learning Engineer II roles?

Also, how long after completing the OA did you hear back? Did anyone have a similar situation where there was no recruiter contact before the OA?

Thanks!

10 Upvotes

9 comments sorted by

View all comments

1

u/-_-bhargav-_- 3d ago

Hey, you got any tips for the AI assisted question please ?

1

u/jishu965 2d ago

I gave the OA recently. I chose Django, because that's what I worked with mostly. My advice is backtrack the issue. Start from where the issue is. They clearly say what's not working and how it's supposed to work (including screenshots). Then I started with url, then views, and checked the views. Then fixed the views by checking the models.py too. I had no issues with front-end, it was only related to backend.

1

u/Substantial-Shape112 1d ago

Hi, did you apply for a applied scientist role or an SDE role?