J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 semaine. J'ai passé un entretien chez ELCA Informatique (Genève) en juin 2023
Entretien
Premier entretien avec une personne des RHs, puis deuxième entretien technique avec un membre de l'équipe Java. Tout le monde est très gentil, l'entretien technique est assez poussé, il faut avoir bien révisé.
Questions d'entretien [1]
Question 1
Quelle est la différence entre les Runtime Exception et les autres? Qu'est ce qu'une interface? Quelles sont les différences apportées par Java 8?
J'ai postulé via une autre source. J'ai passé un entretien chez ELCA Informatique
Entretien
HR interview was really nice and comfortable. The interviewer asks about salary expectations, what are your strength and weaknesses, and what are your experiences in life.
Technical interviewer asks about courses you took and ask technical questions about OOP and problem.
J'ai postulé en personne. Le processus a pris 1 semaine. J'ai passé un entretien chez ELCA Informatique (Zurich) en mars 2023
Entretien
First, a HR interview with presentation about the building and the goals of the company. After, technical interview with general questions about OOP and Java, with a typical implementation problem.
Questions d'entretien [3]
Question 1
In Java, what are the attributes and which functions do they have?
Given a set of numbers (included multiple occurences), return true iff there is at least a number with more than 3 occurences, otherwise false. Describe algorithm, implement and discuss complexity Variation: Iff there is at least a number with exactly 3 occurences.