I applied through other source. I interviewed at ioet (Caracas, Capital District) in Nov 2025
Interview
You go through 3 phases. The first one is with HR, it is the typical interview where they ask you about your background. The second one is with your potential manager or a member of the team, and the third one is with the client you will work with.
Interview questions [1]
Question 1
Tell me about yourself
Have you worked in agile teams before?
How do you manage your time?
I applied online. The process took 4 weeks. I interviewed at ioet in June 2022
Interview
El proceso consta de tres partes:
- Una entrevista para entender tus conocimientos generales como clean code, TDD, etc.
- Luego envían un repositorio para realizar cambios de forma asíncrona
- Finalmente una entrevista técnica para entender con mayor profundidad tus conocimientos y enfoque.
Interview questions [1]
Question 1
Sobre clean code, TDD, paradigmas de programación, patrones de diseño.
I applied online. I interviewed at ioet in July 2025
Interview
I had 2 interviews (Jul 2025)
1) HR interview. The interviewer was very nice! He asked about my years of experience, previous jobs, and the usual stuff. Asked for my salary expectation and if it was negotiable. Half of this was in spanish as he already listened enough to know my level of english.
2) Technical interview. This one was about core concepts of OOP, data structures, time complexity, frameworks, ORMs, REST APIs, etc. Also had a question to sketch a basic API with the verbs and URIs for each CRUD operation according to the scenario. Lastly I had a coding exercise which I failed to complete on time; the only rule was I couldn't use any genAI, but I could google almost anything I wanted
Both interviewers were very nice to speak with.
Interview questions [1]
Question 1
Give me an example of when to use an interface.
What's the time complexity of searching for an element in an unsorted list?
What's the time complexity of searching for an element in a Hash map when you know the key of that element?
How does an ORM work?