Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 2 interview rounds.
Public companies are listed on stock exchanges and have shares available for public trading, while private companies are owned by a small group of individuals and do not have publicly traded shares.
Public companies have shares that are traded on stock exchanges, allowing anyone to buy and sell them.
Private companies are owned by a small group of individuals or a single entity, and their shares are not publicly traded.
P...
ROFR gives the right to match an offer, while ROFO gives the right to make the first offer.
ROFR (Right of First Refusal) allows the holder to match an offer before it is accepted by the seller.
ROFO (Right of First Offer) gives the holder the right to make the first offer on a property or asset before it is offered to others.
ROFR is reactive, triggered by an existing offer, while ROFO is proactive, allowing the holder t...
Rate your
company
🤫 100% anonymous
How was your last interview experience?
I applied via Referral and was interviewed before Jan 2022. There were 2 interview rounds.
Yes, I am familiar with litigation.
I have studied civil and criminal procedure laws.
I have assisted in drafting legal documents for court proceedings.
I have attended court hearings and trials as an observer.
I have researched case laws and precedents for legal arguments.
I have worked on cases related to contract disputes, property disputes, and criminal cases.
Top trending discussions
I was interviewed in Aug 2016.
Traffic lights use a set sequence of colors to control the flow of vehicles and pedestrians.
Traffic lights use red, yellow, and green lights to indicate when vehicles and pedestrians should stop, slow down, or go.
The sequence of colors is typically red, yellow, green, and then back to red.
Different traffic lights may have different timings for each color depending on the traffic flow and pedestrian activity.
Traffic lig...
The logic of elevator operation involves a system of sensors, controls, and algorithms to efficiently transport passengers between floors.
Elevators use sensors to detect the presence of passengers and determine their desired floor.
Controls process this information and calculate the most efficient route for the elevator to take.
Algorithms prioritize elevator assignments based on factors like proximity, floor traffic, an...
Wells Fargo is a reputable and established financial institution with a strong track record in the industry.
Wells Fargo has a long history dating back to 1852, making it one of the oldest and most established banks in the United States.
The company has a strong reputation for providing a wide range of financial services, including banking, investments, and insurance.
Wells Fargo has a large network of branches and ATMs, ...
I applied via Campus Placement
I am passionate about analyzing data and deriving insights to drive strategic decision-making.
I have a strong background in data analysis and statistics.
I enjoy problem-solving and finding patterns in data.
I believe that my analytical skills can add value to the organization by providing actionable insights.
I have experience using various analytical tools such as Excel, SQL, and Tableau.
I am detail-oriented and thrive
Passion for analyzing data and making informed financial decisions.
I have always been fascinated by numbers and analyzing trends.
I enjoy the challenge of making sense of complex financial data.
I believe finance plays a crucial role in driving business success and growth.
I am motivated by the opportunity to help companies make informed financial decisions.
I find satisfaction in using data to identify opportunities for i
posted on 10 May 2015
Multi tasking, multi processing, and multi programming are different approaches to managing tasks in an operating system.
Multi tasking allows multiple tasks to run concurrently on a single processor.
Multi processing involves multiple processors running tasks simultaneously.
Multi programming allows multiple programs to be loaded into memory and executed concurrently.
Examples of multi tasking operating systems include Wi...
Memory allocation refers to the process of assigning memory to programs during runtime.
Stack allocation is done automatically and is limited in size.
Heap allocation is done manually and is larger in size.
Stack memory is used for local variables and function calls.
Heap memory is used for dynamic memory allocation.
Memory leaks can occur if heap memory is not properly managed.
Use a shared variable and synchronization mechanisms to ensure natural order printing of numbers.
Create two threads, one for printing even numbers and the other for printing odd numbers.
Use a shared variable to keep track of the current number to be printed.
Implement synchronization mechanisms like locks or semaphores to ensure only one thread can access the shared variable at a time.
Each thread should check if it is i...
Printing a matrix in spiral order
Start from the first element and print it
Move in a spiral order towards the center of the matrix
Repeat until all elements are printed
Thread class and Runnable Interface are used for multithreading in Java.
Thread class is a predefined class in Java that provides methods to create and control threads.
Runnable interface is used to define a task that can be executed by a thread.
Thread class implements Runnable interface.
Thread class provides more control over threads than Runnable interface.
Example: Thread t = new Thread(new MyRunnable()); t.start();
Exa...
Linked List is a dynamic data structure while ArrayList is a static data structure.
Linked List is best for frequent insertion and deletion operations.
ArrayList is best for frequent access operations.
Linked List uses more memory than ArrayList.
ArrayList is faster than Linked List for accessing elements.
Use Linked List when you need to frequently add or remove elements from the list.
Use ArrayList when you need to frequen
I am not interested in a career in investment banking.
I am more interested in a career in software development
I enjoy problem-solving and creating innovative solutions through coding
Investment banking does not align with my passion and skill set
I have chosen to apply to J.P. Morgan because of their reputation, global presence, and opportunities for growth.
J.P. Morgan has a strong reputation in the financial industry.
They have a global presence with offices in multiple countries.
The company offers various opportunities for career growth and development.
J.P. Morgan is known for its innovative technology solutions in the financial sector.
I am impressed by their ...
Yes, I have made a mistake in my previous project.
I underestimated the complexity of a task and ended up missing the deadline.
I failed to properly test a feature, resulting in a bug that affected user experience.
I accidentally deleted an important file without having a backup.
I misunderstood a requirement and implemented a feature incorrectly.
3 hrs, general skilling, analytical skills, computer skills
Financial management, production management, and organizational management are business functions. PE ratio, working capital, and activity ratio are financial metrics.
Financial management involves planning, organizing, directing, and controlling financial activities of an organization.
Production management involves planning, organizing, directing, and controlling production activities of an organization.
Organizational ...
Debt equity ratio is a financial ratio that compares a company's total debt to its total equity. Gross profit is the difference between revenue and cost of goods sold.
Debt equity ratio = Total debt / Total equity
It measures the proportion of a company's financing that comes from debt compared to equity
A high debt equity ratio indicates higher financial risk
Gross profit = Revenue - Cost of goods sold
It represents the am...
I applied via Company Website and was interviewed in Jan 2023. There were 3 interview rounds.
Detail analysis assignment , need to think and elaborate analytical way
I am well-suited for this job role because of my strong leadership skills, experience in managing teams, and ability to handle multiple tasks efficiently.
Strong leadership skills: I have successfully led teams in my previous roles, demonstrating my ability to motivate and guide team members towards achieving goals.
Experience in managing teams: I have experience in overseeing and coordinating the work of a team, ensurin...
Questions from English, aptitude, and candlestick chart patterns.
One easy and one medium question.
I applied via Walk-in and was interviewed before Sep 2022. There were 2 interview rounds.
Hackerrank test was there and difficult level
React Hooks are functions that let you use state and other React features without writing a class.
React Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.
They allow you to reuse stateful logic across multiple components without changing the component hierarchy.
Some commonly used React Hooks are useState, useEffect, useContext, and useReducer.
Example: useState hook al...
Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM updates.
Changes are first made to the virtual DOM, then compared with the actual DOM to only update what has changed.
This process helps reduce the number of manipulations needed on the real DOM, leading to faster renderin
React js is a lightweight library for building user interfaces, while Angular is a full-fledged framework with more features and complexity.
React is more flexible and allows for easier integration with other libraries and frameworks.
Angular provides more out-of-the-box features like routing, forms handling, and dependency injection.
React is easier to learn and has a larger community support.
Angular has a steeper learni...
Functional components are simpler, stateless, and use hooks. Class components have lifecycle methods and state management.
Functional components are simpler and easier to read/write.
Class components have lifecycle methods like componentDidMount, componentDidUpdate, etc.
Functional components use hooks for state management and side effects.
Class components use this keyword for accessing props and state.
Example: Functional...
based on 2 interviews
Interview experience
Anonymously discuss salaries, work culture, and many more
Get Ambitionbox App
based on 12 reviews
Rating in categories
Associate
16
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Legal Associate
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Accountant
4
salaries
| ₹0 L/yr - ₹0 L/yr |
AZB & Partners
Khaitan & Co
Trilegal
Shardul Amarchand Mangaldas