Open In App

BNY Mellon Interview Experience (Off-Campus)

Last Updated : 12 Jan, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

I got the interview opportunity through the “Code Divas Diversity Challenge 2020” organized by BNY Mellon on HackerEarth.

There were 4 coding questions. The time duration was 3 hours.
Two of them were based on Dynamic Programming, one of them was of the digit DP, and the other was similar to the jump game question. Contestants who scored more than 55% marks got interview opportunities.

  1. 2021 batch: Full-time SDE role + 6 months intern (only if college permits 6 months intern)
  2. 2022 batch: 2 months intern

Round 1(Codepair on HackerRank Duration 1hr): 

  1. Coding question: https://leetcode.com/problems/minimum-number-of-taps-to-open-to-water-a-garden/
  2. Tell me about your favorite algorithms, explain one of them, and write the code for the same.
  3. What is a BST, what are other types of trees?
  4. Theoretical questions based on the Graph data structure. 
  5. What are the most important things in Graph theory?
  6. Where graph traversals algorithms are used? Tell about different traversal algorithms and write the order of printing of nodes in the inorder and pre-order traversal.
  7. Some general questions.
  8. Any questions for me?

Round 2(Codepair on HackerRank Duration 1hr): 

  1. Coding question: https://leetcode.com/problems/linked-list-cycle-ii/
  2. Coding question: https://leetcode.com/problems/palindromic-substrings/
  3. SQL query –> Employee and department table is given you need to find the salary of employees in each department
  4. What is Lambda?
  5. What is a virtual function?
  6. What is docker? What is cloud computing? (I didn’t mention these in my resume)
  7. Do you know Java? I said I know the basics, so – What is the entry point of a code in Java? Tell the syntax? Why main is static?
  8. Tell me about Switch & Hub. Which data structure is used in switches?
  9. TCP vs UDP
  10. Find how you can generate a given sequence of numbers from the BST shown on the whiteboard.
  11. Which databases have you used? Difference between SQL and NoSQL.
  12. What servers have you used?
  13. What is the CAP theorem?
  14. Any questions for me?

Round 2(Technical + Managerial on Cisco WebEx Duration 30min):

  1. Tell me about the previous rounds.
  2. Favourite programming language?
  3. Do you know about the maps? Tell me something about it.
  4. How hashing is done?
  5. What is the Hash function? What will happen if a hash function returns 1 always?
  6. Difference between map and unordered map
  7. The interviewer discussed a lot about maps.
  8. Discussed automation project which was mentioned in my resume.  
  9. What are the challenges that you’ve faced till now?
  10. What technology you’ve worked on? Why you choose Django? What is ORM?
  11. Which databases have you used? Where have you used it?
  12. Do you have any leadership experience?
  13. What do you know about BNY Mellon and why you want to join it?

Any questions for me?  

I applied only for a Full-time SDE role. Got a positive response. 


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads