Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by FactSet Team. If you also belong to the team, you can get access from here

FactSet Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 1.3k Reviews

Filter interviews by

FactSet Software Developer Interview Questions and Answers

Updated 7 Jan 2025

FactSet Software Developer Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to switch
  • Ans. 

    I want to switch to explore new technologies and challenges in a different industry.

    • Interested in learning new skills and technologies

    • Seeking new challenges and opportunities for growth

    • Want to explore different industry perspectives

  • Answered by AI
  • Q2. Salry expectations
Round 2 - Technical 

(2 Questions)

  • Q1. Question on oop concepts
  • Q2. Coding questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given problem and asked me to solve
  • Q2. Sum of array of elements without using any llop
  • Ans. 

    Use reduce method to calculate sum of array elements without loop

    • Use Array.reduce() method to sum up the array elements

    • Convert array elements to numbers before summing them up

    • Example: const arr = ['1', '2', '3']; const sum = arr.reduce((acc, curr) => acc + Number(curr), 0);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly Asking questions on DSA and problem solving

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain oop concepts

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1st Question was if we could obtain a string by swapping position from a given string 2nd Question was basic 0/1 knapsack problem 3rd Question was to write a sql query 4th Question was related to Java ex...

FactSet interview questions for designations

 Software Engineer

 (9)

 Software Engineer2

 (3)

 Java Developer

 (1)

 Senior Software Engineer

 (3)

 Software Engineer III

 (2)

 Software Engineer II

 (1)

 Software Engineer Level 1

 (2)

 Network Engineer

 (1)

Software Developer interview

user image Drunken Engineer

posted on 2 Feb 2022

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Question Related to the DP and the Graph

Round 2 - Technical 

(2 Questions)

  • Q1. Kth Max Element in a Array
  • Ans. 

    Find the Kth maximum element in an array of strings.

    • Sort the array in descending order.

    • Return the element at index K-1.

  • Answered by AI
  • Q2. Coin Change and optimization through DP
  • Ans. 

    Coin change problem can be solved using dynamic programming to find the minimum number of coins needed to make a certain amount of change.

    • Use dynamic programming to build up solutions for smaller subproblems

    • Start by initializing an array to store the minimum number of coins needed for each amount from 0 to the target amount

    • Iterate through each coin denomination and update the array with the minimum number of coins need

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Project include in your Resume
  • Q2. HR common question

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

DP graphs strings it was good

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linkded list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the list, updating pointers to reverse the direction

    • Return the new head of the reversed list

  • Answered by AI
  • Q2. Print fibonacci series
  • Ans. 

    The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with two variables initialized to 0 and 1

    • Loop through desired number of iterations, adding the previous two numbers to get the next number

    • Print or store each number in the series

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked about data structures

Round 2 - Coding Test 

Asked about java programmes

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software developer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. Are you ready to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I have experience moving for previous jobs and am comfortable with the process.

    • I am excited about the possibility of exploring a new city or country and experiencing a different culture.

  • Answered by AI

FactSet Interview FAQs

How many rounds are there in FactSet Software Developer interview?
FactSet interview process usually has 1-2 rounds. The most common rounds in the FactSet interview process are Technical and HR.
How to prepare for FactSet Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at FactSet. The most common topics and skills that interviewers at FactSet expect are Analytics, Automation, HTTP, Investment Management and Linux.
What are the top questions asked in FactSet Software Developer interview?

Some of the top questions asked at the FactSet Software Developer interview -

  1. Sum of array of elements without using any l...read more
  2. Explain oop conce...read more
  3. 1st Question was if we could obtain a string by swapping position from a given ...read more

Tell us how to improve this page.

FactSet Software Developer Interview Process

based on 3 interviews in last 1 year

Interview experience

4
  
Good

People are getting interviews through

based on 1 FactSet interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
FactSet Software Developer Salary
based on 40 salaries
₹7.4 L/yr - ₹22 L/yr
83% more than the average Software Developer Salary in India
View more details

FactSet Software Developer Reviews and Ratings

based on 10 reviews

4.3/5

Rating in categories

3.6

Skill development

4.6

Work-Life balance

3.4

Salary & Benefits

4.0

Job Security

4.0

Company culture

3.5

Promotions/Appraisal

3.9

Work Satisfaction

Explore 10 Reviews and Ratings
Cybersecurity Software Developer

Hyderabad / Secunderabad

3-4 Yrs

₹ 9.3-18 LPA

Explore more jobs
Research Analyst
2.8k salaries
unlock blur

₹1.8 L/yr - ₹5.2 L/yr

Senior Research Analyst
745 salaries
unlock blur

₹2.8 L/yr - ₹8.5 L/yr

Equity Research Analyst
327 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Software Engineer
264 salaries
unlock blur

₹6 L/yr - ₹26 L/yr

Senior Software Engineer
241 salaries
unlock blur

₹12.8 L/yr - ₹36.1 L/yr

Explore more salaries
Compare FactSet with

Thomson Reuters

4.1
Compare

Bloomberg

3.4
Compare

Morningstar

4.0
Compare

S&P Global

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview