Bon demain j'ai un entretien chez CNC (une SS2I) c'est pas vraiment pour un boulot, c'est plus pour me rencontrer je pense...
As discussed, we have scheduled a meeting on Thursday, November 23, 2006 at 10:30 am. Please see address below (60 Bloor St. W.... between 'Holt Renfrew' & 'The GAP' @ NE corner of Bay & Bloor, 14th floor).
<<60 Bloor St. W.gif>>
In addition, can you please send me an updated word version of your resume for review.
I expect that you will have seriously thought about these 5 things and be prepared to discuss them at our meeting:
1. Your desired title (be as specific as possible)
2. Your function(s), with a % breakdown of your responsiblities / activities
3. Industry preferences (the ideal)
4. Corporate Culture (bureaucratic vs. hip, suits vs. jeans, ambitious vs. passive, 9-5 vs. flex hours, etc...)
5. A realistic financial trade-off (if I were to match all of the above)
J'ia passé un test dans une boite ce matin, mais c'était orienté à mort Service Web ( et je m'y connaissais pas trop).
Vla les questions, j'avais pas revisé ça en fait, je m'attendais à des questions sur des servlets ( vu que pour moi on parlait de Web Development)
J'ai cherché les reponses sur lesquel j'ai seché ( ce qui saoul c'est que sur certaine, j'avais vu ça en DUT y a 3 ans...)
c'etait surtout des défintiions
question du test
1. Test Race condition
A race condition or race hazard is a flaw in a system or process whereby the output of the process is unexpectedly and critically dependent on the sequence or timing of other events
2. Difference SOAP and RMI
RMI is Java-centric, whereas SOAP, which uses XML, is language independent.
3. Visitor pattern or singleton Pattern
In object-oriented programming and software engineering, the visitor design pattern is a way of separating an algorithm from an object structure. A practical result of this separation is the ability to add new operations to existing object structures without modifying those structures.
7. interface keyword
About the interface keyword
The interface keyword defines an interface. An interface is similar to a class, with the following important differences:
• Interfaces contain only declarations of methods, not their implementation. That is, every class that implements an interface must provide an implementation for each method declared in the interface.
• Only public members are allowed in an interface definition; static and class members are not permitted.
• The get and set statements are not allowed in interface definitions.
• To use the interface keyword, you must specify ActionScript 2.0 and Flash Player 6 or later in the Flash tab of your FLA file's Publish Settings dialog box.
The interface keyword is supported only when used in external script files, not in scripts that you write in the Actions panel.