Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Radhika (Mohali, Punjab) nel mese di set 2025
Colloquio
his is usually the first assessment round.
It may include:
Aptitude questions – Logical reasoning, quantitative ability, verbal ability.
Technical questions – Basic programming, data structures, algorithms, OOPs, DBMS, OS, and networking.
Coding round (for developer roles) – Solving 1–2 programming problems in languages like C, C++, Java, or Python
Domande di colloquio [1]
Domanda 1
One question they asked me was to explain the difference between compile-time and runtime errors in Java.
I explained that compile-time errors occur when code doesn’t follow the language’s syntax or rules, while runtime errors happen during program execution, such as dividing by zero or accessing invalid memory.
I also gave a short example in Java to make my explanation clearer.