Upload Button Icon Add office photos

Filter interviews by

Esoft Technology Solutions Data Scientist Interview Questions and Answers

Updated 8 Mar 2024

Esoft Technology Solutions Data Scientist Interview Experiences

1 interview found

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

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

Round 1 - Coding Test 

It's an L1 interview they will basic on your project

Round 2 - One-on-one 

(3 Questions)

  • Q1. It more technical questions
  • Q2. What are Python libraries?
  • Ans. 

    Python libraries are pre-written code modules that provide a wide range of functionalities to simplify programming tasks.

    • Python libraries are collections of functions and methods that can be imported and used in your code.

    • They help in extending the capabilities of Python by providing ready-to-use solutions for common tasks.

    • Examples of popular Python libraries include NumPy for numerical computing, Pandas for data manip

  • Answered by AI
  • Q3. What kind of Ml Algorithms
  • Ans. 

    Various ML algorithms such as linear regression, decision trees, random forests, support vector machines, and neural networks.

    • Linear regression is used for predicting continuous values.

    • Decision trees are used for classification and regression tasks.

    • Random forests are an ensemble method based on decision trees.

    • Support vector machines are used for classification tasks.

    • Neural networks are used for complex pattern recognit

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview before Jul 2021.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Model evaluation and performance metrices
  • Q2. Explaination of bagging and boosting techniques
  • Ans. 

    Bagging and boosting are ensemble techniques used to improve the accuracy of machine learning models.

    • Bagging involves training multiple models on different subsets of the training data and then combining their predictions through voting or averaging.

    • Boosting involves iteratively training models on the same data, with each subsequent model focusing on the samples that the previous models misclassified.

    • Bagging reduces va...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basic concepts and previous projects

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Jun 2022. 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 

Quant, Reasoning and python based MCQs

Round 3 - Technical 

(3 Questions)

  • Q1. Question on your past work experience. Can go deep down with respect to your prior work experience
  • Q2. In what project have you been involved and what were your roles and responsibility
  • Q3. Data Science project pipeline ,what components are involved , step by step process
  • Ans. 

    Data science project pipeline involves multiple components and follows a step-by-step process.

    • 1. Define the problem statement and objectives of the project.

    • 2. Collect and preprocess the data needed for analysis.

    • 3. Explore and visualize the data to gain insights.

    • 4. Build and train machine learning models to solve the problem.

    • 5. Evaluate the models using appropriate metrics.

    • 6. Deploy the model into production and monitor...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Your prior experience and salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with good theoretical and practical knowledge for the role your getting into

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test with mcq - aptitude , coding , stats , ml

Round 2 - One-on-one 

(1 Question)

  • Q1. Project related like deployement
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Assignment 

They gave a span of 3 days to build an AI-powered webapp

Round 2 - One-on-one 

(2 Questions)

  • Q1. How would you go about learning a new skill
  • Q2. Experience in cloud technologies
  • Ans. 

    I have experience working with cloud technologies such as AWS, Azure, and Google Cloud Platform.

    • Experience in setting up and managing virtual machines, storage, and networking in cloud environments

    • Knowledge of cloud services like EC2, S3, RDS, and Lambda

    • Experience with cloud-based data processing and analytics tools like AWS Glue and Google BigQuery

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

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Project details and challenges faced in the project
  • Ans. 

    Developed a predictive model for customer churn in a telecom company

    • Collected and cleaned customer data from various sources

    • Performed exploratory data analysis to identify key factors influencing churn

    • Built and fine-tuned machine learning models to predict customer churn

    • Challenges included imbalanced data, feature engineering, and model interpretability

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thoroughly prepared with your projects with their details nd skills on your resume

Skills evaluated in this interview

I applied via Job Portal and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Dataset were give and asked to get an overview of data on IDE of your choice and then was asked to explain different steps required for solving classification problem w.r.t. shared data.
  • Q2. Was asked to explain my project and asked different data science techniques like dimensionality reduction, data cleaning approaches etc.. Was also asked to explain internals of algorithm used.
  • Q3. Knowledge of any cloud platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for atleast 1 project which you have done thoroughly and know some basic python with pandas
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to do model inference?
  • Ans. 

    Model inference is the process of using a trained machine learning model to make predictions on new data.

    • Load the trained model

    • Preprocess the new data in the same way as the training data

    • Feed the preprocessed data into the model to make predictions

    • Interpret the model's output to make decisions or take actions

  • Answered by AI
  • Q2. How to optimize spark query?
  • Ans. 

    Optimizing Spark queries involves tuning configurations, partitioning data, using appropriate data formats, and caching intermediate results.

    • Tune Spark configurations for memory, cores, and parallelism

    • Partition data to distribute workload evenly

    • Use appropriate data formats like Parquet for efficient storage and retrieval

    • Cache intermediate results to avoid recomputation

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

(2 Questions)

  • Q1. Have you used GEN AI?
  • Ans. 

    No, I have not used GEN AI in my work as a Data Scientist.

    • I have not used GEN AI in any of my projects or analyses.

    • I am not familiar with GEN AI and its capabilities.

    • I have not had the opportunity to work with GEN AI in any capacity.

  • Answered by AI
  • Q2. How do you take your solution to production?
  • Ans. 

    I take my solution to production by following a structured process involving testing, deployment, monitoring, and maintenance.

    • Develop a robust testing strategy to ensure the solution performs as expected in a production environment

    • Use continuous integration and continuous deployment (CI/CD) pipelines to automate the deployment process

    • Implement monitoring tools to track the performance of the solution in real-time and a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nagarro Data Scientist interview:
  • Basic Machine Learning

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Leet code practice solve medium difficulty questions

Round 2 - Technical 

(1 Question)

  • Q1. Linear regression logistic regression deep learning nlp
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 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 - Aptitude Test 

Puzzlee on three bulb, switched off, tell which one

Round 3 - HR 

(2 Questions)

  • Q1. Puzzle - rope burn and length
  • Q2. Strength and weakness
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. Questions around resume
  • Ans. Explained word done by me and my responsibilities
  • Answered by Nikhil Pawar
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions around python programming and my experience in data science
  • Ans. Explained end to end implementation of some of the projects I worked on
  • Answered by Nikhil Pawar

Interview Preparation Tips

Interview preparation tips for other job seekers - Study your resume and be ready to answer questions around that

Esoft Technology Solutions Interview FAQs

How many rounds are there in Esoft Technology Solutions Data Scientist interview?
Esoft Technology Solutions interview process usually has 3 rounds. The most common rounds in the Esoft Technology Solutions interview process are Coding Test, One-on-one Round and HR.
What are the top questions asked in Esoft Technology Solutions Data Scientist interview?

Some of the top questions asked at the Esoft Technology Solutions Data Scientist interview -

  1. what are Python librari...read more
  2. what kind of Ml Algorit...read more
  3. It more technical questi...read more

Tell us how to improve this page.

Esoft Technology Solutions Data Scientist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Esoft Technology Solutions Data Scientist Salary
based on 4 salaries
₹7 L/yr - ₹17 L/yr
24% less than the average Data Scientist Salary in India
View more details
Software Engineer
72 salaries
unlock blur

₹3.6 L/yr - ₹8.8 L/yr

Devops Engineer
36 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Software Developer
31 salaries
unlock blur

₹2.8 L/yr - ₹10.9 L/yr

Softwaretest Engineer
20 salaries
unlock blur

₹4 L/yr - ₹5.7 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹4.4 L/yr - ₹17 L/yr

Explore more salaries
Compare Esoft Technology Solutions with

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

3.5
Compare

FIS

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