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, Process, and Tips

Updated 4 Mar 2025

Top London Stock Exchange Group Interview Questions and Answers

View all 67 questions

London Stock Exchange Group Interview Experiences

Popular Designations

134 interviews found

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was very good. Gained experience

Round 2 - Group Discussion 

It was very good, gained experience

Round 3 - Technical 

(2 Questions)

  • Q1. What are Graphs
  • Ans. 

    Graphs are mathematical structures used to represent relationships between objects.

    • Graphs consist of nodes (vertices) and edges connecting these nodes.

    • There are different types of graphs such as directed graphs, undirected graphs, weighted graphs, etc.

    • Graphs are used in various fields like computer science, social networks, transportation networks, etc.

    • Examples of graphs include social networks like Facebook, road netw

  • Answered by AI
  • Q2. What are Derivatives
  • Ans. 

    Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

    • Derivatives can be used for hedging, speculation, or arbitrage.

    • Common types of derivatives include options, futures, forwards, and swaps.

    • Derivatives allow investors to take positions on the price movements of assets without owning the assets themselves.

    • They are often used to manage risk in financial markets.

    • Derivati...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, be confident and be honest

Skills evaluated in this interview

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

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 was interviewed in Sep 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain high level of Oops
  • Q2. Difference between ordered and unordered maps
  • Q3. Difference between class and struct
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

C Developer Interview Questions asked at other Companies

Q1. String Transformation Problem Given a string (STR) of length N, you are tasked to create a new string through the following method: Select the smallest character from the first K characters of STR, remove it from STR, and append it to the n... read more
View answer (1)
London Stock Exchange Group Interview Questions and Answers for Freshers
illustration image
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I was interviewed 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.
  • 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

Top London Stock Exchange Group Engineer Trainee Interview Questions and Answers

Q1. What OOPS concepts are implemented in my project
View answer (1)

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

London Stock Exchange Group interview questions for popular designations

 Associate Content Analyst

 (19)

 Content Analyst

 (13)

 Research Analyst

 (6)

 Analyst

 (6)

 Software Engineer

 (6)

 Associate Research Analyst

 (6)

 Business Analyst

 (4)

 Software Developer

 (3)

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 was interviewed 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

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)

Get interview-ready with Top London Stock Exchange Group Interview Questions

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

Associate Network Engineer Interview Questions asked at other Companies

Q1. what are the network models we have in computer networks ? what are the port numbers of networks ? types of topologies ? explain some of topologies which are present in the computer networks..?
View answer (1)
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

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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++)
  • 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

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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

Top London Stock Exchange Group Associate Content Analyst Interview Questions and Answers

Q1. What is money market? explain types of fixed income.
View answer (1)

Associate Content Analyst Interview Questions asked at other Companies

Q1. What is money market? explain types of fixed income.
View answer (1)

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.

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

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

INTERVIEWS

Toyota Industries Engine India

No Interviews

INTERVIEWS

Avalara Technologies

No Interviews

INTERVIEWS

Hexaware Technologies

5.6k top interview questions

CAMPUS PLACEMENT

Bantala College of Higher Education, Bantala

INTERVIEWS

Toyota Industries Engine India

No Interviews

CAMPUS PLACEMENT

Sastra University

INTERVIEWS

Webkul Software

No Interviews

INTERVIEWS

Avalara Technologies

No Interviews

INTERVIEWS

Avalara Technologies

No Interviews

Tell us how to improve this page.

London Stock Exchange Group Interview Process

based on 119 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
View all

London Stock Exchange Group Reviews and Ratings

based on 867 reviews

4.0/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.6

Salary

4.0

Job security

4.0

Company culture

3.2

Promotions

3.6

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Associate Content Analyst
894 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Content Analyst
457 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Analyst
264 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Research Analyst
226 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare London Stock Exchange Group with

National Stock Exchange of India

3.6
Compare

Bombay Stock Exchange

3.8
Compare

Multi Commodity Exchange of India

3.3
Compare

HDFC Bank

3.9
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