מישהו היה ויודע איזה שאלות שואלים במבחן הראשוני בכתב?
ע"י: 1_אורח_כללי
היי
זומנתי לריאיון
יש למשהו פרטים על התהליך והשאלות?
ואיך להתכונן?
תודה רבה רבה!!
ע"י: 1_אורח_כללי
מפתח דוט נט בכיר. נראה לי שהמשרה כבר אויישה
ע"י: 1_אורח_כללי
הי,
לאיזה תפקיד, יוסיניו ?
ע"י: 1_אורח_כללי
שיחזור ראיון-
קח בחשבון שזה ראיון די קשה, אתה נכנס לחדר סגור ויש לך איזה שעתיים לפתור יש גם שאלות פתוחות וגם שאלות אמריקאיות.
להלן השאלות:
1' int i =5;
Object s_b=i;
i=3;
Console.WriteLine(s_b);
מה הפלט?
2. שאלות די בסיסיות על תאוריה בsql
2טריגרים,
commit,
unique key vs pk,
stored procedure vs query inside c#
3. string vs string builder
4.when view state is disabled how to save the current state in the post back.
5. assign function to value -
var r= Function("x","y","return x+y")
var r= new Function("x","y","return x+y")
6. client side vs server side
7. session vs application
8. if the viewstate is disabled, how to save the in post-back mode the state of the page
9.what will be the output in these cases:
1. uncoment // ht = null
2. uncoment /*ref*/
3. as it now
public static void add1( /*ref */Hashtable ht){
ht.Add("abc","cde");
// ht = null;
}
public static void Main(string[] args)
{
Hashtable hash = new Hashtable();
add1(/*ref*/ hash);
Console.WriteLine(hash.Count);
}
10. linq-
singleOrDefault vs firstOrDefault
11. וגם הרבה מאוד שאלות של הבנה של reference type vs value type