Upload Button Icon Add office photos

MSCI

Compare button icon Compare button icon Compare

Filter interviews by

MSCI Interview Questions, Process, and Tips for Experienced

Updated 10 Jan 2025

Top MSCI Interview Questions and Answers for Experienced

View all 17 questions

MSCI Interview Experiences for Experienced

Popular Designations

15 interviews found

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
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)

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)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. What is account receivables
  • Ans. 

    Account receivables refer to the money owed to a company by its customers for goods or services provided on credit.

    • Account receivables are assets on a company's balance sheet.

    • They represent the amount of money owed to the company by customers.

    • Companies often have terms for when payments are due, such as net 30 or net 60.

    • Monitoring and managing account receivables is important for cash flow management.

    • Example: Company A...

  • 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)

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)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Accounting Ratio and Basics 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What you know abt real Estate
  • Ans. 

    Real estate involves buying, selling, and managing properties for investment or personal use.

    • Real estate includes residential, commercial, and industrial properties.

    • Investing in real estate can provide rental income and potential appreciation in property value.

    • Real estate analysts analyze market trends, property values, and investment opportunities.

    • Real estate can be influenced by factors such as location, economic con

  • Answered by AI
  • Q3. Last experiences
Round 2 - Ratios 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Past Experiences
  • Q3. What is a balance sheet
  • Ans. 

    A balance sheet is a financial statement that provides a snapshot of a company's financial position at a specific point in time.

    • It shows a company's assets, liabilities, and shareholders' equity.

    • Assets are what the company owns, liabilities are what it owes, and shareholders' equity is the difference between the two.

    • The balance sheet follows the formula: Assets = Liabilities + Shareholders' Equity.

    • It helps investors an...

  • Answered by AI
  • Q4. Expenses and Income of Real Estate investment
  • Ans. 

    Real estate investment involves managing expenses and maximizing income to ensure profitability.

    • Expenses in real estate investment include property taxes, insurance, maintenance costs, and property management fees.

    • Income sources can include rental income, appreciation in property value, and potential tax benefits.

    • Analyzing expenses and income is crucial for determining the overall profitability of a real estate investm...

  • Answered by AI
  • Q5. How much you know Excel

Real Estate Analyst Interview Questions asked at other Companies

Q1. What factors affect real estate property valuation
View answer (1)

Interview Questions & Answers

user image

posted on 15 Aug 2022

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your knowledge about Real Estate?
  • Ans. 

    I have extensive knowledge about real estate and its various aspects.

    • I have a strong understanding of real estate market trends and dynamics.

    • I am familiar with property valuation methods and techniques.

    • I have experience in analyzing real estate data and generating insights.

    • I am knowledgeable about real estate laws and regulations.

    • I have worked with real estate databases and software tools.

    • I have conducted market resear...

  • Answered by AI
  • Q2. What are the parameters which affect Real Estate prices?
  • Ans. 

    Parameters affecting real estate prices include location, market demand, property size, condition, and economic factors.

    • Location: Prices vary based on the desirability and proximity to amenities.

    • Market demand: Prices are influenced by the level of demand for properties in a particular area.

    • Property size: Larger properties generally command higher prices.

    • Condition: Well-maintained properties tend to have higher values.

    • E...

  • Answered by AI
  • Q3. Basic formulae were asked regarding ROE, EPS, PE, etc.

Interview Preparation Tips

Topics to prepare for MSCI interview:
  • Financial Analysis
  • Financial Modelling
  • Financial Statement Analysis
Interview preparation tips for other job seekers - Be confident during interview process as the people out there are very cordial and very supportive so no need to get stressed out.

Jobs at MSCI

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

I applied via Referral and was interviewed before Oct 2022. There were 5 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 - One-on-one 

(1 Question)

  • Q1. Provide details on existing projects you are handling in your current organisation
Round 3 - Assignment 

Scenario of a new project with challenges / Risks impacting project time line. How will you address challenges/ Risk to take the project ahead

Round 4 - One-on-one 

(1 Question)

  • Q1. Details on Agile methodology
Round 5 - HR 

(1 Question)

  • Q1. Tell me something about your self

Vice President Project Interview Questions asked at other Companies

Q1. What are your views on integrity
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Product questions, Job change reasons

Assistant Vice President Interview Questions asked at other Companies

Q1. What measurements previous employer taken after infamous Cobra Post operation?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2022. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Compensation specific
  • Q2. Domain based questions
  • Q3. Questions related to family and personal information

Network Associate Interview Questions asked at other Companies

Q1. How many type of network layer
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2021

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Explain recent projects in Predictive Analytics, Anomaly Detection etc.
  • Ans. I explained recent projects done in the asked domain. There were follow-up questions related to my explanation.
  • Answered by Binit Kumar Bhagat
  • Q2. Have you found a conflicting situation about Data Science projects, where a team member suggests an approach which you do not approve. What would you do in such situation?
  • Ans. I mentioned that usually it always happens in data science projects give the experimental nature of the work. Then I explained how to handle the situation in a data-driven way. E.g. all conflicting but promising approaches should be experimented and the evaluation criteria should decide the best solution, viz, error metrics, cross validation, A/B testing etc.
  • Answered by Binit Kumar Bhagat
  • Q3. What is the biggest failure in your life?

Interview Preparation Tips

Interview preparation tips for other job seekers - There are no coding or assignment rounds. Three technical rounds, in which the last round can be called techno-manegerial. Not very tough questions, but evaluation was strict.

Skills evaluated in this interview

MSCI Interview FAQs

How many rounds are there in MSCI interview for experienced candidates?
MSCI interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the MSCI interview process for experienced candidates are One-on-one Round, Technical and Resume Shortlist.
How to prepare for MSCI interview for experienced candidates?
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, Python, CVS, Financial Services and SQL.
What are the top questions asked in MSCI interview for experienced candidates?

Some of the top questions asked at the MSCI interview for experienced candidates -

  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 for Experienced

based on 9 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