Upload Button Icon Add office photos

MSCI

Compare button icon Compare button icon Compare

Filter interviews by

MSCI Vice President Engineering Interview Questions, Process, and Tips

Updated 15 Aug 2024

MSCI Vice President Engineering Interview Experiences

1 interview 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

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Hedge Fund accounting : Accrual accounting Entries , Equities , bonds & type of funds & derivatives
  • Q2. Nav impacts , securities calculation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with strong Technical knowledge and cool attitude

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on corporate actions, call and put options, crystallization process

Interview Preparation Tips

Interview preparation tips for other job seekers - study well on corporate actions, journal entries on accruals, prepayments, crystallization, performance fees etc

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding experience only they will ask you in depth

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare about your experience

Interview Questionnaire 

1 Question

  • Q1. Knowledge about financial markets?
  • Ans. 

    I have a strong understanding of financial markets and their workings.

    • Familiar with various financial instruments such as stocks, bonds, and derivatives

    • Knowledge of market trends and analysis techniques

    • Experience in financial modeling and forecasting

    • Understanding of macroeconomic factors that impact financial markets

    • Ability to interpret financial statements and reports

    • Examples: analyzing stock performance, creating fin...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Resume related

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest

I applied via Referral and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All accounts related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go prepared orelse you can't clear the manager round, Be confident whatever your answer might be whether right or wrong.
Round 1 - Aptitude Test 

Double entry, isin, balance sheet

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through your CV once and answer

I applied via Recruitment Consultant

Interview Questionnaire 

1 Question

  • Q1. Why do you want to join the organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Throughout the Interview process, you need to be patient. As per my experience, even if your interview went fine you need to be patient to get the results. It may take weeks to months to go ahead further. Sometimes you can just talk to the recruiter who has contacted you for the interview, because the he/she is the best person to guide you throughout the process.

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the website and understand the business, key numbers and some product details.

MSCI Interview FAQs

How many rounds are there in MSCI Vice President Engineering interview?
MSCI interview process usually has 3 rounds. The most common rounds in the MSCI interview process are One-on-one Round, Coding Test and Technical.
How to prepare for MSCI Vice President Engineering 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 Azure Databricks, Civil Engineering, Cloud Computing, Communication Skills and Debugging.
What are the top questions asked in MSCI Vice President Engineering interview?

Some of the top questions asked at the MSCI Vice President Engineering interview -

  1. You have a 2d array {{1,2},{1,3},{5,6}}. Calculate the sum of elements of 1st p...read more
  2. What is visitor patte...read more
  3. What is volati...read more

Tell us how to improve this page.

MSCI Vice President Engineering Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 244 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
Apex Group Interview Questions
2.7
 • 140 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
TresVista Interview Questions
2.8
 • 115 Interviews
Pine Labs Interview Questions
3.4
 • 114 Interviews
Mr Cooper Interview Questions
4.0
 • 88 Interviews
Synchrony Interview Questions
4.3
 • 79 Interviews
View all
MSCI Vice President Engineering Salary
based on 6 salaries
₹43 L/yr - ₹94 L/yr
11% more than the average Vice President Engineering Salary in India
View more details

MSCI Vice President Engineering Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Associate
497 salaries
unlock blur

₹18 L/yr - ₹60 L/yr

Associate
486 salaries
unlock blur

₹9 L/yr - ₹33.9 L/yr

Analyst
237 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Vice President
215 salaries
unlock blur

₹22 L/yr - ₹94 L/yr

Data Analyst
66 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Explore more salaries
Compare MSCI with

SBI Cards & Payment Services

3.7
Compare

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

FactSet

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