Upload Button Icon Add office photos

Bank of America

Compare button icon Compare button icon Compare

Filter interviews by

Bank of America Associate Software Engineer Interview Questions and Answers

Updated 6 Jun 2022

Bank of America Associate Software Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your Technical skill and that is more than enough aprt from other skills.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Bank of America?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Mar 2016.

Interview Questionnaire 

2 Questions

  • Q1. Some technical questions were asked
  • Q2. They spring hibernate MVC flow and core java and Oracle connectivity questions

Interview Preparation Tips

Round: Technical + HR Interview
Experience: There was a Team manager and his junior for the interview

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
Q2. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Accenture
Q3. Write a function to determine if a given string is a valid passwo ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
asked in CGI Group
Q5. Frog Jump Problem Statement A frog is positioned on the first ste ... read more

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 150 minutes
Round difficulty - Medium

For MCQ Round, we have 2 rounds:- 
1. Logical Reasoning (Window of 4 hours)
2. Mathematical Reasoning(Window of 4 hours)
The environment was fine. They gave an option of attempting a mock test in order to familiarize us with the environment

Logical Reasoning, in which there were 12 questions, and for each question we had a time limit of 75 seconds. There was a cut-off of 40 for the next round, and people who qualified were sent an e-mail with a link to continue with the process.

Numerical Reasoning, in my opinion, was the most challenging round. The questions were in a pair of 3 in which a table/bank statement was given and 3 questions were based on that. The questions were purely based on calculations and semi-subjective. The time given for the 1st question was 90 seconds and for the rest 2 questions, 75 seconds each

For Coding Round, 
120 minutes window(Test was of 90 minutes)
We have two questions
For the first question(30 Minutes)
For the second question(60 Minutes)
The tricky thing was we only had one attempt, i.e we were allowed to submit the solution only once.

  • Q1. 

    Maximum Frequency Number Problem Statement

    Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array.

    If multip...

  • Ans. 

    Find the number with the highest frequency in an array, returning the first one in case of ties.

    • Count Frequencies: Use a hash map to count occurrences of each number in the array.

    • Track First Occurrence: Store the index of the first occurrence of each number to resolve ties.

    • Iterate Efficiently: Loop through the array once to build the frequency map and another pass to determine the maximum frequency.

    • Example: For input [...

  • Answered by AI
  • Q2. 

    Mike and Mobile Problem Statement

    Mike, a little boy who loves solving math problems, was playing with his mom's mobile phone. The mobile keypad includes 12 buttons: 10 digit buttons (0-9) and 2 non-digit...

  • Ans. 

    Mike can generate unique numbers by pressing mobile keypad buttons, following specific rules for adjacent presses.

    • Button Press Rules: Mike can press the same button or an adjacent one after the initial press.

    • Initial Choices: For N=1, he can choose any of the 10 digits (0-9), resulting in 10 unique numbers.

    • Adjacent Button Logic: For N=2, starting from any digit, he can press the same or adjacent digits, leading to 36 co...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

The timing was around 1 pm and the whole interview went for about 40 minutes.
The interviewer first went through my resume and asked me to introduce myself. After my introduction, he asked me about my projects mentioned in the resume. In the introduction itself, I told him that I am interested in competitive programming and preparing for ICPC. He then asked me about my preparation for ICPC. He then asked me some questions from OOPS. I was then asked 1 simple CP problem. The interviewer also asked about situation-based problems. As I previously mentioned about Competitive Programming, he asked how this will help in adding value to the company.

  • Q1. 

    Remove Duplicates Problem Statement

    You are given an array of integers. The task is to remove all duplicate elements and return the array while maintaining the order in which the elements were provided.

    ...

  • Ans. 

    The task is to remove duplicates from an array while preserving the original order of elements.

    • Use a set to track seen elements and a list to store the result, ensuring duplicates are skipped.

    • Example: For input [1, 2, 2, 3, 1], the output should be [1, 2, 3].

    • Iterate through the array, adding elements to the result list only if they haven't been seen before.

    • This approach maintains the order of first occurrences of each ...

  • Answered by AI
Round 3 - Video Call 

Round duration - 10 minutes
Round difficulty - Easy

In this round interviewer basically asked about my project in detail and also asked about various technologies used in that project.

Round 4 - HR 

Round duration - 10 minutes
Round difficulty - Easy

We were asked about family background, location of the intern, any interest in startups (as they don’t want students who they hire also work with startups side by side), etc.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. B.R. Ambedkar National Institute of Technology. I applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7 CGPAStandard Chartered Bank interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, Dynamic Programming, Graphs, Competitive Programming, DBMS, Computer Architecture, Python, C++Time required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Solve as many questions as possible
Tip 2 : Focus on Communication Skills
Tip 3 : Spend some time on resume building
Tip 4 : Give some mock interviews
Tip 5 : Read others experiences as it will give you an idea about the whole interview process
Tip 6 : Learn from failures and try not to repeat the same mistakes in the future
Tip 7 : Most importantly enjoy the process

Application resume tips for other job seekers

Tip 1 : Should not exceed 1 page
Tip 2 : Put only those things which you are confident that you can answer anything 
Tip 3 : Have some projects on your resume
Tip 4 : Select the template of your resume based on its readability
Tip 5 : Put things on your resume in a systematic manner(Don't create a mess)
Tip 6 : Take a look at other selected resumes as it will give an idea on what basis companies accept or reject the resumes

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 Hour Basic Aptitude

Round 2 - Coding Test 

2 Coding questions on Stacks and Array

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

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Usual Quants and logical reasoning questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Intro and projects details
  • Q2. Oops and Java basics
Round 3 - HR 

(1 Question)

  • Q1. Background and some behaviour questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic UFT related questions from variables to program
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Core java , string, thread , sql, mvc, spring boot

Round 2 - Technical 

(2 Questions)

  • Q1. 2 coding questions on array and string
  • Q2. Sorting , thread
Round 3 - Technical 

(3 Questions)

  • Q1. Managerial round
  • Q2. Project and some basic questions
  • Q3. Describe your project
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jun 2023. 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 - Coding Test 

Ms office,Core Java , Tally , C,

Round 3 - Group Discussion 

In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade the skills
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, basic ,SQL ,ado
Round 2 - Coding Test 

Curd operation with SQL connectivity

I applied via LinkedIn and was interviewed in May 2021. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What challenges did u faced in your role
  • Ans. 

    I faced various challenges, including tight deadlines, evolving technologies, and team collaboration issues.

    • Tight deadlines: I had to deliver a complex feature in two weeks, which required prioritizing tasks and effective time management.

    • Evolving technologies: Adapting to new frameworks like React and integrating them into existing projects posed a learning curve.

    • Team collaboration: Miscommunication led to duplicated e...

  • Answered by AI
  • Q2. What is ur purpose of leaving ur ofz
  • Ans. 

    I am looking for new challenges and growth opportunities.

    • Seeking a more challenging role

    • Looking for opportunities to learn and grow

    • Want to work with new technologies

    • Desire to work in a different industry

    • Seeking better work-life balance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident stay strong

Bank of America Interview FAQs

How many rounds are there in Bank of America Associate Software Engineer interview?
Bank of America interview process usually has 1 rounds. The most common rounds in the Bank of America interview process are One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.6k Interviews
HDFC Bank Interview Questions
3.9
 • 2.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 757 Interviews
IndusInd Bank Interview Questions
3.5
 • 676 Interviews
Yes Bank Interview Questions
3.7
 • 478 Interviews
Deutsche Bank Interview Questions
3.9
 • 389 Interviews
View all
Bank of America Associate Software Engineer Salary
based on 5 salaries
₹6 L/yr - ₹19 L/yr
101% more than the average Associate Software Engineer Salary in India
View more details
Team Lead
2.5k salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Assistant Manager
2k salaries
unlock blur

₹7.2 L/yr - ₹27 L/yr

Team Developer
1.9k salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Software Engineer
1.2k salaries
unlock blur

₹7.2 L/yr - ₹27.8 L/yr

Manager
1k salaries
unlock blur

₹11.5 L/yr - ₹39 L/yr

Explore more salaries
Compare Bank of America with

JPMorgan Chase & Co.

3.9
Compare

BA Continuum

4.1
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare
write
Share an Interview