i
BNY
Filter interviews by
Elicitation techniques are methods used to gather requirements from stakeholders.
Interviews - one-on-one discussions with stakeholders
Workshops - group sessions to gather requirements
Observation - observing stakeholders in their work environment
Prototyping - creating a mock-up of the solution to gather feedback
Document analysis - reviewing existing documentation to gather requirements
Surveys - collecting feedback ...
Object-oriented programming concepts and reusable solutions for common problems.
Encapsulation, inheritance, and polymorphism are key OOP concepts.
Design patterns provide reusable solutions for common programming problems.
Examples of design patterns include Singleton, Factory, and Observer.
Understanding OOP and design patterns can lead to more efficient and maintainable code.
Data structures algorithm is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.
Data structures are used to store and organize data in a way that allows for efficient access and manipulation.
Common data structures include arrays, linked lists, stacks, queues, trees, and graphs.
Algorithms are used to manipulate data structures in order to perform specific tasks, such ...
Software Development Life Cycle (SDLC) is a process followed by software development teams to design, develop, and test high-quality software.
SDLC consists of several phases including planning, analysis, design, development, testing, deployment, and maintenance.
Each phase has its own set of activities and deliverables that must be completed before moving on to the next phase.
SDLC models include Waterfall, Agile, a...
Mutual funds are investment vehicles that pool money from multiple investors to purchase securities.
There are several types of mutual funds, including equity funds, bond funds, money market funds, and balanced funds.
Equity funds invest in stocks, while bond funds invest in fixed-income securities.
Money market funds invest in short-term, low-risk securities, and balanced funds invest in a mix of stocks and bonds.
Mu...
The question is unclear. Please provide more context.
Please provide more information about what you are asking regarding duration and types.
Are you asking about the duration and types of a specific project or task?
Without more context, it is difficult to provide a meaningful answer.
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...
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...
Ex date impact on NAV is a key consideration for investors in Hilow.
Ex date is the date on which a security begins trading without a previously declared dividend or distribution.
The NAV (Net Asset Value) of a fund is calculated based on the value of its underlying assets, including dividends.
The ex date impact on NAV occurs when the fund's NAV decreases by the amount of the dividend or distribution on the ex date.
...
I have worked on various projects including a web application for a retail company and a mobile app for a fitness startup.
Developed a web application using React and Node.js for a retail company to manage their inventory and sales.
Created a mobile app using React Native for a fitness startup to track workouts and progress.
Collaborated with a team to build a chatbot using Dialogflow and Node.js for a healthcare com...
posted on 18 Feb 2025
Competitive
Was interesting and very tough to crack
I appeared for an interview 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.
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
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']
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 334 interview experiences
Difficulty level
Duration
Analyst
1.9k
salaries
| ₹4.5 L/yr - ₹10 L/yr |
Senior Analyst
1.8k
salaries
| ₹5.7 L/yr - ₹13 L/yr |
Senior Associate
1.4k
salaries
| ₹11 L/yr - ₹20 L/yr |
Associate
1.3k
salaries
| ₹6.4 L/yr - ₹12 L/yr |
Intermediate Representative
1.2k
salaries
| ₹3.5 L/yr - ₹7.7 L/yr |
Bajaj Finserv
Wells Fargo
HSBC Group
Cholamandalam Investment & Finance