Upload Button Icon Add office photos

MSCI

Compare button icon Compare button icon Compare

Filter interviews by

MSCI Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top MSCI Interview Questions and Answers

View all 41 questions

MSCI Interview Experiences

Popular Designations

49 interviews found

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
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Simple java questions, one coding question and one design question

Round 2 - Technical 

(5 Questions)

  • Q1. What is visitor pattern?
  • Ans. 

    Visitor pattern is a design pattern where a visitor class is used to perform operations on elements of a data structure.

    • Visitor pattern allows adding new operations to existing classes without modifying them

    • It separates the algorithm from the object structure on which it operates

    • Commonly used in compilers, interpreters, and other complex systems

  • Answered by AI
  • Q2. You have a 2d array {{1,2},{1,3},{5,6}}. Calculate the sum of elements of 1st position in every array with Java 8.
  • Ans. 

    Calculate sum of elements at 1st position in each array using Java 8.

    • Use Java 8 stream to map each array to its 1st element and then sum them up.

    • Example: {{1,2},{1,3},{5,6}} -> 1 + 1 + 5 = 7

  • Answered by AI
  • Q3. Design Thread collector class
  • Ans. 

    Thread collector class to manage and organize threads in a system

    • Create a ThreadCollector class with methods to add, remove, and retrieve threads

    • Implement a data structure like a list or queue to store the threads

    • Ensure thread safety by using synchronization mechanisms like locks or semaphores

  • Answered by AI
  • Q4. What is volatile?
  • Ans. 

    Volatile refers to a type of memory storage that is temporary and can change frequently.

    • Volatile memory loses its data when power is turned off, unlike non-volatile memory.

    • Volatile memory is commonly used for temporary storage of data that needs to be quickly accessed and modified.

    • Examples of volatile memory include RAM (Random Access Memory) in computers and cache memory in processors.

  • Answered by AI
  • Q5. Sql query to remove duplicates
  • Ans. 

    Use the DISTINCT keyword in a SELECT statement to remove duplicates from a table.

    • Use the SELECT DISTINCT statement to retrieve unique rows from a table.

    • For example: SELECT DISTINCT column_name FROM table_name;

    • Another way is to use the GROUP BY clause with the COUNT() function to remove duplicates.

    • For example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name;

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

(2 Questions)

  • Q1. Why do you think you are fit for this role?
  • Q2. Why are you leaving your current company?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities

    • Looking for career advancement

    • Seeking a more innovative and dynamic work environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager seems to be very rude here as he cut my interview midway and said we should not proceed as we are not a good match for each other. Very unprofessional approach. Study java and designing for technical rounds.

Skills evaluated in this interview

Vice President Engineering Interview Questions asked at other Companies

Q1. You have a 2d array {{1,2},{1,3},{5,6}}. Calculate the sum of elements of 1st position in every array with Java 8.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Describe your projects
  • Ans. 

    I have worked on various projects involving data analysis, market research, and process improvement.

    • Conducted market research to identify new opportunities for product development

    • Utilized data analysis techniques to optimize business processes

    • Implemented process improvement strategies to increase efficiency and reduce costs

  • Answered by AI
  • Q2. All about resume
Round 2 - Technical 

(2 Questions)

  • Q1. What is normalisation
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables

    • It helps in reducing data redundancy by storing data in a structured manner

    • Normalization ensures data integrity by minimizing anomalies such as update, insert, and delete anomalies

  • Answered by AI
  • Q2. How is data stored in power BI
  • Ans. 

    Data in Power BI is stored in a compressed columnar format called VertiPaq.

    • Data in Power BI is stored in a compressed columnar format called VertiPaq.

    • VertiPaq stores data in memory, allowing for fast query performance.

    • Power BI also supports DirectQuery mode where data is queried directly from the data source.

    • Data can be imported into Power BI or connected live to the data source.

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. How did you write BRDs
  • Ans. 

    I wrote BRDs by gathering requirements from stakeholders, documenting them clearly, and ensuring alignment with project goals.

    • Conducting interviews with stakeholders to gather requirements

    • Documenting requirements in a clear and structured manner

    • Ensuring alignment of requirements with project goals

    • Reviewing and revising BRDs based on feedback

  • Answered by AI
  • Q2. What is the motivating and demotivating factor when joining a new organization
  • Ans. 

    Motivating factors include growth opportunities and positive work culture, while demotivating factors include lack of recognition and poor management.

    • Motivating factors: opportunities for growth and advancement, positive work culture, competitive salary and benefits

    • Demotivating factors: lack of recognition for hard work, poor management and leadership, toxic work environment

    • Examples: A motivating factor could be a clea...

  • Answered by AI

Skills evaluated in this interview

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)
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)

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)

 Senior Engineer

 (1)

Risk Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is VAR? Methods of calculating VAR
  • Ans. 

    VAR stands for Value at Risk, a measure used to assess the potential loss in value of a portfolio due to market risk.

    • VAR is a statistical measure used to quantify the level of financial risk within a firm or investment portfolio.

    • There are different methods to calculate VAR such as historical simulation, parametric method, and Monte Carlo simulation.

    • Historical simulation involves using historical data to estimate potent...

  • Answered by AI

Risk Analyst Interview Questions asked at other Companies

Q1. How will you determine the factors can be considered as risk while insuring a bike?
View answer (1)

Get interview-ready with Top MSCI Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About previous company project
  • Q2. Weakness and strengths

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your project well, what you did was right..ewhat had been your learnings

Executive Director Interview Questions asked at other Companies

Q1. 1. How proficient are you with tools like Excel, SAP, or Tally?
View answer (1)

Jobs at MSCI

View all

Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a test which I have to complete in one hour

Round 2 - Technical 

(2 Questions)

  • Q1. They asked me some technical questions related to my CV
  • Q2. They told about my responsibility

Interview Preparation Tips

Interview preparation tips for other job seekers - They just mislead people

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... 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)

Associate Interview Questions & Answers

user image Anonymous

posted on 4 May 2024

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General questions about current job role
Round 2 - Technical 

(1 Question)

  • Q1. Discussion about job related topics
Round 3 - One-on-one 

(1 Question)

  • Q1. One on one discussion regarding job role and aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare topics well

Associate Interview Questions asked at other Companies

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

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)

Data Operator Interview Questions & Answers

user image SARAVANAKUMAR RASU

posted on 29 Mar 2024

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitudes for every one that attends

Round 2 - Technical 

(1 Question)

  • Q1. Technical test on finance, stock market, accounting, financial analysis
Round 3 - One-on-one 

(2 Questions)

  • Q1. What's a balance sheet and how its helps one to know about a company?
  • Q2. Its a statement shows financial position of the company

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Data Operator Interview Questions asked at other Companies

Q1. What you are best computer training.
View answer (3)

MSCI Interview FAQs

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

Some of the top questions asked at the MSCI interview -

  1. Have you found a conflicting situation about Data Science projects, where a tea...read more
  2. How will you design Android lock pattern, which days Structure will you use for...read more
  3. What is your knowledge about Real Esta...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

based on 50 interviews

Interview experience

4.3
  
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 274 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 274 Reviews and Ratings
Climate Data Analyst (AI driven)

Mumbai

3-8 Yrs

Not Disclosed

Analyst SRE Software Engineer

Mumbai

1-6 Yrs

Not Disclosed

Business Analyst

Mumbai

0-3 Yrs

Not Disclosed

Explore more jobs
Senior Associate
477 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
467 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Vice President
224 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
216 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
64 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