Open In App

Wahni It Solutions, Interview Experience for Junior Python Developer

Last Updated : 15 Jan, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Candidate Information

  • Status: Seeking opportunities after completing college education, aiming to secure my first IT job, experience - Entry-level with academic projects and internship, target position: Junior Software Developer / Entry-Level Software Engineer.
  • Location: Palakkad, Kerala, India
  • Interview Date: 07/13/2024

Overview of Interview Process

Initial Screening:

  • Duration: 10 minutes
  • Method: Phone
  • Focus: Communication, Background check, Skill assessment
  • Key Questions: self-introduction, college projects, internships
  • Obstacles: I faced a minor communication challenge in English during my first phone call with an HR representative, as it was my initial experience with such professional interactions.

Technical Round

  • Duration: 30 minutes
  • Method: Google Meet
  • Focus: technical skills
  • Key Questions :
    en two lists of string pairs: lst1 = [["one", "three"], ["five", "six"], ["seven", "zero"]] , lst2 = [["two", "eight"], ["six", "six"], ["three", "one"]]
    After conversion (converting words to digits and concatenating them)
    lst1 → [13, 56, 70]
    lst2 → [28, 66, 31]
    Task:
    Add the elements of the same index:
    [(13 + 28), (56 + 66), (70 + 31)]
    Output: [41, 122, 101]
  • Obstacles: During my first online interview, my mind went blank, and I couldn't come up with any ideas to solve the problem. As a result, I was unable to solve the question.

Post-Interview Reflections:

  • Evaluator Feedback:That's some valuable feedback! Focusing on coding regularly and challenging yourself with a daily problem-solving practice can really boost your skills. Keep it up!
  • Suggestions for Improvement: - Learn a new concept every day - Try to solve coding problems regularly - Sharpen skills day by day - Never give up when a question is not solved.

Closing Note:

  • It was my first experience. Don't fear, just chill and attend to the question. Read the question carefully. Before coding, think about how to solve it by reading the question more clearly. Don't panic, just solve it. Every developer starts from `print("hello world")`. Build day by day to solve coding problems. Never give up. Consistency is the key.

Next Article

Similar Reads