Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Expeditors (Seattle, WA) nel mese di ago 2022
Colloquio
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
Domande di colloquio [1]
Domanda 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
Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Expeditors (Seattle, WA) nel mese di mag 2019
Colloquio
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.
Domande di colloquio [1]
Domanda 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.
Ho presentato la mia candidatura online. La procedura ha richiesto 5 giorni. Ho sostenuto un colloquio presso Expeditors (Seattle, WA) nel mese di feb 2019
Colloquio
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.
Domande di colloquio [1]
Domanda 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.