Coding Round, Technical Round, and HR.
The developers at Chennai simply copy/paste questions from GeeksforGeeks instead of preparing their own. Poor coordination.
They will make you sit idle for 3-4 hours without any reason. Please improve the interview process and value the time.
Given an array A of positive integers, sort the array in ascending order such that the element at index K in the unsorted array stays unmoved and all other elements are sorted.
Input: arr[] = {10, 4, 11, 7, 6, 20} k = 2; Output: arr[] = {4, 6, 11, 7, 10, 20}
Input: arr[] = {30, 20, 10} k = 0 Output: arr[] = {30, 10, 20}
How to design a parking lot using object-oriented principles?
For our purposes right now, we’ll make the following assumptions. We made these specific assumptions to add a bit of complexity to the problem without adding too much. If you made different assumptions, that’s totally fine.
The following metrics were computed from 2 interview experiences for the Bank of America Senior Software Developer role in Chennai, Tamil Nadu.
Bank of America's interview process for their Senior Software Developer roles in Chennai, Tamil Nadu is extremely selective, failing the vast majority of engineers.
Candidates reported having very negative feelings for Bank of America's Senior Software Developer interview process in Chennai, Tamil Nadu.