Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Intellisync
Colloquio
The interviewer didn’t seem focused during the live coding session. He didn’t respond to my questions until I called his name, and it was clear he was doing something else. At times, he was even away from the keyboard.
Domande di colloquio [1]
Domanda 1
Given a point and a rectangle, write code to determine if the point lies inside the rectangle.
Ho presentato la mia candidatura online. La procedura ha richiesto 6 giorni. Ho sostenuto un colloquio presso Intellisync (Italy, SC) nel mese di ott 2025
Colloquio
There are four stages of the interview process: HR, Coding, System Design, and CTO. I reached only up to the System Design stage. The HR and Coding stages were easy. The System Design stage was a bit tough, but I managed it well. Unfortunately, I didn’t make it to the CTO interview stage.
Domande di colloquio [1]
Domanda 1
The Coding stage is similar to what others have mentioned here. For the System Design stage, you’ll be given a Word document where you need to design a system to record matches and display the leaderboard for a tabletop game. You’ll be asked to explain the tech stack, database design, data structures, and security considerations, and to perform a sample query.
Ho presentato la mia candidatura online. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Intellisync nel mese di set 2025
Colloquio
HR interview, quick 15 minutes; hygiene questions, you do not get much about the role, details of the team because it is not known by the interviewer.
Then, managed to arrange same day programming exercise, 30 min.
Domande di colloquio [1]
Domanda 1
In a word document. Two simple questions. Reminded me the programming introduction courses' final questions.
Just check if you know the basics.
No idea, how do they assess here.
Finished it very simple solution, but rejected without any explanation.
I started to suspect the interviewer could not understand the solution of his question.
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Intellisync
Colloquio
First call with HR: they asked the same questions as in the application form.
Second step, technical interview: they provided two code challenges in a shared Word document. External tools or references weren’t allowed, so the focus was on writing code from memory and demonstrating problem-solving skills.
Overall, the process was respectful and I appreciated that it moved quickly.
Domande di colloquio [1]
Domanda 1
-How to determine if a point is inside of a rectangle given the Y and X properties of both classes
-Find the consecutive repeated numbers in an array and print them with their number of occurrences