Upload Button Icon Add office photos

Filter interviews by

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

Updated 26 Sep 2024

Top Broadridge Financial Solutions Member Technical Interview Questions and Answers

View all 13 questions

Broadridge Financial Solutions Member Technical Interview Experiences

16 interviews found

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

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1st round was an aptitude test based on all the basic topics of Computer Science like Html,OOPS,DSA etc

Round 2 - Technical 

(1 Question)

  • Q1. Write a program to find the occurrences of each element and sort the array in the increasing order of
  • Ans. 

    Program to find occurrences of each element and sort array in increasing order.

    • Use a HashMap to store the count of each element in the array.

    • Sort the array based on the occurrences of each element.

    • Handle edge cases like empty array or null input.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Difference between linkedlist and arrays and project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics are what is tested .Learn arrays ,linkedlists, and understand all concepts in your resume end to end

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy basics 65min duration

Round 2 - Technical 

(2 Questions)

  • Q1. Sql quary, basic coding,
  • Q2. C c++ python java questions

Member Technical Interview Questions Asked at Other Companies

Q1. What is the angle made by min when it moved from 5 to 5:40.
asked in HCLTech
Q2. What is DFMEA, VAVE etc... and all other design parameters (that ... read more
Q3. What are different kind of security vulnerabilities and how to ha ... read more
Q4. What are different types of pointers.explain each
Q5. What is object oriented programming?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Easy Aptitude and medium level cs fundamental questions

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

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

 (2)

 Senior Technical Manager

 (1)

 Senior Technical Associate

 (1)

 Software Engineer

 (6)

 Software Developer

 (5)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Mainframes and data base oracle testing
Round 3 - Technical 

(1 Question)

  • Q1. Linux and Java ,core and data base
Round 4 - Case Study 

Background verification

Round 5 - HR 

(1 Question)

  • Q1. Expected CTC and percentage
  • Ans. 

    Expected CTC and percentage

    • Expected CTC refers to the salary package that the candidate is looking for

    • Percentage refers to the academic percentage achieved by the candidate

    • The candidate can mention their expected CTC based on their experience and industry standards

    • The academic percentage can showcase the candidate's academic performance and potential

  • Answered by AI

Get interview-ready with Top Broadridge Financial Solutions Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - 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

Member Technical Jobs at Broadridge Financial Solutions

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

I was interviewed in Jun 2022.

Round 1 - Coding Test 

(3 Questions)

  • Q1. What is object oriented programming?
  • Ans. 

    Object oriented programming is a programming paradigm that uses objects to represent and manipulate data.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation hides the implementation details of an object from the outside world.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects of different classes to be treated as if they were of the same clas...

  • Answered by AI
  • Q2. What is abstraction in oops?
  • Ans. 

    Abstraction in OOP is the process of hiding unnecessary details and exposing only essential features of an object.

    • Abstraction focuses on what an object does rather than how it does it.

    • It allows us to create abstract classes and interfaces that can be used as blueprints for creating objects.

    • Abstraction helps in achieving modularity, reusability, and maintainability of code.

    • Example: A car can be abstracted as a vehicle w...

  • Answered by AI
  • Q3. What do u know about product life cycle?
Round 2 - Technical 

(2 Questions)

  • Q1. Live coding questions
  • Q2. More questions based on my resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving the interview
Don't fake your resume
Make sure you know everything you have mentioned in your resume
have proper knowledge on your previous projects
Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked to write program on factorial and explain it.
  • Q2. Tell us why should we hire you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with basic programming questions and communcation skill are also seen

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Sql,aptitude,java questions,2coding

Round 2 - Technical 

(2 Questions)

  • Q1. 1.swap two nodes in a ll,2.swap two no,frequency count of a array ,
  • Ans. 

    Answering technical interview questions on linked lists and arrays.

    • To swap two nodes in a linked list, we need to identify the nodes and swap their pointers.

    • To swap two numbers in an array, we can use a temporary variable to store one of the numbers while swapping.

    • To count the frequency of elements in an array, we can use a hash table or a dictionary to store the count of each element.

    • Example: swapping nodes in a linke...

  • Answered by AI
  • Q2. Memory Management in Os, Paging Deadlock, Stack vs heap(in context of Memory allocation)

Interview Preparation Tips

Interview preparation tips for other job seekers - just breathe and relax and dont hesitate to interact

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 before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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 FAQs

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

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

  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

based on 4 interviews in last 1 year

1 Interview rounds

  • Aptitude Test Round
View more

People are getting interviews through

based on 9 Broadridge Financial Solutions interviews
Job Portal
WalkIn
Campus Placement
Company Website
33%
22%
22%
11%
12% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
FIS Interview Questions
3.9
 • 470 Interviews
BNY Interview Questions
4.0
 • 328 Interviews
PhonePe Interview Questions
4.0
 • 297 Interviews
View all
Broadridge Financial Solutions Member Technical Salary
based on 630 salaries
₹3 L/yr - ₹10 L/yr
8% less than the average Member Technical Salary in India
View more details

Broadridge Financial Solutions Member Technical Reviews and Ratings

based on 86 reviews

4.2/5

Rating in categories

3.6

Skill development

4.1

Work-Life balance

3.7

Salary & Benefits

4.3

Job Security

4.1

Company culture

3.5

Promotions/Appraisal

3.8

Work Satisfaction

Explore 86 Reviews and Ratings
Member Technical

Hyderabad / Secunderabad

0-2 Yrs

Not Disclosed

Member Technical

Mumbai

0-2 Yrs

Not Disclosed

Explore more jobs
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