Upload Button Icon Add office photos

Filter interviews by

ESOP Direct Interview Questions and Answers

Updated 19 Jan 2023

ESOP Direct Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Resume Discussion tell me about your Self
  • Q2. Why was there gap in the previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - They would prefer chartered accountants over anything

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (86)

Junior python Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2021

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1.Discussion on Project that i have Done??
  • Q2. What is List slicing
  • Q3. How to add data in dictionary
  • Q4. Difference between set and tuple
  • Q5. Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to be more prepared, they asked basic knowledgeable questions.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Relating to finance

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process here is bit lenghthy
Have to be patient
But offers good

Operations Associate Interview Questions asked at other Companies

Q1. How do you get use to bulk of invoices comes at a time and how do you work on it
View answer (7)

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic of C# and few logic like reverse and palindrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview and cover all the easy and medium level question from hakerrank

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

ESOP Direct interview questions for popular designations

 Assistant Manager

 (1)

 Operations Associate

 (1)

 Software Engineer

 (1)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to django and python.
Round 2 - Coding Test 

One python coding(easy) and django ORM queries

Round 3 - Behavioral 

(1 Question)

  • Q1. Some technical and about company.
Round 4 - Behavioral 

(1 Question)

  • Q1. About company and some technical.

Interview Preparation Tips

Topics to prepare for Advanced Structures India Python Software Developer interview:
  • Python
  • Django
  • about company
  • django ORM
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Guesstimates 

(1 Question)

  • Q1. Estimate number of burgers sold by one burger Outlet in your city.
  • Ans. 

    The number of burgers sold by a burger outlet in a city can vary based on factors like location, menu offerings, pricing, and customer demand.

    • Consider the population of the city and the popularity of the outlet.

    • Analyze the outlet's menu offerings and pricing compared to competitors.

    • Take into account any special promotions or events that may impact sales.

    • Look at historical sales data if available.

    • Interview employees or

  • Answered by AI
Round 2 - Guesstimates 

(1 Question)

  • Q1. Estimate transportation cost for raw materials.
  • Ans. 

    Transportation cost for raw materials can be estimated based on distance, mode of transportation, quantity, and current market rates.

    • Consider the distance between the supplier and the manufacturing facility

    • Take into account the mode of transportation (road, rail, sea, air)

    • Calculate the quantity of raw materials being transported

    • Research current market rates for transportation services

    • Factor in any additional costs such

  • Answered by AI
Round 3 - Guesstimates 

(2 Questions)

  • Q1. Asked about past experience
  • Q2. Some guesstimate question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are very rude. Everyone was using phone and laptop all the time and not much attention was given to the candidate during the interview.
Worst Interview Experience ever.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Statistical Institute (ISI), Bangalore and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Bunch of quant probability questions

Round 2 - Coding Test 

Bunch of dp and graph theory

Interview Preparation Tips

Topics to prepare for Jane Street Researcher interview:
  • Statistics
  • DSA
  • Maths
Interview preparation tips for other job seekers - Try to shine any national level exam with goof axademics

Junior Manager - Analyst Interview Questions & Answers

50 Hertz user image Kaulik Poddar

posted on 3 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. How to run linear regression model in R
  • Ans. 

    To run a linear regression model in R, use the lm() function with the formula specifying the relationship between variables.

    • Use the lm() function to fit a linear regression model, specifying the formula with the dependent and independent variables.

    • For example, to predict sales based on advertising spend, use lm(sales ~ advertising, data = dataset).

    • Use summary() to view the results of the linear regression model, includ...

  • Answered by AI
  • Q2. How to run linear regression model without intercept in R
  • Ans. 

    To run linear regression model without intercept in R, set the intercept parameter to 0

    • Set the intercept parameter to 0 in the lm() function in R

    • Example: lm(y ~ x - 1, data = dataset) will fit a linear regression model without intercept

  • Answered by AI

Skills evaluated in this interview

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

ESOP Direct Interview FAQs

How many rounds are there in ESOP Direct interview?
ESOP Direct interview process usually has 2 rounds. The most common rounds in the ESOP Direct interview process are Resume Shortlist and HR.
How to prepare for ESOP Direct 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 ESOP Direct. The most common topics and skills that interviewers at ESOP Direct expect are Communication Skills, Operations, Operations Management, CRM and Client Relationship Management.
What are the top questions asked in ESOP Direct interview?

Some of the top questions asked at the ESOP Direct interview -

  1. How to add data in diction...read more
  2. Difference between set and tup...read more
  3. What is List slic...read more

Tell us how to improve this page.

ESOP Direct Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

KFintech Interview Questions
3.5
 • 130 Interviews
CAMS Interview Questions
3.7
 • 111 Interviews
Alankit Interview Questions
3.4
 • 27 Interviews
Oxane Partners Interview Questions
3.6
 • 23 Interviews
Tradebulls Interview Questions
3.0
 • 15 Interviews
Link Intime Interview Questions
3.4
 • 9 Interviews
50 Hertz Interview Questions
1.8
 • 7 Interviews
Muthoot Money Interview Questions
3.7
 • 7 Interviews
View all

ESOP Direct Reviews and Ratings

based on 19 reviews

3.3/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.5

Salary

3.2

Job security

3.3

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 19 Reviews and Ratings
Operations Executive
13 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Programmer Analyst
8 salaries
unlock blur

₹2.8 L/yr - ₹4.2 L/yr

Assistant Manager
8 salaries
unlock blur

₹5.7 L/yr - ₹12.5 L/yr

Senior Executive Operations
7 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Team Lead
6 salaries
unlock blur

₹7.2 L/yr - ₹15 L/yr

Explore more salaries
Compare ESOP Direct with

KFintech

3.5
Compare

Link Intime

3.4
Compare

CAMS

3.7
Compare

Integrated Registry Management Services

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