Upload Button Icon Add office photos

Dolat Capital Market

Compare button icon Compare button icon Compare

Filter interviews by

Dolat Capital Market Interview Questions and Answers

Updated 9 Sep 2024
Popular Designations

Dolat Capital Market Interview Experiences

12 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

There is 4 coding questions that has to solve in 1 hour you can chose eg python,java,c++

Round 3 - Technical 

(1 Question)

  • Q1. Project related questions ,advanced question on oops and little bit questions on the skills that you have mention in the resume and about you final year project

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA and learn the emerging technology so that you can updated with new trend in the IT world

Data Analyst Interview Questions & Answers

user image Ashish Katiyar

posted on 14 Aug 2023

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 4 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 - Aptitude Test 

Basics related to stats and aptitude questions. Level was moderate to tough.

Round 3 - Coding Test 

Very easy coding question for the python or c programming language

Round 4 - One-on-one 

(1 Question)

  • Q1. First round of interview was the tecnical interview , data analysis and basic data managemet questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare best for the interview round . my result @not selected in fina round of interview.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

General topics, Arithmetic, Verbal Ability, logical reasoning.

Round 2 - Coding Test 

Data structures and algorithm, Data types

Interview Preparation Tips

Interview preparation tips for other job seekers - study well
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple queue & stack problem

Round 2 - Technical 

(1 Question)

  • Q1. Stl, multithreading, oops& c++ questions, and leetcode easy dsa problem
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Probability, statistics, puzzles, one coding question

Round 2 - Coding Test 

Machine learning, pandas, time series, probability puzzles, one CP question

Round 3 - Technical 

(3 Questions)

  • Q1. Probability and distributions, complete definition and explanation of linear regression
  • Ans. 

    Probability and distributions, linear regression definition and explanation

    • Probability and distributions involve analyzing the likelihood of different outcomes occurring

    • Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables

    • It aims to find the best-fitting line that represents the relationship between the variables

    • The line is determined...

  • Answered by AI
  • Q2. Explanation of projects and tech behind
  • Ans. 

    I have worked on projects involving quantitative analysis using Python, R, and SQL.

    • Utilized Python for data manipulation and analysis

    • Used R for statistical modeling and visualization

    • Employed SQL for querying databases and extracting relevant data

  • Answered by AI
  • Q3. Law of large numbers, central limit theorem, random variables, markov chain probability question, gambler's ruin

Interview Preparation Tips

Interview preparation tips for other job seekers - complete stat 110 on youtube, practice as many probability and puzzles as you can.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2024

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Assignment 

Asked about Numpy , Panads . Some operations of data slicing . 3 problems of python coding .

Round 2 - One-on-one 

(4 Questions)

  • Q1. What is standard deviation ? state formula for standard deviation
  • Ans. 

    Standard deviation is a measure of the amount of variation or dispersion of a set of values.

    • Standard deviation is calculated as the square root of the variance.

    • It measures how spread out the values in a data set are around the mean.

    • A higher standard deviation indicates more variability in the data.

    • Formula for standard deviation: sqrt(Σ(x - μ)² / N), where x is each value, μ is the mean, and N is the number of values.

  • Answered by AI
  • Q2. What is correlation , regression , gradient descent
  • Ans. 

    Correlation measures the relationship between two variables, regression predicts a dependent variable based on independent variables, and gradient descent is an optimization algorithm for finding the minimum of a function.

    • Correlation measures the strength and direction of a linear relationship between two variables. It ranges from -1 to 1.

    • Regression is a statistical technique used to model the relationship between a de...

  • Answered by AI
  • Q3. What is R square
  • Ans. 

    R square is a statistical measure that represents the proportion of the variance for a dependent variable that's explained by an independent variable.

    • R square ranges from 0 to 1, with 1 indicating a perfect fit.

    • It is used to evaluate the goodness of fit of a regression model.

    • A higher R square value indicates that the model explains a larger proportion of the variance in the dependent variable.

  • Answered by AI
  • Q4. How will you select columns ?
  • Ans. 

    I will select columns based on relevance to the analysis goals and data quality.

    • Identify columns relevant to the analysis goals

    • Consider data quality and completeness of each column

    • Remove redundant or irrelevant columns

    • Use statistical methods or domain knowledge to prioritize columns

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your basic . Your concepts should be clear .

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write down Black Scholes equation
  • Ans. 

    The Black Scholes equation is a mathematical model used to calculate the theoretical price of European-style options.

    • The equation is used to determine the price of a call or put option over time.

    • It takes into account factors such as the current stock price, strike price, time to expiration, risk-free interest rate, and volatility.

    • The formula is: C = S*N(d1) - X*e^(-rt)*N(d2) for a call option, and P = X*e^(-rt)*N(-d2) ...

  • Answered by AI
  • Q2. Tell the assumptions of linear regression
  • Ans. 

    Assumptions of linear regression include linearity, independence, homoscedasticity, and normality.

    • Linearity: The relationship between the independent and dependent variables is linear.

    • Independence: The residuals are independent of each other.

    • Homoscedasticity: The variance of the residuals is constant across all levels of the independent variables.

    • Normality: The residuals are normally distributed.

    • No multicollinearity: T...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare probability and stats well, and brush up on programming and algorithms concepts.

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2022

I applied via Hirist 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 - Technical 

(1 Question)

  • Q1. Basic Numpy, Pandas and Matplotlib Question on written paper not online

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically this company culture is worst then ever is had seen. When i was giving exam one guys was giving bad words to his colleague loudly. if you don't have option then you can approach else
better stay away.

Basic python, Numpy, Pandas Matplotlib and Timeseries question.

I applied via LinkedIn and was interviewed in Jun 2021. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python - Create a dictionary
  • Ans. 

    Creating a dictionary in Python

    • Use curly braces {} to create an empty dictionary

    • Add key-value pairs using colon :

    • Separate multiple key-value pairs using comma ,

    • Access values using keys

    • Example: my_dict = {'name': 'John', 'age': 30}

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech (Python) interviewer is inexperienced and unskilled himself. He'll accept anyone

Skills evaluated in this interview

Python Developer Interview Questions & Answers

user image Devashree Shedge

posted on 22 Jun 2021

I appeared for an interview in May 2021.

Interview Questionnaire 

1 Question

  • Q1. All about coding .

Interview Preparation Tips

Interview preparation tips for other job seekers - It was not that good.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Dolat Capital Market?
Ask anonymously on communities.

Dolat Capital Market Interview FAQs

How many rounds are there in Dolat Capital Market interview?
Dolat Capital Market interview process usually has 2-3 rounds. The most common rounds in the Dolat Capital Market interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Dolat Capital Market 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 Dolat Capital Market. The most common topics and skills that interviewers at Dolat Capital Market expect are Trading, Python, Linux, Statistics and C++.
What are the top questions asked in Dolat Capital Market interview?

Some of the top questions asked at the Dolat Capital Market interview -

  1. 4) Logic Based Question. If 5 people are running 4th Runner crossed 3rd runner....read more
  2. 5) Logic Based Question- There is a weight machine, 9kg of weight in total... 7...read more
  3. What is standard deviation ? state formula for standard deviat...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 8 interview experiences

Difficulty level

Moderate 71%
Hard 29%

Duration

Less than 2 weeks 71%
2-4 weeks 29%
View more

Interview Questions from Similar Companies

Samunnati Interview Questions
4.4
 • 34 Interviews
ICICI Direct Interview Questions
3.7
 • 27 Interviews
NASDAQ Interview Questions
3.7
 • 21 Interviews
CME Group Interview Questions
4.2
 • 17 Interviews
IndiaLends Interview Questions
3.7
 • 15 Interviews
Vivriti Capital Interview Questions
3.7
 • 14 Interviews
View all

Dolat Capital Market Reviews and Ratings

based on 49 reviews

2.9/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

2.8

Salary

3.2

Job security

2.9

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 49 Reviews and Ratings
Software Developer
61 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Quantitative Analyst
45 salaries
unlock blur

₹7.2 L/yr - ₹28.8 L/yr

Equity Research Associate
18 salaries
unlock blur

₹4.6 L/yr - ₹12.1 L/yr

Network Engineer
14 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

District Manager
9 salaries
unlock blur

₹12.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Dolat Capital Market with

Samunnati

4.4
Compare

Biz 2 Credit Info Services

3.9
Compare

Fexprime Finance

4.5
Compare

Kalkine

4.2
Compare
write
Share an Interview