Upload Button Icon Add office photos

Filter interviews by

Apar Technologies Data Science Intern Interview Questions and Answers

Updated 8 Nov 2021

Apar Technologies Data Science Intern Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Statistical test
  • Q2. Basic ml, dl

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on Statistics

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Aptitude Test 

It was related to Aptitude MCQ and 2-coding test

Round 2 - Technical 

(3 Questions)

  • Q1. Palindrome of a number
  • Ans. 

    A palindrome of a number is a number that remains the same when its digits are reversed.

    • To check if a number is a palindrome, reverse the number and compare it with the original number.

    • Examples: 121 is a palindrome, 123 is not a palindrome.

  • Answered by AI
  • Q2. Merge 2linked list
  • Ans. 

    Merging two linked lists involves combining the elements of both lists into a single list.

    • Create a new linked list to store the merged elements

    • Traverse through both linked lists and add elements to the new list

    • Handle cases where one list is longer than the other

  • Answered by AI
  • Q3. About projects you have done
Round 3 - HR 

(2 Questions)

  • Q1. Explain your resume fully
  • Q2. General questions on the behaviour

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions in python
  • Q2. Questions in Ml

I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

1. There were two coding problems from leetcode (1 easy and 1 mediam).
2. One was machine learning problem having hingh weightage. They given a data and we have to make a linear regression model on data and submit prediction.

Round 2 - Technical 

(4 Questions)

  • Q1. It was a technical interview . Mostly focussed on data science machine learning alogorithms. Also do prepare case studies.
  • Q2. Explain Random forest. What is gini impurity.
  • Ans. 

    Random forest is an ensemble learning method that constructs a multitude of decision trees and outputs the mode of the classes. Gini impurity is a measure of impurity or randomness used in decision trees.

    • Random forest is a collection of decision trees that are trained on different subsets of the data.

    • Each decision tree in the forest is trained on a random subset of the features.

    • The final prediction is made by taking th...

  • Answered by AI
  • Q3. One coding question (best time to buy and sell stock leetcode easy version).
  • Q4. One case study data science senario based case study.

Interview Preparation Tips

Topics to prepare for Publicis Sapient Data Science Intern interview:
  • Machine Learning
  • Aptitude
  • Probability
  • Statistics
  • Data Structure and al
Interview preparation tips for other job seekers - 1. Perpare well the data science algorithms part.
2. Practice MCQs about stats, probability, ML algos and aptitude.
3. Practice leetcode daily solve around 200+ problems (50 easy 10 mediam).
4. Solve ML problems on hckerrank.
5. For interviews solve some case studies type of questions based on application of data science, designing features for models, training steps and validation.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 minutes. 3 aptitude questions . Very easy .

Round 2 - Coding Test 

DSA Questions. Palindrome , Arrays and Strings were the most asked questions in my batch.

Round 3 - One-on-one 

(2 Questions)

  • Q1. What are directors?
  • Ans. 

    Directors are individuals responsible for overseeing the activities and operations of a company or organization.

    • Directors are typically appointed by shareholders or members of the organization.

    • They are responsible for making strategic decisions and setting goals for the organization.

    • Directors have a fiduciary duty to act in the best interests of the company and its stakeholders.

    • Examples of directors include the CEO, CF

  • Answered by AI
  • Q2. OOP COncepts such as polymorphism, inheritance, etc.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions around the previous work
  • Q2. Questions around how re-rank work, and image segmentation,
  • Q3. Questions with podman and docker

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your profile and brush up your knowledge
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

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Asked the question about ml and basic python questions

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

I applied via Recruitment Consulltant and was interviewed in May 2023. 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 

(3 Questions)

  • Q1. Questions on Python datatypes, class, object, inheritance,
  • Q2. Machine learning algorithms
  • Ans. 

    Machine learning algorithms are used to train models on data to make predictions or decisions.

    • Supervised learning algorithms include linear regression, decision trees, and neural networks.

    • Unsupervised learning algorithms include clustering and dimensionality reduction.

    • Reinforcement learning algorithms involve learning through trial and error.

    • Examples of machine learning applications include image recognition, natural l

  • Answered by AI
  • Q3. Sql queries and python coding questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Related to project

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Basic DP, Array Questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Resume Walkthrough and Discussion, Medium level coding questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Discussion with Manager
Round 5 - HR 

(1 Question)

  • Q1. Normal HR round

Apar Technologies Interview FAQs

What are the top questions asked in Apar Technologies Data Science Intern interview?

Some of the top questions asked at the Apar Technologies Data Science Intern interview -

  1. Statistical t...read more
  2. basic ml,...read more

Tell us how to improve this page.

Apar Technologies Data Science Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

3.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
57 salaries
unlock blur

₹2.2 L/yr - ₹9.4 L/yr

Cloud Engineer
32 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Associate Consultant
28 salaries
unlock blur

₹2.1 L/yr - ₹7.2 L/yr

Software Developer
27 salaries
unlock blur

₹3.8 L/yr - ₹16.5 L/yr

Consultant
22 salaries
unlock blur

₹3.7 L/yr - ₹6.8 L/yr

Explore more salaries
Compare Apar Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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