Angi Interview Questions

Angi Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(86)
SQL
(69)
Machine Learning
(61)
Probability
(33)
Product Sense & Metrics
(29)

Angi Interview Questions

Practice for the Angi 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
SQL
Easy
Loading pricing options

View all Angi questions

Challenge

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

Angi Salaries by Position

$122K
$184K
Software Engineer
Median: $155K
Mean (Average): $151K
Data points: 10
Data Scientist*
$125K
Data Scientist
Median: $125K
Mean (Average): $125K
Data points: 1

Most data science positions fall under different position titles depending on the actual role.

From the graph we can see that on average the Software Engineer role pays the most with a $151,000 base salary while the Data Scientist role on average pays the least with a $125,000 base salary.

Discussion & Interview Experiences

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