Upload Button Icon Add office photos

Filter interviews by

Mad Street Den Interview Questions, Process, and Tips

Updated 5 Dec 2024

Top Mad Street Den Interview Questions and Answers

View all 13 questions

Mad Street Den Interview Experiences

Popular Designations

13 interviews 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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

HR Intern Interview Questions & Answers

user image Anonymous

posted on 19 Aug 2024

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

I applied via campus placement at Stella Maris College (SMC), Chennai and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Case Study 

It was based on HRIS

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Ans. 

    My strengths include strong communication skills, attention to detail, and ability to work well in a team.

    • Strong communication skills - able to effectively convey information and ideas

    • Attention to detail - meticulous in completing tasks accurately

    • Teamwork - collaborate well with others to achieve common goals

  • Answered by AI
  • Q2. Where do you see yourself in the future?
  • Ans. 

    I see myself growing and advancing in my HR career, taking on more responsibilities and leadership roles.

    • Continuing to learn and develop new skills in HR

    • Advancing to a HR manager or director position

    • Leading and mentoring a team of HR professionals

    • Contributing to the strategic direction of the organization

  • Answered by AI

HR Intern Interview Questions asked at other Companies

Q1. Why Human Resources ? What is its importance in Tourism industry and in general to every firm regarding to all industries ?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

They asked logical reasoning and some machin learning mcqs

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me something about your project
  • Q2. What is convolution neural network algorithm?
  • Ans. 

    Convolutional neural network (CNN) is a deep learning algorithm commonly used for image recognition and classification.

    • CNN is designed to automatically and adaptively learn spatial hierarchies of features from input data.

    • It uses convolutional layers to apply filters to input data, extracting features at different spatial locations.

    • Pooling layers are used to reduce the spatial dimensions of the input data while retainin...

  • Answered by AI
  • Q3. How numpy works in the background?
  • Ans. 

    NumPy is a powerful library for numerical computing in Python, providing support for large, multi-dimensional arrays and matrices.

    • NumPy uses C and Fortran libraries in the background for numerical computations, making it faster than pure Python.

    • It provides a powerful N-dimensional array object and functions for performing various mathematical operations on arrays.

    • NumPy arrays are stored in contiguous blocks of memory, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics

Skills evaluated in this interview

Machine Learning Intern Interview Questions asked at other Companies

Q1. Different types of NER libraries and their performances
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Nov 2024

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

I applied via campus placement at Sri Venkateswara College of Engineering, Chennai and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude (prob, )

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic sql and exel
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Mad Street Den interview questions for popular designations

 Backend Developer

 (1)

 Data Analyst

 (1)

 Front end Engineer

 (1)

 Full Stack Developer

 (1)

 Graphic Designer

 (1)

 HR Intern

 (1)

 Junior Backend Developer

 (1)

 Machine Learning Intern

 (1)

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

2 ( 1 medium + 1 hard ) coding questions , 2 ( 1 medium + 1 easy ) sql questions, 10 MCQS( os, cn, dbms, aptitude ).

Round 2 - Technical 

(1 Question)

  • Q1. 1 easy coding and design problem on how would you design a web app like book my show.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Backend Developer Interview Questions & Answers

user image Kamalesh Kavin

posted on 8 Jun 2024

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

Basic aptitude. and some sql and coding

Round 2 - Coding Test 

Coding basic , some leetcode. some db ques

Round 3 - Coding Test 

Some coding, some db some leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - do good

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

Jobs at Mad Street Den

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. More focused on past experience
Round 2 - Assignment 

Drag and drop application in prefered language

Round 3 - Technical 

(2 Questions)

  • Q1. Technical discussion on past experience
  • Q2. DSA (leetcode easy)
Round 4 - Technical 

(1 Question)

  • Q1. VP discussion on scenario-based question to test dsa (recursion)
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Front end Engineer Interview Questions asked at other Companies

Q1. Pair SumYou are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements such that each sum of elements of each pair equals 'S'. Note: Each pair should be sorted i.e the first val... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Dec 2022. There were 5 interview rounds.

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 - Coding Test 

Basic coding and ML related MCQs

Round 3 - One-on-one 

(1 Question)

  • Q1. Machine Learning and Deep Learning based questions. In depth working of networks and project related questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. Sql and data related interview.
Round 5 - HR 

(1 Question)

  • Q1. Basic fitness assessment.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is closure
  • Ans. 

    Closure is a feature in programming languages that allows a function to access variables from its outer scope even after it has finished executing.

    • Closure is created when a nested function references variables from its parent function.

    • It allows for data encapsulation and privacy in JavaScript.

    • Closures are commonly used in event handlers, callbacks, and asynchronous programming.

    • They can be used to create private variabl...

  • Answered by AI
  • Q2. How JS handles hoisting
  • Ans. 

    JS hoisting is a mechanism where variable and function declarations are moved to the top of their scope during compilation.

    • Variable declarations are hoisted but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

    • Example: console.log(x); var x = 5; // Output: undefined

  • Answered by AI
  • Q3. What are the different CSS position properties
  • Ans. 

    CSS position properties determine how an element is positioned on a web page.

    • static: default position, elements flow in document order

    • relative: positioned relative to its normal position

    • absolute: positioned relative to its nearest positioned ancestor

    • fixed: positioned relative to the browser window

    • sticky: positioned based on scroll position

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the different component lifecycles in react
  • Ans. 

    React has several component lifecycles, including mounting, updating, and unmounting.

    • Mounting: when a component is being created and inserted into the DOM

    • Updating: when a component is being re-rendered due to changes in props or state

    • Unmounting: when a component is being removed from the DOM

  • Answered by AI
  • Q2. What is the use of ref in react
  • Ans. 

    Ref is used in React to access and manipulate the DOM directly.

    • Ref provides a way to access and modify DOM elements or React components.

    • It is commonly used for focusing input fields, triggering animations, or integrating with third-party libraries.

    • Ref can be created using the useRef() hook or by using the ref attribute in class components.

    • Example: const inputRef = useRef();

    • Example: const button

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Design the DB for slack
  • Ans. 

    Designing the database for Slack

    • Create tables for users, channels, messages, and teams

    • Use foreign keys to establish relationships between tables

    • Include columns for user details, channel details, message content, and timestamps

    • Consider indexing frequently queried columns for performance optimization

  • Answered by AI
  • Q2. How will you improve the db performanc
  • Ans. 

    To improve db performance, optimize queries, use indexing, cache data, and scale horizontally.

    • Optimize queries by using appropriate indexes and avoiding unnecessary joins

    • Cache frequently accessed data to reduce database load

    • Scale horizontally by distributing the database across multiple servers

    • Use database monitoring tools to identify and resolve performance bottlenecks

  • Answered by AI
Round 4 - Technical 

(3 Questions)

  • Q1. Explain the projects that you worked on
  • Q2. What is CDN and list its uses
  • Ans. 

    CDN stands for Content Delivery Network. It is a distributed network of servers that helps deliver web content efficiently.

    • CDN improves website performance by caching content closer to the user

    • It reduces latency and improves page load times

    • CDN helps handle high traffic loads and prevents server overload

    • It provides global coverage and ensures content availability worldwide

    • CDN can deliver various types of content like im...

  • Answered by AI
  • Q3. How will improve the api latency of a system
  • Ans. 

    To improve API latency, optimize database queries, use caching, implement load balancing, and optimize code.

    • Optimize database queries by using indexes, reducing unnecessary joins, and optimizing query execution plans.

    • Implement caching to store frequently accessed data in memory, reducing the need for repeated database queries.

    • Use load balancing to distribute incoming requests across multiple servers, preventing any sin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're looking for FE/Fullstack roles, be strong with the basics of JS and React

Skills evaluated in this interview

Top Mad Street Den Full Stack Developer Interview Questions and Answers

Q1. What are the different component lifecycles in react
View answer (1)

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

UI/UX Designer Interview Questions & Answers

user image Udhaya Kumar

posted on 14 Aug 2022

I applied via Naukri.com and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Tool wise rise the questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Pervious experience and design wise questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Build up your portfolio and knowledge is helping on any situation on interview time

UI/UX Designer Interview Questions asked at other Companies

Q1. Design an app home screen that will have all the insurance types, EV, Pet care, and Child care at one place.
View answer (3)

Mad Street Den Interview FAQs

How many rounds are there in Mad Street Den interview?
Mad Street Den interview process usually has 3 rounds. The most common rounds in the Mad Street Den interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Mad Street Den interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Mad Street Den. The most common topics and skills that interviewers at Mad Street Den expect are Python, Automation, Analytical, Artificial Intelligence and Management.
What are the top questions asked in Mad Street Den interview?

Some of the top questions asked at the Mad Street Den interview -

  1. What are the different component lifecycles in re...read more
  2. 4. Basic Difference between Trees and Graph and the way we can traverse t...read more
  3. What are the different CSS position propert...read more

Tell us how to improve this page.

Mad Street Den Interview Process

based on 10 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 760 Interviews
Myntra Interview Questions
4.0
 • 212 Interviews
Snapdeal Interview Questions
3.9
 • 75 Interviews
Shopclues Interview Questions
4.0
 • 9 Interviews
LimeRoad Interview Questions
2.6
 • 9 Interviews
GrapplTech Interview Questions
4.8
 • 9 Interviews
Voonik Interview Questions
2.1
 • 1 Interview
View all

Mad Street Den Reviews and Ratings

based on 45 reviews

3.7/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.8

Salary

2.6

Job security

3.7

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 45 Reviews and Ratings
Lead Full Stack Developer

Chennai

3-7 Yrs

Not Disclosed

Product Marketer

Chennai

2-3 Yrs

Not Disclosed

Explore more jobs
Graphic Designer
53 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
14 salaries
unlock blur

₹8 L/yr - ₹17.5 L/yr

Image Editor
7 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Data Analyst
6 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Mad Street Den with

Myntra

4.0
Compare

Flipkart

4.0
Compare

Paytm

3.3
Compare

Snapdeal

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview