Software Engineer-1 applicants have rated the interview process at FactSet with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 71.5% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Engineer-1 roles take an average of 22 days to get hired, when considering 3 user submitted interviews for this role. To compare, the hiring process at FactSet overall takes an average of 18 days.
Common stages of the interview process at FactSet as a Software Engineer-1 according to 3 Glassdoor interviews include:
One on one interview: 38%
Skills test: 25%
Background check: 13%
Group panel interview: 13%
Presentation: 13%
Here are the most commonly searched roles for interview reports -
I applied through college or university. The process took 1 day. I interviewed at FactSet (Bhubaneshwar) in Aug 2019
Interview
First Of all ,it's interview is purely based on data structure and algorithms which consists of one online coding test followed by 3 interviews .First two are based on how strong is your knowledge in algorithm and data structure and how would you implement it.Third round is HR and your technical knowledge interview
Interview questions [1]
Question 1
Program to find an array such that each number is replaced by the product of rest other elements without using modulo operator.Time complexity o(n)
I applied online. The process took 4 weeks. I interviewed at FactSet (Manila, Manila) in Jan 2025
Interview
1.) HackerRank Exam
- Easy leetcode style questions, as long as you know your sorting, you'll do fine
2.) HR Interview
- Usual Stuff
3.) First Technical Interview
- Was given 2 questions but I was only to pick one:
- One was about leetcode for moving zeroes to the most right of the array and retaining the location of the non zeroes
- One was about using this [10, 20, 30, 40, 50, 60, 70] array and you must compare 2 numbers in it that will equal to 70, your answer must be 4 times all of these will hit 70
4.) 2nd Technical Interview
- Was given a String like "abacdaAb", and you have to display the most frequently seen character (a) to the least (A),
Interview questions [1]
Question 1
- About yourself
- How I solve complex problems
- What if you asked the same question again to your team member
- What if the team member asked the same question again
- How do you handle team dynamics and how do you delegate your tasks
- Describe the time that you had to learn a new technology
- What are the pillars of OOP
- What's the difference between an array and a LinkedList
- What's a Binary Tree
- There was a question about which to use better, array or LinkedList
- What are getters and setters
I applied through an employee referral. The process took 3 weeks. I interviewed at FactSet in Nov 2021
Interview
Interview process is of 3 rounds. First two rounds are technical rounds and third round is technical + managerial round. We are expected to code on white board in the first two rounds.
Interview questions [1]
Question 1
Convert a CSV data file into a table and print the table.