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.4k Reviews

Filter interviews by

FactSet Software Engineer2 Interview Questions and Answers

Updated 15 Apr 2024

FactSet Software Engineer2 Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Hackerrank Test with 2 coding questions with 1 hour time period

Round 2 - Technical 

(1 Question)

  • Q1. Questions on Angular basics to intermediate concepts which lasted about 1 hour
Round 3 - Technical 

(1 Question)

  • Q1. Questions on JavaScript concepts from basic to medium like Closures, Temporal Dead Zone, Call, Bind methods etc... for 1 hour
Round 4 - Behavioral 

(1 Question)

  • Q1. About personal match with the company along with some questions on full stack development and a kind of System Design for 45minutes
Round 5 - Team Matching 

(1 Question)

  • Q1. Matching round with one of the Engineer from the Team that I'm going to join, some general development conceptual questions were asked along with System design concepts by asking end to end development of ...

Interview Preparation Tips

Topics to prepare for FactSet Software Engineer2 interview:
  • Javascript Frameworks
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. List and tuple difference
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List is defined using square brackets [], tuple using parentheses ().

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion and hybrid model discussion

Skills evaluated in this interview

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
Q2. How to process large amount of data? Which tool would you prefer?
Q3. Given an integer array , and a target k , we need to find the pai ... read more
Q4. How to find if an array has duplicates, in linear time?
Q5. How will a live migration occur in a production database where 10 ... read more

Software Engineer2 Interview Questions & Answers

user image Grandhi Phanindra

posted on 21 May 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Online one and one session for me it as 3 Rounds

1) one and one approx 1 Hour, this round is Technical, we need to share the screen and we need to say our overall experience and products involved and roles and responsibilities, They will ask the practical questions how we need to solve questions ( like I am from .Net technology) so they asked for .Net related technical questions, After that answer also will ask for any other possible ways we can write the code in different formats, This process will go until an Hour.

2) Same as Technical as Point 1 and this round will taken by manager and this is also 1 Hour, No changes as per about point.

3) This round also Technical, But this will took by the Senior manager, But it is just 20 minutes, The senior manager will just touch’s the technical part and they will check the your behaviour , English skills and they will ask the CEO of the company 😜.

4) HR round.

Round 2 - Coding Test 

Check the above round 1

Round 3 - Coding Test 

Check the above round 1

Round 4 - HR 

(1 Question)

  • Q1. Salary discussions

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oracle collections and procedures
  • Q2. Ref cursors object types tuning
Round 2 - Behavioral 

(1 Question)

  • Q1. Work details, every routine, business details
Round 3 - HR 

(2 Questions)

  • Q1. About yourself, family details
  • Q2. What would you do if you get an offer from another organization during notice period?

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice collections and be confident. Keep the concepts clear. Easy 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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

It continues for 15 mins

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

They asked general aptitude questions ones you can easily practice from indiabix

Round 2 - Coding Test 

Be prepared with medium level DSA questions. They touched upon topics like trees, DP, hashing etc.

Round 3 - Technical 

(1 Question)

  • Q1. They had a total of two technical rounds where one was with the manager you will be working under. The touched upon some puzzles and reasoning questions. The questions will mostly be around you resume so m...
Round 4 - HR 

(1 Question)

  • Q1. General HR questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at MET Institute of Computer Science, Mumbai and was interviewed in Apr 2023. There were 4 interview rounds.

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 

Logical,quants,coding

Round 3 - Technical 

(3 Questions)

  • Q1. Java,sql,testing,sdlc
  • Q2. What is method overriding?
  • Ans. 

    Method overriding is a feature in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its parent class.

    • In method overriding, the method in the subclass has the same name, return type, and parameters as the method in the parent class.

    • The purpose of method overriding is to provide a specific implementation of a method in the subclass that is different fr...

  • Answered by AI
  • Q3. What is exception handling in java?
  • Ans. 

    Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Exceptions are objects that represent errors or unexpected events during program execution.

    • Java provides try, catch, and finally blocks to handle exceptions.

    • try block contains the code that may throw an exception, catch block handles the exception, and finally block is executed regardless of an exception.

    • Example: try { // cod...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Normal questions
  • Q2. Why you want to join our company?

Interview Preparation Tips

Topics to prepare for BNP Paribas Software Developer interview:
  • Java

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic core Java question
  • Q2. Sql query based question
Round 3 - Technical 

(1 Question)

  • Q1. Normal coding question and work experience based question

FactSet Interview FAQs

How many rounds are there in FactSet Software Engineer2 interview?
FactSet interview process usually has 4 rounds. The most common rounds in the FactSet interview process are Coding Test, Technical and HR.
What are the top questions asked in FactSet Software Engineer2 interview?

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

  1. List and tuple differe...read more
  2. Matching round with one of the Engineer from the Team that I'm going to join, s...read more
  3. Questions on Angular basics to intermediate concepts which lasted about 1 h...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 560 Interviews
Citicorp Interview Questions
3.7
 • 560 Interviews
HSBC Group Interview Questions
4.0
 • 489 Interviews
American Express Interview Questions
4.2
 • 359 Interviews
UBS Interview Questions
4.0
 • 337 Interviews
BNY Interview Questions
3.9
 • 333 Interviews
Morgan Stanley Interview Questions
3.7
 • 304 Interviews
S&P Global Interview Questions
4.2
 • 268 Interviews
Morningstar Interview Questions
3.9
 • 242 Interviews
View all
FactSet Software Engineer2 Salary
based on 151 salaries
₹7.2 L/yr - ₹17 L/yr
26% less than the average Software Engineer2 Salary in India
View more details

FactSet Software Engineer2 Reviews and Ratings

based on 20 reviews

4.1/5

Rating in categories

3.3

Skill development

4.5

Work-life balance

3.6

Salary

4.1

Job security

4.0

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 20 Reviews and Ratings
Research Analyst
2.8k salaries
unlock blur

₹1.8 L/yr - ₹5.2 L/yr

Senior Research Analyst
747 salaries
unlock blur

₹2.8 L/yr - ₹8.5 L/yr

Equity Research Analyst
329 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Software Engineer
261 salaries
unlock blur

₹6.7 L/yr - ₹26 L/yr

Senior Software Engineer
242 salaries
unlock blur

₹12.6 L/yr - ₹36.1 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.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview