Upload Button Icon Add office photos

Filter interviews by

Mahati Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

(2 Questions)

  • Q1. Q 1 Why should we hire you ? 2 tell me something about your self 3 why should you join sales process
  • Q2. 2nd opration manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Plz read all questions and answers confidentiality postive and active
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain how javascript works
  • Ans. 

    JavaScript is a high-level, interpreted programming language that is used to make web pages interactive.

    • JavaScript is a client-side scripting language that runs in the browser.

    • It is used to add interactivity to websites, such as form validation, animations, and dynamic content.

    • JavaScript code is executed line by line and can manipulate the HTML and CSS of a webpage.

    • It can also communicate with servers to retrieve or se

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Build a to do app in react
  • Ans. 

    A to do app built in React for managing tasks and deadlines.

    • Use React components to create a user interface for adding, editing, and deleting tasks

    • Implement state management to keep track of tasks and their completion status

    • Utilize local storage or a backend server to persist tasks between sessions

  • Answered by AI

Interview Questionnaire 

2 Questions

  • Q1. Have you working with presure ?
  • Ans. 

    Yes, I have experience working under pressure.

    • I have successfully managed multiple high-pressure projects simultaneously.

    • I am accustomed to meeting tight deadlines and delivering quality work under pressure.

    • I thrive in fast-paced environments and remain calm and focused during stressful situations.

    • I have received positive feedback from supervisors and colleagues for my ability to handle pressure.

    • For example, in my prev...

  • Answered by AI
  • Q2. Have you working with teams
  • Ans. 

    Yes, I have experience working with teams.

    • I have worked in cross-functional teams on various projects.

    • I have collaborated with colleagues from different departments to achieve common goals.

    • I have participated in team meetings, brainstorming sessions, and project planning.

    • I have effectively communicated and coordinated with team members to ensure smooth workflow.

    • I have contributed to team success by sharing ideas, provi...

  • Answered by AI

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Very easy mcq Question on google form.

Round 2 - Technical 

(1 Question)

  • Q1. Java basic theory Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There was a linked list question without using libraries
  • Q2. Among 20 sphere, one sphere weight is larger than other 19 sphere. how will you find that ball without seeing it. Explain logic and code.
  • Ans. 

    Finding the heavier sphere among 20 spheres without seeing it.

    • Divide the spheres into groups of 3, weigh any two groups against each other.

    • If both groups weigh the same, the heavier sphere is in the third group.

    • If one group is heavier, weigh two spheres from that group against each other.

    • If they weigh the same, the heavier sphere is the remaining one.

    • If they don't weigh the same, the heavier sphere is the one that weig

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked Java questions. They made me very comfortable during interview and it was more like discussion than interview. They made me understand the Questions which I gave wrong answers to. More than coding the logic was tested.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction , knowledge about capital market
Round 2 - Case Study 

Nothing as such just basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Uat Testing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Strength and weakness
Round 2 - Technical 

(1 Question)

  • Q1. Private equity waterfall

Interview Preparation Tips

Topics to prepare for ICICI Direct Senior Associate interview:
  • Investment Banking
  • Hedge Funds
  • Private Equity
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. TDS related questions and Invoice verification process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Can you provide information about yourself and your studies?
  • Ans. 

    I am a dedicated professional with a strong academic background and diverse experiences in my field.

    • Graduated with a degree in Business Administration from XYZ University, where I specialized in Marketing.

    • Completed an internship at ABC Corp, where I developed a marketing strategy that increased engagement by 30%.

    • Participated in various leadership programs, enhancing my skills in team management and project execution.

    • Cu...

  • Answered by AI
  • Q2. Can you provide details about your work experience?
  • Ans. 

    Experienced Senior Associate with a strong background in project management and team leadership across various industries.

    • Led a team of 10 in a successful project that increased efficiency by 30%.

    • Managed client relationships, resulting in a 25% increase in repeat business.

    • Implemented a new reporting system that reduced project turnaround time by 15%.

    • Conducted training sessions for junior associates, improving team perf

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Process related queries
  • Q2. What is your understanding of collections, and what is your previous experience related to this area?
  • Ans. 

    Collections involve managing and recovering debts owed to an organization, ensuring financial stability and customer relations.

    • Understanding of accounts receivable and the importance of timely collections.

    • Experience in negotiating payment plans with clients to recover overdue accounts.

    • Utilized collection software to track outstanding invoices and follow up with clients.

    • Implemented strategies to reduce the days sales ou...

  • Answered by AI

I applied via Naukri.com and was interviewed before Feb 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 - One-on-one 

(2 Questions)

  • Q1. Hoisting, clousres, prototypes based output questions
  • Q2. Polyfill of reduce, map
  • Ans. 

    Polyfill of reduce, map are functions that mimic the behavior of the original functions in older browsers.

    • Polyfill of reduce function can be implemented using a for loop to iterate over the array and accumulate the result.

    • Polyfill of map function can be implemented using a for loop to iterate over the array and create a new array with the transformed values.

    • These polyfills are useful for ensuring cross-browser compatib...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Project discussion, react lifecycle, javascript basec concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were maily involved:-
Js basic concepts:hoisting, prototypes, closures, currying
Css basic properties
Project discussions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Behaviour of js
  • Ans. 

    JavaScript is a dynamic programming language commonly used for web development.

    • JavaScript is a high-level, interpreted language.

    • It is known for its flexibility and ability to manipulate the DOM.

    • Commonly used for client-side scripting in web development.

    • Supports object-oriented, imperative, and functional programming styles.

  • Answered by AI
  • Q2. Call by value, call by reference
Round 2 - Coding Test 

Reverse fibonacci using recursion

Skills evaluated in this interview

Tell us how to improve this page.

Mahati Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Compare Mahati with

Samunnati Financial Intermediation and Services

4.3
Compare

Biz 2 Credit Info Services

3.9
Compare

Fexprime Finance

4.5
Compare

Kalkine

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