Filter interviews by
I was interviewed before Feb 2024.
Maintain a similar format as the CAT with a passing criterion of 60%.
The merger of an overseas asset management company with an Indian firm and its subsequent effects on the Indian asset management industry following the merger.
I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.
Financial services refer to the services provided by the finance industry.
Financial services include banking, investment, insurance, and other related services.
These services help individuals and businesses manage their money, invest in assets, and protect against financial risks.
Examples of financial services include checking and savings accounts, credit cards, loans, stocks and bonds, and insurance policies.
Financial...
A capital market is a financial market where companies and governments can raise long-term funds.
Capital markets facilitate the buying and selling of long-term financial instruments such as stocks, bonds, and derivatives.
They provide a platform for companies and governments to raise funds for investment and growth.
Investors can earn returns on their investments through dividends, interest payments, or capital gains.
Exa...
A futures contract is a legal agreement to buy or sell a particular commodity or financial instrument at a predetermined price and date in the future.
Futures contracts are traded on exchanges and are standardized in terms of quantity, quality, and delivery date.
They are used by traders and investors to hedge against price fluctuations or to speculate on future price movements.
Examples of futures contracts include those...
IPO process is the process of a private company going public by offering its shares to the public for the first time.
The company hires an investment bank to underwrite the IPO
The investment bank helps the company determine the offering price and number of shares to be sold
The company files a registration statement with the SEC
The SEC reviews the registration statement and provides feedback
Once the registration statemen...
I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 4 interview rounds.
Invesco Mutual Fund interview questions for popular designations
I applied via campus placement at Vignana Jyothi Institute of Management, Hyderabad and was interviewed in Sep 2021. There were 3 interview rounds.
They ask for finance related and english based questions. I my case there were 30 question.
Get interview-ready with Top Invesco Mutual Fund Interview Questions
I applied via Naukri.com and was interviewed before Aug 2020. There were 6 interview rounds.
Top trending discussions
I was interviewed before Dec 2018.
posted on 24 Dec 2020
I am a highly motivated and results-driven individual with a strong background in business development.
I have a Bachelor's degree in Business Administration.
I have experience in identifying and pursuing new business opportunities.
I have successfully built and maintained relationships with clients.
I am skilled in market research and analysis.
I have a proven track record of meeting and exceeding sales targets.
My strengths include strong communication skills, adaptability, and a strategic mindset. My weaknesses include being overly critical of myself and sometimes struggling with time management.
Strength: Strong communication skills - I am able to effectively convey ideas and information to clients and colleagues.
Strength: Adaptability - I am able to quickly adapt to new situations and environments, allowing me to easily nav...
I am passionate about the industry and believe in its potential for growth and innovation.
I have always been interested in business development and enjoy the challenges it brings.
I believe our industry has a lot of potential for growth and innovation.
I am excited about the opportunity to work with a dynamic team and contribute to the success of the company.
I have been following the industry trends and developments clos...
I can benefit your company by leveraging my strong business development skills and experience to drive growth and increase revenue.
I have a proven track record of successfully identifying and pursuing new business opportunities.
I am skilled in building and maintaining relationships with clients and partners.
I have a deep understanding of market trends and can develop effective strategies to stay ahead of the competitio...
In 5 years, I see myself as a successful Business Development Associate, leading a team and driving growth for the company.
Leading a team of business development professionals
Driving revenue growth through strategic partnerships and client acquisition
Developing and implementing innovative business strategies
Expanding the company's market presence and global reach
Continuously learning and adapting to industry trends and
Yes, I am willing to work overtime if needed.
I understand the importance of meeting deadlines and achieving targets.
I am committed to putting in extra hours to ensure the success of projects.
I have previous experience working overtime and managing time effectively.
I am flexible and adaptable to changing work demands.
I believe in going the extra mile to deliver exceptional results.
Yes
Sure, I would be happy to do a sales mock based on my previous company.
I can provide insights into the sales process, strategies, and techniques used at my previous company.
I can role-play as a sales representative and demonstrate my skills and approach to selling.
I can discuss the challenges faced in sales and how I overcame them in my previous role.
I can share specific examples of successful sales pitches or deals
Yes, I believe I am the right fit for the job.
I have a strong background in business development.
I have successfully executed business development strategies in my previous roles.
I possess excellent communication and negotiation skills.
I am highly motivated and results-oriented.
I am a quick learner and adapt well to new environments.
I am excited to join your company because of its strong reputation, innovative products, and commitment to growth.
Strong reputation: Your company is known for its excellent customer service and high-quality products.
Innovative products: I am impressed by the cutting-edge technology and unique solutions your company offers.
Commitment to growth: Your company's focus on expansion and continuous improvement aligns with my ...
Our organization is a leading technology company specializing in software development and digital solutions.
We have been in business for over 10 years
We have a diverse portfolio of clients ranging from small startups to large enterprises
Our core expertise lies in developing innovative software solutions
We have a strong focus on customer satisfaction and delivering high-quality products
We have a team of experienced prof...
I applied via Recruitment Consultant
I applied via Campus Placement
I am a recent IT graduate with a passion for coding and problem-solving.
Graduated with a degree in IT
Proficient in programming languages such as Java and Python
Experience in developing web applications using HTML, CSS, and JavaScript
Strong analytical and problem-solving skills
Ability to work well in a team and communicate effectively
Mathematics provides a strong foundation for problem-solving and analytical skills, which are essential in IT.
Mathematics involves logical thinking and problem-solving, which are crucial skills in IT.
Mathematical concepts such as algorithms, statistics, and calculus are widely used in IT.
Mathematics also helps in developing a strong analytical mindset, which is essential in data analysis and software development.
Mathem...
Steps to join IT include obtaining relevant education, gaining experience through internships or entry-level positions, and networking.
Obtain relevant education such as a degree in computer science or IT
Gain experience through internships or entry-level positions
Develop technical skills through online courses or certifications
Build a professional network through attending industry events or joining professional organiz...
I have knowledge of programming languages such as Java, Python, and C++. I am also familiar with web development technologies like HTML, CSS, and JavaScript.
Proficient in Java, Python, and C++ programming languages
Familiar with web development technologies like HTML, CSS, and JavaScript
Knowledge of database management systems like MySQL and Oracle
Experience with version control systems like Git
Understanding of software...
I know multiple programming languages including Java, Python, and C++.
Java - used for building enterprise-level applications
Python - known for its simplicity and versatility
C++ - used for system programming and game development
A pointer is a variable that stores the memory address of another variable.
Pointers allow direct manipulation of memory.
They are used to access and modify data indirectly.
Pointers are commonly used in dynamic memory allocation.
Example: int* ptr; // declares a pointer to an integer variable.
A null pointer is a pointer that does not point to any memory location.
A null pointer is represented by the value 0 or NULL.
Dereferencing a null pointer results in a segmentation fault.
Null pointers are commonly used to indicate the end of a linked list or array.
Null pointers can be assigned to any pointer type.
Structures are user-defined data types that allow storing multiple data types under a single name.
Structures are used to group related data together.
They can contain variables of different data types.
Structures can also contain functions.
Structures are defined using the 'struct' keyword.
Example: struct student { char name[20]; int age; float marks; };
Structures can be passed as arguments to functions.
They can also be u...
A nested structure is a structure within another structure in programming.
It allows for more complex data structures to be created
It can be used in various programming languages such as C++, Java, and Python
An example of a nested structure is a struct within a struct in C++
Classes are templates for creating objects that have similar properties and methods.
Classes are used in object-oriented programming.
They define the properties and methods that objects of that class will have.
Objects are instances of a class.
Classes can inherit properties and methods from other classes.
Examples of classes include 'Person', 'Car', and 'Animal'.
Classes in C++ are user-defined data types that encapsulate data and functions.
Classes are used for object-oriented programming.
They allow for data abstraction and encapsulation.
Classes can have member variables and member functions.
Objects are instances of classes.
Inheritance and polymorphism are key features of classes.
In 5 years, I see myself as a senior IT professional, leading a team and contributing to the growth and success of the organization.
Leading a team of IT professionals
Contributing to the growth and success of the organization
Continuously learning and staying updated with the latest technologies
Taking up challenging projects and delivering successful solutions
Building strong professional relationships and networking with
Yes, I am willing to work in night shifts and relocate if required.
I am flexible and adaptable to different work schedules, including night shifts.
I understand the importance of providing 24/7 support in the IT industry.
I am open to relocating for better career opportunities and growth.
I have a strong commitment to my work and can adjust to new environments.
I am willing to make necessary arrangements to ensure smooth t
based on 2 interviews
Interview experience
based on 52 reviews
Rating in categories
Client Reporting Analyst
8
salaries
| ₹5.2 L/yr - ₹7.1 L/yr |
Business Analyst
7
salaries
| ₹6 L/yr - ₹10 L/yr |
Manager
7
salaries
| ₹8 L/yr - ₹11 L/yr |
Deputy Manager
7
salaries
| ₹5.2 L/yr - ₹11 L/yr |
Analyst
6
salaries
| ₹6 L/yr - ₹10.1 L/yr |
ICICI Prudential Mutual Fund
SBI Mutual Fund
Birla Sun Life Mutual Fund
Nippon Life India Asset Management