משך התהליך הוא כחודש, מורכב מתרגיל בית עם 2 שאלות, לאחר מכן סינון טלפוני שמכיל שאלת עיצוב מערכת ושאלת קוד ולאחר מכן 4 ראיונות שמורכבים מעקרונות המנהיגות של אמזון, שאלות קוד ושאלות עיצוב מערכת.
מתחיל בראיון טלפוני של כשעה בו יש שאלות אישיות כלליות ולאחר מכן שאלת קוד. אם עוברים יש יום נוסף בו מתקיימים 2 ראיונות רצופים (כל אחד כשעה). הראיונות מתחלקים בערך 30% אישיותי, 70% טכני.
i had 3 separate interviews were each one included a meeting with two different engineers from the same department and each meeting lasted 1 out/
שאלות מתוך הראיון
implement a queue with fixed size
תשובות
הוסף תשובה
|
לצפיה בתשובות
אוקטובר 2020
we can to create new calss that extend the Linkedlist and to Override tha 3 method add , peek and pool if you want , need to create constaractor that get capacity and need to add logic in add method if size() -- capacity and not empty remove from first and after this call to add of super calss