I was interviewed for amazon geoflex after passing the online assesment. There was no leadership questions and the interviewer mentioned that it is a decision of a person who does the interview to decide about the structure of the interview. So the questions were:
- https://leetcode.com/problems/two-sum/ but here the output should not be the indexes but the values. You should consider duplicates as well e.g 1, 2, 2, 3 and the target is 4. The output should be 1,3 and 2, 2.
- It was similar to https://leetcode.com/problems/word-break/ but the statement was a bit different. I solved with the same approach that I solved word-break and interviewer liked it.
Looking forward to pass the onsite interview.