I was first asked to solve a problem using binary search—the interviewer emphasized both correctness and efficiency, so I had to carefully reason through edge cases and optimize my implementation. After that, I tackled a heap-related question that involved designing a data structure to support dynamic retrieval of the top‑k elements. The focus was on choosing the right heap type (min-heap vs. max-heap), maintaining time complexity, and explaining trade-offs clearly. Throughout, the interviewer encouraged me to think out loud and discuss my approach, which helped make it a collaborative and engaging experience.
Interview questions [1]
Question 1
Given an array nums, find a peak element and return its index.
You may assume that nums[i] ≠ nums[i + 1] for all valid i.
The array may contain multiple peaks—return the index of any one.
Great interview process with three rounds, including a technical assessment and a technical interview. The interviewers were professional and supportive throughout the process. The questions mainly focused on DSA, problem-solving, and core technical concepts. The discussions were engaging and provided a good opportunity to demonstrate technical skills. Overall, the process was well-structured, smooth, transparent, and a very positive experience.
I applied online. I interviewed at Amazon (Sydney)
Interview
I can't comment much. I submitted an application for the software engineer position, and not even a minute later, I received an auto rejection email from Amazon (never received an online assessment).
2 behavioral 2 coding not very difficult. Behavioral is tell me about a time you took responsibility beyond your role and biggest accomplishment. The process is exactly the guideline they posted for interview.
Interview questions [1]
Question 1
tell me about a time you took responsibility beyond your role