Envié una solicitud electrónica. Acudí a una entrevista en Expeditors (Seattle, WA) en may 2016
Entrevista
I applied online via Craigslist last year the process took 2 weeks. The interview was super hard. Please be prepared about core java, Socket and write the UML class diagram. There are three phone interview about core java. After that is in person interview, read code and write UML class diagram.
Preguntas de entrevista [2]
Pregunta 1
What is static and what is static final and why it is used in this code? Reading code line by line was the hardest because when you answered they will ask question like why or what back and forth.
Envié una solicitud electrónica. El proceso duró 3 semanas. Acudí a una entrevista en Expeditors (Seattle, WA) en ago 2022
Entrevista
4 rounds of interviews, not too difficult but a lot of steps:
1) phone interview: general behavioral and basic java questions
2) take home java project on parsing and formatting data
3) Technical interview: Java + SQL questions
4) Go over resume with team and ask questions
Preguntas de entrevista [1]
Pregunta 1
For java questions in phone interview it was general java questions you probably would have learned in your first coding class in java.
Ex: How do you compare a string to another string
Envié una solicitud electrónica. El proceso duró 3 semanas. Acudí a una entrevista en Expeditors (Seattle, WA) en may 2019
Entrevista
Phone Interview Then Onsite Interview.
Phone interview - What was your favorite project? What have you worked on before? Any challenges? Information about Expeditors. Was I aware of the dress code? What Salary did I expect? Then basic Java Questions about Object class and object oriented programming.
Onsite interview - ask questions about a code sample. System Design Question.
Preguntas de entrevista [1]
Pregunta 1
Phone interview questions: What are the methods of an Object? How do you call a constructor? How do you call Super? What is a default method? Difference between abstract and interface? If you Have an Elephant class and an Animal class, and you call one as the other which one do you need to cast and vice versa?
Code reading questions: Can you tell whether the class extended is an abstract class or an interface? What is a Singleton ? What is a Semaphore? What is a socket? What is a throwable? Does the finally block in the try catch blocks execute (the try block returned if a socket was reachable)?
System Design questions: You can pick an option out of 3 options, Design a pet care shop, a Car dealership, a card game. The Care Dealership had automobiles with features. And the Dealership needed to keep track of cars sold, and registered as well as offer features.
Envié una solicitud electrónica. El proceso duró 5 días. Acudí a una entrevista en Expeditors (Seattle, WA) en feb 2019
Entrevista
Applied online in Feb 2019 . A 3 round interview. The first round was a phone interview where I was asked about basic java questions. I did well ,they offered a round 2 in 3 days time. second round was much harder, a coding interview at the Seattle office. first question is they give you a requirement and write the code on whiteboard . it was easy question that involved a hash map but I got nervous and took too much time to get to the answer. the third round is OOP design a pet care store using UML. I did not do well here . practice all OOP design questions you can get. Interviewing people are friendly, phone interviewer was super nice.
Preguntas de entrevista [1]
Pregunta 1
Q2. Design a pet care store that
- charges base charge plus another charge depending on the pet .
- Activities log that the pet takes . ex walked 15 minutes etc
- start time
- end time etc
Q1. they gave me a 6 line string txt that has some product number and the quantity of that product . first line string is a heading that has total quantity ordered somewhere in the middle. write a function that returns success if the sum of each product qty is equal to the heading qty.