Upload Button Icon Add office photos

MSCI

Compare button icon Compare button icon Compare

Filter interviews by

MSCI Application Development Analyst Interview Questions and Answers

Updated 9 Jan 2016

MSCI Application Development Analyst Interview Experiences

1 interview found

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

Interview questions from similar companies

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The round consisted of 3 coding Questions and 20 Technical MCQs.

  • Q1. 

    Connect Ropes Problem Statement

    Given a number of ropes denoted as 'N' and an array containing the lengths of these ropes, your task is to connect the ropes into one single rope. The cost to connect two r...

  • Ans. 

    The task is to find the minimum cost required to connect all the ropes by summing their lengths.

    • Iterate through the ropes and connect the two shortest ropes at each step to minimize cost

    • Use a priority queue to efficiently find the shortest ropes

    • Keep track of the total cost as you connect the ropes

    • Example: For input [4, 3, 2, 6], connect 2 and 3 (cost 5), then connect 4 and 5 (cost 9), then connect 9 and 6 (cost 15) for

  • Answered by AI
  • Q2. 

    Idempotent Matrix Verification

    Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:

    M * M = M

    Input:

    The first line cont...
  • Ans. 

    Check if a given matrix is idempotent by verifying if M * M = M.

    • Iterate through the matrix and multiply it with itself to check if it equals the original matrix.

    • If the condition M * M = M is satisfied, then the matrix is idempotent.

    • If the condition is not satisfied, then the matrix is not idempotent.

  • Answered by AI
  • Q3. 

    Sum of LCM Problem Statement

    Given an integer 'N', calculate and print the sum of the least common multiples (LCM) for each integer from 1 to N with N.

    The sum is represented as:
    LCM(1, N) + LCM(2, N) + ....

  • Ans. 

    Calculate and print the sum of least common multiples (LCM) for each integer from 1 to N with N.

    • Iterate from 1 to N and calculate LCM of each number with N

    • Add all the calculated LCM values to get the final sum

    • Return the sum for each test case

  • Answered by AI
Round 2 - Coding Test 

Round duration - 120 minutes
Round difficulty - Medium

This round is a Long Coding Round. Every Candidate was assigned with a mentor who guides them, We were given a real-life scenario for which we have to construct a database with required tables. We should draw an ER Diagram to demonstrate the Database. After the Database Completion, We have to Start Coding the Application. The Design(like Placing the button or background colour) is not given much importance. They mainly test the practical knowledge of candidates in OOPS and expertise in a C, C++, Java, Android or any other language were OOPS Concepts can be applied.

Round 3 - Video Call 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

This Round is a technical Interview. I was asked Questions to test my Technical Knowledge.

  • Q1. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while iterating through the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity of the algorithm should be O(N) where N is the size of the array.

  • Answered by AI
Round 4 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in ChennaiEligibility criteria7 CGPAMr. Cooper interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, OOPS, Database Management SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Do Atleast 2 Projects
Tip 2 : Be Strong in what you have in your resume
Tip 3 : Be Confident and Polite

Application resume tips for other job seekers

Tip 1 : Keep it Short to one or two pages
Tip 2 : Keep it standout..as it is what projects you uniquely.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Assignment 

Some question related professional round

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to your techstack round, string
Round 3 - Coding Test 

String ,array, linkedlist

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and some hr side questions

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ basics
  • Q2. Swap words in strings
  • Ans. 

    Swap words in strings

    • Split the string into words

    • Swap the words using a temporary variable

    • Join the words back into a string

  • Answered by AI
  • Q3. Virus contain leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be good in c++ concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

Duration 3 hours topics medium level coding from hackerearth

Round 2 - Technical 

(2 Questions)

  • Q1. Long programming
  • Q2. Er diagrams

Interview Preparation Tips

Interview preparation tips for other job seekers - hard work brings success much more than we expect
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

ROUND 1 is an mcq based and they asked to solve 3 codes with your flexible language like c,c++ etc

Round 3 - long programming 

(1 Question)

  • Q1. They gave a scenario of the project. They are asked to draw the class diagram or ER diagram for that scenario and in between the panels will question u about your diagram. They are very friendly
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in developing web applications using Java and JavaScript.

    • 5 years of experience in software development

    • Proficient in Java and JavaScript

    • Developed web applications using Java and JavaScript

  • Answered by AI
  • Q2. What do you know about our company
  • Ans. 

    Our company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Established in 2005

    • Headquartered in Silicon Valley

    • Known for developing cutting-edge mobile applications

    • Clients include Fortune 500 companies

    • Received multiple industry awards for excellence in software development

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

  • Q1. In this they will give 45 mins to solve a problem

Interview Preparation Tips

Topics to prepare for Mr Cooper Software Developer interview:
  • C
  • C++
  • Java
  • Javascript
  • OOPS
Interview preparation tips for other job seekers - Be prepared to the worst case
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Apart from the problem solving coding round there was a design round where are tested with out ability to design and execute real life scenarios with various class and functionalities

Round 3 - Technical 

(1 Question)

  • Q1. There was 2 tech rounds of which the first was just a glimpse on everything that one goes through in their CSE degree and the second round is specifically for data structures, SQL
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Not done yet ,test on tomorrow

Round 2 - Technical 

(2 Questions)

  • Q1. Connect the rope problrm
  • Ans. 

    The connect the rope problem involves connecting ropes of different lengths to minimize the cost.

    • Sort the ropes by length

    • Connect the two shortest ropes at a time

    • Repeat the process until all ropes are connected

  • Answered by AI
  • Q2. E 3 dk 4j c4 cj j c k

Interview Preparation Tips

Interview preparation tips for other job seekers - i am fresser
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is linked list
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Consists of nodes connected by pointers

    • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Allows for dynamic size and efficient insertion/deletion operations

  • Answered by AI
Round 2 - Coding Test 

Hacker earth problem

Round 3 - HR 

(1 Question)

  • Q1. Ds , oops , sql
Round 4 - HR 

(1 Question)

  • Q1. About me , prefered location

Skills evaluated in this interview

Tell us how to improve this page.

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
 • 137 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
TresVista Interview Questions
2.8
 • 115 Interviews
Pine Labs Interview Questions
3.4
 • 113 Interviews
Mr Cooper Interview Questions
4.0
 • 86 Interviews
Synchrony Interview Questions
4.3
 • 78 Interviews
View all
Senior Associate
497 salaries
unlock blur

₹18 L/yr - ₹60 L/yr

Associate
495 salaries
unlock blur

₹9 L/yr - ₹33.4 L/yr

Analyst
237 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Vice President
212 salaries
unlock blur

₹22 L/yr - ₹94 L/yr

Data Analyst
64 salaries
unlock blur

₹2.4 L/yr - ₹7.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