Upload Button Icon Add office photos

Filter interviews by

Broadridge Financial Solutions Software Engineer Interview Questions and Answers

Updated 3 Jan 2025

Broadridge Financial Solutions Software Engineer Interview Experiences

6 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

A test that covers all fundamental topics, including networking, object-oriented programming (OOP), and data structures and algorithms (DSA).

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for quick sort
  • Q2. Puzzle
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Reva Institute of Science & Management, Bangalore and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round basic aptitude questions like profit loss,work time etc

Round 2 - Technical 

(3 Questions)

  • Q1. Tell about youself
  • Ans. 

    I am a software engineer 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

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. Oops concepts and basic implemenation
  • Q3. Reverse a number
  • Ans. 

    Reverse a number by converting it to a string and then reversing the string

    • Convert the number to a string

    • Reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why this company
  • Q2. Are you okay with relocation

Interview Preparation Tips

Topics to prepare for Broadridge Financial Solutions Software Engineer interview:
  • python
Interview preparation tips for other job seekers - be clear with the basics

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Take home test and it was super easy. Leetcode style 2 questions and you get 45 mins to complete it.

Software Engineer Interview Questions & Answers

user image Center Fresh

posted on 22 Feb 2023

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

I applied via Naukri.com and was interviewed in Jan 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Questions on scenario based
  • Q2. How would you handle challenges in your project

Interview Preparation Tips

Interview preparation tips for other job seekers - its all based on recruiter, for me my experience its quite comfortable and smooth.

Broadridge Financial Solutions interview questions for designations

 Senior Software Engineer

 (1)

 Software Developer

 (5)

 Software Developer Intern

 (2)

 Java Software Developer

 (1)

 Software Development Engineer Intern

 (1)

 System Engineer

 (1)

 Test Engineer

 (1)

 Softwaretest Engineer

 (1)

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS/Algo Questions about arrays and linked lists
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical interview with director

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong with basics and prepare for interview based on your previous job and skills

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. More about my technical side.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay connected with good data which may help in current situation for interview process.

Software Engineer Jobs at Broadridge Financial Solutions

View all

Interview questions from similar companies

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

(3 Questions)

  • Q1. Search in a sorted matrix
  • Ans. 

    Search for a target value in a sorted matrix efficiently.

    • Start from the top right corner and move left or down based on comparison with target value

    • Utilize the sorted nature of the matrix to eliminate certain rows or columns

    • Implement binary search for more efficient search in each row or column

  • Answered by AI
  • Q2. Rotting orange graph
  • Q3. Database Indexing and SQL
Round 2 - Technical 

(3 Questions)

  • Q1. Design Patterns
  • Q2. Medium level Binary tree question
  • Q3. Previous work discussion

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java related questions, OOPs concepts
  • Q2. Write code for encryption of the code
  • Ans. 

    Encryption of code involves converting plaintext into ciphertext to secure data.

    • Choose a strong encryption algorithm like AES or RSA

    • Generate a key for encryption

    • Encrypt the plaintext using the key and algorithm

    • Store or transmit the ciphertext securely

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java Related questions, also some system design-related questions
  • Q2. Show the abstraction and write code for function overriding
  • Ans. 

    Abstraction is hiding the implementation details, function overriding is providing a new implementation for a method in a subclass.

    • Abstraction involves hiding the complex implementation details and showing only the necessary features to the user.

    • Function overriding occurs in inheritance when a subclass provides a specific implementation for a method that is already defined in its superclass.

    • Example: Parent class 'Anima...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Normal questions related to projects and work ethics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Just to know more about why i want the role
Round 2 - Coding Test 

Testing an payment flow on the application

Broadridge Financial Solutions Interview FAQs

How many rounds are there in Broadridge Financial Solutions Software Engineer interview?
Broadridge Financial Solutions interview process usually has 2 rounds. The most common rounds in the Broadridge Financial Solutions interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Broadridge Financial Solutions 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 C++, Unix, Application Development, Data Structures and Linux.
What are the top questions asked in Broadridge Financial Solutions Software Engineer interview?

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

  1. reverse a num...read more
  2. Write code for quick s...read more
  3. DS/Algo Questions about arrays and linked li...read more

Tell us how to improve this page.

Broadridge Financial Solutions Software Engineer Interview Process

based on 3 interviews in last 1 year

Interview experience

3.3
  
Average

People are getting interviews through

based on 5 Broadridge Financial Solutions interviews
Job Portal
Campus Placement
60%
40%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Broadridge Financial Solutions Software Engineer Salary
based on 95 salaries
₹2.5 L/yr - ₹11 L/yr
17% less than the average Software Engineer Salary in India
View more details

Broadridge Financial Solutions Software Engineer Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

4.4

Skill development

4.7

Work-Life balance

4.9

Salary & Benefits

4.6

Job Security

4.7

Company culture

4.6

Promotions/Appraisal

4.6

Work Satisfaction

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

₹1.8 L/yr - ₹6.2 L/yr

Senior Member Technical
1.3k salaries
unlock blur

₹5.3 L/yr - ₹20 L/yr

Member Technical
630 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Technical Lead
577 salaries
unlock blur

₹9.1 L/yr - ₹34 L/yr

Senior Process Analyst
571 salaries
unlock blur

₹2.4 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Broadridge Financial Solutions with

Fiserv

3.2
Compare

SS&C TECHNOLOGIES

3.4
Compare

State Street Corporation

3.8
Compare

BNY

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview