Upload Button Icon Add office photos

Filter interviews by

Broadridge Financial Solutions Web Developer Interview Questions and Answers

Updated 26 Jan 2023

Broadridge Financial Solutions Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 26 Jan 2023

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

I applied via Referral 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 - One-on-one 

(2 Questions)

  • Q1. What are the skills you know related to the web development
  • Ans. 

    Skills related to web development include HTML, CSS, JavaScript, and various frameworks and libraries.

    • Proficiency in HTML and CSS for creating web pages and styling them

    • Knowledge of JavaScript for adding interactivity and functionality to web pages

    • Familiarity with various frameworks and libraries such as React, Angular, and jQuery

    • Understanding of server-side languages like PHP and Python for building dynamic web applic...

  • Answered by AI
  • Q2. Tell them what ever you have learned since they will train you in their field

Interview Preparation Tips

Interview preparation tips for other job seekers - try to be genuine tell them whatever you knw instead of pretending to be

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Sep 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 

(3 Questions)

  • Q1. What is sql join?
  • Ans. 

    SQL join is used to combine rows from two or more tables based on a related column between them.

    • SQL join is used to retrieve data from multiple tables based on a related column.

    • Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q2. Explain CORS and its importance
  • Ans. 

    CORS stands for Cross-Origin Resource Sharing and is a security feature that allows or restricts resources on a web page to be requested from another domain.

    • CORS is important for security reasons as it prevents malicious websites from making unauthorized requests to a different domain.

    • It allows servers to specify who can access their resources by setting appropriate HTTP headers.

    • CORS is essential for enabling cross-ori...

  • Answered by AI
  • Q3. Explain your project

Skills evaluated in this interview

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Introduce Yourself, What do you know about Insurances?
Round 2 - HR 

(1 Question)

  • Q1. How can you as a Front End developer contribute to our company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Remember your goal
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Expected salery

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

1 coding question which was quite easy. Some MCQ that includes basic questions related to html, css, javascript, oops, dbms and output.

  • Q1. LRU Cache Implementation

    Design and implement a data structure for Least Recently Used (LRU) cache to support the foll...

  • Ans. Array Approach

    We will use an array of type Pair<key, value> to implement our LRU Cache where the larger the index is, the more recently the key is used. Means, the 0th index denotes the least recently used pair, and the last index denotes the most recently used pair.

     

    The key will be considered as accessed if we try to perform any operation on it. So while performing the get operation on a key, we will do a ...

  • Answered Anonymously
Round 2 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

easy round. Had some frontend questions related to html ,css, js , etc Explain Closures in JavaScript. In how many ways can we specify the CSS styles for the HTML element?

  • Q1. String Palindrome

    Given a string, determine if it is a palindrome, considering only alphanumeric characters.

    Palindrome
    A palindrome is a word, number, phrase, or other sequences of characters which read...
  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered Anonymously
  • Q2. DBMS Questions

    normalization, indexing

Round 3 - Video Call 

(3 Questions)

Round duration - 120 Minutes
Round difficulty - Hard

late at 8.00 pm

  • Q1. Program for Priority CPU Scheduling | Set 1

    You are given the ‘N’ processes with their “burst times”, and the “arrival time” for all processes is ‘0’. You are also given the ‘priority’ of each process.

    Y...

  • Ans. Sorting

    Approach:

     

    • Recall the following:
      • Finish Time: The time at which the process complete and exits from the system.
      • Turn Around Time: The total time taken by the process. In other words, Turn Around time = Finish Time - Arrival Time.
      • Waiting Time: The total time taken by the process in the ready queue. In other words, Waiting Time = Turn Around Time - Burst Time.
    • We also have the ’priority’ of each process. The high...
  • Answered Anonymously
  • Q2. OS Question

    data spooling

  • Q3. DBMS Question

    difference between inheritance and generalization

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Frontend Developer in GurgaonEligibility criteriaabove 8 CGPAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - DATA STRUCTURES, OOPS, DBMS, NETWORKING, ALGORITHMSTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : be confident
Tip 2 : make sure to talk less
Tip 3 : give precise answer

Application resume tips for other job seekers

Tip 1 : mention only relevant things
Tip 2 : be precise

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Sep 2022. There were 2 interview rounds.

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 - Technical 

(3 Questions)

  • Q1. What is sql join?
  • Ans. 

    SQL join is used to combine rows from two or more tables based on a related column between them.

    • SQL join is used to retrieve data from multiple tables based on a related column.

    • Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q2. Explain CORS and its importance
  • Ans. 

    CORS stands for Cross-Origin Resource Sharing and is a security feature that allows or restricts resources on a web page to be requested from another domain.

    • CORS is important for security reasons as it prevents malicious websites from making unauthorized requests to a different domain.

    • It allows servers to specify who can access their resources by setting appropriate HTTP headers.

    • CORS is essential for enabling cross-ori...

  • Answered by AI
  • Q3. Explain your project

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About WordPress and widget
  • Q2. Learn througly and understand Landing pages

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself from basic questions and have hand on experience on widget

Broadridge Financial Solutions Interview FAQs

How many rounds are there in Broadridge Financial Solutions Web Developer interview?
Broadridge Financial Solutions interview process usually has 2 rounds. The most common rounds in the Broadridge Financial Solutions interview process are Resume Shortlist and One-on-one Round.
How to prepare for Broadridge Financial Solutions Web 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 Adobe, CSS3, Coding, Compatibility Testing and Front End.

Tell us how to improve this page.

Web Developer Interview Questions from Similar Companies

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
637 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Technical Lead
579 salaries
unlock blur

₹9.1 L/yr - ₹34 L/yr

Senior Process Analyst
570 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

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