Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by London Stock Exchange Group Team. If you also belong to the team, you can get access from here

London Stock Exchange Group Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

London Stock Exchange Group Interview Questions and Answers

Updated 2 Jun 2025
Popular Designations

83 Interview questions

A Senior Program Manager was asked 2mo ago
Q. What is your approach to replacing a legacy application with a new one?
Ans. 

Replacing a legacy application involves careful planning, stakeholder engagement, and phased implementation to ensure a smooth transition.

  • Assessment: Evaluate the legacy application to understand its functionalities, dependencies, and limitations. For example, conduct user interviews to gather insights.

  • Stakeholder Engagement: Involve key stakeholders early in the process to gather requirements and ensure their nee...

View all Senior Program Manager interview questions
A Senior Program Manager was asked 2mo ago
Q. Can you describe a program that you managed from start to finish?
Ans. 

I managed a cross-functional program to launch a new software product, overseeing all phases from planning to execution and evaluation.

  • Initiation: Conducted stakeholder meetings to define project scope and objectives, ensuring alignment with business goals.

  • Planning: Developed a detailed project plan, including timelines, resource allocation, and risk management strategies.

  • Execution: Led a team of developers, desig...

View all Senior Program Manager interview questions
An Operations Analyst was asked 2mo ago
Q. Why are key performance indicators important in a voice process?
Ans. 

Key performance indicators (KPIs) are vital for measuring efficiency and effectiveness in voice processes.

  • KPIs help track performance metrics like Average Handle Time (AHT), ensuring calls are managed efficiently.

  • They provide insights into customer satisfaction through metrics like Net Promoter Score (NPS), guiding service improvements.

  • KPIs enable workforce management by analyzing call volume trends, helping to op...

View all Operations Analyst interview questions
An Operations Analyst was asked 2mo ago
Q. What are the differences between lead generation and globalization?
Ans. 

Lead generation focuses on attracting potential customers, while globalization involves expanding business operations internationally.

  • Lead generation is a marketing process aimed at identifying and attracting potential customers, e.g., using social media ads.

  • Globalization refers to the process of expanding a business's operations and markets beyond its home country, e.g., opening offices in Asia.

  • Lead generation of...

View all Operations Analyst interview questions
A Business Analyst was asked 2mo ago
Q. What are effective strategies for managing stakeholders?
Ans. 

Effective stakeholder management involves communication, engagement, and understanding their needs and expectations.

  • Identify stakeholders: Map out all stakeholders and their influence on the project. For example, categorize them as high, medium, or low influence.

  • Establish clear communication: Use tailored communication strategies for different stakeholders. For instance, executives may prefer concise reports, whil...

View all Business Analyst interview questions
A C Developer was asked 4mo ago
Q. Explain the high-level concepts of OOP.
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on objects and classes, promoting code reusability and modularity.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: A class 'Car' with properties like 'speed' and methods like 'accelerate()'.

  • Inheritance: Mechanism to create a new class from an existing class, inheriting its properties and methods. Ex...

View all C Developer interview questions
A C Developer was asked 4mo ago
Q. What is the difference between ordered and unordered maps?
Ans. 

Ordered maps maintain element order; unordered maps use hash tables for faster access without order.

  • Ordered maps (std::map) store elements in a sorted order based on keys.

  • Unordered maps (std::unordered_map) use hash tables for faster average access time.

  • Example of ordered map: std::map<int, std::string> orderedMap; // elements sorted by key

  • Example of unordered map: std::unordered_map<int, std::string> ...

View all C Developer interview questions
Are these interview questions helpful?
A C Developer was asked 4mo ago
Q. What is the difference between a class and a struct?
Ans. 

Classes and structs are both user-defined types in C++, differing mainly in default access levels and intended use cases.

  • Default access level: Classes default to private, while structs default to public.

  • Inheritance: Classes can be used for encapsulation and inheritance, whereas structs are typically used for plain data structures.

  • Use case: Classes are often used for complex data types with behavior, while structs ...

View all C Developer interview questions
An Associate Analyst was asked 4mo ago
Q. What technical skills are needed for trading?
Ans. 

Technical analysis involves using historical price and volume data to predict future price movements in trading.

  • Knowledge of chart patterns and indicators

  • Understanding of support and resistance levels

  • Ability to interpret volume and price trends

  • Familiarity with technical analysis tools like moving averages and RSI

  • Experience in backtesting trading strategies

View all Associate Analyst interview questions
A Data Analyst was asked 5mo ago
Q. What are shares, and what kinds of shares are there?
Ans. 

Shares represent ownership in a company and can be classified into different types such as common shares and preferred shares.

  • Shares represent ownership in a company

  • Common shares give voting rights to shareholders

  • Preferred shares have priority in receiving dividends

  • Other types include treasury shares and bonus shares

View all Data Analyst interview questions

London Stock Exchange Group Interview Experiences

143 interviews found

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

I applied via Referral and was interviewed in Oct 2023. 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 

(5 Questions)

  • Q1. How do you load data from JSON?
  • Ans. 

    Data can be loaded from JSON using Snowflake's COPY INTO command.

    • Use the COPY INTO command in Snowflake to load data from JSON files.

    • Specify the file format as JSON in the COPY INTO command.

    • Map the JSON attributes to the columns in the target table.

    • Example: COPY INTO target_table FROM 's3://bucket_name/file.json' FILE_FORMAT = (TYPE = 'JSON');

  • Answered by AI
  • Q2. What are the performance tuning options in snowflake?
  • Ans. 

    Performance tuning options in Snowflake include clustering, materialized views, query profiling, and resource monitoring.

    • Use clustering keys to organize data for faster query performance

    • Create materialized views to pre-aggregate data and improve query speed

    • Utilize query profiling to identify and optimize slow queries

    • Monitor resource usage to ensure efficient query execution

  • Answered by AI
  • Q3. How do you configure snowpipe?
  • Ans. 

    Snowpipe is configured using a Snowflake account, specifying the source data location and the target table.

    • Configure a stage in Snowflake to specify the source data location.

    • Create a pipe in Snowflake to define the target table and the stage.

    • Set up notifications for the pipe to trigger loading data automatically.

    • Monitor the pipe for any errors or issues in data loading.

    • Example: CREATE STAGE my_stage URL = 's3://my_buck...

  • Answered by AI
  • Q4. Data modelling techniques used
  • Ans. 

    Various data modelling techniques like dimensional modelling, ER modelling, and data vault are used.

    • Dimensional modelling is used for data warehousing and involves organizing data into facts and dimensions.

    • ER modelling is used to visualize the data relationships in an entity-relationship diagram.

    • Data vault modelling is used for agile data warehousing and involves creating a flexible and scalable data model.

  • Answered by AI
  • Q5. Streans in snowflake
  • Ans. 

    Streams in Snowflake are used to continuously replicate data from a table to another destination in real-time.

    • Streams capture changes made to a table, such as inserts, updates, and deletes.

    • They can be used to track changes and replicate data to other tables or external systems.

    • Streams are created on a specific table and can be monitored for changes using SQL commands.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - Assignment 

I was assigned a task to create a questionnaire consisting of five questions. I need to code, build, and provide instructions on how to use it.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on current project, core skills mainly on Jenkins, CI/CD, testing, SRE principles, monitoring, python coding.
  • Q2. Why you want to join LSEG?
  • Ans. 

    I want to join LSEG because of its reputation for innovation and growth in the financial industry.

    • LSEG is a leading global financial markets infrastructure provider

    • Opportunity to work with cutting-edge technology and contribute to innovative projects

    • Desire to be part of a dynamic and collaborative team environment

    • Excited about the potential for career growth and development at LSEG

  • Answered by AI
  • Q3. What value can you bring in current team?
  • Ans. 

    I can bring strong leadership skills, technical expertise, and a collaborative approach to the team.

    • Strong leadership skills to guide and motivate team members

    • Technical expertise to provide guidance and support on development tasks

    • Collaborative approach to foster teamwork and communication within the team

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

(1 Question)

  • Q1. Discussions with the Director regarding scenario-based questions, such as how to handle a project in the event of an incident, and how to tackle and overcome such challenges?

Interview Preparation Tips

Interview preparation tips for other job seekers - I completed all interview rounds, and the HR confirmed over a call that my profile was shortlisted. However, I haven't received any follow-up in over 20 days, which makes me feel as if I have been ghosted.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Round 1 was aptitude round, it consisted of java and c++ snippets and we had to guess the output. Apart from that there were problems on speed, velocity, distance and time. Problems on word-letter patterns were also asked. The aptitude round had 30 questions and time given was 30 minutes.

Round 2 - Coding Test 

Aptitude round was the only elimination round. The next following 4 rounds were non-elimination rounds. Coding test included 3 questions - 1 and half hour was given to solve the same. It is fine if you don't perform well here, since it is a non-elimination round. But try to solve 1 and half or 2 questions atleast. The questions were mainly based on 1d arrays, 2D arrays, strings and string arrays.

Round 3 - Technical 

(11 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Difference between Structure and object oriented languages
  • Ans. 

    Structure languages focus on procedures and functions, while object-oriented languages focus on objects and classes.

    • Structure languages use functions and procedures to manipulate data

    • Object-oriented languages use objects and classes to encapsulate data and behavior

    • Structure languages are more procedural in nature, while object-oriented languages are more modular and reusable

    • Examples of structure languages include C and...

  • Answered by AI
  • Q3. Explain of OOPS concepts and their real life examples.
  • Ans. 

    OOPS concepts are fundamental to object-oriented programming and include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: A child class inherits properties and behaviors from a parent class. Example: Animal class can be a parent class with child classes like Dog and Cat inheriting its attributes.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: A car ob...

  • Answered by AI
  • Q4. What is static keyword and it's usage.
  • Ans. 

    The static keyword in programming is used to declare variables, functions, or classes that retain their values or state throughout the program's execution.

    • Static variables retain their values between function calls

    • Static functions can only be accessed within the same file

    • Static classes cannot be instantiated and have limited visibility

    • Static keyword can also be used in C++ to declare class members shared among all inst...

  • Answered by AI
  • Q5. System architecture diagram for web application project.
  • Ans. 

    The system architecture diagram for a web application project visually represents the components and their interactions.

    • Include components like client-side interface, server-side application, database, and external services

    • Show how these components communicate with each other

    • Consider scalability, security, and performance in the design

    • Use standard symbols and notations for clarity

  • Answered by AI
  • Q6. Access Modifiers in java
  • Ans. 

    Access modifiers in Java control the visibility of classes, methods, and variables.

    • There are four types of access modifiers in Java: public, private, protected, and default.

    • Public: accessible from any other class.

    • Private: only accessible within the same class.

    • Protected: accessible within the same package and subclasses.

    • Default: accessible only within the same package.

    • Example: public class MyClass { private int myVar; p...

  • Answered by AI
  • Q7. What OOPS concepts are implemented in my project
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Data hiding and bundling of data with methods. Example: Using private variables and public methods.

    • Inheritance: Reusing code and creating a hierarchy of classes. Example: Subclass inheriting properties and methods from a superclass.

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading and overriding.

    • A...

  • Answered by AI
  • Q8. DBMS core concepts
  • Q9. Overloading and Overriding
  • Q10. Approach to the coding questions asked in coding round.
  • Ans. 

    A systematic approach to coding questions ensures clarity, efficiency, and accuracy in problem-solving during interviews.

    • Understand the problem: Read the question carefully and clarify any doubts.

    • Break it down: Divide the problem into smaller, manageable parts.

    • Plan your solution: Outline the algorithm or steps before coding.

    • Write clean code: Use meaningful variable names and maintain proper formatting.

    • Test your solutio...

  • Answered by AI
  • Q11. Questions on what is cloud and what are some cloud platforms you know?
Round 4 - Case Study 

A project is assigned to a group of students and we need to come up with an idea on how to implement that project as a team.

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was completely resume-based. All the rounds were conducted on-campus within a single day. Aptitude round is the only elimination round. If you don't do well in any coding round, you can make it up in other rounds. Morning they started with the process and by evening all rounds were completed and results were declared.

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 3 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. What is shares and kind of shares
  • Ans. 

    Shares represent ownership in a company and can be classified into different types such as common shares and preferred shares.

    • Shares represent ownership in a company

    • Common shares give voting rights to shareholders

    • Preferred shares have priority in receiving dividends

    • Other types include treasury shares and bonus shares

  • Answered by AI
  • Q2. Name different stock exchange internationally
  • Ans. 

    Some of the major international stock exchanges include NYSE, NASDAQ, LSE, TSX, and HKEX.

    • NYSE - New York Stock Exchange

    • NASDAQ - National Association of Securities Dealers Automated Quotations

    • LSE - London Stock Exchange

    • TSX - Toronto Stock Exchange

    • HKEX - Hong Kong Stock Exchange

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Networking protocols
  • Q2. Routing switching
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction about me
  • Q2. Routing and switching protocols
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Questions asked on basic C++ and Java, very few aptitudes question

Round 2 - Coding Test 

There were 3 medium-hard level questions were asked in coding round

Round 3 - Group Discussion 

Group discussion was held for 35mins: 30mins discussion among the group and 5mins to present it

Round 4 - Technical 

(3 Questions)

  • Q1. Majorly asked about my projects
  • Q2. More focusing on Cloud computing
  • Q3. One puzzle was given to solve
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Oops qns most (java c++)
  • Ans. 

    Object-Oriented Programming (OOP) principles in Java and C++ include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods. Example: A class 'Car' with attributes like 'speed' and methods like 'accelerate()'.

    • Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car'.

    • Polymorphism: Ability to take many forms. Example: Method overriding in ...

  • Answered by AI
  • Q2. Recursion (java c++) 30 qns 30 min basic alll programming related
Round 2 - Coding Test 

Array string easy to medium

Round 3 - Group Discussion 

Gd-more of case study topic college learning portal build

Round 4 - Technical 

(1 Question)

  • Q1. About the 3 coding problem scope of improvement and project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell us major points they discuss at annual meeting?
  • Ans. 

    Major points discussed at annual meetings include financial performance, strategic initiatives, future outlook, and shareholder concerns.

    • Financial performance - Review of revenue, profits, expenses, and overall financial health.

    • Strategic initiatives - Discussion on new projects, partnerships, and market expansion.

    • Future outlook - Forecasts for growth, challenges, and opportunities in the upcoming year.

    • Shareholder conce...

  • Answered by AI
  • Q2. What is MOU ?
  • Ans. 

    MOU stands for Memorandum of Understanding, a non-legally binding agreement between two or more parties outlining the terms and details of their cooperation.

    • MOU is a formal agreement between parties that outlines the terms and details of their cooperation.

    • It is often used in business, government, and international relations.

    • MOUs are typically non-legally binding but can serve as a precursor to a formal contract.

    • They ar...

  • Answered by AI
  • Q3. Tell us other stock exchange around the world?
  • Ans. 

    Some other stock exchanges around the world include the London Stock Exchange, Tokyo Stock Exchange, and Hong Kong Stock Exchange.

    • London Stock Exchange

    • Tokyo Stock Exchange

    • Hong Kong Stock Exchange

  • Answered by AI
  • Q4. What is IPO and give me Example
  • Ans. 

    IPO stands for Initial Public Offering, which is the first time a company sells its stock to the public.

    • IPO is a way for companies to raise capital by offering shares of their stock to the public for the first time.

    • Investors can buy these shares and become part owners of the company.

    • Examples of successful IPOs include Facebook, Alibaba, and Uber.

  • Answered by AI
  • Q5. Resume related question and your internship experience? And what you learnt at your internship

Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

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 Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java topics like exceptions, inheritance, threads etc,.
  • Q2. C++ vectors, pointers, strings etc,.
Round 2 - Coding Test 

3 coding questions to be completed in 1 hour 20 min. Leetcode medium level questions (1 strings, 1 dynamic programming, 1 array manipulation). Along with it a puzzle to be solved. Puzzle(search google for complete problem): 3 boys steel a basket full of mangoes and hid them under a tree and 1 boy woke up and divide it into 3 parts.

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview was basically on you projects and the debugging and explaining the code written in coding test.
Round 4 - Case Study 

Group of 7-8 people are given a topic like book store web application with some problems and minimum criteria to be satisfied. We need to work as a team discuss the problem statements and come up with a solution with each person handling a different job role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Applied through campus selection, no elimination after 1st round. Results were not based on average marks in all the rounds. They had a minimum cutoff for all the rounds.

C Developer Interview Questions & Answers

user image Anonymous

posted on 4 Mar 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain high level of Oops
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on objects and classes, promoting code reusability and modularity.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: A class 'Car' with properties like 'speed' and methods like 'accelerate()'.

    • Inheritance: Mechanism to create a new class from an existing class, inheriting its properties and methods. Example...

  • Answered by AI
  • Q2. Difference between ordered and unordered maps
  • Ans. 

    Ordered maps maintain element order; unordered maps use hash tables for faster access without order.

    • Ordered maps (std::map) store elements in a sorted order based on keys.

    • Unordered maps (std::unordered_map) use hash tables for faster average access time.

    • Example of ordered map: std::map<int, std::string> orderedMap; // elements sorted by key

    • Example of unordered map: std::unordered_map<int, std::string> unord...

  • Answered by AI
  • Q3. Difference between class and struct
  • Ans. 

    Classes and structs are both user-defined types in C++, differing mainly in default access levels and intended use cases.

    • Default access level: Classes default to private, while structs default to public.

    • Inheritance: Classes can be used for encapsulation and inheritance, whereas structs are typically used for plain data structures.

    • Use case: Classes are often used for complex data types with behavior, while structs are u...

  • Answered by AI
Round 2 - Coding Test 

Implementation of ordered and unordered map
Remove duplicate characters in a string and find the length of a substring
Reading the data from csv file

Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

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

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Journal entries,
  • Q2. Regarding primary and secondary market
  • Q3. Share and stock exchange
  • Q4. Regarding 3 financial statements

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about London Stock Exchange Group?
Ask anonymously on communities.

London Stock Exchange Group Interview FAQs

How many rounds are there in London Stock Exchange Group interview?
London Stock Exchange Group interview process usually has 2-3 rounds. The most common rounds in the London Stock Exchange Group interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for London Stock Exchange Group 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 London Stock Exchange Group. The most common topics and skills that interviewers at London Stock Exchange Group expect are Healthcare, Recruitment, Stock Exchange, Automation Testing and Finance.
What are the top questions asked in London Stock Exchange Group interview?

Some of the top questions asked at the London Stock Exchange Group interview -

  1. Tell me about primary and secondary market...read more
  2. Tell me about derivatives and types of derivative...read more
  3. Explain to me a program written in Java that has a UI to take inputs of two int...read more
How long is the London Stock Exchange Group interview process?

The duration of London Stock Exchange Group interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 127 interview experiences

Difficulty level

Easy 12%
Moderate 81%
Hard 8%

Duration

Less than 2 weeks 59%
2-4 weeks 26%
4-6 weeks 7%
6-8 weeks 3%
More than 8 weeks 5%
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 618 Interviews
Citicorp Interview Questions
3.7
 • 588 Interviews
HSBC Group Interview Questions
3.9
 • 511 Interviews
American Express Interview Questions
4.1
 • 387 Interviews
BNY Interview Questions
3.8
 • 366 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
Morgan Stanley Interview Questions
3.6
 • 308 Interviews
FactSet Interview Questions
3.9
 • 216 Interviews
View all

London Stock Exchange Group Reviews and Ratings

based on 984 reviews

3.9/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.5

Salary

3.9

Job security

3.9

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 984 Reviews and Ratings
Content Analyst
1.3k salaries
unlock blur

₹3.5 L/yr - ₹7.8 L/yr

Associate Content Analyst
912 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Senior Content Analyst
469 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Research Analyst
268 salaries
unlock blur

₹3.5 L/yr - ₹7.4 L/yr

Associate Research Analyst
235 salaries
unlock blur

₹2.5 L/yr - ₹4.6 L/yr

Explore more salaries
Compare London Stock Exchange Group with

Wells Fargo

3.8
Compare

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare

Citicorp

3.7
Compare
write
Share an Interview