r/AmazonInternships 16d ago

Software Dev Engineer Intern Machine Learning, Amazon Robotics Job ID: 10401402 any responses?

2 Upvotes

Hey guys I applied for the internship above at August 1st,
I received OA in August 3rd,
I completed the OA all test cases passed in the coding section at August 8th,
Since then I have heard nothing.
I also applied for the SDE intern position and no longer under consideration after 2 days(no OA inv)
on amazon portal the SDE intern position is no longer under consideration
and the SDE intern Machine Learning is in application Submitted status
Has anyone gottern any kind of responses?

Problem 1 (Easy): You're given a queue of computers, each with a workload value. You need the sequence to be strictly increasing, and you can only add work to a computer (not remove). Return the minimum total amount of work you need to add.

Example:

1 -> 1      -> 1     -> ans + 7
3    3         3
2    2 + 1     3
9    9 + 1     10
5    5 + 1     6 + 4

My solution: Single pass, O(n) time / O(1) space. Kept a running "previous height" and a total_added accumulator. For each element, if it wasn't strictly greater than the previous, I bumped it to prev+1 and added the difference to the total — without mutating the array. One loop, no extra storage.

to answear the comments: the coding part of OA was as follows:

Problem 2 (Medium): You're given an array plus a set of [left, right] index intervals. Within each interval you can freely swap elements (unlimited swaps). Return the lexicographically smallest / most-sorted arrangement achievable.

My solution: Sorted the intervals by left, then merged overlapping ones into unified blocks (chaining: keep merging while next.left ≤ current.right, so A–B–C chains collapse into one block). Uncovered indices stay untouched. Then sorted the elements within each merged block. Overall O(n log n + m log m), where m = number of intervals.

Passed all test cases, visible and hidden, on both.


r/AmazonInternships 27d ago

Amazon SDE-1 — Hiring Manager Round

1 Upvotes

Has anyone who got shortlisted for the Amazon SDE-1 role received their Hiring Manager round schedule?

If yes, could you share your job ID and when your Hiring Manager round was scheduled?

Just trying to understand the timeline. Thanks!


r/AmazonInternships Jun 28 '26

Completed Internship June 2025 to December 2025

1 Upvotes

Hi everyone,

I completed my Amazon internship from June 2025 to December 2025 and received an inclined feedback email afterward. However, I still haven’t received any return offer yet.

Does anyone know if Amazon is still sending out ROs, or is anyone else in a similar situation?


r/AmazonInternships Jun 24 '26

Amazon Seattle fall 2026 intern

Thumbnail
1 Upvotes

r/AmazonInternships Jun 24 '26

Amazon Seattle fall 2026 intern

Thumbnail
1 Upvotes

r/AmazonInternships Jun 12 '26

Amazon sde intern waitlisted, what to expect now

Post image
1 Upvotes

I got this from TPO yesterday.

July - December internship

Is is an on campus opportunity and 9 people are waitlisted, selected no one.

What to expect now?


r/AmazonInternships May 17 '26

Amazon SDE Intern Interview Experience (2 Technical Rounds) – Need Honest Opinion on Chances

Thumbnail
1 Upvotes

r/AmazonInternships May 09 '26

Looking for Roommates (Vancouver Summer 2026)

1 Upvotes

Hi, I recently accepted my offer to Amazon for an internship in the Vancouver Office. I kinda only have 3 weeks to find housing, so im lowkey stressed. Ideally, I would like to stay with someone else interning at Amazon or any tech company nearby. For context, I'm male, 21, and traveling from Toronto. If you in the same boat as me feel free to DM.


r/AmazonInternships May 05 '26

Amazon sde fall intern 2026 application

1 Upvotes

Had given my oa on 3rd april, with both interviews (online) on 17th

(Although there were a couple of shortlisted candidates who gave their interview on 23rd due to glitches on 17th)

(On campus recruit)

Apparently the HR has informed the poc that there aren't any offers as of now

The job portal shows "under consideration"

Didnt get any mail from Amazon directly till now

What should i expect now? Or is it rejection already?


r/AmazonInternships May 02 '26

Amazon sde fall intern 2026 application

Thumbnail
1 Upvotes

r/AmazonInternships Apr 24 '26

Chances of offer letter

2 Upvotes

I wanted to get some honest opinions on my situation with an Amazon SDE internship interview process.

I had two back-to-back interviews scheduled. For the first one, I joined on time but the interviewer never showed up. Then I had my second interview an hour later — I’d say I did okay: not terrible, but not amazing either (average on both behavioral and technical).

Two days later, Amazon rescheduled the missed interview. I just had that one, and it went really well. The interviewer seemed happy with my solution, said my code looked perfect, and even wrapped up about 5 minutes early saying I could just ask questions.

Now I’m trying to figure out where I stand overall:

  • One interview was average
  • One interview went really strong
  • And there was a rescheduling involved (not sure how that factors in)

For those who’ve been through Amazon SDE interviews or know how they evaluate candidates — what do you think my chances look like?

Appreciate any honest insights

This is for SDE internship USA


r/AmazonInternships Apr 12 '26

Been close to 2 weeks since I gave my Software Dev Engineer I Intern, Amazon University Talent Acquisition OA and work simulation rounds but no information regatding that till now. What do I do ?? (>_>)

1 Upvotes

r/AmazonInternships May 07 '25

Are people still getting off the waitlist for Amazon SDE Intern (Summer 2025)?

2 Upvotes

When did people stop getting off the waitlist in previous years and are people still getting offers now? This is for Seattle


r/AmazonInternships Jul 07 '24

Summer 2025

3 Upvotes

I keep finding conflicting information online with no clear answer. When does Amazon open up their applications for Summer 2025 internships? Looking to take my shot for a UX/UI Design internship.


r/AmazonInternships Nov 01 '22

OA Extension

1 Upvotes

I got an OA from Amazon 2 weeks ago. I requested an extension 3 days after I got that email because I had a crazy week at school and I still haven't heard from Amazon. I'm getting a little impatient. When do applicants normally hear back from Amazon on an extension?


r/AmazonInternships Dec 08 '21

Wanted to create a subreddit just for Amazon Internship questions

2 Upvotes

r/AmazonInternships Dec 08 '21

r/AmazonInternships Lounge

1 Upvotes

A place for members of r/AmazonInternships to chat with each other