Glassdoor users rated their interview experience at American Express as 100% positive with a difficulty rating score of 2.5 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Travel Consultant and rated their interviews as the hardest, whereas interviews for Travel Consultant and roles were rated as the easiest.
The interview process was well structured with great organization. Definitely a great interview process with a lot of information about the organization, as well as an open floor for getting to know about yourself.
I interviewed at American Express (Gurgaon, Haryana)
Interview
This was broadly into scenario based questions which led to further understanding problem solving. This was the round after CV shortlist.
The round started with work ex and then into how I could translate my learning into this role.
I applied online. The process took 3 weeks. I interviewed at American Express (Phoenix, AZ)
Interview
First there was a normal Phone screen, then a Tech screen that had live coding with a prospective team, then another phone screen, then a final tech screen that consisted of multiple questions with a final live coding question in react.
Interview questions [1]
Question 1
```javascript
let numbers = [];
for(var i = 0; // terminating condition: i less than 5; i++);{
numbers.push(i+1);
}
```
What does numbers contain?