Overall good process. Contacted by HR and after brief technical discussion, interviewed by technical person.
Asked questions based on core java concept, academic projects and SQL queries. Got an offer and accepted it.
I applied through a recruiter. The process took 1 week. I interviewed at Bank of America (New York, NY) in Jun 2022
Interview
I received a phone call by the interviewer which lasted for 45 minutes. The interviewer covered my experience, after which I was asked technical questions about Python, data structures, and algorithms. During the call, I then had a coding round on CodeCollab which lasted under 15 minutes. Just when I was close to finishing the exercise, I was told that I was out of time. I found this to be an arbitrary and unreasonable time constraint for the problem at hand.
To my knowledge, this firm does not pay a bonus for the first year. If you receive an offer, be sure to receive in writing that you will receive a bonus for the first year as well, failing which you probably won’t. For subsequent years, I expect the bonus to be only half of what they originally promise.
Interview questions [3]
Question 1
In Python, what is the difference between a list and a tuple? What is the technical issue with having a function argument with a default value of an empty list? What is a decorator? What are descriptors? How can a Singleton pattern be implemented?
Write a Python function to implement the partition logic of quicksort. The signature of the function is partition(seq: list[int]) → int. Use a fixed pivot which is the number 4. For simplicity, the pivot will always be in the first number in the sequence. The function must partially sort the sequence in-place around the pivot. The function must not create a new list.
Two Technical and one HR Interview.
There was a written test also for qualifying for the interview rounds.
The interviewers were good, but the management of the company was not that good. It was not at all organized in a proper way.
Interview questions [1]
Question 1
I don't remember the question as it have been a long time