Upload Button Icon Add office photos

Filter interviews by

Broadridge Financial Solutions Interview Questions, Process, and Tips

Updated 17 Feb 2025

Top Broadridge Financial Solutions Interview Questions and Answers

View all 89 questions

Broadridge Financial Solutions Interview Experiences

Popular Designations

138 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Fixed income and capital market
  • Q2. Trade life cycle

Top Broadridge Financial Solutions Process Analyst Interview Questions and Answers

Q1. what are the different types of accounting?
View answer (4)

Process Analyst Interview Questions asked at other Companies

Q1. what are the different types of accounting?
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Functional Testing all concepts

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Broadridge Financial Solutions Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is partial View
  • Ans. 

    Partial view is a reusable view component in ASP.NET MVC which can be rendered within a view.

    • Partial views can be used to break down complex views into smaller, manageable components.

    • They can be rendered within other views using the @Html.Partial() method.

    • Partial views are useful for reusing code and improving maintainability of MVC applications.

  • Answered by AI
  • Q2. What is index in database
  • Ans. 

    Index in a database is a data structure that improves the speed of data retrieval operations.

    • Indexes are used to quickly locate data without having to search every row in a database table.

    • They are created on columns in a database table to speed up the query process.

    • Examples of indexes include primary keys, unique keys, and composite keys.

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

(2 Questions)

  • Q1. What is Hashing
  • Ans. 

    Hashing is a process of converting input data into a fixed-size string of bytes using a mathematical algorithm.

    • Hashing is used to securely store passwords by converting them into a hash value.

    • Hashing is used in data retrieval systems to quickly locate data based on its hash value.

    • Common hashing algorithms include MD5, SHA-1, and SHA-256.

  • Answered by AI
  • Q2. What are different kind of security vulnerabilities and how to handle that
  • Ans. 

    Security vulnerabilities include SQL injection, cross-site scripting, and insecure direct object references.

    • SQL injection: attackers insert malicious SQL code into input fields to access or manipulate database

    • Cross-site scripting: attackers inject malicious scripts into web pages viewed by other users

    • Insecure direct object references: attackers access unauthorized data by manipulating object references

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Broadridge Financial Solutions Member Technical interview:
  • ASP.Net
  • Xss
  • Oracle SQL
Interview preparation tips for other job seekers - Keep basics good and if you are experienced, you may face situational problems and you need to solve those on the spot. So be prepared.

Skills evaluated in this interview

Top Broadridge Financial Solutions Member Technical Interview Questions and Answers

Q1. What is the angle made by min when it moved from 5 to 5:40.
View answer (1)

Member Technical Interview Questions asked at other Companies

Q1. What is the angle made by min when it moved from 5 to 5:40.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Finance and accounts based questions

Top Broadridge Financial Solutions Process Analyst Interview Questions and Answers

Q1. what are the different types of accounting?
View answer (4)

Process Analyst Interview Questions asked at other Companies

Q1. what are the different types of accounting?
View answer (4)

Broadridge Financial Solutions interview questions for popular designations

 Process Analyst

 (27)

 Member Technical

 (16)

 Analyst

 (6)

 Software Engineer

 (6)

 Senior Member Technical

 (6)

 Software Developer

 (5)

 Intern

 (4)

 Senior Process Analyst

 (4)

Developer Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. File handling along with ds concepts

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Get interview-ready with Top Broadridge Financial Solutions Interview Questions

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

I applied via Campus Placement

Round 1 - Coding Test 

1 hr , 3 sum leetcode question

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Jobs at Broadridge Financial Solutions

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Corporate actions, financial instruments,financial market,Sensex,Nifty, Accounting, research,Financial statement analysis,Ratio analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Social media

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between singleton class and static class
  • Ans. 

    Singleton class allows only one instance to be created, while static class cannot be instantiated and all members are static.

    • Singleton class can have instance methods and properties, while static class can only have static members.

    • Singleton class can be lazy loaded, while static class is eagerly loaded.

    • Singleton class can be implemented using a static property or method to return the single instance, while static class...

  • Answered by AI

Skills evaluated in this interview

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to regain a deleted branch in git?
  • Ans. 

    To regain a deleted branch in git, use the reflog and checkout commands.

    • Use 'git reflog' to find the commit hash of the deleted branch

    • Run 'git checkout -b ' to recreate the branch

  • Answered by AI
  • Q2. Command to list all hosts of Ansible inventiory.
  • Ans. 

    The command to list all hosts of Ansible inventory is 'ansible-inventory --list'.

    • Use the 'ansible-inventory' command

    • Add the '--list' option to list all hosts

    • The command should be run from the command line

  • Answered by AI

Skills evaluated in this interview

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)

Analyst Interview Questions & Answers

user image Made in india

posted on 5 Apr 2024

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Interview is all about finance , investment banking

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Broadridge Financial Solutions Interview FAQs

How many rounds are there in Broadridge Financial Solutions 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 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 SQL, Agile, Python, Troubleshooting and Javascript.
What are the top questions asked in Broadridge Financial Solutions interview?

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

  1. what are the different types of accounti...read more
  2. What are the various line items in a balance sheet and P&L a...read more
  3. What is the angle made by min when it moved from 5 to 5:...read more
How long is the Broadridge Financial Solutions interview process?

The duration of Broadridge Financial Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

DHL Supply Chain

No Interviews

INTERVIEWS

Info Edge

No Interviews

INTERVIEWS

Cleantech Solar

No Interviews

INTERVIEWS

Dalmia Bharat Cement

No Interviews

INTERVIEWS

Dalmia Bharat Cement

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

Broadridge Financial Solutions

Tell us how to improve this page.

Broadridge Financial Solutions Interview Process

based on 108 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Paytm Interview Questions
3.3
 • 749 Interviews
BNY Interview Questions
3.9
 • 342 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
SS&C TECHNOLOGIES Interview Questions
3.4
 • 169 Interviews
View all

Broadridge Financial Solutions Reviews and Ratings

based on 1.2k reviews

3.9/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.5

Salary

4.1

Job security

3.8

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 1.2k Reviews and Ratings
Sdet Automation Test Engineer

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Implementations Project Manager

Hyderabad / Secunderabad,

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Site Reliability Engineer

Bangalore / Bengaluru

5-6 Yrs

Not Disclosed

Explore more jobs
Process Analyst
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Member Technical
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical
609 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
585 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Process Analyst
581 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent