Arcesium
20+ Annapurna Pariwar Interview Questions and Answers
You are given an array ‘ARR’ of length ‘N’ which is filled with the values such that ARR[i] = (2*i + 1). You have to perform operations on the ‘ARR’ to make all elements of...read more
Q2. How to achieve multitasking in java
Multitasking in Java can be achieved through multithreading.
Create a new thread using the Thread class or Runnable interface
Use the start() method to start the thread
Synchronize shared resources to avoid race conditions
Use wait() and notify() methods for inter-thread communication
Example: creating a thread to perform a long-running task while the main thread continues executing other tasks
Q3. 1.Desgin Schema for restaurant apps like zomato.
Design a schema for a restaurant app like Zomato.
Create tables for restaurants, menus, reviews, and users.
Include columns for restaurant name, location, cuisine, and ratings.
Add columns for menu items, prices, and descriptions.
Include user information such as name, email, and password.
Create relationships between tables using foreign keys.
Implement search and filter functionality for restaurants and menus.
Allow users to leave reviews and ratings for restaurants.
Include featur...read more
Given an array ‘ARR’ and an integer ‘K’, your task is to find all the count of all sub-arrays whose sum is divisible by the given integer ‘K’.
Note:
If there exists...read more
Q5. difference between sql and nosql dbs
SQL is a relational database while NoSQL is a non-relational database.
SQL databases use structured query language while NoSQL databases use unstructured query language.
SQL databases are vertically scalable while NoSQL databases are horizontally scalable.
SQL databases are good for complex queries while NoSQL databases are good for large amounts of unstructured data.
Examples of SQL databases include MySQL, Oracle, and PostgreSQL while examples of NoSQL databases include MongoDB...read more
Q6. what is semaphores?
Semaphores are a synchronization tool used to control access to a shared resource.
Semaphores can be used to prevent race conditions in multi-threaded programs.
They can be used to limit the number of concurrent accesses to a resource.
Semaphores can be binary (0 or 1) or counting (0 to n).
Examples of semaphore functions include wait(), signal(), and init().
Q7. How to calculate yield on bond
Yield on a bond can be calculated by dividing the annual interest payment by the current market price of the bond.
Yield on a bond is calculated by dividing the annual interest payment by the current market price of the bond.
The formula for calculating yield on a bond is: Yield = (Annual Interest Payment / Current Market Price) * 100%
For example, if a bond pays $50 in annual interest and is currently priced at $1,000, the yield would be (50 / 1000) * 100% = 5%
Q8. what is transaction?
A transaction is a unit of work that is performed on a database.
A transaction is a sequence of database operations that are treated as a single unit of work.
It ensures that all the operations are completed successfully or none of them are performed.
Transactions are used to maintain data consistency and integrity in a database.
Examples of transactions include transferring money between bank accounts or updating inventory levels in a retail system.
Q9. Hashing and collision in hashing
Hashing is a process of converting data into a fixed-size output. Collision occurs when two different inputs produce the same output.
Hashing is used for indexing and retrieving data quickly
Hash functions should be deterministic and produce the same output for the same input
Collisions can be resolved using techniques like chaining or open addressing
Examples of hashing algorithms include MD5, SHA-1, and SHA-256
Q10. what are options
Options are financial instruments that give the holder the right, but not the obligation, to buy or sell an asset at a specified price before or on a specified date.
Options can be call options, which give the holder the right to buy an asset at a specified price, or put options, which give the holder the right to sell an asset at a specified price.
The specified price at which the asset can be bought or sold is known as the strike price.
Options have an expiration date, after w...read more
Q11. different options strategies
Options strategies involve buying or selling options contracts to achieve a specific investment goal.
Some common options strategies include covered calls, protective puts, straddles, and strangles.
Each options strategy has its own risk and reward profile, and is used based on market conditions and investor objectives.
Options strategies can be used for speculation, hedging, income generation, or risk management.
Understanding the basics of options trading and strategies is esse...read more
Q12. What are the mandatory checks in client position file
Mandatory checks in client position file
Client identification information
Position details including quantity and price
Trade date and settlement date
Margin requirements and collateral
Compliance with regulatory requirements
Accuracy and completeness of data
Q13. Design a app which will bring data from lot of external vendors in different formats
Design an app to bring data from external vendors in different formats
Create a data ingestion pipeline to collect data from various vendors
Implement data transformation processes to standardize formats
Utilize APIs or web scraping techniques to retrieve data from vendors
Use a database to store and manage the collected data
Implement data validation and cleansing techniques to ensure data quality
Q14. Mandatory fields to check the bond income in Bloomberg
Mandatory fields to check bond income in Bloomberg
To check bond income in Bloomberg, mandatory fields to be checked are bond identifier, coupon rate, maturity date, and price.
The bond identifier can be ISIN, CUSIP, or Bloomberg ticker.
Coupon rate is the interest rate paid by the bond issuer to the bondholder.
Maturity date is the date when the bond will be redeemed.
Price is the current market price of the bond.
Other optional fields to check are yield, credit rating, and durati...read more
Q15. If the price of stock goes down, you buy what type of options
Create a Table and form different function on it.
Q17. Hld design on job scheduler, understanding how to create an job scheduler service in distributed system
Q18. Which is better during inflation period, lifo Or fifo
Q19. What is X path?how it is identify?
XPath is a language used to navigate XML documents and identify elements.
XPath is a query language for selecting nodes from an XML document.
It uses path expressions to navigate through elements and attributes.
XPath can be used to locate elements based on their attributes, text content, or position in the document.
It is commonly used in software testing to locate specific elements for verification or manipulation.
Example: //div[@class='container'] selects all div elements with...read more
Q20. Impact of stock split on P&L
A stock split does not have any impact on the P&L of a company.
Stock split increases the number of outstanding shares and reduces the share price proportionally.
The total value of the shares remains the same before and after the split.
The earnings per share (EPS) and the price-to-earnings (P/E) ratio change after the split, but not the total earnings or revenue.
Investors may perceive a stock split as a positive signal and the stock price may increase.
Companies may split their...read more
Q21. What is beta of a stock?
Q22. Topological sorting given n jobs find order of deployment of jobs least dependent first
Q23. What Is Total return Swap
A total return swap is a financial contract in which one party agrees to make payments based on the total return of an underlying asset.
Total return swap involves exchanging the total return of an asset or index for a fixed or floating rate of interest
It allows investors to gain exposure to an asset without actually owning it
The party receiving the total return pays a fixed or floating rate of interest to the other party
Total return swaps are commonly used in the hedge fund i...read more
Q24. What is the Accounting equation
Q25. Design historical pricing app for equity
Design a historical pricing app for equity
Utilize a database to store historical pricing data for equities
Implement a user-friendly interface for users to search and view historical pricing
Include features such as chart visualization, comparison tools, and customizable date ranges
Consider incorporating real-time data updates and alerts for price changes
Q26. What is hedge fund?
Q27. Risk associted with loans
Interview Process at Annapurna Pariwar
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month