Associate

200+ Associate Interview Questions and Answers for Freshers

Updated 31 Jul 2025
search-icon

Asked in Eviden

2d ago

Q. What is options trading? What are the key takeaways?

Ans.

Options are contracts that give buyers rights to buy or sell assets at specific prices before certain dates.

  • Options come in two types: calls (buy) and puts (sell).

  • Example: A call option allows you to buy stock at a set price, benefiting if the stock price rises.

  • Example: A put option allows you to sell stock at a set price, benefiting if the stock price falls.

  • Options can be used for income through strategies like covered calls.

  • Traders use options to speculate on price movement...read more

Asked in PwC

3d ago

Q. Create a table with specified columns Alter the table and add new columns Create another table with help of existing tables Write a query which uses group by clause Write a query which uses having clause

Ans.

Answering SQL related questions on table creation, alteration, and querying with group by and having clauses.

  • To create a table with specified columns, use the CREATE TABLE statement with column names and data types.

  • To alter a table and add new columns, use the ALTER TABLE statement with ADD COLUMN keyword.

  • To create another table with help of existing tables, use the CREATE TABLE statement with SELECT statement.

  • To write a query which uses group by clause, use the GROUP BY keyw...read more

Asked in Wipro

4d ago

Q. What is an IP address and why is it required?

Ans.

An IP address is a unique numerical identifier assigned to devices connected to a network to enable communication.

  • IP stands for Internet Protocol

  • It is required for devices to communicate with each other over a network

  • It consists of a series of numbers separated by dots

  • There are two types of IP addresses - IPv4 and IPv6

  • Examples of IP addresses are 192.168.0.1 and 2001:0db8:85a3:0000:0000:8a2e:0370:7334

Asked in Gallagher

2d ago

Q. What is debenture? , whether capital is an asset or liablity?

Ans.

A debenture is a type of debt instrument that is issued by a company or government entity to raise capital.

  • Debentures are typically long-term investments with a fixed interest rate and maturity date.

  • They are unsecured, meaning they are not backed by any specific collateral.

  • Debenture holders are considered creditors of the company and have a claim on its assets in case of default.

  • Capital is considered a liability as it represents the funds that a company owes to its shareholde...read more

Are these interview questions helpful?

Asked in Amazon

6d ago

Q. How many types of shopping are there?

Ans.

There are several types of shopping including online, in-store, grocery, luxury, thrift, and impulsive.

  • Online shopping - buying products through the internet

  • In-store shopping - physically going to a store to purchase products

  • Grocery shopping - buying food and household items at a grocery store

  • Luxury shopping - purchasing high-end, expensive items

  • Thrift shopping - buying second-hand items at a lower cost

  • Impulsive shopping - making unplanned purchases on a whim

Asked in WNS

4d ago

Q. What is money laundering?

Ans.

Money laundering is the process of making illegally obtained money appear to be legitimate.

  • It involves disguising the source of the money through a series of transactions.

  • The purpose is to make it difficult for authorities to trace the money back to its illegal origins.

  • Examples include using shell companies, offshore accounts, and cash businesses to hide the source of the funds.

  • Money laundering is often associated with organized crime, drug trafficking, and terrorism financin...read more

Associate Jobs

Ienergizer logo
Ienergizer is Hiring For Kannada speaking associates Salary - 25K CTC 0-2 years
Ienergizer
4.7
₹ 1 L/yr - ₹ 3 L/yr
Gurgaon / Gurugram
Ienergizer logo
Ienergizer is Hiring For Telugu speaking associates Salary - 25K CTC 0-2 years
Ienergizer
4.7
₹ 2 L/yr - ₹ 3 L/yr
Gurgaon / Gurugram
Sodexo Food Solutions India Pvt. Ltd.ces logo
ASSOCIATE UTILITY 1-2 years
Sodexo Food Solutions India Pvt. Ltd.ces
4.1
Gurgaon / Gurugram

Asked in PwC

1d ago

Q. Given two strings, write code to determine if they are anagrams of each other.

Ans.

Code to check if two strings are anagram or not.

  • Convert both strings to lowercase to avoid case sensitivity

  • Sort both strings and compare them

  • Use a hash table to count the frequency of each character in both strings and compare the hash tables

Asked in Eviden

2d ago

Q. What are the various stages in a trade cycle?

Ans.

The various stages in the trade cycle life are expansion, peak, contraction, and trough.

  • Expansion: Period of economic growth, increased production, and rising employment.

  • Peak: The highest point of economic activity before a downturn.

  • Contraction: Economic decline, decreased production, and rising unemployment.

  • Trough: The lowest point of economic activity before a recovery.

  • Example: During the expansion phase, businesses experience increased demand and profitability.

  • Example: The...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Asked in PwC

3d ago

Q. What are the Fundamental Accounting Assumptions?

Ans.

Fundamental Accounting Assumptions are basic principles that guide the preparation of financial statements.

  • The assumptions include: Going Concern, Consistency, Accrual, and Materiality

  • Going Concern assumes that the company will continue to operate in the foreseeable future

  • Consistency assumes that the company will use the same accounting methods and principles from period to period

  • Accrual assumes that revenues and expenses are recognized when earned or incurred, regardless of ...read more

Asked in Amazon

5d ago

Q. How do you limit distractions?

Ans.

To limit distractions, I prioritize tasks, create a dedicated workspace, and use time management techniques.

  • Prioritize tasks by creating a to-do list and focusing on high-priority items first

  • Create a dedicated workspace free from distractions like noise, clutter, and interruptions

  • Use time management techniques such as the Pomodoro Technique or time blocking to stay focused

  • Minimize digital distractions by turning off notifications or using website blockers

  • Practice self-discipl...read more

Asked in PwC

2d ago

Q. Do you know about STLC? Explain something about STLC.

Ans.

STLC stands for Software Testing Life Cycle. It is a process followed to ensure quality in software development.

  • STLC involves planning, designing, executing and reporting of tests.

  • It includes various stages like requirement analysis, test planning, test design, test execution, and test closure.

  • Each stage has its own set of deliverables and objectives.

  • STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them later.

  • Examples of STLC model...read more

Asked in Wipro

6d ago

Q. What are the differences between a credit card and a debit card?

Ans.

Credit cards allow borrowing money while debit cards use funds from a linked account.

  • Credit cards charge interest on unpaid balances while debit cards do not.

  • Credit cards offer rewards and cashback while debit cards do not.

  • Credit cards have a credit limit while debit cards do not.

  • Credit cards can be used to build credit history while debit cards cannot.

  • Examples of credit cards include Visa, Mastercard, and American Express while examples of debit cards include Visa Debit, Mas...read more

Asked in PwC

6d ago

Q. What is normalization, and can you explain all normal forms?

Ans.

Normalization is the process of organizing data in a database to reduce redundancy and dependency.

  • First Normal Form (1NF) - Eliminate duplicate columns from the same table.

  • Second Normal Form (2NF) - Create separate tables for sets of values that apply to multiple records.

  • Third Normal Form (3NF) - Eliminate fields that do not depend on the primary key.

  • Fourth Normal Form (4NF) - Eliminate multi-valued dependencies.

  • Fifth Normal Form (5NF) - Eliminate redundant data using a join ...read more

Asked in PwC

3d ago

Q. Tell me about the collections in java. 4Write the code which uses collection ( to print the elements in reverse order

Ans.

Java collections are a group of classes and interfaces used to store and manipulate groups of objects.

  • To print elements in reverse order, use the Collections.reverse() method.

  • This method takes a List as an argument and reverses the order of its elements.

  • Example: List names = new ArrayList<>(); Collections.reverse(names);

  • Other commonly used collections in Java include Set, Map, Queue, and Stack.

Asked in PwC

4d ago

Q. Difference between where and having clause Types of joins, explain with examples Combine two tables and write the output

Ans.

Explaining the difference between WHERE and HAVING clause and types of joins with examples.

  • WHERE clause is used to filter rows based on a condition while HAVING clause is used to filter groups based on a condition

  • INNER JOIN returns only the matching rows from both tables while LEFT JOIN returns all rows from the left table and matching rows from the right table

  • Combining two tables can be done using JOIN clause with a common column between them

  • Example: SELECT * FROM table1 INN...read more

Asked in KFintech

2d ago

Q. What do you mean by AMC? Knowledge of Excel? Advance tools of Excel?

Ans.

AMC stands for Asset Management Company. Knowledge of Excel refers to proficiency in using Excel software. Advanced tools of Excel refer to the advanced features and functions available in Excel.

  • AMC stands for Asset Management Company, which is a company that invests and manages funds on behalf of clients.

  • Knowledge of Excel refers to the ability to use Excel software for data analysis, calculations, and creating spreadsheets.

  • Advanced tools of Excel include features like pivot...read more

5d ago

Q. Diff between precision and accuracy. What does percentile mean, what does 50th percentile represent - Mean, Median or Mode.

Ans.

Precision is the closeness of measurements to each other, while accuracy is the closeness of measurements to the true value. Percentile represents the percentage of data points below a certain value.

  • Precision refers to the consistency of repeated measurements, while accuracy refers to how close a measurement is to the true value.

  • For example, if a target is hit multiple times in the same spot, it is precise but may not be accurate if it is not hitting the bullseye.

  • Percentile i...read more

Asked in Oracle

3d ago

Q. Guesstimate - how many flights are handled by Bangalore airport on a daily basis?

Ans.

Around 600 flights are handled by Bangalore airport on a daily basis.

  • Bangalore airport is one of the busiest airports in India

  • It handles both domestic and international flights

  • On average, there are around 25-30 flights per hour

  • The number of flights may vary depending on the day of the week and time of the year

Asked in TCS

2d ago

Q. What is your preferred programming language?

Ans.

My preferred programming language is Python.

  • Python is easy to learn and has a simple syntax.

  • It has a vast library of modules and frameworks for various purposes.

  • Python is widely used in data science and machine learning.

  • It is also great for web development and automation tasks.

  • Examples: Flask, Django, NumPy, Pandas, TensorFlow.

Asked in PwC

1d ago

Q. Which technology would you like to work on?

Ans.

I would like to work on Artificial Intelligence.

  • Developing machine learning algorithms for predictive analysis

  • Creating chatbots for customer service

  • Implementing computer vision for object recognition

  • Exploring natural language processing for sentiment analysis

Asked in WNS

3d ago

Q. What are the processes of money laundering?

Ans.

Money laundering involves several processes to make illegally obtained money appear legitimate.

  • Placement: Introducing illicit funds into the financial system

  • Layering: Conducting complex transactions to obscure the origin of funds

  • Integration: Making the laundered money appear legitimate by merging it with legal funds

  • Examples: Shell companies, offshore accounts, smurfing, trade-based laundering

Asked in Wipro

1d ago

Q. What technical troubleshooting techniques do you employ when addressing issues such as a malfunctioning printer or a slow computer?

Ans.

I use systematic troubleshooting techniques to identify and resolve technical issues effectively.

  • 1. Identify the issue: Ask users specific questions to understand the problem, e.g., 'What error message do you see?'

  • 2. Check connections: Ensure all cables are securely connected, especially for printers and peripherals.

  • 3. Restart devices: A simple reboot can resolve many issues, such as a slow computer or unresponsive printer.

  • 4. Update drivers: Ensure that all device drivers are...read more

Asked in Genpact

2d ago

Q. What is the difference between accounts payable and accounts receivable?

Ans.

Accounts payable and receivables are both financial transactions, but they differ in terms of direction and purpose.

  • Accounts payable refers to the money a company owes to its suppliers or vendors for goods or services received.

  • Accounts receivable refers to the money owed to a company by its customers or clients for goods or services provided.

  • Accounts payable represents a liability for the company, while accounts receivable represents an asset.

  • Accounts payable is recorded as a...read more

Asked in WNS

4d ago

Q. What are the different forms of money laundering?

Ans.

Money laundering can take various forms to conceal the illegal source of funds.

  • Structuring transactions to avoid reporting requirements

  • Using shell companies or offshore accounts to hide the true ownership of assets

  • Investing in legitimate businesses to mix illicit funds with clean money

  • Using cash-intensive businesses like casinos or car washes to launder money

  • Trade-based money laundering through over- or under-invoicing of goods or services

  • Using virtual currencies like Bitcoin...read more

Asked in PwC

4d ago

Q. Concepts of Ind As 115 &amp; Ind AS 116

Ans.

Ind AS 115 and Ind AS 116 are accounting standards used for revenue recognition and lease accounting respectively.

  • Ind AS 115: It provides guidance on how to recognize revenue from contracts with customers.

  • Ind AS 116: It outlines the principles for recognizing, measuring, presenting, and disclosing leases.

  • Both standards are part of the Indian Accounting Standards (Ind AS) framework.

  • Ind AS 115 replaces the previous revenue recognition standard (Ind AS 18) and provides a compreh...read more

Asked in Eviden

3d ago

Q. What are the types of capital markets?

Ans.

The types of capital markets include primary markets and secondary markets.

  • Primary markets are where new securities are issued and sold for the first time, such as initial public offerings (IPOs).

  • Secondary markets are where existing securities are traded among investors, such as stock exchanges.

  • Other types of capital markets include money markets, bond markets, and derivatives markets.

  • Money markets deal with short-term debt securities and instruments.

  • Bond markets involve the ...read more

Asked in PwC

6d ago

Q. Write code to print the second largest element in an array.

Ans.

Code to print the second largest element in array

  • Sort the array in descending order and return the second element

  • Iterate through the array and keep track of the largest and second largest elements

  • Use a priority queue to find the second largest element

Asked in Federal Bank

5d ago

Q. Ministers of India How to open a bank account What is e commerce

Ans.

Opening a bank account requires valid identity and address proof. E-commerce refers to buying and selling goods online.

  • To open a bank account, visit the bank with valid identity and address proof documents

  • Fill out the account opening form and submit the required documents

  • Once the account is opened, you can start depositing and withdrawing money

  • E-commerce refers to the buying and selling of goods and services online

  • Examples of e-commerce platforms include Amazon, Flipkart, and...read more

Asked in Wipro

2d ago

Q. What is AI? What is Machine Learning ? What is Bounding Box , how does it works in Operations or Work Task? How we can work on 3D and 2D projects in AI Using Bounding Box? What is the Purpose of this Process? N...

read more
Ans.

AI stands for Artificial Intelligence, Machine Learning is a subset of AI that focuses on training machines to learn from data. Bounding Box is a tool used in computer vision tasks to label objects in images or videos.

  • AI is the simulation of human intelligence processes by machines, such as learning, reasoning, and self-correction.

  • Machine Learning is a subset of AI that involves training algorithms to learn patterns from data and make predictions or decisions.

  • Bounding Box is ...read more

Asked in PwC

5d ago

Q. Write an SQL query to fetch the second highest salary.

Ans.

Query to fetch second highest salary in SQL

  • Use ORDER BY and LIMIT to select the second highest salary

  • Assuming the table name is 'employees' and salary column name is 'salary':

  • SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

1
2
3
4
5
6
7
Next

Interview Experiences of Popular Companies

TCS Logo
3.6
 • 11.2k Interviews
Accenture Logo
3.7
 • 8.7k Interviews
Wipro Logo
3.7
 • 6.2k Interviews
Cognizant Logo
3.7
 • 6k Interviews
Amazon Logo
4.0
 • 5.4k Interviews
View all
Interview Tips & Stories
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Associate 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