Upload Button Icon Add office photos

Filter interviews by

Axis Mutual Fund Senior Manager Interview Questions and Answers

Updated 30 Aug 2023

Axis Mutual Fund Senior Manager Interview Experiences

1 interview found

Senior Manager Interview Questions & Answers

user image Ajeet Kumar Rawani

posted on 30 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Product specific
  • Q2. Market and scheme
Round 3 - One-on-one 

(1 Question)

  • Q1. Market Knowledge

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Job Portal

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. About work experience
Round 3 - One-on-one 

(1 Question)

  • Q1. About work experience

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Related to current work profile - wins and losses
  • Q2. HOW CAN YOU IMPROVE IFC
  • Ans. 

    IFC can be improved by implementing better communication channels and streamlining processes.

    • Establish clear communication channels between departments and stakeholders

    • Streamline processes to reduce redundancies and increase efficiency

    • Invest in technology to automate manual tasks and improve data management

    • Provide training and development opportunities for employees to enhance their skills and knowledge

    • Regularly review...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - GO WITH CONFIDENCE AND EXPERTISE IN YOUR WORK PROFILE

Interview Questionnaire 

4 Questions

  • Q1. 3 Biggest Achievements
  • Ans. 

    Increased sales revenue, implemented cost-saving measures, led successful team projects.

    • Increased sales revenue by 25% through strategic marketing campaigns

    • Implemented cost-saving measures resulting in a 15% reduction in expenses

    • Led successful team projects resulting in improved productivity and customer satisfaction

  • Answered by AI
  • Q2. 3 biggest failures
  • Ans. 

    Failed to meet sales targets, poor communication with team, missed project deadline

    • Failed to meet sales targets despite efforts to increase marketing and promotions

    • Poor communication with team led to misunderstandings and delays in project completion

    • Missed project deadline due to underestimating the scope of work and lack of proper planning

  • Answered by AI
  • Q3. Describe a day in your current role
  • Q4. Technical questions

I applied via Referral and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence in interview with HR and other manager
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Solid principles
  • Q2. OOPS concepts in c++
  • Ans. 

    OOPS concepts in C++ include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: creating new classes based on existing classes, allowing for code reuse

    • Polymorphism: ability for objects of different classes to be treated as objects of a common superclass

    • Abstraction: hiding complex implementation details and sh

  • Answered by AI
  • Q3. Multi threading and its implementation
  • Ans. 

    Multi threading is a programming concept where multiple threads run concurrently within a single process.

    • Multi threading allows for better utilization of CPU resources by running multiple tasks simultaneously.

    • Threads share the same memory space, which can lead to synchronization issues if not handled properly.

    • Examples of multi threading implementations include Java's Thread class, C#'s Task Parallel Library, and Python

  • Answered by AI
  • Q4. Diamond problem in c++
  • Ans. 

    Diamond problem occurs in multiple inheritance when a class inherits from two classes that have a common base class.

    • Diamond problem can be resolved using virtual inheritance in C++.

    • Virtual inheritance ensures that only one instance of the common base class is inherited by the derived class.

    • Example: class A is inherited by classes B and C, then class D inherits from both B and C. Using virtual inheritance for class A re

  • Answered by AI
  • Q5. Types of inheritance and examples
  • Ans. 

    Types of inheritance include single, multiple, multilevel, hierarchical, hybrid, and multipath inheritance.

    • Single inheritance: a class inherits from only one base class.

    • Multiple inheritance: a class inherits from more than one base class.

    • Multilevel inheritance: a class inherits from a class which in turn inherits from another class.

    • Hierarchical inheritance: multiple classes inherit from a single base class.

    • Hybrid inher...

  • Answered by AI
  • Q6. Runtime and compile time polymorphism

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic C++ comcepts.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing mock dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI
  • Q2. What is state in react
  • Ans. 

    State in React is a JavaScript object that stores data and determines how a component renders and behaves.

    • State is mutable and can be updated using the setState() method

    • State should be used for data that will change over time and affect the component's rendering

    • State should not be modified directly, use setState() instead

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Some basic questions related to personnel
  • Q2. Salary expectation and how soon can join
  • Ans. 

    I am looking for a competitive salary based on my experience and skills. I can join within 2 weeks.

    • Expecting a competitive salary based on my experience and skills

    • Can join within 2 weeks of receiving an offer

    • Open to negotiation based on the overall compensation package

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is the Ram frequency
  • Ans. 

    RAM frequency refers to the speed at which data can be read from or written to the RAM module.

    • RAM frequency is measured in MHz (megahertz).

    • Higher RAM frequency allows for faster data transfer between the RAM and the CPU.

    • Overclocking RAM can increase its frequency beyond the manufacturer's specifications.

    • Example: DDR4 RAM typically has frequencies ranging from 2133MHz to 4600MHz.

  • Answered by AI
  • Q2. SMPS wire colour voltage
Round 3 - One-on-one 

(2 Questions)

  • Q1. Some technical questions related to server
  • Q2. Some questions related to your ability

Interview Preparation Tips

Interview preparation tips for other job seekers - Negative and toxic environment
No growth
Politics
Some seniors are not supporting
Old technology and high vulnerability
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Why you left your's previous organisation?
  • Q2. What is a stock broker?
  • Ans. 

    A stock broker is a professional who buys and sells stocks on behalf of clients in exchange for a fee or commission.

    • Stock brokers facilitate the buying and selling of stocks on various stock exchanges.

    • They provide investment advice and recommendations to clients based on their financial goals and risk tolerance.

    • Stock brokers must be licensed and adhere to strict regulations set by financial authorities.

    • Examples of stoc...

  • Answered by AI
  • Q3. What is futures and options?
  • Ans. 

    Futures and options are financial derivatives that derive their value from an underlying asset.

    • Futures are contracts to buy or sell an asset at a specified price on a future date.

    • Options give the holder the right, but not the obligation, to buy or sell an asset at a predetermined price within a specific timeframe.

    • Both futures and options are used for hedging, speculation, and arbitrage in financial markets.

  • Answered by AI
  • Q4. Tell me about OTM,ATM,ITM options?
  • Ans. 

    OTM, ATM, and ITM options refer to Out of The Money, At The Money, and In The Money options respectively.

    • OTM options have strike prices that are unfavorable compared to the current market price.

    • ATM options have strike prices that are closest to the current market price.

    • ITM options have strike prices that are favorable compared to the current market price.

  • Answered by AI
  • Q5. Nifty latest lot size?
  • Ans. 

    The latest lot size for Nifty is 75.

    • The latest lot size for Nifty is 75.

    • Lot size refers to the minimum quantity or number of shares that can be traded in a single transaction.

    • Knowing the lot size is important for calculating the total cost of a trade.

  • Answered by AI
  • Q6. What is Bank nifty index?
  • Ans. 

    Bank Nifty index is a benchmark index that tracks the performance of the banking sector in India.

    • Bank Nifty index is composed of the most liquid and large capitalized banking stocks listed on the National Stock Exchange (NSE) of India.

    • It provides investors and traders with a benchmark to measure the performance of the banking sector as a whole.

    • Bank Nifty index futures and options are actively traded on the NSE for hedg

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared of basics of stock market like equity,FNO, commodity
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Salary expectations and joining date

Axis Mutual Fund Interview FAQs

How many rounds are there in Axis Mutual Fund Senior Manager interview?
Axis Mutual Fund interview process usually has 3 rounds. The most common rounds in the Axis Mutual Fund interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Axis Mutual Fund Senior Manager interview?

Some of the top questions asked at the Axis Mutual Fund Senior Manager interview -

  1. Market and sch...read more
  2. Product speci...read more
  3. Market Knowle...read more

Tell us how to improve this page.

Axis Mutual Fund Senior Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Axis Mutual Fund Senior Manager Salary
based on 17 salaries
₹11.8 L/yr - ₹30 L/yr
At par with the average Senior Manager Salary in India
View more details

Axis Mutual Fund Senior Manager Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

3.2

Salary

4.4

Job security

3.5

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 4 Reviews and Ratings
Relationship Manager
72 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Deputy Manager
68 salaries
unlock blur

₹5 L/yr - ₹12.4 L/yr

Assistant Manager
58 salaries
unlock blur

₹2.6 L/yr - ₹7.9 L/yr

Manager
41 salaries
unlock blur

₹6 L/yr - ₹21.1 L/yr

Senior Manager
17 salaries
unlock blur

₹11.8 L/yr - ₹30 L/yr

Explore more salaries
Compare Axis Mutual Fund with

ICICI Prudential Mutual Fund

3.8
Compare

SBI Mutual Fund

4.0
Compare

Birla Sun Life Mutual Fund

4.2
Compare

Kotak Mahindra Bank

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview