FactSet Interview Questions
We track 3 interview questions reported from FactSet: 3 in Coding & Leetcode-style Questions. They average 2.7/5 difficulty — medium for a working engineer — and every one was reported by someone who sat the loop, not written by us. The topics that come up most: array, simulation, dynamic-programming, matrix.
Practice these on the problems board →Question mix
- Coding & Leetcode-style Questions3
Difficulty
- 2/5 — easy1
- 3/5 — medium2
Asked for SWE (3)
Topics FactSet asks about
Reported FactSet questions
Largest Square of 1's
3/5In this coding challenge reported during FactSet interviews, you are tasked with examining a grid containing binary values to locate and measure the largest contiguous submatrix made entirely of specific target elements. This problem tests your spatial reasoning and dynamic programming abilities on two-dimensional arrays. To view the complete problem instructions and the optimal source code implementation, a subscription is required.
Coding & Leetcode-style Questionsdynamic-programmingmatrixdpPhoto Album
3/5Master this engaging interview problem from FactSet, which revolves around simulating element insertions into a collection while managing dynamic shifts in position. You will need to reconstruct the final arrangement of items after sequentially placing each element according to its designated index. This exercise tests your proficiency with list manipulation and positional tracking. Reviewing the complete problem statement and efficient solution demands a subscription.
Coding & Leetcode-style Questionsarraysimulationdata-structureLast Stone Weight
2/5This engaging simulation problem, reported from FactSet interviews, requires modeling a repetitive reduction process using a collection of weighted items. Candidates must repeatedly extract the heaviest elements, simulate their collision outcomes, and update the working pool until few or none remain. The challenge evaluates your ability to implement priority queues and manage dynamic collections efficiently under iterative rules. Access to the full problem breakdown, optimal data structure choices, and the complete model solution requires a subscription.
Coding & Leetcode-style Questionsheappriority-queuegreedy
Companies that ask similar questions
FactSet interview FAQ
- How many FactSet interview questions are available?
- 3 reported FactSet questions, the largest group being Coding & Leetcode-style Questions (3).
- How hard is the FactSet interview?
- Across the questions we track, FactSet averages 2.7 out of 5: 1 at 2/5, 2 at 3/5.
- What topics does FactSet ask about?
- Most often array, simulation, dynamic-programming, matrix, dp.