Open In App

Bank of America Interview Experience | On-Campus 2021

Bank of America visited our campus on 9th September for various profiles testing, analysis, and development.

The whole interview process was done virtually. It consists of 3 rounds.



  1. Online Assessment
  2. HR Round
  3. Technical Round and Managerial Round

Round 1: Online assessment

Time: 90 minutes



Coding Questions:

Example: i/p – 24
o/p - 1 2 3 4 6 8 9 11 12 13 16 17 18 19 22 23 24

Note: The string is not case sensitive meaning F is exactly beautiful as f is. Output the maximum possible beauty of this string.

Example: i/p – AbBCcc
o/p – 152

Hint: You need to observe which alphabet will have what value….. like it’s not necessary for A or a to have a value as 1 and Z or z to have a value as 26. So think.

Solution for 2nd question: First Count the frequency of all elements in the string then the one with the largest frequency is given number 26, then another one with less frequency as 25, and so on.

So, for the above example: AbBCcc –  here frequency of c is maximum so c has number 26, the frequency of A max so its value is 25 and for b it’s 24 so answer = 3*26 + 2*25 + 1*24 = 152

Round 2: HR Round

Time: 10 min

Round 3: Technical + Managerial round 

Time: 1 hour

The above two were asked as I mentioned Python in my resume.

I mention traveling as my hobby so he asked:

Some Hr type questions were:

So overall it was a kind of healthy conversation. The results were declared in a week and I was one of the selected people!!!

Tips:

Article Tags :