Software Engineer - Guillemot Corporation |
 |
| Compania: Ubisoft S.R.L. - Guillemot Corporation |
|
|
|
| Expirat la: 28.04.2006 |
| Actualizat la: 28.03.2006 |
|
|
| Compania: |
Ubisoft S.R.L. - Guillemot Corporation |
| Departament: |
IT, IT Hardware, IT Software |
| Orasul: |
Bucuresti
|
| Tip Job: |
Full time |
| Posturi disponibile: |
1 |
| Status: |
Inactiv |
|
| Nivel cariera: |
Student,Entry-Level/Primii 3 Ani Exp,Mid-Level/Peste 3 Ani Exp,Manager/Executive Position |
| Limbi Straine: |
engleza, |
| Oferta: |
nespecificat |
| Permis conducere: |
nespecificat |
| Data introducerii: |
28.03.2006 |
| Data limita: |
28.04.2006 |
|
|
|
CANDIDATUL IDEAL:
Your main responsibilities are as follows:
• Develop software according with the design document
• Accurately estimate and plan tasks
• Document the code
• Implement solutions at the best quality, in due time
• Develop software on multiple platforms (PC, PSX2, XBOX)
• Debug, test and optimize applications
• Permanently up to date about new programming technology |
RESPONSABILITATI / BENEFICII:
* Graduated in Computer Science (or equivalent), or student in the terminal year
* Excellent C/C++ programming
* Experience in Windows programming, user interfaces, MFC, ATL, MSVC
* Solid knowledge of Operating Systems: Windows and Linux
* Strong debugging and problem solving skills
* Knowledge of assembly language is a plus
* Good communication / writing skills
* Can work in a team or as an individual
* Hard working, self motivated
* Good English skills |
DESCRIEREA COMPANIEI:
The Guillemot Corporation group is now fully a designer of interactive entertainment hardware and accessories for PC and consoles under the brand names Hercules for video and audio products and Thrustmaster for accessories.
The group's activities are now organized around two main product lines:
- Audio and Video Editing, under the Hercules brand,
- PC and Game Console Accessories, under the Thrustmaster brand.
Active in this market since 1984, Guillemot Corporation is currently present in 12 countries and distributes its products across 45 countries in total. Its mission is to offer increasingly innovative, high-quality products which increase the sensations and pleasure experienced by gamers and music lovers alike. |
ANUNTUL CONTINE UN INTERVIU ONLINE CU 3 INTREBARI |
Given
int x=20;
int y=5;
y -= (++x)--;
x = ?, y = ? Given x = 50;
for (int i=0; i<4; ++i)
for (int j=0; j<4; j++) {
++x;
if (i<=j) {
break; break;
}
}
x = ? for (int i=0; i<50; i++) {
if (fork() == 0) {
printf("child\n");
}
}
Number of created processes = ?
|
|