Amazon | AWS | SDE2 | PHONE SCREENING
Summary
I had a phone screening interview with Amazon AWS for an SDE2 role in Canada, where I was asked to solve a problem involving finding the maximum product of a triplet in an array.
Full Experience
I recently had a phone screening interview with Amazon AWS for an SDE2 position in Canada. The interviewer presented me with a coding challenge focused on array manipulation.
Interview Questions (1)
Maximum Product Triplet in Array
Given an integer array, find three numbers whose product is maximum and return the maximum product. The triplet must be a sub-sequence of size 3.