Premium Employer

i

This company page is being actively managed by Motilal Oswal Financial Services Team. If you also belong to the team, you can get access from here

Motilal Oswal Financial Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Motilal Oswal Financial Services HR Intern Interview Questions and Answers

Updated 17 Jul 2024

Motilal Oswal Financial Services HR Intern Interview Experiences

1 interview found

HR Intern Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

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

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your education and background
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. About your education background

What people are saying about Motilal Oswal Financial Services

View All
blisteringlettuce
Verified Icon
1w
works at
Motilal Oswal Financial Services
Fair pay
Can anyone know what is the fair package for a CA with a 7 years of exp in tax. Thanks
Got a question about Motilal Oswal Financial Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Describe a project which you consider your best work and explain approach behind your rationale and assumptions
  • Q2. What could have been other approaches to do same job
  • Ans. 

    Other approaches to the same job could include automation, outsourcing, or reorganizing the team.

    • Automation: Implementing technology to streamline processes and reduce manual labor.

    • Outsourcing: Hiring a third-party company to handle certain tasks or responsibilities.

    • Reorganizing the team: Restructuring roles and responsibilities to optimize efficiency and productivity.

    • Example: Automating inventory management to reduce ...

  • Answered by AI
  • Q3. ML gradient boosting algorithm related questions
  • Q4. Logistic regression related questions
  • Q5. Banking products knowledge was checked.... Like transactor, revolver, defaulter etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare CV thoroughly, have good understanding of algorithms and analytical approaches taken by you. Strengths weakness, why HSBC, why switch to banking domain. Be prepared for logical thinking based questions during round with senior mgmt. Prepare convincing answers and be smart in tackling difficult questions. Don't beat around the bush if you don't know something or you forgot. Be ready with things you would need to explain a project, keep numbers handy. Last but not the least don't fake your experience.

Interview Questionnaire 

1 Question

  • Q1. How collect payments from individual customer
  • Ans. 

    Collecting payments from individual customers involves various methods and strategies.

    • Offer multiple payment options such as credit/debit cards, online payments, and cash

    • Send timely reminders and follow-up emails/calls to customers with outstanding payments

    • Implement a clear and concise payment policy to avoid confusion and disputes

    • Consider offering discounts or incentives for early payments or bulk purchases

    • Utilize a r...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

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

Interview Questionnaire 

1 Question

  • Q1. About my experience and finance related

Interview Preparation Tips

Interview preparation tips for other job seekers - Best finance sector but working time is no fixed
morning 7 to night 11 every 2 hr 1croncol .. no holidays even Sunday and holi .
There have no personal life and family life only bajaj lifee ...

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

Interview Questionnaire 

1 Question

  • Q1. About yourself and previous company experience and culture.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good but depend upon who take the interview.

Interview Questionnaire 

1 Question

  • Q1. Question regarding SQL basic

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an integer array containing numbers from 0 to (N - 2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number that appears twice in the array.

    • The duplicate number is always present in the given array.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

  • Q1. 

    Bubble Sort Problem Statement

    Sort an unsorted array of non-negative integers using the Bubble Sort algorithm, which swaps adjacent elements if they are not in the correct order to sort the array in non-d...

  • Ans. 

    Bubble Sort is used to sort an array of non-negative integers in non-decreasing order by swapping adjacent elements if they are not in the correct order.

    • Iterate through the array and compare adjacent elements, swapping them if they are in the wrong order.

    • Repeat this process until the array is sorted in non-decreasing order.

    • Time complexity of Bubble Sort is O(n^2) in worst case.

    • Example: For input [6, 2, 8, 4, 10], the o

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Unweighted Graph Shortest Path Problem

    You are tasked with finding the shortest path between two houses in the city of Ninjaland, represented as an unweighted graph. The city has N houses numbered from 1 ...

  • Ans. 

    Find the shortest path between two houses in a city represented as an unweighted graph.

    • Use breadth-first search (BFS) algorithm to find the shortest path in an unweighted graph.

    • Start BFS from the source house and keep track of the shortest path to each house.

    • Once the destination house is reached, backtrack to find the shortest path.

    • Consider using a queue data structure to implement BFS efficiently.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria7Morgan Stanley interview preparation:Topics to prepare for the interview - Java , spring, aws,azure, Algorithm, computer Architecture, compiler designTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : online resources
Tip 2 : cracking the coding interview by Gayle laykemann this is one of the best book for learning the concept at the initial level. Start practicing the approaches mention in the book once done apply the same to similar level pattern questions.
Tip 3 : geeks for geeks start from school level and then move towards easy medium and hard once done practice the previous year questions

Application resume tips for other job seekers

Tip 1 : precise clear concise and well written 
Tip 2 : mentions the skills sets along with the projects

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. 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 - Assignment 

Assignment is very dificult but not impossible

Round 3 - Group Discussion 

आप अपने सीनियर से डिस्कस करके मदद भी ले सकते है

Interview Preparation Tips

Interview preparation tips for other job seekers - This is very good job but tasks is very different &

Motilal Oswal Financial Services Interview FAQs

How many rounds are there in Motilal Oswal Financial Services HR Intern interview?
Motilal Oswal Financial Services interview process usually has 2 rounds. The most common rounds in the Motilal Oswal Financial Services interview process are HR and One-on-one Round.
How to prepare for Motilal Oswal Financial Services HR Intern interview?
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 Motilal Oswal Financial Services. The most common topics and skills that interviewers at Motilal Oswal Financial Services expect are Recruitment, HR, Communication Skills, Mass Hiring and Excel.

Tell us how to improve this page.

Motilal Oswal Financial Services HR Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Motilal Oswal Financial Services Our legacy of trust, integrity, and excellence; built over 37+ years

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 587 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 540 Interviews
HSBC Group Interview Questions
3.9
 • 492 Interviews
American Express Interview Questions
4.1
 • 368 Interviews
BNY Interview Questions
3.8
 • 352 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 294 Interviews
View all
Motilal Oswal Financial Services HR Intern Salary
based on 4 salaries
₹0.6 L/yr - ₹2 L/yr
65% less than the average HR Intern Salary in India
View more details

Motilal Oswal Financial Services HR Intern Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

1.0

Salary

2.0

Job security

2.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Relationship Manager
970 salaries
unlock blur

₹1.6 L/yr - ₹6.7 L/yr

Assistant Manager
843 salaries
unlock blur

₹2 L/yr - ₹8.2 L/yr

Senior Executive
647 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Equity Advisor
486 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Financial Advisor
351 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Explore more salaries
Compare Motilal Oswal Financial Services with

JPMorgan Chase & Co.

3.9
Compare

Wells Fargo

3.8
Compare

Citicorp

3.7
Compare

HSBC Group

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