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

Filter interviews by

FactSet Software Engineer III Interview Questions, Process, and Tips

Updated 14 Feb 2025

Top FactSet Software Engineer III Interview Questions and Answers

FactSet Software Engineer III Interview Experiences

3 interviews found

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

LinkedList, Stack questions were asked , Deteck loop , Balanced Parenthesis

Round 2 - One-on-one 

(2 Questions)

  • Q1. Singleton design pattern
  • Q2. Collections framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

HackerRank test on data structures and algorithms.

Round 2 - Technical 

(2 Questions)

  • Q1. What is Angular Dependency Injection?
  • Q2. What are the call, bind, and apply methods in JavaScript?
Round 3 - Technical 

(1 Question)

  • Q1. HLD for a commerce application?
Round 4 - HR 

(1 Question)

  • Q1. What are your expectations regarding the compensation package?

Software Engineer III Interview Questions Asked at Other Companies

Q1. Find the highest floor, from where if an egg is dropped will not ... read more
asked in Walmart
Q2. What would be the ideal data structure to represent people and fr ... read more
asked in Walmart
Q3. Custom implementation of stack where there are two additional met ... read more
asked in UST
Q4. =>What is garbage collection in c# =>What is dispose and fi ... read more
asked in Walmart
Q5. Given a tree and a node, print all ancestors of Node
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Oct 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Testing logic.
Good questions.

Round 3 - Technical 

(1 Question)

  • Q1. Average OOPS concepts
  • Ans. 

    OOPS concepts are fundamental principles in object-oriented programming.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability for objects to be treated as instances of their parent class or their own class

    • Abstraction: hiding the complex implementation details and showing only the

  • Answered by AI

Software Engineer III Jobs at FactSet

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HLD/LLD 

(1 Question)

  • Q1. Design parking management system

Interview Preparation Tips

Interview preparation tips for other job seekers - design Parking management system
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is HTML and CSS?
  • Ans. 

    HTML and CSS are markup languages used for creating and styling web pages.

    • HTML stands for HyperText Markup Language and is used for structuring content on web pages.

    • CSS stands for Cascading Style Sheets and is used for styling the appearance of web pages.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS allows for customization of colors, fonts, layout, and other visual aspects of a web...

  • Answered by AI
  • Q2. Operating Systems, DBMS, Python

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Wht is tuple and how it is dif from list
  • Ans. 

    A tuple is an immutable collection of elements, while a list is a mutable collection in Python.

    • Tuples are created using parentheses (), while lists are created using square brackets []

    • Tuples are immutable, meaning their elements cannot be changed once defined

    • Lists are mutable, allowing for elements to be added, removed, or modified

    • Tuples are typically used for fixed collections of items, while lists are used for dynami

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you define clean code?
  • Ans. 

    Clean code is well-organized, easy to read, and maintainable code that follows best practices.

    • Clean code is easy to read and understand by other developers.

    • It follows consistent naming conventions for variables, functions, and classes.

    • Clean code is well-organized with proper indentation and spacing.

    • It avoids unnecessary complexity and duplication.

    • Clean code is modular and follows the single responsibility principle.

    • Exa...

  • Answered by AI
  • Q2. How to better test your code?
  • Ans. 

    To better test your code, use a combination of unit tests, integration tests, regression tests, and automated testing.

    • Write unit tests to test individual components or functions in isolation.

    • Perform integration tests to test how different components work together.

    • Implement regression tests to ensure that new code changes do not break existing functionality.

    • Utilize automated testing tools to run tests quickly and effici...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 features and benefits
  • Ans. 

    Java 8 introduced new features like lambda expressions, streams, and default methods, improving code readability and performance.

    • Lambda expressions allow for more concise code and easier parallel programming.

    • Streams provide a way to work with collections in a functional style, enabling easier processing of large data sets.

    • Default methods allow interfaces to have method implementations, reducing the need for abstract cl...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Aptitude questions, some reasoning and puzzle questions with fundamental computer language questions.

Round 3 - Technical 

(3 Questions)

  • Q1. Oops question Language fundamental questions Puzzle Coding questions.
  • Q2. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q3. What is abstraction?
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.

    • Abstraction allows developers to focus on the essential features of an object or system without getting bogged down in unnecessary details.

    • It helps in reducing complexity and improving efficiency by providing a simplified view of the system.

    • For example, in object-oriented programming, abstract clas...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Project discussion Puzzle
Round 5 - HR 

(1 Question)

  • Q1. What is your salary expectation? What is your long term goal?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is policy manager
  • Ans. 

    Policy manager is a software tool used to centrally manage and enforce policies across an organization's systems and applications.

    • Policy manager helps define, monitor, and enforce policies related to security, compliance, access control, and other governance aspects.

    • It allows administrators to set rules and regulations that govern how data and resources are accessed and used within an organization.

    • Policy manager can au...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on actimize IFM.

Skills evaluated in this interview

FactSet Interview FAQs

How many rounds are there in FactSet Software Engineer III interview?
FactSet interview process usually has 3 rounds. The most common rounds in the FactSet interview process are Technical, Coding Test and One-on-one Round.
How to prepare for FactSet Software Engineer III 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 Python, Computer science, Linux, SQL and C++.
What are the top questions asked in FactSet Software Engineer III interview?

Some of the top questions asked at the FactSet Software Engineer III interview -

  1. What are the call, bind, and apply methods in JavaScri...read more
  2. What is Angular Dependency Injecti...read more
  3. HLD for a commerce applicati...read more

Tell us how to improve this page.

FactSet Software Engineer III Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 564 Interviews
Wells Fargo Interview Questions
3.8
 • 563 Interviews
HSBC Group Interview Questions
4.0
 • 484 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
BNY Interview Questions
3.9
 • 340 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
S&P Global Interview Questions
4.1
 • 275 Interviews
View all
FactSet Software Engineer III Salary
based on 245 salaries
₹9 L/yr - ₹26.9 L/yr
32% less than the average Software Engineer III Salary in India
View more details

FactSet Software Engineer III Reviews and Ratings

based on 32 reviews

4.0/5

Rating in categories

3.5

Skill development

4.4

Work-life balance

3.6

Salary

4.0

Job security

4.3

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 32 Reviews and Ratings
Software Engineer III (Python, Perl, C++)

Hyderabad / Secunderabad

3-5 Yrs

₹ 9-25 LPA

Software Engineer III

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Explore more jobs
Research Analyst
2.8k salaries
unlock blur

₹1.8 L/yr - ₹5.2 L/yr

Senior Research Analyst
756 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Equity Research Analyst
348 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Software Engineer
248 salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Software Engineer III
245 salaries
unlock blur

₹9 L/yr - ₹26.9 L/yr

Explore more salaries
Compare FactSet with

Thomson Reuters

4.1
Compare

Bloomberg

3.4
Compare

Morningstar

3.9
Compare

S&P Global

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview