Upload Button Icon Add office photos

Bank of America

Compare button icon Compare button icon Compare

Filter interviews by

Bank of America Senior Technical Associate Interview Questions and Answers

Updated 30 Oct 2023

Bank of America Senior Technical Associate Interview Experiences

5 interviews found

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions+ 3 behaviour question.
-Valid parentheses
-Alternate string characters upper case conversion.

Round 2 - Technical 
Round 3 - HR 

Interview Preparation Tips

Interview preparation tips for other job seekers - It might seem that this interview was very difficult and for some it seems to be very easy. But interview are never same for everyone. One my friend was asked to explain his project only. Another one was asked a Dynamic programming question. So no need to worry about interview. Just prepare better what you already know or what you have it in your resume.
RESUME IS VERY MUCH IMPORTANT.
RATTA MAAR LO....BHAUT QUESTION AENGE RESUME SE.

I applied via Campus Placement and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 

(1 Question)

  • Q1. Ques was based on previous project in B.Tech final year. What was your role? How you manage the team.
  • Ans. As my project was web and android based which was placement made easy. And what technology we used to implement that, and so on.
  • Answered Anonymously
Round 2 - Behavioral 

(2 Questions)

  • Q1. Would you rather work as individual or in a team? Next one was if you're not well versed with any technical skills other than yours and your client ask you to do so what will you do?
  • Q2. Obviously everyone wants to work with team because it's beneficial for self growth along with social growth. Answer to other ques is that first I'll try to brush up my skills to meet your expectations but...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and go through your resume thoroughly and prepare with some witty answer to crack the interview.

Senior Technical Associate Interview Questions Asked at Other Companies

asked in Genpact
Q1. What about DNS, query, zones, records, stub zone, PTR, Point reco ... read more
asked in Genpact
Q2. Active Directory, How to migrate AD from legacy server to new ser ... read more
asked in Genpact
Q3. How to upgrade windows from user end, what about antivirus, encry ... read more
Q4. How can you measure exactly 4 liters of water using only a 3-lite ... read more
Q5. Write a program to convert a number given in words to its numeral ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Basic SQL questions
Round 3 - Coding Test 

Basic Java code, few more SQL questions, a puzzle

I appeared for an interview in Dec 2016.

Interview Questionnaire 

2 Questions

  • Q1. There was one technical question related to SQL and one puzzle which was quite simple.
  • Q2. Certain cases and terminilogy related to the company.

Interview Preparation Tips

Round: Test
Experience: It was an online test which had both aptitude and coding sections.
Tips: One should be having good knowledge of the technical skills like SQL, C, C++ and the required things.
Duration: 3 hours
Total Questions: 100

Round: Technical Interview
Experience: Nothing as such. The very first thing they asked is to describe myself. They were checking my technical knowledge and my confidence level.
Tips: As everyone says and I also believed that you should be confident of what you are. You shouldn't be writing extra things to get the interview panel's attention towards you. You should be energetic and a loud candidate.

Round: HR Interview
Experience: There were two HR's who took my interview and what all they were looking for is a guy with full of confidence and who can deal in the pressure condition. I think I was at the top of my HR interview.
Tips: You should be confident of what you are. As it is believed that quality matters than the quantity. What I think the main requiremnet is the acceptance of your cons and your faults. Rejection should be used as a weapon and not as your doom.

Skills: Technical Skill, HR Skills, Personality
College Name: Delhi Technological University, Delhi

I appeared for an interview before Feb 2016.

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself.
  • Q2. Reverse a string with pointers and with least time complexity.
  • Q3. Puzzle: Measure 4ltr exactly with with a 3ltr and 5ltr bucket.
  • Q4. Detailed explaination of resume projects and question surrounding them.
  • Q5. Puzzle based on matrix.

Interview Preparation Tips

Round: Test
Experience: It was amcat test. 25 questions in each section. No negative marking. Al question are MCQ.
Tips: Rs aggrawal, programmerinterview.com, geeksforgeeks.com, academics syllabus (DSA, Graph Theory, C, C++)
Duration: 2 hours
Total Questions: 85

Round: Technical Interview
Experience: All of the above questions were asked in sequence.
Tips: C, Database, Basic Puzzles

Round: Technical Interview
Experience: All of my resume projects were explored in detail. Then puzzle to make 4*4 matrix from a 100*100 matrix with least time complexity.
Tips: Database, Algorithms, Data Structures.

College Name: VIT Vellore

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Bank of America?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to check numer is palindrom or not.
  • Ans. 

    Program to check if a number is a palindrome or not.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q2. What is the functionality of Lambda Expression in Java.
  • Ans. 

    Lambda expressions in Java are used to provide a concise way to represent anonymous functions.

    • Lambda expressions are used to define inline implementation of a functional interface.

    • They enable you to pass functionality as an argument to a method.

    • Lambda expressions are made up of parameters, an arrow, and a body.

    • Example: (a, b) -> a + b

  • Answered by AI
  • Q3. How to call default method of interface if class implemented multiple interfaces.
  • Ans. 

    To call a default method of an interface when a class implements multiple interfaces, use the interface name followed by the method name.

    • Use InterfaceName.super.methodName() to call the default method of a specific interface.

    • If a class implements multiple interfaces with default methods of the same name, you must specify the interface name to call the desired method.

    • Example: Interface1.super.defaultMethod() to call the...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Design an online bidding system

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time if you don't get reply within 5 days
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced professional with a strong background in project management and team leadership.

    • Over 8 years of experience in project management

    • Successfully led cross-functional teams to deliver projects on time and within budget

    • Strong communication and interpersonal skills

    • Proven track record of achieving targets and exceeding expectations

  • Answered by AI
  • Q2. Personal details
Interview experience
4
Good
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Black and Scholes model in detail
  • Ans. 

    Black-Scholes model is a mathematical model used to calculate the theoretical price of European-style options.

    • Developed by Fischer Black, Myron Scholes, and Robert Merton in 1973

    • Assumes stock prices follow a lognormal distribution

    • Factors in the option's strike price, time to expiration, risk-free interest rate, and volatility of the underlying asset

    • Helps in determining the fair value of options and other derivatives

    • Use...

  • Answered by AI

Bank of America Interview FAQs

How many rounds are there in Bank of America Senior Technical Associate interview?
Bank of America interview process usually has 2-3 rounds. The most common rounds in the Bank of America interview process are Resume Shortlist, Coding Test and HR.
What are the top questions asked in Bank of America Senior Technical Associate interview?

Some of the top questions asked at the Bank of America Senior Technical Associate interview -

  1. Puzzle: Measure 4ltr exactly with with a 3ltr and 5ltr buck...read more
  2. Reverse a string with pointers and with least time complexi...read more
  3. Certain cases and terminilogy related to the compa...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

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
 • 768 Interviews
IndusInd Bank Interview Questions
3.5
 • 686 Interviews
Yes Bank Interview Questions
3.7
 • 482 Interviews
Deutsche Bank Interview Questions
3.9
 • 390 Interviews
View all
Bank of America Senior Technical Associate Salary
based on 158 salaries
₹4.8 L/yr - ₹10 L/yr
11% less than the average Senior Technical Associate Salary in India
View more details

Bank of America Senior Technical Associate Reviews and Ratings

based on 22 reviews

3.9/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.8

Salary

4.5

Job security

4.6

Company culture

3.5

Promotions

3.1

Work satisfaction

Explore 22 Reviews and Ratings
Team Lead
2.6k salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Assistant Manager
2k salaries
unlock blur

₹12.8 L/yr - ₹22.3 L/yr

Team Developer
1.9k salaries
unlock blur

₹4.6 L/yr - ₹9.7 L/yr

Software Engineer
1.2k salaries
unlock blur

₹8.2 L/yr - ₹26 L/yr

Manager
1k salaries
unlock blur

₹19.2 L/yr - ₹35 L/yr

Explore more salaries
Compare Bank of America with

JPMorgan Chase & Co.

3.9
Compare

BA Continuum

4.1
Compare

HDFC Bank

3.8
Compare

ICICI Bank

4.0
Compare
write
Share an Interview