ראיון ראשון מקצועי עם ר"צ אחד או שניים לאחר הראיון מחליטחם לאיזה צוות המועמד מתאים.
שאלות מתוך הראיון
write cpp class and implement the methods:
void setSentKBytes(int kBytes); // the total sent kBytes now
int getKBytesPerSec(void); // return the KB/sec in the last minute in o(1)
Example :
setSentKBytes(100); //called at t=0sec
setSentKBytes(200); //called at t=40sec
setSentKBytes(150); //called at t=70sec
setSentKBytes(300); //called at t=100sec
getKBytesPerSec(void) //called at t=110sec, will return: 300+150.
ראיון מקצועי, ראיון עם מנהל מחלקת הפיתוח וראיון עם HR
שאלות מתוך הראיון
תאר מבנה נתונים לשרת אשר מקבל בקשות לשליחת מידע ושולח אותו למבקש אך בנוסף חושף פונקציה של כמה מידע נשלח בשניה האחרונה,איך היית ממש מנגנון שנותן מענה לכמה מידע נשלח בשניה האחרונה