Practice for the Nielsen interview with these recently asked interview questions.
| Question | Topic | Difficulty |
|---|---|---|
Data Structures & Algorithms | Medium | |
You are asked to implement a simple regex parser which supports two operations: Write a function Example 1: Input:
Output:
Explanation: ‘a’ does not match the entire string ‘aa’. Example 2: Input:
Output:
Explanation: ‘*’ means zero or more of the preceding element, ‘a’. Therefore, by repeating ‘a’ once, it becomes ‘aa’. Note: There is no need to consider the delimiting of characters ‘.’ and ‘*’ | ||
Behavioral | Medium | |
Data Modeling | Medium | |
SQL | Easy | |
Machine Learning | Medium | |
Statistics | Medium | |
SQL | Hard | |
Machine Learning | Medium | |
Python | Easy | |
Deep Learning | Hard | |
SQL | Medium | |
Statistics | Easy | |
Machine Learning | Hard |
Check your skills...
How prepared are you for working at Nielsen?
Most data science positions fall under different position titles depending on the actual role.
From the graph we can see that on average the Product Manager role pays the most with a $147,500 base salary while the Data Analyst role on average pays the least with a $72,788 base salary.
Discussion & Interview Experiences