Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Expeditors
Colloquio
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.
Domande di colloquio [5]
Domanda 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.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Expeditors (Seattle, WA)
Colloquio
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.
Domande di colloquio [1]
Domanda 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.