J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Annalect (Bengaluru) en avr. 2026
Entretien
Tell me about yourself
What was your role in the project at your company? What's your work?
Did you use python and SQL? If yes, how?
Did you solve any technical problem at your company and elaborate on it.
Java Questions:
Q1. How to use throw and throws?
Q2. Java 8 New features.
Q3. Why were functional interfaces introduced?
Q4. What is the difference between functional interface and abstract method?
Q5. What is the limitation in the abstract method that interface solved?
Q6. Types of Inheritance.
Q7. Why Java does not support multi-level inheritance (while C++ does)
Q8. Polymorphism - Any real life scenario where it can be used?
Q9. What is finally?
Q10. Coding Question. -String given - Find out the count of highest repeating continuous character. What is the time complexity?