Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en Expeditors
Entrevista
Initial phone screen with a few behavioral questions and a basic technical screening. that involved writing a method to parsing product information to see if numbers match.
The on-site interview was three rounds. One with the team, one with upper management, and a technical portion.
Preguntas de entrevista [5]
Pregunta 1
Given an input file and assuming you have all the methods to read said input, write a function to parse the text and see if target matches the sum of numbers from each product.
Envié una solicitud electrónica. Acudí a una entrevista en Expeditors (Seattle, WA)
Entrevista
Did a phone screen where they asked about experience and whatnot. There was an initial tech question done online at the same time. I was then invited into the main interview where it's three rounds of an hour each. Talking first with the team, they ask all about your experience and why you want to work there. There's a strict dress code policy and they work on a proprietary scripting language so there's a lot to talk about. Then there's a tech interview and you better have your sorting algos down. The last is with a senior manager. I didn't do well on the tech questions so I didn't get the offer.
Preguntas de entrevista [1]
Pregunta 1
Merge list B (sorted) into list A (sorted), where list A has enough space to hold list B. Do this in O(n) time with no extra space.