Upload Button Icon Add office photos

Filter interviews by

Broadridge Financial Solutions Senior Software Engineer Interview Questions and Answers

Updated 15 Jan 2025

Broadridge Financial Solutions Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is java multithreading
  • Ans. 

    Java multithreading is a feature that allows concurrent execution of multiple threads within a single process.

    • Multithreading in Java allows multiple threads to run concurrently within a single process.

    • Each thread has its own stack and executes independently, but shares the same memory space.

    • Java provides built-in support for multithreading through the java.lang.Thread class and java.lang.Runnable interface.

    • Multithreadi...

  • Answered by AI
  • Q2. Explain exception hierarchy
  • Ans. 

    Exception hierarchy is a way to organize and categorize different types of exceptions in a software system.

    • Exceptions are organized in a tree-like structure with a base class at the top and more specific exception classes below.

    • Base class usually is 'Exception' or 'Throwable', with more specific classes like 'IOException', 'NullPointerException', etc.

    • Subclasses can provide more specific information about the cause of t...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why use FastAPI

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Deep dive into java concepts. Max diameter of a tree in java.
Round 2 - One-on-one 

(1 Question)

  • Q1. Lld of loan and borrower design. Design dbs schema. About connection pool, db isolation.
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round, more about previous experience and some hypothetical questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What are the best and worst solutions for the coding problem "Longest Substring Without Repeating Characters," including a detailed explanation of each solution along with their time and space complexity?
  • Ans. 

    The Longest Substring Without Repeating Characters problem involves finding the length of the longest substring without any repeating characters.

    • Best solution: Sliding Window approach with HashSet to track unique characters. Time complexity O(n), space complexity O(min(n, m)) where n is the length of the string and m is the size of the character set.

    • Worst solution: Brute force approach checking all substrings for uniqu...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions regarding Redis and cache eviction policies, and how would you implement a low-level design for the Least Recently Used (LRU) cache algorithm?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Data structures and algo. 2 ques were asked in hackerrank

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to System design
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic question related to Spring and Java
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. System design basics
  • Q2. Java 8 stream api code
  • Q3. Current project
Round 2 - Technical 

(2 Questions)

  • Q1. Only arrogance related stuff
  • Q2. Only arrogance related stuff happened

Interview Preparation Tips

Interview preparation tips for other job seekers - Too much arrogant people .
Not at all talented asked me everything theoretical ,no evaluation from logic building or coding perspective just some random stupid google questions based upon their own internal project work .
I am not happy with the style of evaluation also interviewer was too much arrogant and rude .never met these kind of people.
I do too belongs to equal product based,good technical background but never seen anyone rude to this level.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Aks about the few questions of dsa
  • Q2. Ask about the design system
Round 2 - Technical 

(1 Question)

  • Q1. Ask about the design system
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Current company architecture and what was your role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Coding assessment in Code signal which is vedio proctored

Round 2 - Technical 

(1 Question)

  • Q1. Design a loan application system
  • Ans. 

    Design a loan application system

    • Collect applicant information such as personal details, employment history, and financial information

    • Include a credit check process to assess applicant's creditworthiness

    • Implement a system for loan approval/rejection based on set criteria

    • Provide options for different types of loans and repayment plans

    • Ensure security measures are in place to protect applicant's sensitive information

  • Answered by AI
Round 3 - Coding Test 

Bank account creation, deposit money, withdraw money

Round 4 - HR 

(1 Question)

  • Q1. Question around work experience and how a particular scenario or situation is handled
Round 5 - Case Study 

Suggest system cost optimization based on given data set

Skills evaluated in this interview

Broadridge Financial Solutions Interview FAQs

How many rounds are there in Broadridge Financial Solutions Senior Software Engineer interview?
Broadridge Financial Solutions interview process usually has 1 rounds. The most common rounds in the Broadridge Financial Solutions interview process are Technical and One-on-one Round.
How to prepare for Broadridge Financial Solutions Senior Software Engineer 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 Broadridge Financial Solutions. The most common topics and skills that interviewers at Broadridge Financial Solutions expect are HTML, Agile Coaching, Javascript, MS SQL Server DBA and Medical Coding.
What are the top questions asked in Broadridge Financial Solutions Senior Software Engineer interview?

Some of the top questions asked at the Broadridge Financial Solutions Senior Software Engineer interview -

  1. what is java multithread...read more
  2. explain exception hierar...read more
  3. Why use Fast...read more

Tell us how to improve this page.

Broadridge Financial Solutions Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Broadridge Financial Solutions Senior Software Engineer Salary
based on 98 salaries
₹6 L/yr - ₹24 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Broadridge Financial Solutions Senior Software Engineer Reviews and Ratings

based on 8 reviews

3.1/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.6

Salary

3.7

Job security

3.3

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 8 Reviews and Ratings
Process Analyst
1.3k salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Member Technical
1.3k salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Member Technical
603 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Process Analyst
589 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Technical Lead
586 salaries
unlock blur

₹9.6 L/yr - ₹33.5 L/yr

Explore more salaries
Compare Broadridge Financial Solutions with

Fiserv

3.0
Compare

SS&C TECHNOLOGIES

3.4
Compare

State Street Corporation

3.7
Compare

BNY

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