Problem database last updated: June 20, 2025

NNielsen logo

Nielsen Coding Interview Questions

6 problems · 1 Easy, 4 Medium, 1 Hard · Ranked #210 of 458

Difficulty breakdown

1 Easy

17% · avg 23%

4 Medium

67% · avg 59%

1 Hard

17% · avg 18%

Top topics

array
66.7%
string
50%1.8x
dynamic-programming
50%2.5x
sorting
33.3%2.3x
two-pointers
16.7%
hash-table
16.7%

Interview profile

Based on 6 reported problems, Nielsen interviews are in line with industry averages - 17% Hard vs 18% overall. The majority (67%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.

Compared to the industry average, Nielsen puts unusual emphasis on dynamic-programming (50% of problems, 2.5x the industry average), sorting (33.3% of problems, 2.3x the industry average), string (50% of problems, 1.8x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are array (66.7%), string (50%), dynamic-programming (50%), sorting (33.3%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 6 problems

Longest Palindromic Substring

Solve

Given a string s, return the longest palindromic substring in s.

MediumVery Likely
two-pointersstringdynamic-programming

Group Anagrams

Solve

Given an array of strings strs, group the anagrams together. You can return the answer in any order.

MediumVery Likely
arrayhash-tablestring

Two Sum

Solve

Given an array of integers nums and an integer target, return the indices of the two numbers that add up to target.

EasyVery Likely
arrayhash-map

Merge Intervals

Solve

Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cove...

MediumVery Likely
arraysorting

Edit Distance

Solve

Given two strings word1 and word2, return the minimum number of operations required to convert word1 to word2.

MediumVery Likely
stringdynamic-programming

Best Time to Buy and Sell Stock IV

Solve

You are given an integer array prices where prices[i] is the price of a given stock on the ith day, and an integer k.

HardVery Likely
arraydynamic-programming

How often are these problems asked?

Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Nielsen interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your Nielsen coding interview

Nielsen interviews focus heavily on array, string, dynamic-programming problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.

Beyond solving problems, practice explaining your approach. Nielsen interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.

Looking for more companies? Browse all 458 companies in our directory, or sharpen your fundamentals with our free data structure visualizers and AI-powered DSA tutor.

Frequently Asked Questions

What coding problems does Nielsen ask in interviews?add

Nielsen has been reported to ask 6 distinct coding problems. The most common topics are array, string, dynamic-programming. 1 are Easy difficulty, 4 are Medium, and 1 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are Nielsen coding interviews?add

Based on 6 reported problems, Nielsen interviews are in line with industry averages - 17% Hard vs 18% overall. 67% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.

How should I prepare for a Nielsen coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: array, string, dynamic-programming. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.

Other companies to explore

Ready to ace your Nielsen interview?

Simulate a real Nielsen coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.

Simulate a Nielsen interview with AIarrow_forward