Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mansukh Securities & Finance Team. If you also belong to the team, you can get access from here

Mansukh Securities & Finance Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mansukh Securities & Finance Interview Questions and Answers for Freshers

Updated 6 Feb 2025

Mansukh Securities & Finance Interview Experiences for Freshers

Popular Designations

2 interviews found

Derivative Analyst Interview Questions & Answers

user image JAYESH AGARWAL

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. WHAT IS DERIVATIVES
  • Ans. 

    Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

    • Derivatives can be used for hedging, speculation, or arbitrage.

    • Examples of derivatives include options, futures, forwards, and swaps.

    • Derivatives allow investors to take on risk or hedge against risk in the financial markets.

  • Answered by AI
  • Q2. HOW ECONOMIC CHANGES AFFECT MARKET
  • Ans. 

    Economic changes can have a significant impact on the market by influencing consumer behavior, investor sentiment, and overall business performance.

    • Changes in interest rates can affect borrowing costs for businesses and consumers, impacting spending and investment decisions.

    • Fluctuations in currency exchange rates can impact the competitiveness of exports and imports, affecting international trade.

    • Changes in government ...

  • Answered by AI

Top Mansukh Securities & Finance Derivative Analyst Interview Questions and Answers

Q1. What is difference between primary amd secondary market
View answer (6)

Derivative Analyst Interview Questions asked at other Companies

Q1. What is difference between primary amd secondary market
View answer (6)

Derivative Analyst Interview Questions & Answers

user image Rushikesh Gangawane

posted on 8 Aug 2021

Interview Questionnaire 

3 Questions

  • Q1. All the indian basic stock market and derivative read NISM equity derivative and basic of economics.
  • Q2. Option greek
  • Q3. GDP

Top Mansukh Securities & Finance Derivative Analyst Interview Questions and Answers

Q1. What is difference between primary amd secondary market
View answer (6)

Derivative Analyst Interview Questions asked at other Companies

Q1. What is difference between primary amd secondary market
View answer (6)

Jobs at Mansukh Securities & Finance

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is JPA
  • Ans. 

    JPA (Java Persistence API) is a specification for managing relational data in Java applications using object-relational mapping.

    • JPA provides a way to map Java objects to database tables.

    • It simplifies database interactions through an object-oriented approach.

    • Common implementations include Hibernate, EclipseLink, and OpenJPA.

    • Example: Using JPA annotations like @Entity to define a persistent class.

    • JPA supports querying wi...

  • Answered by AI
  • Q2. Write a program to find duplicate elements in the list
  • Ans. 

    This program identifies and returns duplicate elements from a given list.

    • Use a set to track seen elements and a list for duplicates.

    • Iterate through the list and check if an element is in the set.

    • If it is, add it to the duplicates list; otherwise, add it to the set.

    • Example: For the list [1, 2, 3, 2, 4, 3], the output should be [2, 3].

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About experience and related questions
Round 2 - Assignment 

Peer comparison between Hindalco, NALCO and Vedanta

Round 3 - HR 

(1 Question)

  • Q1. Reasons for switching job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Liquidity ratios
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Questions about Basic finance and overall like any CET exams questions

Round 2 - Group Discussion 

Easy as you will get chance to talk about your views on topic given by interviewer

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about Yourself
  • Q2. Tell me About projects you have done
  • Q3. What you have done in your internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Important thing is prepare you CV. They will asked questions only on your CV. So write all things currently that you can explain.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain trade life cycle?
  • Ans. 

    Trade life cycle refers to the stages involved in a trade from initiation to settlement.

    • Trade initiation: Trade is proposed and agreed upon by parties involved.

    • Trade execution: Trade is executed on the agreed terms.

    • Trade confirmation: Parties confirm the details of the trade.

    • Trade settlement: Payment and transfer of securities are completed.

    • Trade reconciliation: Ensuring all details match between parties' records.

    • Trade...

  • Answered by AI
  • Q2. What is ISDA and the components comprised in master agreement?
  • Ans. 

    ISDA is International Swaps and Derivatives Association. Components of master agreement include terms for governing transactions, events of default, and termination provisions.

    • ISDA stands for International Swaps and Derivatives Association

    • Components of master agreement include terms for governing transactions

    • Events of default are outlined in the master agreement

    • Termination provisions are also included in the master agr

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

(2 Questions)

  • Q1. Why are you leaving your current organisation?
  • Q2. Explain your current process?

Interview Preparation Tips

Interview preparation tips for other job seekers - Study and prepare properly about the job description. Even though you have no work experience in that field, you get the overview of it. Be aware of what is in your resume and explain briefly about the same.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Core java, Java 8
Round 2 - Coding Test 

Random Programming questions

Mansukh Securities & Finance Interview FAQs

How many rounds are there in Mansukh Securities & Finance interview for freshers?
Mansukh Securities & Finance interview process for freshers usually has 1 rounds. The most common rounds in the Mansukh Securities & Finance interview process for freshers are One-on-one Round.
How to prepare for Mansukh Securities & Finance interview for freshers?
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 Mansukh Securities & Finance. The most common topics and skills that interviewers at Mansukh Securities & Finance expect are Finance, Options, Derivatives, Equity and Research.
What are the top questions asked in Mansukh Securities & Finance interview for freshers?

Some of the top questions asked at the Mansukh Securities & Finance interview for freshers -

  1. What is difference between primary amd secondary mar...read more
  2. What is difference between OTC and exchange tra...read more
  3. What is derivatives? explain option greek...read more
How long is the Mansukh Securities & Finance interview process?

The duration of Mansukh Securities & Finance interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Mansukh Securities & Finance Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Icl Fincorp Interview Questions
3.2
 • 18 Interviews
Sonata Finance Interview Questions
3.9
 • 13 Interviews
Vikram Tea Interview Questions
4.2
 • 10 Interviews
Patvin Interview Questions
3.8
 • 7 Interviews
View all

Mansukh Securities & Finance Reviews and Ratings

based on 148 reviews

3.2/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

2.8

Salary

3.0

Job security

3.0

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 148 Reviews and Ratings
Quantitative Analyst

Delhi/Ncr

1-5 Yrs

Not Disclosed

Senior Accounts Executive

Delhi/Ncr

1-4 Yrs

₹ 1-4 LPA

Relationship Manager

Delhi/Ncr

1-5 Yrs

Not Disclosed

Explore more jobs
Derivative Analyst
352 salaries
unlock blur

₹1.8 L/yr - ₹6.2 L/yr

Derivatives Trader
154 salaries
unlock blur

₹1.7 L/yr - ₹7 L/yr

Back Office Executive
7 salaries
unlock blur

₹1.7 L/yr - ₹4.3 L/yr

Senior Derivative Analyst
6 salaries
unlock blur

₹3.6 L/yr - ₹7.1 L/yr

RMS Executive
6 salaries
unlock blur

₹1.1 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Mansukh Securities & Finance with

Karvy Financial Services

3.8
Compare

Sonata Finance

3.9
Compare

Dmi Housing Finance

4.0
Compare

Fortune Integrated Assets Finance

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