Madewell Interview Questions

Madewell Interview Guides

Click or hover over a slice to explore questions for that topic.
Machine Learning
(10)
Behavioral
(6)
Product Sense & Metrics
(5)
A/B Testing
(4)
Statistics
(3)

Madewell Interview Questions

Practice for the Madewell interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Medium
  1. Given an example paragraph string and an integer N, write a function n_frequent_words that returns the top N frequent words in the posting and the frequencies for each word.

  2. What’s the function run-time?

Example:

Input:

posting = """
Herbal sauna uses the healing properties of herbs in combination with distilled water.   
The water evaporates and distributes the effect of the herbs throughout the room.   
A visit to the herbal sauna can cause real miracles, especially for colds. 
"""  
n = 3

Output:

n_frequent_words(posting,N) = [
    ('the', 6), 
    ('herbal', 2), 
    ('sauna', 2),
]
SQL
Easy
Statistics
Easy
Loading pricing options

View all Madewell questions

Challenge

Check your skills...
How prepared are you for working at Madewell?

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.

Discussion & Interview Experiences

There are no comments yet. Start the conversation by leaving a comment.

Jump to Discussion