I applied through other source. I interviewed at ELCA Informatique
Interview
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.
I applied through college or university. The process took 1 week. I interviewed at ELCA Informatique (Geneva) in Jun 2023
Interview
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é.
Interview questions [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?
I applied in-person. The process took 1 week. I interviewed at ELCA Informatique (Zürich) in Mar 2023
Interview
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.
Interview questions [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.