Me postulé a través de un reclutador. El proceso tomó 1 día. Acudí a una entrevista en American Express (Burgess Hill, England) en jul 2025
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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)