Upload Button Icon Add office photos

MSCI

Compare button icon Compare button icon Compare

Filter interviews by

MSCI Interview Questions, Process, and Tips for Freshers

Updated 8 Mar 2025

Top MSCI Interview Questions and Answers for Freshers

View all 7 questions

MSCI Interview Experiences for Freshers

Popular Designations

10 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Coding Test 

DSA questions - 2, SQL - 1

Round 2 - Assignment 

DSA questions - 2, SQL - 1

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA questions of medium level and SQL

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 coding questions and 1 sql query question

Round 2 - One-on-one 

(2 Questions)

  • Q1. LRU cache memory implementation using linked list
  • Ans. 

    LRU cache memory can be implemented using a linked list to store and manage recently used items efficiently.

    • Use a doubly linked list to keep track of the order of items based on their usage.

    • When an item is accessed, move it to the front of the list to indicate it is the most recently used.

    • If the cache is full, remove the least recently used item from the end of the list.

    • Maintain a hashmap for quick access to items in t

  • Answered by AI
  • Q2. Sliding window coding question
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on projects

Skills evaluated in this interview

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

HackerRank Test on 2 coding and 1 SQL question.

Round 2 - One-on-one 

(2 Questions)

  • Q1. OOPS, Data Structures and algorithm coding questions.
  • Q2. SQL query question

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

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

I applied via Campus Placement and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Two data structure and algorithms questions, and one SQL query question.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Linked list cycle detection, Uses of stack and heap
  • Ans. 

    Linked list cycle detection involves using two pointers to traverse the list at different speeds. Stack and heap are memory management concepts in programming.

    • Use two pointers, one moving at double the speed of the other, to detect a cycle in a linked list.

    • Stack is used for static memory allocation, while heap is used for dynamic memory allocation.

    • Example: In C programming, stack memory is used for local variables, whi...

  • Answered by AI
  • Q2. Project related questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Project related questions
  • Q2. Coin distribution, merge K sorted lists
Round 4 - HR 

(2 Questions)

  • Q1. Expectations from the company
  • Ans. 

    I expect the company to provide a supportive work environment, opportunities for growth, and clear communication.

    • Supportive work environment where employees feel valued and respected

    • Opportunities for professional growth and development

    • Clear communication regarding expectations, feedback, and company updates

  • Answered by AI
  • Q2. Personal experience that showed strength and weakness
  • Ans. 

    Facing a difficult project at work

    • Strength: Successfully leading a team to complete a challenging project on time

    • Weakness: Struggling to communicate effectively with team members during stressful times

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything on your resume very well.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

MSCI interview questions for popular designations

 Senior Associate

 (7)

 Data Operator

 (5)

 Real Estate Analyst

 (3)

 Analyst

 (3)

 Associate

 (3)

 Data Analyst

 (2)

 Software Engineer Intern

 (2)

 Software Developer Intern

 (2)

Data Analyst Interview Questions & Answers

user image Rohit Surve

posted on 9 Mar 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Index ?
  • Ans. 

    An index is a data structure that improves the speed of data retrieval operations on a database table.

    • Indexes are used to quickly locate data without having to search every row in a database table.

    • They are created on one or more columns of a table to speed up query processing.

    • Examples of indexes include primary keys, unique keys, and non-unique indexes.

  • Answered by AI
  • Q2. What is RE Index ?
  • Ans. 

    RE Index is a measure used in statistics to compare the relative importance of different variables in a regression model.

    • RE Index stands for Relative Importance Index.

    • It is used to determine the contribution of each independent variable to the overall variance explained by the regression model.

    • A higher RE Index value indicates a greater importance of the variable in predicting the dependent variable.

    • RE Index values ran...

  • Answered by AI
  • Q3. What is PE Ratio ?
  • Ans. 

    PE Ratio is a financial metric used to evaluate a company's stock price relative to its earnings.

    • PE Ratio is calculated by dividing the current stock price by the earnings per share (EPS).

    • It is used by investors to determine if a stock is overvalued or undervalued.

    • A high PE Ratio may indicate that a stock is overvalued, while a low PE Ratio may suggest it is undervalued.

    • For example, if a company's stock is trading at $...

  • Answered by AI

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Test has three questions

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Why would we hire you?
  • Ans. 

    I have a strong technical background, a passion for software development, and a proven track record of delivering high-quality projects.

    • Strong technical skills in programming languages such as Java, Python, and C++

    • Experience with software development projects, including creating web applications and mobile apps

    • Proven ability to work well in a team and communicate effectively with stakeholders

    • Passion for learning and st...

  • Answered by AI

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Jobs at MSCI

View all

Interview Questions & Answers

user image Mohammed Rashik 22MBA073

posted on 24 Apr 2024

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

I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Easy test as other aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Excel, finance, accounting,data analysis

Interview Questions & Answers

user image Anonymous

posted on 13 Mar 2022

I was interviewed in Oct 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

1 Coding Question and 15 MCQ !! 5-7 MCQ were Tough.
The coding question was also tough In which I could only pass my 4 test cases out of 8

  • Q1. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

It was Tough first I was told to give an intro. Then we discussed my internship a little bit then moved toward my project where they ask me my project in depth probably for 15 min. Then they give me a DS question which was the Sliding Window Problem question.

  • Q1. 

    Sliding Window Maximum Problem Statement

    You are given an array/list of integers with length 'N'. A sliding window of size 'K' moves from the start to the end of the array. For each of the 'N'-'K'+1 possi...

Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It was very easy. Actually, it can be said as General Round to know Each Other HR and Me.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Technical Analyst-Intern in PuneEligibility criteriaNo CriteriaMSCI interview preparation:Topics to prepare for the interview - Data Structure, DBMS, OOPS in Java, My Project In-Depth, Algorithms, Communication Skills. ApptitudeTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 500 Questions + Coding Question 
Tip 2 : Should know Your Project thoroughly. 
Tip 3 : Prepare OOPS In-Depth Prefer it in Java
Tip 4 : DBMS:- Practice at least 100+ Query (Subquery and Joins Mainly) and try to go through each Concept in DB.
Tip 5 : Try to have a little bit of knowledge of OS and CN. (1 day is Sufficient) or refer to Coding Ninjas Interview Preparation of OS and CN which are Free that would be More than Enough.
Tip 6 : Must have Confidence and attitude while answering.

Application resume tips for other job seekers

Tip 1 : Mention 2 Project Minimum
Tip 2 : Should Have Good Communication Skills
Tip 3 : If possible try to have 1 Internship. if Not then also ok

Final outcome of the interviewSelected

Skills evaluated in this interview

Associate Interview Questions & Answers

user image Anonymous

posted on 25 Feb 2022

I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Check 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Topics to prepare for MSCI Associate interview:
  • Object Oriented Programming
  • distrubuted systems
  • Ruby
  • Python
Interview preparation tips for other job seekers - Object oriented
Ruby
Monkey patching
SQL query
DSA question
Distributed system

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Interview Preparation Tips

Round: Test
Experience: The paper was lengthy and difficulty level at par with CAT. They shortlisted 50 people after test.
Tips: Be quick - don't spend too much time on a single question and I think they had sectional cutoff too. Full CAT preparation is sufficient for test.
Duration: 1-2 hrs minute

Round: HR Interview
Experience: This interview was totally based upon resume. He started with usual HR question "Tell me about yourself" and then he asked me to tell about my projects and internships. Some of my projects were based upon data analytic so I was able to relate with job description. And finally he asked which all coding languages I know and if I have used them in any projects or internship
Tips: Be thorough with your resume and show them you are interested in finance sector and will to learn new things

Round: Technical Interview
Experience: This interview consisted of puzzle, algorithms and a small case interview.
Q. How would you sort an array of 100 numbers?
Q. Explain merge sort algorithm?
Q. How would you find top 10 elements of an unsorted array? My algorithm was not time efficient so he asked me is there any other method I know which can reduce time complexity. I told him it can be done of Heap and stacks but I don't remember.
Q. Explain heap and stack?
Q. 2 eggs and 100 storey building puzzle?
Q. How would your answer change if you had infinite number of eggs?
Q. If you were to bring some improvement in your campus what would you do? followed by some cross questions and discussion about pros and cons of my suggestions.
Tips: Be calm and relaxed. If you don't know something try to convince them you have done that before but don't remember it know.

Round: Stress Interview
Experience: I was asked to tell about my core engineering projects and internships followed by grilling cross question. Then he asked when you have done so many projects and internship in core then why do you want to join MSCI. The better you answer first question the more convincing answer (especially if you have CG above 8.5) you have to give for 2nd question. I gave him few reasons and then told him that I follow news about current happenings in finance sector. Then he asked me about European crises and had a discussion with him for 5 minutes.
Tips: Don't panic. If you have done CFA, FRM or NCFM then it would be an added advantage but they are not required. Start visiting Economic times, Bloomberg or similar website 6-8 months before placement. It would be helpful for all finance companies.

General Tips: Start your resume preparation early.
If you wrote test of any company and have even a minute chance of getting shortlisted for interview then start preparation for that company early (companies usually put their shortlist 1-2 days before interview).
Have 3-4 mock interviews.
Skill Tips: Start your preparation for aptitude early and if possible join any cat coaching test series. If you are interested in Finance sector be thorough with probability.
Skills: Data Interpretation, Logical Reasoning, Verbal Ability, Quantitative Aptitude
College Name: IIT Madras

Application Development Analyst Interview Questions asked at other Companies

Q1. Automerge Jobs In Informatica MDM? Running Synchronization Batch Jobs After Changes To Trust Settings In Informatica MDM? Defining Trust Settings For Base Objects In Informatica MDM? How Informatica MDM Hub Handles The Data Population Proce... read more
View answer (1)

MSCI Interview FAQs

How many rounds are there in MSCI interview for freshers?
MSCI interview process for freshers usually has 2 rounds. The most common rounds in the MSCI interview process for freshers are One-on-one Round, Coding Test and Aptitude Test.
How to prepare for MSCI interview for freshers?
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 MSCI. The most common topics and skills that interviewers at MSCI expect are CVS, Finance, Financial Services, Recruitment and Service Delivery.
What are the top questions asked in MSCI interview for freshers?

Some of the top questions asked at the MSCI interview for freshers -

  1. Linked list cycle detection, Uses of stack and h...read more
  2. LRU cache memory implementation using linked l...read more
  3. What is Inde...read more
How long is the MSCI interview process?

The duration of MSCI interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

MSCI Interview Process for Freshers

based on 6 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

S&P Global Interview Questions
4.1
 • 275 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
FactSet Interview Questions
3.9
 • 205 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
Bloomberg Interview Questions
3.4
 • 24 Interviews
Moody's Interview Questions
4.1
 • 22 Interviews
NASDAQ Interview Questions
3.8
 • 18 Interviews
CME Group Interview Questions
4.3
 • 16 Interviews
View all

MSCI Reviews and Ratings

based on 275 reviews

3.9/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

4.0

Salary

3.4

Job security

3.9

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 275 Reviews and Ratings
Index Data Operations Analyst

Mumbai

0-2 Yrs

Not Disclosed

Climate Data Analyst (AI driven)

Mumbai

3-8 Yrs

Not Disclosed

Analyst SRE Software Engineer

Mumbai

1-6 Yrs

Not Disclosed

Explore more jobs
Senior Associate
482 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
467 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
224 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Vice President
204 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MSCI with

S&P Global

4.1
Compare

Moody's

4.0
Compare

Thomson Reuters

4.1
Compare

Bloomberg

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