Add office photos
Employer?
Claim Account for FREE

Bank of America

4.4
based on 2.8k Reviews
Filter interviews by

Interview Questions and Answers

Updated 25 Sep 2024
Popular Designations

Q1. Python coding question to find the employee with second largest income

Ans.

Python code to find the employee with second largest income in a list of employees

  • Sort the list of employees by income in descending order

  • Return the employee at index 1 in the sorted list

Add your answer

Q2. Detect the unique characters in the substring and their length

Ans.

The candidate needs to identify unique characters in a given substring and calculate their length.

  • Iterate through the substring and store each character in a set to keep track of unique characters

  • Calculate the length of the set to determine the number of unique characters

  • Return the set of unique characters and their length as an array of strings

Add your answer

Q3. Whats your understanding on regulatory reporting

Ans.

Regulatory reporting involves submitting data to regulatory authorities to ensure compliance with laws and regulations.

  • Regulatory reporting is the process of submitting data to regulatory authorities to demonstrate compliance with laws and regulations.

  • It is crucial for financial institutions to report accurate and timely information to regulatory bodies such as the SEC or FINRA.

  • Regulatory reporting helps ensure transparency, accountability, and integrity in the financial syst...read more

Add your answer

Q4. Concepts of mutable and immutable in python.

Ans.

In Python, mutable objects can be changed after creation, while immutable objects cannot be changed.

  • Mutable objects: lists, dictionaries, sets

  • Immutable objects: strings, tuples, numbers

  • Example: x = [1, 2, 3] (mutable), y = 'hello' (immutable)

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. Difference between bagging and boosting

Ans.

Bagging and boosting are ensemble learning techniques used in machine learning to improve the performance of models by combining multiple weak learners.

  • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

  • Boosting involves training multiple models sequentially, where each subsequent model corrects the errors made by the previous ones. Examples ...read more

Add your answer

Q6. 1. Ways to create a SAS macro

Ans.

Creating a SAS macro involves defining the macro, assigning parameters, and executing the macro.

  • Define the macro using %macro macro_name(parameters);

  • Assign parameters using ¶meter_name.

  • Execute the macro using %macro_name(parameter_values);

Add your answer

Q7. Trade settlement of equity

Ans.

Trade settlement of equity refers to the process of transferring securities and funds between parties involved in a trade.

  • Trade settlement involves the delivery of securities from the seller to the buyer and the payment of funds from the buyer to the seller.

  • Settlement can be done through a central securities depository or directly between the parties involved.

  • The settlement period can vary depending on the type of security and market regulations.

  • Examples of trade settlement s...read more

Add your answer

Q8. SQL query using joins

Ans.

SQL query using joins

  • Use JOIN keyword to combine rows from two or more tables based on a related column between them

  • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 5 interviews in the last 1 year
1 Interview rounds
One-on-one Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Assistant Manager Interview Questions from Similar Companies

4.0
 • 35 Interview Questions
4.0
 • 31 Interview Questions
4.0
 • 30 Interview Questions
4.1
 • 22 Interview Questions
3.7
 • 12 Interview Questions
3.7
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter