Upload Button Icon Add office photos

Mad Street Den

Compare button icon Compare button icon Compare

Filter interviews by

Mad Street Den Software Developer Interview Questions and Answers

Updated 5 Dec 2024

Mad Street Den Software Developer Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image Praveen Kumar

posted on 5 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Usual Leet code problems

Round 2 - Case Study 

System Design Questions

Round 3 - Case Study 

System Design Questions

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Mad Street Den?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

Desgining of backend services

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Can you explain your previous projects?
  • Ans. 

    I worked on several projects, including a web app for task management and a mobile app for fitness tracking.

    • Developed a task management web app using React and Node.js, enabling users to create, update, and delete tasks.

    • Created a mobile fitness tracking app with Flutter, allowing users to log workouts and track progress over time.

    • Implemented RESTful APIs for both projects to facilitate data exchange between the fronten...

  • Answered by AI
  • Q2. Where do you envision yourself in five years?
  • Ans. 

    In five years, I see myself as a senior software developer, leading projects and mentoring junior developers in a dynamic tech environment.

    • Leadership Role: I aim to take on a leadership position, guiding a team of developers in delivering high-quality software solutions.

    • Mentorship: I want to mentor junior developers, sharing my knowledge and helping them grow their skills through code reviews and pair programming.

    • Conti...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Can you provide a brief overview of your resume?
  • Ans. 

    I am a Java Full Stack Developer with experience in building scalable web applications and a strong foundation in software engineering.

    • Full Stack Development: Proficient in both front-end and back-end technologies, including Java, Spring Boot, and React.

    • Database Management: Experienced in working with SQL databases like MySQL and NoSQL databases like MongoDB for data storage and retrieval.

    • API Development: Developed RES...

  • Answered by AI
  • Q2. Can you elaborate on your previous projects?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Brief our resume
  • Ans. 

    Experienced software developer with a strong background in full-stack development and a passion for innovative solutions.

    • Proficient in languages such as JavaScript, Python, and Java, with experience in frameworks like React and Django.

    • Developed a web application for e-commerce that increased sales by 30% through improved user experience and performance.

    • Collaborated with cross-functional teams to design and implement RE...

  • Answered by AI
  • Q2. Describe expertise
  • Ans. 

    Expertise refers to a high level of knowledge or skill in a particular area, often gained through experience and education.

    • Deep understanding of programming languages like Python and Java, enabling efficient problem-solving.

    • Experience in developing scalable web applications, such as an e-commerce platform using React and Node.js.

    • Proficiency in database management, demonstrated by optimizing SQL queries for a large-scal...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Create a hero section for website

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Assignment 

Hospital management syatem

Round 2 - Coding Test 

Check the coding and databases connection and validations

Interview Preparation Tips

Interview preparation tips for other job seekers - They should be learn many languages for best create coding in projects

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Ans. 

    I faced a significant challenge when integrating a legacy system with a new application, requiring extensive troubleshooting and collaboration.

    • Identified compatibility issues between the legacy system and the new application, which caused data inconsistencies.

    • Collaborated with cross-functional teams, including QA and DevOps, to gather insights and troubleshoot effectively.

    • Implemented a phased integration approach, allo...

  • Answered by AI
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot...

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Brief your Resume
  • Q2. Explain your previous projects

Mad Street Den Interview FAQs

How many rounds are there in Mad Street Den Software Developer interview?
Mad Street Den interview process usually has 3 rounds. The most common rounds in the Mad Street Den interview process are Case Study and Coding Test.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Mad Street Den Software Developer Salary
based on 4 salaries
₹6.3 L/yr - ₹13.5 L/yr
8% less than the average Software Developer Salary in India
View more details

Mad Street Den Software Developer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.5

Skill development

3.0

Work-life balance

4.5

Salary

4.0

Job security

4.5

Company culture

4.5

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Graphic Designer
55 salaries
unlock blur

₹2.3 L/yr - ₹4.8 L/yr

Senior Graphic Designer
16 salaries
unlock blur

₹3.3 L/yr - ₹7.2 L/yr

Machine Learning Engineer
13 salaries
unlock blur

₹8.5 L/yr - ₹21 L/yr

Engineer Trainee
8 salaries
unlock blur

₹10 L/yr - ₹12 L/yr

Image Editor
7 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Mad Street Den with

GrapplTech

4.8
Compare

Infotact Solutions

4.5
Compare

Rialtes Technologies

1.9
Compare

Wilco Source

3.5
Compare
write
Share an Interview