Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by BNY Team. If you also belong to the team, you can get access from here

BNY Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BNY Customer Service Representative Interview Questions and Answers

Updated 2 Apr 2022

BNY Customer Service Representative Interview Experiences

2 interviews found

I applied via Bny Mellon website and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was to tough but it was all relatable to my finance sector regarding MBA and the passing marks were 80% so it was tough but as I kept on practing and I cracked it and the aptitude test was divided into 2 subjects English /Finance both keep on giving mock on online the aptitude will be easy.

Round 2 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for BNY Customer Service Representative interview:
  • Mutual Funds
  • Investment Banking
  • Finance
  • Accounting basics
  • Share Market
Interview preparation tips for other job seekers - This was my last round of mangers with two of them asking me questions simultaneously one after other regarding finance sector and personal opinions it was a great experience about this interview and I thank all my supporters who guided me in cracking this interview.

I applied via Bny Mellon website and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was to tough but it was all relatable to my finance sector regarding MBA and the passing marks were 80% so it was tough but as I kept on practing and I cracked it and the aptitude test was divided into 2 subjects English /Finance both keep on giving mock on online the aptitude will be easy.

Round 2 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for BNY Customer Service Representative interview:
  • Mutual Funds
  • Investment Banking
  • Finance
  • Accounting basics
  • Share Market
Interview preparation tips for other job seekers - This was my last round of mangers with two of them asking me questions simultaneously one after other regarding finance sector and personal opinions it was a great experience about this interview and I thank all my supporters who guided me in cracking this interview.

Customer Service Representative Interview Questions Asked at Other Companies

Q1. 4) What is the difference between BPO and KPO?
asked in HCLTech
Q2. What is a bpo, what do you know about bpo, could you please expla ... read more
asked in Mindpearl
Q3. What would you consider when describing something technical to a ... read more
Q4. 6) What you understand about BPO?
asked in Mindpearl
Q5. Explain how the features of technique is advancing?

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. There were 4 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 - Assignment 

Assessment of Aptitude, basic common understanding of day to day problems and thier management

Round 3 - One-on-one 

(1 Question)

  • Q1. Even thiugh i prepared thoroughly, they wanted to know more about me as a person and were not too hard. Quite an amazing panel.
Round 4 - HR 

(2 Questions)

  • Q1. Why you want to work with HSBC
  • Q2. What are expectation in terms of salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real, they would select you if they find you suitable, otherwise it would be you struggling on the job.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Necessary skills needed for a customer service rep.
  • Q2. Why do you want to work at HSBC
Round 2 - Aptitude Test 

Behavioral assessment if it aligns with their value (30min-1hr)

Interview Preparation Tips

Interview preparation tips for other job seekers - Dress smart, be confident, You got this, All the best.

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Conflict management
  • Q2. Financial forecasting and vendor management
  • Q3. Alteryx, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - - Be prepared.
- Read the JD to understand the probable questions.
- Ask your queries and understanding about the requirements.
- Smile
- Be yourself
- Prepare introduction in line with the job

I applied via Recruitment Consultant and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. NOTHING SPECIAL

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepare for all types of HL knowledge and login process and market analysis

I applied via Naukri.com and was interviewed before Nov 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 

(1 Question)

  • Q1. Project related interview questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, Asked some questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I have attended for manual testing. I was little easy

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an integer array containing numbers from 0 to (N - 2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number that appears twice in the array.

    • The duplicate number is always present in the given array.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

  • Q1. 

    Bubble Sort Problem Statement

    Sort an unsorted array of non-negative integers using the Bubble Sort algorithm, which swaps adjacent elements if they are not in the correct order to sort the array in non-d...

  • Ans. 

    Bubble Sort is used to sort an array of non-negative integers in non-decreasing order by swapping adjacent elements if they are not in the correct order.

    • Iterate through the array and compare adjacent elements, swapping them if they are in the wrong order.

    • Repeat this process until the array is sorted in non-decreasing order.

    • Time complexity of Bubble Sort is O(n^2) in worst case.

    • Example: For input [6, 2, 8, 4, 10], the o

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Unweighted Graph Shortest Path Problem

    You are tasked with finding the shortest path between two houses in the city of Ninjaland, represented as an unweighted graph. The city has N houses numbered from 1 ...

  • Ans. 

    Find the shortest path between two houses in a city represented as an unweighted graph.

    • Use breadth-first search (BFS) algorithm to find the shortest path in an unweighted graph.

    • Start BFS from the source house and keep track of the shortest path to each house.

    • Once the destination house is reached, backtrack to find the shortest path.

    • Consider using a queue data structure to implement BFS efficiently.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria7Morgan Stanley interview preparation:Topics to prepare for the interview - Java , spring, aws,azure, Algorithm, computer Architecture, compiler designTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : online resources
Tip 2 : cracking the coding interview by Gayle laykemann this is one of the best book for learning the concept at the initial level. Start practicing the approaches mention in the book once done apply the same to similar level pattern questions.
Tip 3 : geeks for geeks start from school level and then move towards easy medium and hard once done practice the previous year questions

Application resume tips for other job seekers

Tip 1 : precise clear concise and well written 
Tip 2 : mentions the skills sets along with the projects

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Reason for job switch. Reason for role switch. Technical role related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and go with a smile. Do try to connect with the interviewer on a personal level. Know everything about your CV perfectly because they won’t go much beyond that. Be prepared for your new role related questions about how your current skills are transferable to your new job.

BNY Interview FAQs

How many rounds are there in BNY Customer Service Representative interview?
BNY interview process usually has 2 rounds. The most common rounds in the BNY interview process are Aptitude Test and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 575 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 532 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
View all
BNY Customer Service Representative Salary
based on 13 salaries
₹2.6 L/yr - ₹5.5 L/yr
39% more than the average Customer Service Representative Salary in India
View more details

BNY Customer Service Representative Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

5.0

Skill development

3.7

Work-life balance

4.5

Salary

5.0

Job security

4.1

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 3 Reviews and Ratings
Analyst
1.9k salaries
unlock blur

₹2.7 L/yr - ₹9.5 L/yr

Senior Analyst
1.8k salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Senior Associate
1.3k salaries
unlock blur

₹12 L/yr - ₹26 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Associate
1.1k salaries
unlock blur

₹3.7 L/yr - ₹15 L/yr

Explore more salaries
Compare BNY with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

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