מאגר שלם לשאלות מהראיונות + ראיון בחברת SEAPASS- תכנות !
ע"י: הדב-היהודי
שתפו - פרגנו - תקנו - הוסיפו נתונים - הוסיפו תשובות ועוד פעם שתפו. עם ישראל חי !
לפני 9 שנים
ע"י: 1_אורח_כללי
יש לציין שזה היה מבחן למשרת סטודנט... לא הכי שבעולם משרת סטודנט... מישהו חושב אחרת??
משני ראיונות בחודש, ל-9 ראיונות בשבועיים. 2025 מביאה איתה בשורות חדשות לטאלנטים בשוק.
כמובן שלא מדובר במקריות אלא בעבודה קשה ומתודה מוכחת!
לבדיקת התאמה
לפני 12 שנים
ע"י: 1_אורח_כללי
גם אני הייתי, לצערי לא התקבלתי..... יש למישהו תשובות???
לפני 12 שנים
ע"י: 1_אורח_כללי
חחחחח גם אני הייתי בראיון הזה
לפני 12 שנים
ע"י: 1_אורח_כללי
תודה רבה על המאגר ניצן ובהצלחה בהמשך ידידי.
לפני 12 שנים
ע"י: 1_אורח_כללי
עדכון: המבחן הוא 7 שאלות, חלק אמריקאי וחלק פתוח ואורכו כשעה.
1. Whats the difference between class and struct in c#? (אמריקאי)
2. Whats the difference between abstract class and interface in c#? (אמריקאי)
3. Why you need interface in c#? (פתוחה)
4.string a = "S1";
string b = "S2";
string a = a+b;
What will stay in the memory after this: (אמריקאי)
a. "S1S2", "S2"
b. "S1", "S1S2"
c. "S1", "S2", "S1S2"
5. void main()
{
c = new c;
}
class c : m
{
public override method1()
{
method 2();
}
}
public m
{
method2();
public virtual method1()
{
method3();
}
method3()
{
}
}
Write what will happen? (פתוחה)
6. What will the user see and what will be sent to server? (פתוחה)
<html><head><body><h1>Please fill this form: </h1></body>
<form>Name: <input type="text" name="name" id="nameid"><br/>
Phone number: <input type="text" name="phone" id="phoneid"><br/>
Mail: <input type="text" name="mail" id="mailid"><br/>
<input type="submit" value="submit this">
</form></body></html>
7. You are given 2 eggs. You have access to a 100 floor building. Eggs can be very hard or very fragile means it may break if dropped from the first floor or may not even break if dropped from 100th floor. Both eggs are identical. You need to figure out the highest floor of an egg can be dropped without breaking. Now the question is how many drops you need to make. You are allowed to break 2 eggs in the process. (פתוחה)
הערות:
בשאלות 1-2 יש הרבה תשובות ויכולה להיות יותר מתשובה אחת נכונה, בגלל זה אני לא זוכר את הסעיפים...
בהצלחה לכולם!