FactSet interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

FactSet
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, Pointers, OOPS, Algorithms, Dynamic Programming, C#, .NET, Azure
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.

Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Tip 3 : Do at-least 2 good projects and you must know every bit of them.


 

Application process
Where: Other
Eligibility: Above 1 years of experience
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.

Tip 2 : Every skill must be mentioned.

Tip 3 : Focus on skills, projects and experiences more.


 

Interview rounds

01
Round
Medium
Video Call
Duration30 minutes
Interview date2 Feb 2022
Coding problem1

I shared my screen and typed the problems they gave to me on notepad related to DSA.

1. Implement Min Stack

Moderate
15m average time
85% success
0/80
Asked in companies
AmazonIntuitMorgan Stanley

Create a stack data structure that allows operations such as push (adding an element), pop (removing the top element), top (retrieving the top element), and also provides a way to retrieve the minimum element in constant time.


Implement the following public functions :

1. push(data) :
This function should take one argument of type integer. It pushes the element into the stack and returns nothing.

2. pop() :
It pops the element from the top of the stack and returns nothing.

3. top() :
It returns the element being kept at the top of the stack.

4.  getMin() :
It returns the smallest element present in the stack.
Operations Performed on the Stack:
Query-1(Denoted by an integer 1): Pushes integer data to the stack. (push function)

Query-2(Denoted by an integer 2): Pops the data kept at the top of the stack. (pop function)

Query-3(Denoted by an integer 3): Fetches and returns the data being kept at the top of the stack. (top function)

Query-4(Denoted by an integer 4): Returns the smallest element present in the stack. (getMin() function)
Try solving now
02
Round
Easy
Telephonic
Duration30
Interview date4 Mar 2022
Coding problem4

This round had questions mainly from .NET and ASP .NET Core.

1. .NET Question

What is a delegate in .NET?

2. .NET Question

What are the types of memories supported in the .NET framework?

3. ASP .NET Question

Explain the Middleware in ASP.NET Core

4. ASP .NET Question

What is Host in ASP.NET Core?

03
Round
Easy
HR Round
Duration30 minutes
Interview date8 Mar 2022
Coding problem1

This was a typical HR round with some standard Behavioral questions.

1. Basic HR Question

Tell me something about yourself.

Problem approach

Tip 1 : Prepare the points that you will speak in your introduction prior to the interview
Tip 2 : Tell about your current CGPA, achievements and authenticated certification
Tip 3 : I told about my role in current internship and what all I do

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2580 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 6 problems
Interviewed by FactSet
267 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57825 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes