Filter interviews by
Dirty price is the price of a bond including accrued interest.
Dirty price includes both the current market price of the bond and the accrued interest since the last coupon payment.
It is also known as the full price or invoice price of a bond.
Dirty price is used to calculate the total cost of purchasing a bond.
For example, if a bond has a face value of $1,000 and the accrued interest is $20, the dirty price would b...
A hedge fund is an investment fund that pools capital from accredited individuals or institutional investors and invests in a variety of assets.
Hedge funds are typically only available to accredited investors due to their complex and risky nature.
They often use leverage and derivatives to amplify returns.
Hedge funds charge both a management fee and a performance fee based on the fund's profits.
They can invest in a...
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 positions on the price movements of assets without owning the assets themselves.
They are often used to manage risk in financial markets.
Der...
Use self join in a DBMS query to find the employeeid of the manager whose employee name is 'something'.
Use a self join on the table to compare employee and manager names
Order the results by employeeid in descending order to get the second highest employee
Select the manager's employeeid where the employee name is 'something'
CTE stands for Common Table Expression in SQL, used to create temporary result sets that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.
CTEs improve readability and maintainability of complex queries
CTEs can be recursive, allowing for hierarchical data querying
CTEs are defined using the WITH keyword followed by the CTE name and query
Reverse a linked list by changing the next pointers of each node to point to the previous node.
Start with three pointers: current, prev, and next.
Iterate through the linked list, updating the next pointers to point to the previous node.
Update prev, current, and next pointers in each iteration until the end of the list is reached.
Runtime polymorphism is the ability of a subclass to override a method from its superclass during runtime.
Runtime polymorphism is achieved through method overriding in object-oriented programming.
It allows a subclass to provide a specific implementation of a method that is already defined in its superclass.
The actual method called is determined by the type of object at runtime.
Example: Animal class has a method 'm...
Abstraction in OOP is the concept of hiding complex implementation details and showing only the necessary features to the outside world.
Abstraction allows us to focus on what an object does rather than how it does it
It helps in reducing complexity and improving maintainability of code
Example: A car is an abstraction of various components like engine, wheels, etc. Users interact with the car without needing to know...
Arrow functions are a concise way to write functions in JavaScript.
Arrow functions have a shorter syntax compared to regular functions.
They do not have their own 'this' keyword, and instead inherit 'this' from the parent scope.
Arrow functions are best suited for non-method functions, and cannot be used as constructors.
Example: const add = (a, b) => a + b;
A chiller works by circulating a refrigerant through a cycle of evaporation, compression, condensation, and expansion.
The chiller uses a refrigerant to absorb heat from the water or air being chilled
The refrigerant evaporates at low pressure and absorbs heat
The refrigerant is then compressed, which increases its temperature
The compressed refrigerant then condenses, releasing the heat it absorbed
The refrigerant is ...
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
MCQ round on OOPS (java) , JS, C#, SQL(dbms)
Use self join in a DBMS query to find the employeeid of the manager whose employee name is 'something'.
Use a self join on the table to compare employee and manager names
Order the results by employeeid in descending order to get the second highest employee
Select the manager's employeeid where the employee name is 'something'
I applied via Campus Placement
It was easy with no negative marking
Dirty price is the price of a bond including accrued interest.
Dirty price includes both the current market price of the bond and the accrued interest since the last coupon payment.
It is also known as the full price or invoice price of a bond.
Dirty price is used to calculate the total cost of purchasing a bond.
For example, if a bond has a face value of $1,000 and the accrued interest is $20, the dirty price would be $1,...
I appeared for an interview in Oct 2024, where I was asked the following questions.
I am drawn to this organization for its commitment to innovation, growth opportunities, and a collaborative work culture.
The organization's reputation for excellence in operations aligns with my career goals.
I admire the company's focus on sustainability and its impact on the community.
The opportunity to work with a diverse team excites me, as I believe collaboration drives success.
I am impressed by the organization's ...
Arrow functions are a concise way to write functions in JavaScript.
Arrow functions have a shorter syntax compared to regular functions.
They do not have their own 'this' keyword, and instead inherit 'this' from the parent scope.
Arrow functions are best suited for non-method functions, and cannot be used as constructors.
Example: const add = (a, b) => a + b;
Runtime polymorphism is the ability of a subclass to override a method from its superclass during runtime.
Runtime polymorphism is achieved through method overriding in object-oriented programming.
It allows a subclass to provide a specific implementation of a method that is already defined in its superclass.
The actual method called is determined by the type of object at runtime.
Example: Animal class has a method 'makeSo...
Abstraction in OOP is the concept of hiding complex implementation details and showing only the necessary features to the outside world.
Abstraction allows us to focus on what an object does rather than how it does it
It helps in reducing complexity and improving maintainability of code
Example: A car is an abstraction of various components like engine, wheels, etc. Users interact with the car without needing to know the ...
DSA questions Reverse the linkedlist
I applied via Campus Placement and was interviewed in Mar 2023. There were 5 interview rounds.
Tricky questions from js, sql, c#
B Trees are used for indexing in databases and file systems.
Used for efficient searching, insertion, and deletion operations in databases.
Helps in maintaining sorted data for quick retrieval.
Commonly used in file systems to store large amounts of data efficiently.
Each node in a B Tree can have multiple children, reducing the height of the tree.
CTE stands for Common Table Expression in SQL, used to create temporary result sets that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.
CTEs improve readability and maintainability of complex queries
CTEs can be recursive, allowing for hierarchical data querying
CTEs are defined using the WITH keyword followed by the CTE name and query
Reverse a linked list by changing the next pointers of each node to point to the previous node.
Start with three pointers: current, prev, and next.
Iterate through the linked list, updating the next pointers to point to the previous node.
Update prev, current, and next pointers in each iteration until the end of the list is reached.
I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.
Only DSa and aptitude was asked
I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.
All cod sample testing
Reactor boiler chilling pumps include centrifugal pumps, positive displacement pumps, and axial flow pumps.
Centrifugal pumps are commonly used for high flow and low-pressure applications.
Positive displacement pumps are used for high-pressure applications.
Axial flow pumps are used for high flow and low-pressure applications.
Examples of reactor boiler chilling pumps include end suction pumps, split case pumps, and vertic...
A chiller works by circulating a refrigerant through a cycle of evaporation, compression, condensation, and expansion.
The chiller uses a refrigerant to absorb heat from the water or air being chilled
The refrigerant evaporates at low pressure and absorbs heat
The refrigerant is then compressed, which increases its temperature
The compressed refrigerant then condenses, releasing the heat it absorbed
The refrigerant is then ...
I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.
I am currently working as a Business Analyst at a technology company.
Analyzing business processes and requirements
Creating reports and dashboards for stakeholders
Collaborating with cross-functional teams to gather and analyze data
A hedge fund is an investment fund that pools capital from accredited individuals or institutional investors and invests in a variety of assets.
Hedge funds are typically only available to accredited investors due to their complex and risky nature.
They often use leverage and derivatives to amplify returns.
Hedge funds charge both a management fee and a performance fee based on the fund's profits.
They can invest in a wide...
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 positions on the price movements of assets without owning the assets themselves.
They are often used to manage risk in financial markets.
Derivati...
Seeking new challenges and opportunities for growth.
Desire for professional growth and development
Interest in exploring new industries or sectors
Seeking a more collaborative work environment
Opportunity to work on more impactful projects
Desire for better work-life balance
I applied via Approached by Company and was interviewed in May 2022. There were 2 interview rounds.
Top trending discussions
The duration of IVP (India) interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 11 interview experiences
Difficulty level
Duration
based on 66 reviews
Rating in categories
Production Officer
36
salaries
| ₹2.1 L/yr - ₹4.6 L/yr |
Executive Production
34
salaries
| ₹3 L/yr - ₹5.6 L/yr |
Software Engineer
15
salaries
| ₹7.4 L/yr - ₹19 L/yr |
Assistant Manager - Production
13
salaries
| ₹4.7 L/yr - ₹7.2 L/yr |
Associate Software Engineer
9
salaries
| ₹6.5 L/yr - ₹9 L/yr |
Air Liquide
Cohizon Life Sciences Limited
Anupam Rasayan India
Indo Amines