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 12 Feb 2025

Top London Stock Exchange Group Interview Questions and Answers

View all 67 questions

London Stock Exchange Group Interview Experiences

Popular Designations

133 interviews found

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?
  • Q3. What value can you bring in current team?
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)

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
  • Q2. Name different stock exchange internationally

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)
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

London Stock Exchange Group interview questions for popular designations

 Associate Content Analyst

 (19)

 Content Analyst

 (13)

 Analyst

 (6)

 Associate Research Analyst

 (6)

 Research Analyst

 (6)

 Software Engineer

 (6)

 Business Analyst

 (4)

 Associate Analyst

 (3)

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

I applied via campus placement at Bangalore Institute Of Technology (BIT) 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

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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at NMAM Institute of Technology, Mangalore

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

Jobs at London Stock Exchange Group

View all
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)

Full-time position 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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Why is necessary for a balance sheet to tally
  • Ans. 

    A balance sheet must tally to ensure accuracy in financial reporting and to provide a clear snapshot of a company's financial position.

    • Tallying the balance sheet ensures that assets equal liabilities plus equity, providing a true financial picture.

    • It helps in identifying errors or discrepancies in financial records.

    • Tallying the balance sheet is crucial for accurate financial reporting and decision-making.

    • Investors, cre...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Comfortable working on shifts
  • Ans. 

    Yes, I am comfortable working on shifts and have previous experience doing so.

    • I have previous experience working on shifts in my previous roles.

    • I am adaptable and can easily adjust my schedule to accommodate different shifts.

    • I understand the importance of being flexible in a dynamic work environment.

    • I am willing to work evenings, nights, weekends, and holidays as needed.

    • I am committed to meeting deadlines and deliverin

  • Answered by AI

Top London Stock Exchange Group Content Analyst Interview Questions and Answers

Q1. Why is necessary for a balance sheet to tally
View answer (1)

Content Analyst Interview Questions asked at other Companies

Q1. Difference between transmission and auto transmission
View answer (1)

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 One-on-one Round, Technical 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.

London Stock Exchange Group Interview Process

based on 118 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.6k 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 856 reviews

4.0/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

3.6

Salary

4.0

Job security

4.0

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 856 Reviews and Ratings
Senior Database Tech Lead

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Associate Software Engineer

Bangalore / Bengaluru

1-3 Yrs

₹ 5.7015-5.7015 LPA

Senior UAT Engineer -Workflow & Systems - Automation

Bangalore / Bengaluru

7-9 Yrs

Not Disclosed

Explore more jobs
Content Analyst
1.3k salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

Associate Content Analyst
892 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Senior Content Analyst
451 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Research Analyst
262 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Associate Research Analyst
225 salaries
unlock blur

₹2.2 L/yr - ₹5 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