שיחה עם איש גיוס ואז זימון לראיון טכני עם הראש צוות וה - CTO של החברה
שאלות מתוך הראיון
חוברת שאלות בנושא JavaScript, jQuery, HTML, CSS.
שאלות ספיציפיות מהראיון:
1) תיאור של אלגוריתם DFS/BFS
2) שאלה בה התבקשת למיין מערך בגודל 10
3) שאלות ב - JavaScript:
(a)
function clickFunction(e){
e.stopPropagation()
console.log(‘hello’);
}
(b)
function clickFunction(e){
console.log(‘hello’);
}
What will be printed on the console if the user click the button in each case and why?