Interview Experience at Even.in (SWE Intern - Jul to Dec '25)

even.in logo
even.in
Software Engineering Intern
May 29, 20253 reads

Summary

I recently interviewed for a Software Engineering Intern role at Even.in, a healthcare startup. During the interview, I was presented with a coding question to decode a string with nested patterns, which I approached using two stacks.

Full Experience

I recently interviewed for a Software Engineering Intern role at Even.in, a healthcare startup that's rapidly expanding across India.

They’re growing both in Tier 1 & Tier 2 cities in India and testing models abroad, especially in digital-first economies where preventive care is under-served. Their tech stack is core to their mission — which reflects in their interviews too!


$$Stipend: $$1 lakh+ Performance based $$PPO$$ opportunity


Final Thoughts:
Would love to hear optimizations or other ways to implement the same!

Bonus: About Even.in
If you're interested in health-tech + software, Even.in is scaling fast and aims to be the "Netflix of preventive healthcare". Good company, great mission, and tech-driven!

If you found this helpful or interesting, feel free to leave an $$upvote$$! Helps others discover it too. :)

Interview Questions (1)

Q1
Decode Nested Strings
Data Structures & AlgorithmsMedium

Implement a function that decodes a string with nested patterns like:

Input: 3[abc]4[ab]c -> Output: abcabcabcababababc  
Input: 2[3[a]b]     -> Output: aaabaaab
Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!