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
4.0

based on 828 Reviews

Filter interviews by

London Stock Exchange Group Senior Developer Interview Questions and Answers

Updated 9 Sep 2024

London Stock Exchange Group Senior Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What's your weakest points?
  • Ans. 

    My weakest point is sometimes struggling with time management and prioritizing tasks effectively.

    • Occasionally have difficulty balancing multiple projects at once

    • May need to improve on setting realistic deadlines and sticking to them

    • Working on improving communication with team members to ensure tasks are completed on time

  • Answered by AI

Senior Developer Jobs at London Stock Exchange Group

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. It was a good technical mostly on the JAVA side.

Interview Preparation Tips

Interview preparation tips for other job seekers - most of the question were from java core and java spring
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Java version
  • Ans. 

    Java versions differ in features, performance, and compatibility with libraries and frameworks.

    • Major differences between Java versions include new features, performance improvements, and compatibility with libraries and frameworks.

    • For example, Java 8 introduced lambda expressions and the Stream API, while Java 11 added local-variable syntax for lambda parameters.

    • It is important to consider the specific requirements of ...

  • Answered by AI
  • Q2. Difference between MVC and MVVM
  • Ans. 

    MVC separates application into Model, View, Controller. MVVM adds ViewModel to separate UI logic from business logic.

    • MVC stands for Model-View-Controller, where Model represents data, View represents UI, and Controller handles user input.

    • MVVM stands for Model-View-ViewModel, where ViewModel acts as a mediator between Model and View, separating UI logic from business logic.

    • In MVC, the View directly interacts with the Mo...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Process of new New Application
  • Ans. 

    The process of developing a new application involves planning, designing, coding, testing, and deploying.

    • Gather requirements from stakeholders

    • Create wireframes and mockups

    • Develop code using appropriate technologies

    • Test application for bugs and performance issues

    • Deploy application to production environment

  • Answered by AI
  • Q2. Firebase FCM setup

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. 1st technical round with Manager
2. 2nd technical round with senior

Both technical round are good.

After waiting for 1 week, no any response from HR , directly got mail for not selected.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. OOP basic about the concept
  • Q2. Ms Sql based sql queries
Round 2 - Technical 

(2 Questions)

  • Q1. How exception handing in api
  • Ans. 

    Exception handling in API involves catching and handling errors that occur during API execution.

    • Use try-catch blocks to catch exceptions and handle them appropriately

    • Throw custom exceptions to provide meaningful error messages to API consumers

    • Use status codes to indicate the outcome of API requests (e.g. 200 for success, 400 for client errors, 500 for server errors)

    • Log exceptions to track errors and troubleshoot issues

    • ...

  • Answered by AI
  • Q2. Code for multiplication table
  • Ans. 

    Code to generate a multiplication table in a programming language

    • Use nested loops to iterate through rows and columns

    • Print the product of row and column for each cell

    • Consider formatting the output for better readability

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dependency injection
  • Q2. What are oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to switch
  • Ans. 

    I want to switch to explore new technologies and challenges in a different industry.

    • Interested in learning new skills and technologies

    • Seeking new challenges and opportunities for growth

    • Want to explore different industry perspectives

  • Answered by AI
  • Q2. Salry expectations
Round 2 - Technical 

(2 Questions)

  • Q1. Question on oop concepts
  • Q2. Coding questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked about data structures

Round 2 - Coding Test 

Asked about java programmes

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software developer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. Are you ready to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I have experience moving for previous jobs and am comfortable with the process.

    • I am excited about the possibility of exploring a new city or country and experiencing a different culture.

  • Answered by AI

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. It was a good technical mostly on the JAVA side.

Interview Preparation Tips

Interview preparation tips for other job seekers - most of the question were from java core and java spring
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Dotnet , MVC , SQL
Round 2 - HR 

(1 Question)

  • Q1. CTC and other discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given problem and asked me to solve
  • Q2. Sum of array of elements without using any llop
  • Ans. 

    Use reduce method to calculate sum of array elements without loop

    • Use Array.reduce() method to sum up the array elements

    • Convert array elements to numbers before summing them up

    • Example: const arr = ['1', '2', '3']; const sum = arr.reduce((acc, curr) => acc + Number(curr), 0);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly Asking questions on DSA and problem solving

Skills evaluated in this interview

London Stock Exchange Group Interview FAQs

How many rounds are there in London Stock Exchange Group Senior Developer interview?
London Stock Exchange Group interview process usually has 1 rounds. The most common rounds in the London Stock Exchange Group interview process are HR.
How to prepare for London Stock Exchange Group Senior Developer 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, Automation Testing, Javascript and Production Support.

Tell us how to improve this page.

London Stock Exchange Group Senior Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
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
Citicorp Interview Questions
3.7
 • 565 Interviews
Wells Fargo Interview Questions
3.9
 • 564 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
View all
London Stock Exchange Group Senior Developer Salary
based on 4 salaries
₹15 L/yr - ₹48.9 L/yr
104% more than the average Senior Developer Salary in India
View more details

London Stock Exchange Group Senior Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

5.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Developer (Java/Python/SDET)

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Senior Developer(SDET-Support)

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Senior Developer

Bangalore / Bengaluru

6-11 Yrs

₹ 15-48.9375 LPA

Explore more jobs
Content Analyst
1.2k salaries
unlock blur

₹2.5 L/yr - ₹7.2 L/yr

Associate Content Analyst
885 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Senior Content Analyst
450 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Research Analyst
266 salaries
unlock blur

₹2.8 L/yr - ₹7.5 L/yr

Associate Research Analyst
222 salaries
unlock blur

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

HDFC Bank

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview