|
|
|
הוסיפו מידע על מעסיק
|
|
מפתח WEB
|
|
שאלות מראיונות עבודה לתפקיד
|
|
|
|
|
|
|
Theworker >
תוכנה
>
פירוט שאלות מראיונות עבודה לתפקיד מפתח WEB
פירוט שאלות מראיונות עבודה לתפקיד מפתח WEB
250 - 241 מתוך 1490
|
|
|
|
ראיון לתפקיד מפתח WEB
בחברת Wix
ינואר 2024
|
11.01.2024
|
|
|
| פרטים לגבי התהליך |
ראיון עם ראש צוות וראש אגף |
|
| שאלות מתוך הראיון |
3 שאלות חשיבה של lettcode
js currying
out of the maze |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על Wix :
|
|
|
ראיון לתפקיד מפתח WEB
בחברת האניבוק
מאי 2023
|
10.01.2024
|
|
|
| פרטים לגבי התהליך |
ראיון פרונטלי אישי עם מגייסת ומפתח |
|
| שאלות מתוך הראיון |
בניה של file system (עץ תיקיות) |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על האניבוק :
|
|
|
ראיון לתפקיד מפתח WEB
בחברת נטומד
אפריל 2022
|
04.01.2024
|
|
|
| פרטים לגבי התהליך |
ראיון טכני אחד, לפני ראיון HR. |
|
| שאלות מתוך הראיון |
שאלות טכניות של תכנות בלייב. תכנון משחק באופן אבסטרקטי, co routines, get set, order of execution |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על נטומד :
|
|
|
ראיון לתפקיד מפתח WEB
בחברת סלקום
אוגוסט 2023
|
27.12.2023
|
|
|
| פרטים לגבי התהליך |
מיון לתפקיד פיתוח Frontend.
מטלת בית ב-React.js. |
|
| שאלות מתוך הראיון |
נדרש לבנות אפליקציה ב-React.js שמציגה ספריית סרטים שנלקחים מ-API חיצוני (The Movies DB).
נדרש לאפשר דפדוף, מיון לפי קטגוריות שונות ושמירה/הסרה של סרטים ממועדפים. |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על סלקום :
|
|
|
ראיון לתפקיד מפתח WEB
בחברת MSD
דצמבר 2023
|
20.12.2023
|
|
|
| פרטים לגבי התהליך |
שיחת טלפון שלא תואמה מראש , שאלה כמה שאלות מקצועיות |
|
| שאלות מתוך הראיון |
מה ההבדל בין thread לprocess |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על MSD :
|
|
|
ראיון לתפקיד מפתח WEB
בחברת פיוניר
אוקטובר 2023
|
10.12.2023
|
|
|
| פרטים לגבי התהליך |
שיחת זום רגילה עם 2 מראיינים ועוד חבר צוות שהצטרף |
|
| שאלות מתוך הראיון |
מה זה Event Loop
איך עובד SetTimeout |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על פיוניר :
|
|
|
ראיון לתפקיד מפתח WEB
בחברת נט אפ
נובמבר 2023
|
07.12.2023
|
|
|
| פרטים לגבי התהליך |
2 ראיונות טכניים ואז ראיון HR |
|
| שאלות מתוך הראיון |
מה ההבדל בין post ל-put, מה ההבדל בין דאטהבייס רלציוני לבין דאטהבייס לא רלציוני |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על נט אפ :
|
|
|
נובמבר 2023
|
06.12.2023
|
|
|
| פרטים לגבי התהליך |
מטלת בית בתור פרויקט בית ראשוני |
|
| שאלות מתוך הראיון |
Homework will prove your programming abilities. The code in the application should be
following these criteria: comments in code, clean, flexible and scalable code.
● Open a new React js project.
● Create a store using Redux.
● Before the App.js render you need to make a server call to the URL:
https://pixabay.com/api/?key=25540812-faf2b76d586c1787d2dd02736&q=${CATEGORY}
● The CATEGORY is the end-point and can contain all kinds of parameters for
example: sports, work, etc.
● The App.js need to render photos from the data you received. The images display
should be 3*3.
● Display only the first 9 elements from the array.
● Create 2 Buttons. The first Button in the top-left with name “prev” and the second in
the top-right with name “next”● Use the node.js server to implement |
|
| תשובות |
הוסף תשובה
|
לצפיה בתשובות
|
|
|
|
|
| |
דצמבר 2023
|
| |
pagination and use it with adding a prev button
which will replace the items by 9 backwards. And a next button, which will replace the
items by 9 forward.
● Add a button to the top-center of the screen. On press, the modal will appear and you
will select the type of the photos, for example: animals, Sport, work etc.
● When you select the type you need to make a server call and get the new data. The
type should replace the end-point CATEGORY.
● When you press on an item the modal will appear and will show the relevant
parameters of the element such as: views, downloads, collection etc
Nodejs:
● Create a node.js project with organized and understandable architecture.
● Use express.js to build rest api.
● Add few routes which contains the requests to pixabay api with:
○ Sorting function on the images by id or date.
○ Pagination function according to the client side requirements.
● Keep efficient and clean code, use error handling and documentation with comments.
|
| |
|
| |
|
|
|
הוסף מידע על החברה
|
עוד מידע על מסאפליקציות :
|
|
|
יש לכם מה להוסיף ?
|
|
|
|
|
|