J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez American Express (Burgess Hill, England) en juill. 2025
Entretien
To begin with, it’s a contract role, so I met with the team lead who is working for Amex through the same contract company. I didn’t pass the first stage.
Questions d'entretien [1]
Question 1
What is a Go channel and how is it declared?
What happens if a panic is not recovered?
How do you send and receive values through a channel?
How do you handle errors returned from functions?
How do you publish a single message to a topic?
How can you run multiple goroutines concurrently?
How do you consume a single message from a topic?
How do you send and receive values through a channel?
How do you write a simple test function?
Code test (very simple)