Upload Button Icon Add office photos

Filter interviews by

Clear (1)

State Street Corporation Performance Analyst Interview Questions and Answers

Updated 26 Nov 2024

State Street Corporation Performance Analyst Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is Capital market
  • Ans. 

    Capital market is a financial market where long-term debt or equity-backed securities are bought and sold.

    • Capital market facilitates the buying and selling of long-term financial instruments such as stocks and bonds.

    • It helps companies raise capital by issuing stocks or bonds to investors.

    • Investors can buy and sell securities on stock exchanges like NYSE or NASDAQ.

    • Capital market plays a crucial role in the economy by ch

  • Answered by AI
  • Q2. Tell me about yourself
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about Experience
  • Q2. Segments of Capital market
  • Ans. 

    Segments of capital market refer to different categories of financial instruments and assets traded in the market.

    • Primary market: where new securities are issued and sold for the first time, such as IPOs

    • Secondary market: where existing securities are bought and sold among investors, such as stock exchanges

    • Money market: deals with short-term debt securities like Treasury bills and commercial paper

    • Bond market: where fixe...

  • Answered by AI

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: It was AMCAT Test. Verbal was bit of tough.Somehow i managed. But I could not get the time for Quants to solve. Logical and Programming was good. Basics were asked in Programming from data structures, C and OOPS.
Tips: Kindly Practice well.There is lot of websites for preparing interview test.Avail that.Go through all the Basic concepts from your core subjects.Be perfect about the concepts.Do not get tensed while seeing big questions.Read twice you would feel easy about that qus .Do well.ALL THE BEST. Initially Confidence should be there.
Duration: 2 hours minutes
Total Questions: 100

College Name: VIT VELLORE
Motivation: For time being i dont have any idea about that company since am not entered into.But my seniors and well wishers are saying that its really a good company for freshers to enhance their knowledge.
Funny Moments: Ha Ha Ha.. Personal Interview was Good.HR Interview was very chill. It was so excitement one.

Senior Engineer Interview Questions & Answers

Wells Fargo user image SIRIGIRI SAI KUMAR

posted on 22 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Hadoop basics on computing
  • Q2. Distribution basics for processing the data
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture of bigdata systems
  • Ans. 

    Bigdata systems architecture involves distributed storage, processing, and analysis of large volumes of data.

    • Utilize distributed file systems like HDFS for storage

    • Use parallel processing frameworks like Apache Spark or Hadoop for data processing

    • Implement data pipelines for ETL processes

    • Leverage NoSQL databases like Cassandra or MongoDB for real-time data querying

    • Consider data partitioning and replication for fault tole

  • Answered by AI
  • Q2. How will the bigdata system distribution for storage andcompute happen
  • Ans. 

    Big data system distribution for storage and compute involves partitioning data across multiple nodes for efficient processing.

    • Data is partitioned across multiple nodes to distribute storage and processing load.

    • Hadoop Distributed File System (HDFS) is commonly used for storage distribution.

    • Apache Spark utilizes a cluster computing framework for distributed computing.

    • Data locality is important to minimize data transfer ...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Messaging communication (RabbitMQ, ActiveMQ)
  • Q2. Spring boot
  • Q3. Core Java (Oops, JVM, Memory types, Collections)
  • Q4. Spring security, Hibernate cache
  • Q5. Scenario based questions
  • Q6. Design patterns,SAGA Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Scenario based questions on real time examples like ticket reservation, data processing. SAGA pattern

I applied via Referral and was interviewed in Nov 2021. There were 3 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 Resume tips
Round 2 - Aptitude Test 
Round 3 - Technical 

(1 Question)

  • Q1. Process related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Put your own efforts. Always searching whichever job is suitable for you.

Interview Questionnaire 

2 Questions

  • Q1. Java 8 features with examples
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and concise code.

    • Streams provide a way to process collections of data in a parallel and functional manner.

    • Default methods allow for adding new functionality to interfaces without breaking existing implementations.

    • Method references provide a way to refer to methods without...

  • Answered by AI
  • Q2. How to write Customised immutable java class
  • Ans. 

    Customised immutable java class can be written by declaring all fields as final and not providing any setters.

    • Declare all fields as final

    • Do not provide any setters

    • Provide a constructor to initialize all fields

    • Override equals() and hashCode() methods

    • Make the class final

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. String manipulation code

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful to answer to the point

Analyst Interview Questions & Answers

Goldman Sachs user image ArunKeshav Sridhar

posted on 23 Aug 2015

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. How many ways can a king go from one end of the chessboard to the diagonally opposite square(The king can move only towards the corner and not diagonally)
  • Ans. 

    The king can move only towards the corner and not diagonally. How many ways can a king go from one end of the chessboard to the diagonally opposite square?

    • The king can only move towards the corner, so there are limited options for each move

    • The total number of moves required to reach the opposite corner is 14

    • Using combinatorics, the total number of ways the king can reach the opposite corner is 3432

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test was very well designed with seemingly easy questions but which required deep understanding of fundamentals. I really enjoyed the quantitative part and the data analytics part.
Tips: I would suggest that you focus on the parts that you are good at . It is not necessary to do well in every part. So focus on your strengths.
Duration: 90 minutes
Total Questions: 30

Round: Puzzle Interview
Experience: I initially suggested a brute force method to solve this problem , which was correct but the interviewer asked for a smarter way to solve it using permutations. I initially struggled but i finally got the right answer.
Tips: Walk the interviewer through what you are thinking and think of the smartest way to solve it.

Skills: Problem solving abilities
Duration: 2
College Name: IIT Madras

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Why do you want to join GS?
  • Ans. 

    I want to join GS because of their reputation for excellence and the opportunity to work on challenging projects.

    • GS is known for its prestigious reputation in the financial industry

    • I am attracted to the opportunity to work on complex and challenging projects

    • I admire GS's commitment to innovation and cutting-edge technology

    • I believe GS will provide me with valuable learning and growth opportunities

  • Answered by AI
  • Q2. Questions related to Internal Audit were asked

Interview Preparation Tips

Round: Group Discussion
Experience: I had a good time. Got to know new and valuable additions to Companies Act
Duration: 30 minutes

Round: HR Interview
Experience: It was a great exchange, I really expressed my views and visions well.

Round: Technical Interview
Experience: I was complimented for being calm, confident and patient throughout the interview.

Skills: Technical Knowledge(ML, Ability To Cope Up With Stress, Confidence
College Name: Maharani college

Analyst Interview Questions & Answers

Goldman Sachs user image Devendra Bendkhale

posted on 4 Dec 2015

Interview Questionnaire 

4 Questions

  • Q1. Discussion on one of the project
  • Q2. Given a matrix containing several positive numbers find max path from bottom left to top right using only up and right steps
  • Ans. 

    Find max path from bottom left to top right in a matrix using only up and right steps.

    • Start from bottom left corner and move towards top right corner.

    • At each step, choose the maximum value between the cell above and the cell to the right.

    • Keep track of the sum of values in the chosen path.

    • The final sum is the maximum possible sum of values in a path from bottom left to top right.

  • Answered by AI
  • Q3. Dice rolled several times until sum of outcomes till now comes greater than equal to hundred. What is most likely number to occur as final sum?
  • Ans. 

    The most likely number to occur as the final sum is 100.

    • The sum of the outcomes of the dice rolls will keep increasing until it reaches or exceeds 100.

    • Since the dice have equal probabilities for each outcome, the sum will have a higher chance of reaching 100.

    • The probability of rolling a sum greater than 100 decreases as the sum gets larger.

  • Answered by AI
  • Q4. Cutting three random points on the circle of radius 1 centered at (0,0) . What is probability that point (1,0) lies in longest cut
  • Ans. 

    Finding probability of point (1,0) lying in longest cut of three random points on circle of radius 1 centered at (0,0)

    • The longest cut will be the one that spans the smallest angle between two of the three points

    • The probability can be found by calculating the area of the region where the longest cut includes point (1,0)

    • This can be done by finding the angle between (1,0) and the two other points and using trigonometry to...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 30 OBJECTIVE QUESTION 90 MIN . QUESTION LEVEL WAS TOUGH. GS Takes their tests very seriously
Tips: Do the section first which are you most famaliar with. They hire on section wise performance.


Skill Tips: Be calm . Approach is important than answer.

Skills: Analytical Skills, Coding Skills, Maths(esp Probability), Algorithm Analysis, Probabiity
College Name: IIT Guwahati

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

State Street Corporation Interview FAQs

How many rounds are there in State Street Corporation Performance Analyst interview?
State Street Corporation interview process usually has 2 rounds. The most common rounds in the State Street Corporation interview process are HR and Technical.
What are the top questions asked in State Street Corporation Performance Analyst interview?

Some of the top questions asked at the State Street Corporation Performance Analyst interview -

  1. What is Capital mar...read more
  2. Segments of Capital mar...read more

Recently Viewed

INTERVIEWS

State Street Corporation

No Interviews

INTERVIEWS

Thomson Reuters

No Interviews

INTERVIEWS

FactSet

No Interviews

INTERVIEWS

FactSet

No Interviews

INTERVIEWS

FactSet

No Interviews

INTERVIEWS

FactSet

No Interviews

SALARIES

Aditya Birla Capital

INTERVIEWS

Thomson Reuters

No Interviews

INTERVIEWS

FactSet

No Interviews

INTERVIEWS

FactSet

No Interviews

Tell us how to improve this page.

State Street Corporation Performance Analyst Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 570 Interviews
Citicorp Interview Questions
3.7
 • 568 Interviews
HSBC Group Interview Questions
4.0
 • 491 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
BNY Interview Questions
3.9
 • 341 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.7
 • 309 Interviews
Bank of America Interview Questions
4.3
 • 237 Interviews
View all
State Street Corporation Performance Analyst Salary
based on 40 salaries
₹3 L/yr - ₹6.5 L/yr
40% less than the average Performance Analyst Salary in India
View more details

State Street Corporation Performance Analyst Reviews and Ratings

based on 7 reviews

4.2/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.0

Salary

4.0

Job security

4.2

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 7 Reviews and Ratings
Senior Associate
4.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate2
3.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare State Street Corporation with

BNY

3.9
Compare

Northern Trust

3.7
Compare

Blackrock

3.8
Compare

JPMorgan Chase & Co.

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent