Associate 1

20+ Associate 1 Interview Questions and Answers

Updated 1 Jul 2025
search-icon

Asked in BNP Paribas

4d ago

Q. What is MT202 and what does its format include?

Ans.

MT202 is a SWIFT message type used for bank-to-bank transfers and includes information about the sender, receiver, and transaction details.

  • MT202 is a SWIFT message type used for bank-to-bank transfers.

  • It provides information about the sender, receiver, and transaction details.

  • The format includes fields such as sender's reference, ordering customer, beneficiary customer, and transaction amount.

  • Example: MT202 message format: {1:F01BANKAUSXXAXXX1234567890}{2:I202BANKDEFFXXXXU300...read more

Asked in BNP Paribas

2d ago

Q. What is the full form of SWIFT and what does it mean?

Ans.

SWIFT stands for Society for Worldwide Interbank Financial Telecommunication. It is a messaging network used by banks to securely communicate financial transactions.

  • SWIFT is a global financial messaging network used by banks to send and receive information about financial transactions.

  • It was founded in 1973 and is headquartered in Belgium.

  • SWIFT assigns a unique code to each bank that uses its network, called a Bank Identifier Code (BIC).

  • The network is used to securely transmi...read more

Associate 1 Interview Questions and Answers for Freshers

illustration image
6d ago

Q. What are the key differences between a Windows administrator and a Linux administrator?

Ans.

Windows administrators manage Windows operating systems while Linux administrators manage Linux operating systems.

  • Windows uses a graphical user interface (GUI) while Linux uses a command-line interface (CLI)

  • Windows is proprietary software while Linux is open-source software

  • Windows has a larger market share in desktops and laptops while Linux dominates in servers and supercomputers

  • Windows has a larger number of software applications available while Linux has a larger number of...read more

5d ago

Q. How can you integrate Python code with an application?

Ans.

Python code can be integrated with any application using APIs, libraries, or frameworks.

  • Use APIs to connect Python code with external applications or services

  • Leverage libraries like Flask or Django to build web applications with Python backend

  • Integrate Python scripts within applications using frameworks like PyInstaller or cx_Freeze

Are these interview questions helpful?
4d ago

Q. How does a GUI differ from a command line interface in Linux?

Ans.

GUI provides a graphical interface while command line is text-based in Linux.

  • GUI allows users to interact with the system using icons, menus, and windows while command line requires typing commands

  • GUI is more user-friendly and easier to navigate for beginners while command line is more efficient for experienced users

  • Examples of GUI in Linux include GNOME, KDE, and Xfce while examples of command line include Bash and Zsh

Q. How is the Net Asset Value (NAV) calculated?

Ans.

NAV is the total value of a fund's assets minus its liabilities, representing the per-share value for investors.

  • NAV = Total Assets - Total Liabilities

  • Total Assets include stocks, bonds, cash, and other investments.

  • Total Liabilities include debts, fees, and other obligations.

  • Example: If a fund has $10 million in assets and $2 million in liabilities, NAV = $10M - $2M = $8M.

  • NAV is often expressed on a per-share basis for mutual funds.

Associate 1 Jobs

Amazon Development Centre (India) Pvt. Ltd. logo
Sr. Associate - Instock 1-2 years
Amazon Development Centre (India) Pvt. Ltd.
4.0
Bangalore / Bengaluru
Amazon Development Centre (India) Pvt. Ltd. logo
Associate - Italian 2-7 years
Amazon Development Centre (India) Pvt. Ltd.
4.0
Kolkata
Amazon Development Centre (India) Pvt. Ltd. logo
Sr. Associate - Italian 2-7 years
Amazon Development Centre (India) Pvt. Ltd.
4.0
Bangalore / Bengaluru
4d ago

Q. What do you know about derivatives?

Ans.

Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

  • Derivatives can be used for hedging, speculation, or arbitrage

  • Common types of derivatives include options, futures, forwards, and swaps

  • Derivatives allow investors to take on risk or hedge against risk in the financial markets

Asked in Incedo

6d ago

Q. What do you know about private equity?

Ans.

Private equity involves investing in privately held companies with the goal of generating high returns.

  • Private equity firms raise capital from investors to acquire ownership stakes in private companies

  • They aim to improve the performance of the acquired companies and eventually sell them for a profit

  • Private equity investments are typically illiquid and have a longer investment horizon compared to public equity

  • Examples of private equity firms include Blackstone Group, KKR, and ...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Asked in BNP Paribas

5d ago

Q. What systems experience do you have?

Ans.

I have experience working with various systems including CRM, ERP, and database management systems.

  • Proficient in using CRM systems such as Salesforce and HubSpot

  • Familiar with ERP systems like SAP and Oracle

  • Skilled in database management systems like MySQL and Microsoft SQL Server

6d ago

Q. Differentiate between Switch or Router , Ran Network,SDH

Ans.

Switch forwards data packets between devices on the same network, while router forwards data packets between different networks. Ran network is a wireless network infrastructure, and SDH is a synchronous digital hierarchy used in telecommunications.

  • Switch operates at layer 2 of the OSI model, while router operates at layer 3.

  • Switch uses MAC addresses to forward data within a network, while router uses IP addresses to forward data between networks.

  • Ran network stands for Radio ...read more

Asked in eClerx

1d ago

Q. What is the Trade Life Cycle?

Ans.

Trade Life Cycle refers to the stages involved in a trade from initiation to settlement.

  • Trade initiation

  • Trade execution

  • Trade confirmation

  • Clearing and settlement

  • Trade reconciliation

  • Trade reporting

  • Examples: equities, bonds, derivatives

1d ago

Q. Explain what TDS and TCS are.

Ans.

TDS stands for Tax Deducted at Source and TCS stands for Tax Collected at Source. They are types of indirect taxes in India.

  • TDS is deducted by the payer at the time of making payment to the payee and is deposited with the government.

  • TCS is collected by the seller from the buyer at the time of sale of specified goods and services.

  • TDS rates vary based on the type of payment being made, while TCS rates are fixed by the government.

  • Examples of TDS include salary, rent, commission ...read more

Q. What is your collation?

Ans.

I'm sorry, but I don't understand the question. Could you please rephrase it?

  • Request clarification on the meaning of 'colfaction'

  • Ask for more context or information about the question

  • Offer to answer a different question if applicable

3d ago

Q. Are you willing to work as a shared resource?

Ans.

Yes, I am ready to work as a shared resource.

  • I am comfortable collaborating with team members on various projects

  • I am flexible and able to adapt to different work environments

  • I have experience working in a shared resource capacity in my previous roles

5d ago

Q. What are the differences between var, let, and const?

Ans.

var, let, and const are JavaScript keywords for variable declaration with different scopes and mutability.

  • var: Function-scoped or globally-scoped, can be re-declared and updated. Example: var x = 10; x = 20;

  • let: Block-scoped, can be updated but not re-declared in the same scope. Example: let y = 10; y = 15;

  • const: Block-scoped, cannot be updated or re-declared. Must be initialized at declaration. Example: const z = 30;

3d ago

Q. Why might a trial balance not tally?

Ans.

Trial balance won't tally due to errors in recording transactions or posting to the wrong accounts.

  • Errors in recording transactions can lead to discrepancies in the trial balance.

  • Posting transactions to the wrong accounts can also cause the trial balance to not tally.

  • Omission of transactions or duplicate entries can result in imbalance in the trial balance.

  • Mathematical errors in calculating account balances can lead to discrepancies in the trial balance.

4d ago

Q. What are the capabilities of the Python Robot Framework?

Ans.

Yes, Python can be used with Robot Framework for test automation.

  • Python is the programming language used to write test cases in Robot Framework

  • Robot Framework is a generic test automation framework that utilizes keyword-driven testing approach

  • Python libraries can be imported and used within Robot Framework test cases

Asked in Accenture

4d ago

Q. What is accrued interest?

Ans.

Accrued interest is the interest that accumulates on a loan or investment over time, but hasn't been paid yet.

  • Accrued interest is calculated on a daily basis until payment is made.

  • For example, if you have a bond that pays interest semi-annually, the interest accrues daily.

  • If you sell a bond before the interest payment date, the buyer pays you the accrued interest.

  • Accrued interest is recorded as a liability for borrowers and an asset for lenders.

1d ago

Q. What is net worth?

Ans.

Net worth is the total assets minus total liabilities of an individual or company.

  • Net worth is calculated by subtracting total liabilities from total assets.

  • Assets can include cash, investments, real estate, and personal property.

  • Liabilities can include debts, loans, and mortgages.

  • Net worth is a measure of an individual's or company's financial health and stability.

5d ago

Q. built in functions

Ans.

Built-in functions are pre-defined functions in programming languages that perform specific tasks, enhancing code efficiency and readability.

  • Ease of Use: Built-in functions simplify coding by providing ready-to-use functionalities, such as 'len()' in Python to get the length of a list.

  • Performance Optimization: They are often optimized for performance, like 'map()' in Python, which applies a function to all items in an iterable efficiently.

  • Code Readability: Using built-in func...read more

Interview Experiences of Popular Companies

KPMG India Logo
3.5
 • 844 Interviews
BNP Paribas Logo
3.8
 • 190 Interviews
Apex Group Logo
2.7
 • 154 Interviews
View all
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Associate 1 Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

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

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits