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 Engineer Trainee Interview Questions, Process, and Tips

Updated 2 Oct 2024

London Stock Exchange Group Engineer Trainee Interview Experiences

1 interview found

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

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Aug 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. How would you write an Email to impress the HR to grab the vacant job position.
  • Q2. Self Introduction
Round 3 - Technical 

(4 Questions)

  • Q1. What are the leading firewalls in market and their speciality.
  • Ans. 

    Leading firewalls in the market include Palo Alto Networks, Cisco Firepower, and Fortinet. Each has its own speciality in terms of features and capabilities.

    • Palo Alto Networks: Known for its advanced threat prevention capabilities and integration with cloud services.

    • Cisco Firepower: Offers a combination of firewall and intrusion prevention system (IPS) for comprehensive security.

    • Fortinet: Specializes in providing high-...

  • Answered by AI
  • Q2. How does a firewall work.
  • Ans. 

    A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Firewalls can be hardware-based or software-based.

    • They act as a barrier between a trusted internal network and untrusted external networks.

    • Firewalls can filter traffic based on IP addresses, ports, protocols, and application types.

    • They can be configured to allow or block specifi...

  • Answered by AI
  • Q3. Encoding in VLSI
  • Ans. 

    Encoding in VLSI refers to the process of converting data into a format suitable for transmission or storage in integrated circuits.

    • Encoding is essential in VLSI design to ensure efficient use of resources and reliable data transmission.

    • Common encoding techniques include NRZ (Non-Return-to-Zero), Manchester encoding, and 8b/10b encoding.

    • Example: In 8b/10b encoding, 8 bits of data are converted into a 10-bit code to mai...

  • Answered by AI
  • Q4. Hardware components of computer system their functions and latest technologies of hardware
  • Ans. 

    Hardware components of a computer system include CPU, RAM, motherboard, storage devices, and peripherals. Latest technologies include SSDs, GPUs, and advanced cooling systems.

    • CPU (Central Processing Unit) - processes instructions and performs calculations

    • RAM (Random Access Memory) - stores data and instructions temporarily for the CPU to access quickly

    • Motherboard - connects all components together and allows communicat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so tough interview. In case of Hardware and networking department they will hire you whether or not you give the right answer if they need an engineer right now. Because while working there I have experienced and heard that many young hardware engineers left in one month or two months because of the bad work environment and intense office politics. Trust me if you are young you cannot survive in this company untill or unless you are so desperate to cost your mental health and physical well being too just for a little money.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Aptitude Test 

Quant ,lr , English, domain

Round 2 - Technical 

(1 Question)

  • Q1. Same like interview
Round 3 - HR 

(1 Question)

  • Q1. Basics only ,where do u see urself?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Group Discussion 

Digital payment and infrastructure

Round 2 - HR 

(2 Questions)

  • Q1. Why ABC ? why do you want to join
  • Q2. Walk me through your resume
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Basic of stock market
  • Q2. Family background and education
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Symbiosis Centre For Management and HRD (SCMHRD) and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What do you know about Finance and why do you want to get into finance?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Springboot microservices
  • Q2. SAGA design pattern & java8

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn spring boot & microservices questions to all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2022. There were 4 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 - Aptitude Test 

Logical reasoning, aptitude, verbal and GK

Round 3 - Group Discussion 

10 MINS ROUND OF GD .TOPIC BASED ON CURRENT AFFAIRS

Round 4 - One-on-one 

(2 Questions)

  • Q1. TELL ME ABOUT YOU AND YOUR FAMIL , EDUCATION
  • Ans. 

    I come from a close-knit family and have pursued a strong educational background.

    • I have a supportive and loving family who have always encouraged me to pursue my goals.

    • I completed my Bachelor's degree in Business Administration from XYZ University.

    • During my education, I actively participated in various extracurricular activities, such as organizing events and leading student clubs.

    • I also completed internships in reputa...

  • Answered by AI
  • Q2. WHY DO YOU THINK YOU ARE PERFECT FOR THIS JOB
  • Ans. 

    I have the necessary skills, experience, and passion to excel in this role.

    • I have a strong educational background in management and have completed relevant internships.

    • I have excellent leadership and communication skills, which are essential for a management trainee.

    • I am highly motivated and have a proven track record of taking initiative and achieving results.

    • I am a quick learner and adapt well to new environments and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - BE updated with current affair and job decsription
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

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 - Group Discussion 

GD on any current topic in news or near you.
Try to speak valuable.

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you want to join Bajaj Capital

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confident and positive greet them well and show them your are ready for hard work
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. How would you write an Email to impress the HR to grab the vacant job position.
  • Q2. Self Introduction
Round 3 - Technical 

(4 Questions)

  • Q1. What are the leading firewalls in market and their speciality.
  • Ans. 

    Leading firewalls in the market include Palo Alto Networks, Cisco Firepower, and Fortinet. Each has its own speciality in terms of features and capabilities.

    • Palo Alto Networks: Known for its advanced threat prevention capabilities and integration with cloud services.

    • Cisco Firepower: Offers a combination of firewall and intrusion prevention system (IPS) for comprehensive security.

    • Fortinet: Specializes in providing high-...

  • Answered by AI
  • Q2. How does a firewall work.
  • Ans. 

    A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Firewalls can be hardware-based or software-based.

    • They act as a barrier between a trusted internal network and untrusted external networks.

    • Firewalls can filter traffic based on IP addresses, ports, protocols, and application types.

    • They can be configured to allow or block specifi...

  • Answered by AI
  • Q3. Encoding in VLSI
  • Ans. 

    Encoding in VLSI refers to the process of converting data into a format suitable for transmission or storage in integrated circuits.

    • Encoding is essential in VLSI design to ensure efficient use of resources and reliable data transmission.

    • Common encoding techniques include NRZ (Non-Return-to-Zero), Manchester encoding, and 8b/10b encoding.

    • Example: In 8b/10b encoding, 8 bits of data are converted into a 10-bit code to mai...

  • Answered by AI
  • Q4. Hardware components of computer system their functions and latest technologies of hardware
  • Ans. 

    Hardware components of a computer system include CPU, RAM, motherboard, storage devices, and peripherals. Latest technologies include SSDs, GPUs, and advanced cooling systems.

    • CPU (Central Processing Unit) - processes instructions and performs calculations

    • RAM (Random Access Memory) - stores data and instructions temporarily for the CPU to access quickly

    • Motherboard - connects all components together and allows communicat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so tough interview. In case of Hardware and networking department they will hire you whether or not you give the right answer if they need an engineer right now. Because while working there I have experienced and heard that many young hardware engineers left in one month or two months because of the bad work environment and intense office politics. Trust me if you are young you cannot survive in this company untill or unless you are so desperate to cost your mental health and physical well being too just for a little money.

Skills evaluated in this interview

London Stock Exchange Group Interview FAQs

How many rounds are there in London Stock Exchange Group Engineer Trainee interview?
London Stock Exchange Group interview process usually has 5 rounds. The most common rounds in the London Stock Exchange Group interview process are HR, Aptitude Test and Coding Test.
What are the top questions asked in London Stock Exchange Group Engineer Trainee interview?

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

  1. What OOPS concepts are implemented in my proj...read more
  2. Difference between Structure and object oriented langua...read more
  3. Explain of OOPS concepts and their real life exampl...read more

Tell us how to improve this page.

London Stock Exchange Group Engineer Trainee Interview Process

based on 1 interview

Interview experience

4
  
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
Wells Fargo Interview Questions
3.9
 • 565 Interviews
Citicorp Interview Questions
3.7
 • 565 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
View all
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