Upload Button Icon Add office photos

Filter interviews by

Ananya Finance Inclusive Growth Interview Questions and Answers for Experienced

Updated 5 Mar 2023

Ananya Finance Inclusive Growth Interview Experiences for Experienced

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2022. There were 2 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. There is no specific questions. Based on working area, experience, it was a candid discussion and you will not be feeling it's a long one. From intro, it was very comfortable.
  • Q2. No questions. General discussions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest, ethical and express yourself. Don't hesitate to ask questions.

Senior Manager Interview Questions asked at other Companies

Q1. 1. What you understand the requirement of shuttering material at project site?
View answer (19)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SDLC, Agile, Power Sector

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

I applied via Walk-in and was interviewed in Oct 2021. 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 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. What do you know about company? what type of products company develops?
  • Ans. Brief: 4 types of products, I recommend to visit the website of the company for updated details.
  • Answered Anonymously
Round 3 - Interview 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. Start by telling your name, your hometown, your qualifications, your previous jobs, your job profile in previous companies, why you want to join at a current job profile.
  • Answered Anonymously
  • Q2. Questions about projects, your academics.

Interview Preparation Tips

Topics to prepare for 50 Hertz Business Analyst interview:
  • MS Excel
Interview preparation tips for other job seekers - Whatever company you apply, visit its website and note down or remember whatever work company is involve in.
Always ready for a question, tell me about yourself.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude followed with english and reasoning

Round 2 - Technical 

(3 Questions)

  • Q1. Core java technical questions , spring , spring boot
  • Q2. What is JIT in java
  • Ans. 

    JIT stands for Just-In-Time compilation in Java. It dynamically compiles bytecode into machine code at runtime for improved performance.

    • JIT is a part of the Java Virtual Machine (JVM) that optimizes the execution of Java programs.

    • It analyzes the frequently executed parts of the bytecode and compiles them into native machine code.

    • This compilation happens at runtime, just before the code is executed, hence the name Just-...

  • Answered by AI
  • Q3. Explain lifecyxle of thread in java
  • Ans. 

    The lifecycle of a thread in Java includes several stages from creation to termination.

    • A thread is created using the Thread class or implementing the Runnable interface.

    • The thread goes through the new, runnable, and blocked states before running.

    • Once running, the thread can be paused, resumed, or stopped.

    • Finally, the thread reaches the terminated state and cannot be restarted.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Recursive program of binary tree and basic HTML bootstrap

Interview Questionnaire 

1 Question

  • Q1. Introduction
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. How internally work HashMap ?
  • Ans. 

    HashMap uses key-value pairs, hashing, and buckets for efficient data retrieval and storage.

    • HashMap stores data in key-value pairs, where each key is unique.

    • It uses a hash function to compute an index (hash code) for each key.

    • The computed index points to a bucket in an array where the value is stored.

    • If multiple keys hash to the same index (collision), they are stored in a linked list or tree structure.

    • Example: For a k...

  • Answered by AI
  • Q2. Write the logic of prime number
  • Ans. 

    A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.

    • A prime number has exactly two distinct positive divisors: 1 and itself.

    • Examples of prime numbers include 2, 3, 5, 7, 11, and 13.

    • The number 1 is not prime because it has only one positive divisor.

    • The number 4 is not prime because it can be divided by 1, 2, and 4.

    • To check if a number n is prime, test divisi

  • Answered by AI
  • Q3. Difference between hash map and hash set?
  • Ans. 

    HashMap stores key-value pairs; HashSet stores unique keys without values.

    • HashMap allows duplicate values but not duplicate keys. Example: {1: 'A', 2: 'B', 1: 'C'} results in {1: 'C', 2: 'B'}.

    • HashSet only stores unique elements. Example: {1, 2, 2} results in {1, 2}.

    • HashMap provides O(1) average time complexity for get and put operations.

    • HashSet provides O(1) average time complexity for add, remove, and contains operati...

  • Answered by AI
Round 1 - Coding Test 

Basic to medium questions on array string SQL

Round 2 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they hire for freshers because company doesn't have budget to hire good experienced people. So just go through basics because senior people who are working there are also not that knowledgeable.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is your minimum salary expectation?
  • Q2. Are you planning to stay long-term in this position?
  • Ans. 

    I am committed to long-term growth and contribution in this position, aligning my goals with the company's vision.

    • I believe in building strong relationships with my team and the organization, which takes time and dedication.

    • For example, I aim to take on increasing responsibilities and contribute to long-term projects.

    • I am eager to develop my skills and grow within the company, ensuring I can add value over time.

    • I see t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cautious about Bonus, because they will delay bonus. Will make you wait longer for appraisal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Must power sell, how to bid placed on iex exchange.
  • Q2. How to discover rate in iex exchange?
  • Ans. 

    Discovering rates in the IEX exchange involves analyzing market data and using specific tools and APIs.

    • Utilize the IEX Cloud API to access real-time and historical market data.

    • Check the IEX website for the latest stock prices and trading volumes.

    • Use financial analysis tools like TradingView or Bloomberg to visualize rate trends.

    • Monitor news and reports that may affect stock rates on the IEX exchange.

  • Answered by AI

Ananya Finance Inclusive Growth Interview FAQs

How many rounds are there in Ananya Finance Inclusive Growth interview for experienced candidates?
Ananya Finance Inclusive Growth interview process for experienced candidates usually has 2 rounds. The most common rounds in the Ananya Finance Inclusive Growth interview process for experienced candidates are Resume Shortlist and One-on-one Round.
How to prepare for Ananya Finance Inclusive Growth interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Ananya Finance Inclusive Growth. The most common topics and skills that interviewers at Ananya Finance Inclusive Growth expect are NBFC, Banking, Microfinance, Analytical skills and Communication Skills.
What are the top questions asked in Ananya Finance Inclusive Growth interview for experienced candidates?

Some of the top questions asked at the Ananya Finance Inclusive Growth interview for experienced candidates -

  1. There is no specific questions. Based on working area, experience, it was a can...read more
  2. No questions. General discussio...read more

Tell us how to improve this page.

Ananya Finance Inclusive Growth Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oxane Partners Interview Questions
3.5
 • 25 Interviews
Wishup Interview Questions
4.2
 • 23 Interviews
Axis Sales Interview Questions
4.3
 • 19 Interviews
Tradebulls Interview Questions
3.2
 • 16 Interviews
YourDOST Interview Questions
3.4
 • 9 Interviews
50 Hertz Interview Questions
1.9
 • 9 Interviews
Muthoot Money Interview Questions
3.7
 • 8 Interviews
NADSOFT Interview Questions
3.2
 • 7 Interviews
View all

Ananya Finance Inclusive Growth Reviews and Ratings

based on 26 reviews

3.7/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

4.1

Salary

3.7

Job security

4.2

Company culture

3.7

Promotions

4.2

Work satisfaction

Explore 26 Reviews and Ratings
Credit Manager
9 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Relationship Manager
6 salaries
unlock blur

₹7.3 L/yr - ₹14 L/yr

Senior Manager Credit
5 salaries
unlock blur

₹9.2 L/yr - ₹11 L/yr

Senior Manager
5 salaries
unlock blur

₹10 L/yr - ₹10.5 L/yr

Associate Vice President
5 salaries
unlock blur

₹11.5 L/yr - ₹27 L/yr

Explore more salaries
Compare Ananya Finance Inclusive Growth with

Tradebulls

3.2
Compare

Axis Sales

4.3
Compare

Muthoot Money

3.7
Compare

SysArc Infomatix

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