Upload Button Icon Add office photos

Filter interviews by

Broadridge Financial Solutions C Developer Interview Questions and Answers

Updated 9 Jul 2024

Broadridge Financial Solutions C Developer Interview Experiences

2 interviews found

C Developer Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2024

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

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Questions Asked based on Resume
  • Q2. Questions on RESTful API's
  • Q3. Questions on System Design
  • Q4. A long Discussion on LinkedList Manipulation with coding example on hackerRank

Interview Preparation Tips

Interview preparation tips for other job seekers - whatever is mentioned in JD Prepare yourself for that

C Developer Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Assignment 

Mcq 35 questions were there based on c++ and java

Round 2 - Coding Test 

2 coding questions were there to be solved in 90 mins

C Developer Interview Questions Asked at Other Companies

asked in UBS
Q1. Merge K Sorted Arrays Problem Statement Given 'K' different array ... read more
asked in UBS
Q2. String Transformation Problem Given a string (STR) of length N, y ... read more
asked in UBS
Q3. Preorder Traversal of a BST Problem Statement Given an array PREO ... read more
asked in UBS
Q4. Sort 0 1 2 Problem Statement Given an integer array arr of size ' ... read more
asked in UBS
Q5. BST Node Deletion Problem Given a binary search tree (BST) and a ... read more

Interview questions from similar companies

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

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Merge two sorted linked lists
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list

    • Create a new linked list to store the merged result

    • Iterate through both input linked lists and compare nodes to determine the order in which they should be added to the result list

    • Handle cases where one list is longer than the other

  • Answered by AI
  • Q2. Check if paranthesis are balanced or not
  • Ans. 

    To check if parentheses are balanced, use a stack data structure to keep track of opening and closing parentheses.

    • Use a stack to push opening parentheses and pop when encountering a closing parenthesis

    • If stack is empty when encountering a closing parenthesis, return false

    • After iterating through all parentheses, if stack is empty, return true

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

(2 Questions)

  • Q1. Right view of a Binary Search tree
  • Ans. 

    The right view of a Binary Search Tree shows the nodes that are visible when viewing the tree from the right side.

    • The right view of a Binary Search Tree includes the rightmost node at each level.

    • Nodes at each level that are not visible from the right side are not included in the right view.

    • Example: For the Binary Search Tree with values 1, 2, 3, 4, 5, the right view would be 1, 3, 5.

  • Answered by AI
  • Q2. Few javascript questions on how to parse a json object without using inbuilt libraries.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa easy-medium and your projecs in depth.

Skills evaluated in this interview

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
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Closures, setTimeout, Eventloop in javascript
  • Q2. How to center a div in css3
  • Ans. 

    To center a div in CSS3, use the 'margin: auto;' property along with a set width.

    • Set the width of the div

    • Use 'margin: auto;' to center the div horizontally

    • Make sure the parent container has a defined width

  • Answered by AI
  • Q3. Call , bind and apply functions in javascript
  • Ans. 

    call, bind, and apply are methods used to manipulate the context of a function in JavaScript.

    • call() is used to invoke a function with a specified 'this' value and arguments provided individually.

    • bind() is used to create a new function with a specified 'this' value and initial arguments.

    • apply() is used to invoke a function with a specified 'this' value and arguments provided as an array.

  • Answered by AI

Skills evaluated in this interview

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

Creating a Web App using React JS and Java Servlets

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
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

I have to write code for a load balancer. The code should be testable and imahoild be thread safe

Interview Preparation Tips

Topics to prepare for Revolut Backend Developer interview:
  • Core Java
Interview preparation tips for other job seekers - Careful Attention to all the details should be given. Example like using list or set etc
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

Broadridge Financial Solutions Interview FAQs

How many rounds are there in Broadridge Financial Solutions C Developer interview?
Broadridge Financial Solutions interview process usually has 1-2 rounds. The most common rounds in the Broadridge Financial Solutions interview process are Assignment, Coding Test and Technical.
What are the top questions asked in Broadridge Financial Solutions C Developer interview?

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

  1. A long Discussion on LinkedList Manipulation with coding example on hackerR...read more
  2. Questions on RESTful AP...read more
  3. Questions on System Des...read more

Tell us how to improve this page.

Broadridge Financial Solutions C Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k 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
 • 756 Interviews
FIS Interview Questions
3.9
 • 476 Interviews
BNY Interview Questions
4.0
 • 332 Interviews
PhonePe Interview Questions
4.0
 • 299 Interviews
View all
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