i
BNY
Filter interviews by
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
Structured finance involves creating complex financial instruments by pooling assets and selling them to investors.
Structured finance is a way to create customized financial products by pooling assets like mortgages, loans, or bonds.
These assets are then divided into tranches with different levels of risk and return, and sold to investors.
Parties involved in structured finance include originators, underwriters, rating ...
Bond prices and yields have an inverse relationship.
When bond prices go up, yields go down and vice versa.
This is because the yield is the return an investor receives on their investment, while the bond price is the amount they pay for the bond.
For example, if a bond has a face value of $1000 and a yield of 5%, the investor would receive $50 per year in interest. If the bond price goes up to $1100, the yield would decr...
Bond price is calculated based on the present value of future cash flows.
Bond price is affected by interest rates, credit rating, and time to maturity.
The present value of future cash flows is calculated using a discount rate.
Bond prices move inversely to interest rates.
For example, if a bond has a face value of $1000, a coupon rate of 5%, and a maturity of 10 years, the bond price would be calculated as the present va...
Embedded options are features in financial instruments that allow the holder to take certain actions at specific times.
Embedded options are commonly found in bonds, mortgages, and other debt instruments.
They can include call options, put options, and convertible options.
Call options allow the holder to buy the underlying asset at a specific price, while put options allow the holder to sell the underlying asset at a spe...
Special purpose vehicles (SPVs) are entities created to isolate financial risk and facilitate complex financial transactions.
SPVs are commonly used in structured finance to securitize assets such as mortgages, auto loans, and credit card debt.
They are designed to protect investors by separating the assets and liabilities of the SPV from those of the parent company.
SPVs can issue bonds or other securities backed by the ...
DFC is a valuation method that estimates the intrinsic value of a stock based on future cash flows. Dividend discount model values a stock based on its future dividend payments.
DFC involves projecting future cash flows and discounting them back to their present value
Dividend discount model values a stock based on the present value of its future dividend payments
Both methods are used to determine the intrinsic value of ...
posted on 18 Feb 2025
Competitive
Was interesting and very tough to crack
I was interviewed in Jan 2025.
I have over 10 years of experience leading and managing teams in various industries.
Led a team of 50+ employees in a manufacturing company, improving productivity by 20%
Managed a cross-functional team of engineers, designers, and marketers in a tech startup
Implemented team-building activities to boost morale and collaboration
I am currently leading a team in designing and implementing a new database system for our project.
Leading a team in designing a new database system
Implementing the new database system
Ensuring data integrity and security measures are in place
I am highly proficient in SQL with extensive experience in writing complex queries, optimizing database performance, and designing database schemas.
Extensive experience writing complex SQL queries
Optimizing database performance through SQL
Designing database schemas using SQL
Familiar with advanced SQL concepts such as joins, subqueries, and indexing
I took a gap to gain practical work experience and save money for my MBA.
To gain practical work experience relevant to my field of study
To save money for tuition and living expenses during my MBA program
To take a break and reassess my career goals before committing to further education
SQL procedures are reusable blocks of code that can be called to perform a specific task.
Procedures are created using the CREATE PROCEDURE statement.
They can accept input parameters and return output parameters.
Procedures can be called using the EXECUTE or CALL statement.
They are used to encapsulate logic for tasks that need to be performed repeatedly.
Procedures can improve performance by reducing network traffic.
BNY interview questions for popular designations
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
The main financial statements are the income statement, balance sheet, and cash flow statement.
Income statement shows a company's revenues and expenses over a period of time.
Balance sheet provides a snapshot of a company's financial position at a specific point in time.
Cash flow statement details the cash inflows and outflows of a company during a period.
These statements are essential for analyzing a company's financia
I handle stressful situations by staying calm, prioritizing tasks, and seeking support when needed.
Remain calm and composed under pressure
Prioritize tasks based on urgency and importance
Seek support from colleagues or supervisors if necessary
Get interview-ready with Top BNY Interview Questions
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
I have over 5 years of experience working as a KYC Analyst in the banking industry.
Performed customer due diligence and enhanced due diligence on new and existing clients
Conducted risk assessments and investigations to ensure compliance with regulations
Reviewed and analyzed customer documentation to verify identity and assess risk levels
Collaborated with internal teams and external stakeholders to gather necessary info...
I handle pressure by prioritizing tasks, staying organized, and seeking help when needed.
Prioritize tasks based on deadlines and importance
Break down tasks into smaller steps to manage time effectively
Communicate with team members and supervisors for support and guidance
Take short breaks to recharge and maintain focus
Stay organized with to-do lists and calendars
Practice stress-relief techniques like deep breathing or m
I am a detail-oriented KYC Analyst with 5 years of experience in conducting due diligence and risk assessments for financial institutions.
5 years of experience in KYC analysis
Skilled in conducting due diligence and risk assessments
Strong attention to detail
Familiar with AML regulations and compliance procedures
Seeking new challenges and growth opportunities in a different environment.
Desire for career advancement
Seeking new challenges
Relocation
Company restructuring
Better work-life balance
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Credit analysis of a company involves evaluating its financial health, creditworthiness, and ability to repay debt.
Gather financial statements and reports from the company.
Analyze financial ratios such as liquidity, solvency, and profitability.
Assess the company's industry and market conditions.
Review the company's credit history and payment behavior.
Consider any external factors that may impact the company's creditwor...
2 easy lc, 1 medium and 1 hard. I completed 3/4 including hard and medium.
I work efficiently when I have a clear goal, a structured plan, and minimal distractions.
Having a clear goal helps me stay focused and motivated.
Creating a structured plan allows me to prioritize tasks and manage my time effectively.
Minimizing distractions, such as turning off notifications or finding a quiet workspace, helps me maintain concentration.
Examples: Setting daily goals, using time management techniques like
List comprehension to find even numbers from 0 to 11
Use list comprehension with condition for even numbers
Syntax: [x for x in range(12) if x % 2 == 0]
Example: ['0', '2', '4', '6', '8', '10']
Test driven development is a software development process where tests are written before the actual code.
Write a failing test case based on requirements
Write the minimum code to pass the test
Refactor the code to improve quality and maintainability
Repeat the process for each new feature or change
I performed testing by utilizing various unit testing modules such as JUnit and Mockito.
Utilized JUnit for testing individual units of code
Used Mockito for mocking dependencies in unit tests
Implemented test cases to ensure proper functionality and identify bugs
I have diverse experience in various industries, seeking growth opportunities and challenges.
Worked in finance, healthcare, and technology industries
Focused on project management, data analysis, and client relations
Seeking opportunities for professional growth and development
My expected compensation is based on my experience, skills, and the market rate for Senior Associates in this industry.
Research the average salary range for Senior Associates in the industry
Consider my years of experience and relevant skills when determining my expected compensation
Be open to negotiation based on the overall compensation package offered
I applied via Campus Placement
Key concepts in computer science and data structures commonly evaluated in interviews.
Data structures: arrays, linked lists, stacks, queues, trees, graphs
Algorithms: sorting algorithms (e.g. quicksort, mergesort), searching algorithms (e.g. binary search), dynamic programming, recursion
Complexity analysis: time complexity (Big O notation), space complexity
Object-oriented programming concepts: inheritance, polymorphism,...
I am a motivated and detail-oriented individual with a passion for learning and problem-solving.
I have a strong academic background in computer science and have completed several internships in the tech industry.
I am proficient in programming languages such as Java, Python, and SQL.
I have experience working on projects involving data analysis and machine learning.
I am a quick learner and enjoy taking on new challenges.
I am passionate about helping individuals with disabilities and want to gain hands-on experience in the field.
Passionate about helping individuals with disabilities
Seeking hands-on experience in the field
Interested in learning more about SSD services and support
I want to work at BNY because of its reputation for innovation and commitment to excellence in the financial industry.
BNY has a strong reputation for innovation and excellence in the financial industry
I am impressed by BNY's commitment to diversity and inclusion
I believe BNY offers great opportunities for professional growth and development
I struggled during my first semester of college due to the transition from high school and the workload.
Transitioning from high school to college was challenging
Struggled to balance coursework and extracurricular activities
Sought help from professors and peers to improve study habits
Top trending discussions
The duration of BNY interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 309 interviews
Interview experience
Analyst
1.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Analyst
1.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate
1.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Intermediate Representative
1.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Vice President
1k
salaries
| ₹0 L/yr - ₹0 L/yr |
State Street Corporation
Northern Trust
HSBC Group
JPMorgan Chase & Co.