|
|
הוסיפו מידע על מעסיק
|
מתכנת
|
|
שאלות מראיונות עבודה לתפקיד
|
|
|
|
|
Theworker >
תוכנה
>
פירוט שאלות מראיונות עבודה לתפקיד מתכנת
פירוט שאלות מראיונות עבודה לתפקיד מתכנת
740 - 731 מתוך 2130
|
|
|
|
ראיון לתפקיד מתכנת
בחברת מטריקס
מאי 2021
|
13.07.2021
|
|
|
פרטים לגבי התהליך |
תהליך הראיון לקח כשבוע
הראיון עצמו היה כשעה
נשאלו שאלות אישיותיות ומקצועיות |
|
שאלות מתוך הראיון |
מיון מערך של צבעים במעבר אחד על המערך |
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על מטריקס :
|
|
|
ראיון לתפקיד מתכנת
בחברת פאגאיה
יולי 2021
|
11.07.2021
|
|
|
פרטים לגבי התהליך |
codility and then a frontal one |
|
שאלות מתוך הראיון |
Infinite coin tosses (fair coins):
1. What is the expected number of tosses until Head-Tails?
2. What is the expected number of tosses until Tails-Tails?
3. What is the probability that a Head-Tails sequence will precede a Tails-Tails sequence? |
|
תשובות |
הוסף תשובה
|
לצפיה בתשובות
|
|
|
|
|
יולי 2021
|
|
1. 4
2. 6
3. 0.75
|
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על פאגאיה :
|
|
|
ראיון לתפקיד מתכנת
בחברת מוביט
יוני 2021
|
08.07.2021
|
|
|
פרטים לגבי התהליך |
מבחן מקצועי עם 4 שאלות |
|
שאלות מתוך הראיון |
Given a string containing only three types of characters: '(', ')' and '*', write a function to check whether this string is valid. We define the validity of a string by these rules:
1. Any left parenthesis '(' must have a corresponding right parenthesis ')'.
2. Any right parenthesis ')' must have a corresponding left parenthesis '('.
3. Left parenthesis '(' must go before the corresponding right parenthesis ')'.
4. '*' could be treated as a single right parenthesis ')' or a single left parenthesis '(' or an empty string.
5. An empty string is also valid.
Example 1:
Input: "()"
Output: True
Example 2:
Input: "(*)"
Output: True
Example 3:
Input: "(*))"
Output: True
Note: The string size will be in the range [1, 100]. |
|
תשובות |
הוסף תשובה
|
לצפיה בתשובות
|
|
|
|
|
אפריל 2022
|
|
שימו לב לבדוק מקרה קצה-
))**
|
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על מוביט :
|
|
יש לכם מה להוסיף ?
|
|
|
|
|
|