Upload Button Icon Add office photos

Filter interviews by

Broadridge Financial Solutions Software Developer Interview Questions and Answers

Updated 27 Feb 2024

Broadridge Financial Solutions Software Developer Interview Experiences

5 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic oops, .net, c# coding, sql questions
Round 2 - Technical 

(1 Question)

  • Q1. More coding and details on project
Round 3 - Technical 

(1 Question)

  • Q1. More on projects and system design and troubleshooting approach
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Round 5 - Technical 

(1 Question)

  • Q1. More technical + managerial round even after HR round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Map question with frequency in a vector

Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on the test plus a logical puzzle also

Interview Preparation Tips

Interview preparation tips for other job seekers - Take your bet

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Mainly on react concepts they asked
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. 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 - Technical 

(2 Questions)

  • Q1. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization helps in minimizing data redundancy by dividing the database into multiple tables.

    • It ensures data integrity by avoiding update anomalies.

    • There are different normal forms like 1NF, 2NF, 3NF, and BCNF to achieve database normalization.

    • Example: In a database, instead of storing customer details in bo...

  • Answered by AI
  • Q2. Joins,views,triggers,basic SQL queries, performance tuning

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of SQL is enough to crack the interview.

Broadridge Financial Solutions interview questions for designations

 Software Developer Intern

 (2)

 Java Software Developer

 (1)

 Developer

 (1)

 Software Engineer

 (6)

 C Developer

 (2)

 Web Developer

 (2)

 Senior Software Engineer

 (1)

 Member Technical Staff Software Developer

 (1)

I applied via Walk-in

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 - One-on-one 

(2 Questions)

  • Q1. Do you have any knowledge on programming language
  • Ans. 

    Yes, I have knowledge on multiple programming languages.

    • I am proficient in Java, Python, and C++

    • I have experience with web development using HTML, CSS, and JavaScript

    • I am familiar with SQL and database management

    • I have worked with various frameworks such as Spring and Django

  • Answered by AI
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - None none none none nonenone none none none none none none

Interview questions from similar companies

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

I applied via Company Website

Round 1 - Coding Test 

2 DSA medium questions was asked.

Round 2 - Coding Test 

2 DSA coding questions and CS fundamentals

Round 3 - Technical 

(1 Question)

  • Q1. System design questions in a projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the fundamentals & go through must do easy and medium questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of angular, ts,js
Round 2 - One-on-one 

(1 Question)

  • Q1. Programming questions
Round 3 - HR 

(1 Question)

  • Q1. Family backgroud
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

The topic was -> "One nation one election"

Round 2 - Technical 

(2 Questions)

  • Q1. What is a String pool in Java?
  • Ans. 

    String pool in Java is a pool of unique strings stored in memory to optimize memory usage.

    • String pool is a part of Java's memory where unique string literals are stored.

    • When a new string is created, Java checks if it already exists in the pool to save memory.

    • Strings created using double quotes are added to the pool, while those created using 'new' keyword are not.

    • Example: String str1 = "hello"; String str2 = "hello"; /...

  • Answered by AI
  • Q2. Explain different types of exception in Java.
  • Ans. 

    Java has checked and unchecked exceptions. Checked exceptions must be handled at compile time, while unchecked exceptions do not need to be handled explicitly.

    • Checked exceptions: Must be caught or declared in the method signature. Example: IOException, SQLException

    • Unchecked exceptions: Do not need to be caught or declared. Example: NullPointerException, ArrayIndexOutOfBoundsException

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sort the list, after many queries
  • Q2. LRU cache with multi level caching
  • Ans. 

    LRU cache with multi level caching involves implementing a cache with multiple levels of storage, where the least recently used items are evicted first.

    • Implement a two-level cache system with a primary cache (e.g. in-memory) and a secondary cache (e.g. disk-based).

    • Use a data structure like a doubly linked list and a hash map to efficiently manage the cache and track the least recently used items.

    • When an item is accesse...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic DSA Question
Round 2 - Technical 

(1 Question)

  • Q1. Mobile Development Related Questions
Round 3 - HR 

(1 Question)

  • Q1. Basic HR Questions

Broadridge Financial Solutions Interview FAQs

How many rounds are there in Broadridge Financial Solutions Software Developer interview?
Broadridge Financial Solutions interview process usually has 2-3 rounds. The most common rounds in the Broadridge Financial Solutions interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Broadridge Financial Solutions Software 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 Broadridge Financial Solutions. The most common topics and skills that interviewers at Broadridge Financial Solutions expect are Software Development, C#, SQL, Javascript and WCF.
What are the top questions asked in Broadridge Financial Solutions Software Developer interview?

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

  1. Do you have any knowledge on programming langu...read more
  2. What is normalizat...read more
  3. more on projects and system design and troubleshooting appro...read more

Tell us how to improve this page.

Broadridge Financial Solutions Software Developer Interview Process

based on 5 interviews

Interview experience

3.2
  
Average
View more
Broadridge Financial Solutions Software Developer Salary
based on 114 salaries
₹3.2 L/yr - ₹10.8 L/yr
18% less than the average Software Developer Salary in India
View more details

Broadridge Financial Solutions Software Developer Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

4.3

Skill development

3.6

Work-life balance

3.2

Salary

4.7

Job security

3.9

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 7 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
636 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Process Analyst
575 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Technical Lead
571 salaries
unlock blur

₹9.1 L/yr - ₹34 L/yr

Explore more salaries
Compare Broadridge Financial Solutions with

Fiserv

3.1
Compare

SS&C TECHNOLOGIES

3.4
Compare

State Street Corporation

3.8
Compare

BNY

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