J'ai postulé en ligne. J'ai passé un entretien chez European Dynamics
Entretien
Questions about basics in programming in a panel of three people. They were interested about my background and my interests. It took about twenty minutes to finish. That was all.
Questions d'entretien [1]
Question 1
What is the difference between Big Data and Fast Data
J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez European Dynamics (Athènes, , Attique) en déc. 2024
Entretien
The interview went very well. I had only one interview before receiving the offer. The first hour consisted of a technical interview conducted in English (as one of the executives did not speak Greek) with three executives. During the last 20–30 minutes, I spoke with another executive (in Greek this time) about the salary, working hours, benefits, etc.
The second part of the interview wasn’t just like an HR-style interview; it also felt like the final stage of the hiring process where we discussed important details while waiting for the offer.
Java-related questions:
- What is a JavaBean?
- What is an interface?
- Can we impelment multiple interfaces in a class?
- What is Inheritance?
- Does `extends` keyword support multiple inheritance?
- How can we achieve multiple inheritance?
- What is the `static` keyword?
- Have you used any design patterns?
- Describe the access modifiers.
- What is an abstract class?
- What is the difference between `==` and `equals`, for example in a string comparison?
JavaScript-related questions:
- What is the difference between `let` and `var`?
- What is the difference between `==` and `===`?
- What is a Promise in JavaScript?
- What will be the output of this expression '1' + 2 ?