Upload Button Icon Add office photos

Filter interviews by

Broadridge Financial Solutions Member Technical Interview Questions, Process, and Tips for Experienced

Updated 5 Apr 2025

Top Broadridge Financial Solutions Member Technical Interview Questions and Answers for Experienced

View all 8 questions

Broadridge Financial Solutions Member Technical Interview Experiences for Experienced

7 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
More than 8 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell about your past experience
  • Ans. 

    I have diverse experience in software development, focusing on system architecture and team collaboration.

    • Worked as a software engineer at XYZ Corp, developing scalable web applications using Java and Spring Boot.

    • Led a team of 5 in a project that improved system performance by 30% through code optimization and refactoring.

    • Collaborated with cross-functional teams to integrate APIs, enhancing user experience and function...

  • Answered by AI
  • Q2. Tell about your technical skills
  • Ans. 

    I possess a diverse range of technical skills, including programming, data analysis, and cloud computing.

    • Proficient in programming languages such as Python and Java, with experience in developing web applications.

    • Skilled in data analysis using tools like SQL and Excel, having worked on projects that involved data visualization.

    • Experienced in cloud computing platforms like AWS, where I deployed scalable applications and...

  • Answered by AI
  • Q3. Coding questions using Java on arrays
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

Member Technical Interview Questions Asked at Other Companies for Experienced

Q1. What is the angle made by min when it moved from 5 to 5:40.
Q2. What are different kind of security vulnerabilities and how to ha ... read more
Q3. What are different types of pointers.explain each
Q4. Iterate through elements of array using pointers
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

Java Coding questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Simple Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - No
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

All the arthmatic topics

Round 3 - Technical 

(1 Question)

  • Q1. Related to the all the network concepts
Round 4 - One-on-one 

(3 Questions)

  • Q1. Self introduction
  • Q2. Again Technical round 2
  • Q3. Human Resource round

Interview Preparation Tips

Interview preparation tips for other job seekers - My suggestion is Prepare well and say confidently any answer and always stay positive

Broadridge Financial Solutions interview questions for designations

 Senior Member Technical

 (6)

 Member Technical Staff Software

 (1)

 Member Technical Staff Software Developer

 (1)

 Senior Team Member

 (3)

 Senior Technical Associate

 (1)

 Senior Technical Manager

 (1)

 Software Engineer

 (6)

 Software Developer

 (5)

I applied via Kcsgroup.com, jobs site, and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What is pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables. They allow direct manipulation of memory.

    • Pointers are declared using the * symbol.

    • They can be used to pass values by reference.

    • Pointers can be used to dynamically allocate memory.

    • Example: int *ptr; ptr = # *ptr = 10;

    • Example: void swap(int *a, int *b) { int temp = *a; *a = *b; *b = temp; }

  • Answered by AI
  • Q2. What are different types of pointers.explain each
  • Ans. 

    Different types of pointers include null pointers, void pointers, function pointers, and array pointers.

    • Null pointers: pointers that do not point to any memory location.

    • Void pointers: pointers that can point to any data type.

    • Function pointers: pointers that point to functions.

    • Array pointers: pointers that point to the first element of an array.

  • Answered by AI
  • Q3. Iterate through elements of array using pointers
  • Ans. 

    Iterate through array using pointers

    • Declare a pointer variable to point to the first element of the array

    • Use a loop to iterate through the array by incrementing the pointer

    • Stop the loop when the pointer reaches the end of the array

  • Answered by AI
  • Q4. Command line arguments related two program. Ex- write a program to add two command line arguments in C shell
  • Q5. Java oops concepts.collections. method overriding.
  • Q6. String reverse program.also number reverse. Swap two elements without using 3rd variable.
  • Q7. Two puzzle. Iq test. Ex- there are 2 rope which u have to burn.if both rope seperately takes 30 min to burn.then how can u burn both of the rope in 45 min.
  • Q8. What is the angle made by min when it moved from 5 to 5:40.
  • Ans. 

    Min's angle from 5 to 5:40 is 120 degrees.

    • The minute hand moves 360 degrees in 60 minutes.

    • From 5 to 6, the minute hand moves 30 degrees per 5 minutes.

    • From 5 to 5:40, the minute hand moves 30 degrees per 8 minutes.

    • Therefore, the angle made by the minute hand is 30 degrees x 8 = 240 degrees.

    • However, the angle between 5 and 5:40 is only 240 degrees - 120 degrees = 120 degrees.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - U should be totally prepared whatever is in ur resume. Also if u r writing any code, make sure u r writing efficient code.

Skills evaluated in this interview

Get interview-ready with Top Broadridge Financial Solutions Interview Questions

I applied via Company Website and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Most of the questions i faced were from java and oracle.
  • Q2. Logical programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round was a bit difficult. But you can prepare basics . Because they start asking from basics and then move on to very few tough questions. So if you answer basics correctly then they will ignore though you didnt answer tough questions.

Member Technical Jobs at Broadridge Financial Solutions

View all

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

Interview Questionnaire 

2 Questions

  • Q1. Java(files topics)
  • Q2. Technical interview 2 deep concepts of java

Interview Preparation Tips

Round: Test
Experience: Aptitude,reasoning,and verbal

General Tips: Be confident what you are saying for questions
Skills: C Programming, Java Programming, Communication
Duration: <1 week

Interview questions from similar companies

I applied via Company Website and was interviewed before Jan 2021. There were 3 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. Pl sql Unix api configuration
  • Q2. Routing how to use proxy
  • Ans. 

    Routing through a proxy involves configuring the proxy server to forward requests to the destination server.

    • Configure the proxy server to listen for incoming requests

    • Configure the proxy server to forward requests to the destination server

    • Configure the client to use the proxy server for outgoing requests

    • Use a proxy server to bypass network restrictions or improve performance

    • Examples: Nginx, Apache, Squid

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company. You can be fired any day without notice.

Skills evaluated in this interview

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was conducted in Hacker rank which consisted of 10 aptitude questions that included C, C++, Java MCQ. 2 programming questions were also given.

  • Q1. 

    Minimum Cost Path Problem Statement

    Given an N x M matrix filled with integers, determine the minimum sum obtainable from a path that starts at a specified cell (x, y) and ends at the top left corner of t...

  • Ans. 

    The problem involves finding the minimum sum path from a specified cell to the top left corner of a matrix.

    • Start from the specified cell and calculate the minimum sum path to reach the top left corner using dynamic programming.

    • Consider the three possible moves: down, right, and down-right diagonal.

    • Keep track of the minimum sum at each cell and update it based on the minimum of the three possible moves.

    • Finally, the mini...

  • Answered by AI
  • Q2. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. 

    Generate all possible combinations of balanced parentheses for a given number of pairs.

    • Use backtracking to generate all possible combinations of balanced parentheses.

    • Keep track of the number of open and close parentheses used in each combination.

    • Recursively generate combinations by adding open parentheses if there are remaining, and closing parentheses if the number of open parentheses is greater than the number of clo...

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on data structures, oops and networking.

  • Q1. 

    Character Counting Challenge

    Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to count lowercase English alphabets, numeric digi...

  • Ans. 

    Create a program to count lowercase alphabets, digits, and white spaces from user input until '$' is encountered.

    • Read characters from input stream until '$' is encountered

    • Count lowercase alphabets, digits, and white spaces separately

    • Print the counts of each character type as three integers separated by spaces

  • Answered by AI
  • Q2. 

    K Largest Elements Problem Statement

    Given an unsorted array containing 'N' integers, you are required to find 'K' largest elements from the array and return them in non-decreasing order.

    Input:

    The fir...
  • Ans. 

    Find K largest elements in an unsorted array and return them in non-decreasing order.

    • Sort the array in non-decreasing order.

    • Return the last K elements of the sorted array.

  • Answered by AI
  • Q3. How can you check whether you have an internet connection on your system?
  • Ans. 

    To check internet connection on a system, you can use various methods like pinging a website or checking network status.

    • Use ping command to check connectivity to a website (e.g. ping www.google.com)

    • Check network status using network settings or command line tools

    • Try accessing a website or online service to verify internet connection

  • Answered by AI
  • Q4. What happens when you type a URL in a web browser?
  • Ans. 

    When you type a URL in a web browser, the browser sends a request to the server hosting the website, which then responds with the necessary files to display the webpage.

    • Browser checks cache for DNS resolution

    • If not found, browser sends a DNS query to resolve the domain name to an IP address

    • Browser establishes a TCP connection with the server

    • Browser sends an HTTP request to the server for the webpage

    • Server processes the...

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on data structures, oops and networking.

  • Q1. 

    Counting Sort Problem Statement

    Ninja is learning about sorting algorithms, specifically those that do not rely on comparisons. Can you help Ninja implement the counting sort algorithm?

    Example:

    Input:
    ...
  • Ans. 

    Implement counting sort algorithm to sort an array of integers without comparisons.

    • Count the frequency of each element in the input array.

    • Calculate the prefix sum of frequencies to determine the position of each element in the sorted array.

    • Place each element in its correct position based on the prefix sum.

    • Time complexity of counting sort is O(n+k), where n is the number of elements and k is the range of input.

    • Example: ...

  • Answered by AI
  • Q2. What are the applications of the Fibonacci series in real life?
  • Ans. 

    The Fibonacci series has applications in various fields such as mathematics, computer science, art, and nature.

    • Used in algorithms for optimization problems and dynamic programming.

    • Found in nature, such as the arrangement of leaves on a stem, the branching of trees, and the spiral shapes of shells.

    • Applied in financial markets for predicting stock prices and analyzing market trends.

    • Utilized in art and design for creating

  • Answered by AI
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round where the interviewer asked questions to know more about me.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Jan 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

I couldn't find an optimal approach to the first question, so she skipped that question and proceeded to next questions. Remaining questions I have answered satisfactorily.

  • Q1. 

    Subset Sum Equal To K Problem Statement

    Given an array/list of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    Provide true if such a subset exists, otherwise r...

  • Ans. 

    Given an array of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    • Use dynamic programming to solve this problem efficiently

    • Create a 2D array to store if a subset with a particular sum exists

    • Iterate through the array and update the 2D array accordingly

    • Check if the value at the end of the iteration is true for the given K

  • Answered by AI
  • Q2. 

    BFS Traversal in a Graph

    Given an undirected and disconnected graph G(V, E) where V vertices are numbered from 0 to V-1, and E represents edges, your task is to output the BFS traversal starting from the ...

  • Ans. 

    BFS traversal in a disconnected graph starting from vertex 0.

    • Implement BFS algorithm to traverse the graph starting from vertex 0.

    • Use a queue to keep track of visited nodes and their neighbors.

    • Ensure to print the traversal sequence in the correct order.

    • Handle disconnected components by checking for unvisited nodes.

    • Follow the BFS approach of exploring neighbors before moving to the next level.

  • Answered by AI
Round 2 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

I told that my strength is problem solving and I can always find a way when there is a bottle-neck. Gave some examples of my experiences while doing my assignments.

  • Q1. 

    Replace Spaces in a String

    Given a string STR consisting of words separated by spaces, your task is to replace all spaces between words with the characters "@40".

    Input:

    The first line contains an integ...
  • Ans. 

    Replace spaces in a string with '@40'.

    • Iterate through each character in the string

    • Replace spaces with '@40'

    • Return the modified string

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Broadridge Financial Solutions Interview FAQs

How many rounds are there in Broadridge Financial Solutions Member Technical interview for experienced candidates?
Broadridge Financial Solutions interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Broadridge Financial Solutions interview process for experienced candidates are One-on-one Round, Resume Shortlist and Technical.
How to prepare for Broadridge Financial Solutions Member Technical interview for experienced candidates?
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 Analytical skills, SQL, Selenium, JIRA and Db2.
What are the top questions asked in Broadridge Financial Solutions Member Technical interview for experienced candidates?

Some of the top questions asked at the Broadridge Financial Solutions Member Technical interview for experienced candidates -

  1. What is the angle made by min when it moved from 5 to 5:...read more
  2. What are different kind of security vulnerabilities and how to handle t...read more
  3. What are different types of pointers.explain e...read more

Tell us how to improve this page.

Broadridge Financial Solutions Member Technical Interview Process for Experienced

based on 4 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 760 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
PayPal Interview Questions
3.9
 • 213 Interviews
HighRadius Interview Questions
2.8
 • 188 Interviews
Fiserv Interview Questions
3.0
 • 175 Interviews
Razorpay Interview Questions
3.6
 • 154 Interviews
Visa Interview Questions
3.5
 • 141 Interviews
KFintech Interview Questions
3.5
 • 141 Interviews
MasterCard Interview Questions
3.9
 • 140 Interviews
Angel One Interview Questions
4.0
 • 139 Interviews
View all
Broadridge Financial Solutions Member Technical Salary
based on 594 salaries
₹3 L/yr - ₹11.9 L/yr
At par with the average Member Technical Salary in India
View more details

Broadridge Financial Solutions Member Technical Reviews and Ratings

based on 95 reviews

4.2/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.7

Salary

4.4

Job security

4.2

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 95 Reviews and Ratings
Member Technical

Mumbai

0-2 Yrs

Not Disclosed

Member Technical

Hyderabad / Secunderabad

0-2 Yrs

Not Disclosed

Member Technical

Hyderabad / Secunderabad,

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Process Analyst
1.4k 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
594 salaries
unlock blur

₹3 L/yr - ₹11.9 L/yr

Technical Lead
593 salaries
unlock blur

₹9.1 L/yr - ₹34 L/yr

Senior Process Analyst
572 salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Explore more salaries
Compare Broadridge Financial Solutions with

Paytm

3.3
Compare

Fiserv

3.0
Compare

PhonePe

4.0
Compare

KFintech

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