Candidatei-me por indicação de um funcionário. O processo levou 1 dia. Fui entrevistado pela Sedai (Thiruvananthapuram) em jan. de 2026
Entrevista
I had a highly positive experience with the interview process. While it was a longer and more thorough process, it was very well-structured. The initial stage utilized HackerRank and featured well-calibrated problems that accurately tested foundational skills without being overly obscure. This set a great baseline for the live technical interviews, where the interviewers asked engaging, high-quality questions that allowed for deep, practical technical discussions.
Perguntas de entrevista [1]
Pergunta 1
The technical portion was deeply rooted in software fundamentals. The core questions focused on:
Explaining the conceptual and practical differences between statically typed and dynamically typed languages (including compile-time versus runtime type checking and their respective performance trade-offs).
A discussion around APIs, focusing on how backend systems communicate, data transfer protocols, and general web integration principles.
Had a technical interview focused on data structures, algorithms, and past projects. Faced a few tricky questions, but stayed calm. Ended with HR discussing role expectations and company culture.good experience
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 1 dia. Fui entrevistado pela Sedai (Kollam) em mar. de 2025
Entrevista
I was interviewed by a 3-member panel. The interview started with the common prompt like, 'Introduce yourself.' They then asked questions based on my resume. Since I'm currently doing a virtual internship in DevOps, they focused on related topics. I was asked about the principles of OOPS, and to write code to implement a notification management system in Java including OOPS principles. This was followed by a question: given two strings, check if the second string is a permutation of the first—if so, return True, otherwise False. The interview concluded with the question like, 'Do you have any questions for us?' I responded by asking two questions."
Perguntas de entrevista [2]
Pergunta 1
Write the code to implement notification (like including email, SMS etc.) management system in Java including OOPS principles.