|
|
|
הוסיפו מידע על מעסיק
|
|
מפתח C#
|
|
שאלות מראיונות עבודה לתפקיד
|
|
|
|
|
|
|
Theworker >
תוכנה
>
פירוט שאלות מראיונות עבודה לתפקיד מפתח C#
פירוט שאלות מראיונות עבודה לתפקיד מפתח C#
330 - 321 מתוך 1176
|
|
|
|
דצמבר 2021
|
16.01.2022
|
|
|
| פרטים לגבי התהליך |
היה ראיון טלפוני קצר ומשם המשיך למבחן בית שכלל 3 שאלות שניתן לפתור באיזה שפה שנוח לי |
|
| שאלות מתוך הראיון |
You are giving string s and c. string s represents a table in CSV (comma-separated values) format, where rows are separated by new line characters (`\n`) and each row consists of one or more fields separated by commas (`,`).
The first row contains the names of the columns. The following rows contain values.
For example, the table below is presented by the flowing string s:
“id,name,age,act,room,dep.\n1,Jack,68,T,13,8\n17,Betty,28,F,15,7”
id name age act room Dep.
1 Jack 68 T 13 8
17 Betty 28 F 15 7
String c is the name of a column in the table described by s that contains only integers.
Tour task is to find the maximum values in that column. In the example above for c=”age”, the maximum value is 68.
Write a function def solution(s ,c) which given two strings s and c consisting of n and m characters, respectively, returns the maximum value in column c of the table described by s |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על צ'קפוינט :
|
|
|
ראיון לתפקיד מפתח C#
בחברת קמטק
דצמבר 2021
|
04.01.2022
|
|
|
| פרטים לגבי התהליך |
שיחה טלפונית עם ראש צוות |
|
| שאלות מתוך הראיון |
הבדל בין string לשאר המשתנים |
|
| תשובות |
הוסף תשובה
|
לצפיה בתשובות
|
|
|
|
|
| |
ינואר 2022
|
| |
התשובה היא Imutable
|
| |
|
| |
|
|
|
הוסף מידע על החברה
|
עוד מידע על קמטק :
|
|
|
ראיון לתפקיד מפתח C#
בחברת וואן1
ינואר 2017
|
03.01.2022
|
|
|
| פרטים לגבי התהליך |
מבחן דיגיטלי וראיון אישי |
|
| שאלות מתוך הראיון |
מהי שפת c#, מה השימושים שלה וכו |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על וואן1 :
|
|
|
יש לכם מה להוסיף ?
|
|
|
|
|
|