We Are Glad To Inform That You Got The Job- Hope You Hear This Soon-SURVAYU
Posts

Candidate Interview Experience, Questions & Mistakes | Ecsion Interview Experience 2025 – Software Developer Trainee

 


Recruitment still going on for the Job - JOB DETAILS

Interview Slot & Location

  • Date: June 22, 2025

  • Time: 11:30 AM – 11:50 AM

  • Mode: Virtual (Google Meet)

  • Location: Candidate based in Guntur; Interviewer from Nagpur HO


Interview Format

  • Total Duration: ~20 minutes

  • Round Type: Single combined round (HR + Technical basics)

  • Panel: 1 HR + 1 Technical Evaluator


Questions Asked + Candidate Responses

1. Tell me about yourself.
Candidate Response:
"I'm Surya Chandra, a B.Tech graduate in ECE with strong interest in software development. I've trained in Java and Python via self-learning, built a personal portfolio website, and contributed to a mini e-commerce frontend clone using HTML/CSS. I’m keen to work in a structured learning environment like Ecsion and build my development skills from the ground up."

Comment: Well-structured intro with tech signal and soft-skills emphasis. Bonus points for a real project mention.


2. What is OOP and can you explain Polymorphism with an example?
Candidate Response:
"OOP stands for Object-Oriented Programming. It includes concepts like encapsulation, inheritance, and polymorphism. Polymorphism means a single function or method can work in different ways. For example, in Java, we can override a method like draw() in multiple shape classes — Circle, Rectangle — so the call behaves differently depending on the object."

Comment: Confident and technically correct. Example could’ve included actual syntax, but solid overall.


3. Have you done any internships or real-time projects?
Candidate Response:
"No formal internships yet, but I worked on a weather forecast app using JavaScript and OpenWeather API. I also contributed to a GitHub project that visualized COVID data using Python and matplotlib."

Comment: Nice use of self-initiated work — showcases action-taking mindset.


4. Can you reverse a string without using in-built functions?
Candidate Response:
“Um... I would use a for loop and maybe… create a new string and append characters backwards. Like, using str.charAt(i) maybe?”

🚩 Issue: Hesitant, lacked clean pseudocode or step-by-step logic. Could have written:

java

for (int i = str.length() - 1; i >= 0; i--) { reversed += str.charAt(i); }

5. Why should we hire you for this trainee position?
Candidate Response:
"I’m committed to learning and growing, and I’ve already started taking initiative in self-training. I don’t just want a job — I want to build long-term skills and contribute to the company from day one."

Comment: Strong attitude answer. Great tone and authenticity.


6. What are your salary expectations?
⚠️ Candidate Response:
“I’m not sure exactly… maybe as per company standards?”

🚩 Issue: Should have researched and mentioned a range. For Nagpur, expected fresher range = ₹2.5–3.5 LPA.


7. Do you have any questions for us?
Candidate Response:
“Yes, I’d like to know how the mentoring and training process is structured for new joiners.”

Comment: Smart. Shows genuine interest in growth and guidance.


Technical Round Summary

CategoryFeedback
OOPs ConceptsGood understanding with real-life example
Problem-SolvingAverage; string reversal could improve
CommunicationStrong, confident and engaging
Attitude/MotivationExcellent – growth-oriented mindset

Missed/Weak Areas

  • Hesitation on coding basics

  • No specific salary benchmark mentioned

  • Could have used more syntax or code snippets


📝 Interviewer Feedback

“The candidate shows high potential and is very sincere. Lacks a bit in real-time coding flow but compensates with enthusiasm, a hunger to learn, and clear communication. Suitable for trainee onboarding with mentoring support.”

Post a Comment