Upload Button Icon Add office photos
Engaged Employer

i

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

Birlasoft Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 2.8k Reviews

Filter interviews by

Birlasoft Data Scientist Interview Questions and Answers

Updated 18 Aug 2021

Birlasoft Data Scientist Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Explain P Value in context to hypothesis testing
  • Ans. 

    P value is the probability of obtaining a result as extreme as or more extreme than the observed result, assuming the null hypothesis is true.

    • P value is used in hypothesis testing to determine the significance of the results.

    • If the P value is less than the significance level (usually 0.05), the null hypothesis is rejected.

    • A low P value indicates strong evidence against the null hypothesis.

    • P value can be calculated usin...

  • Answered by AI

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

NER training using deep learning

Round 2 - Technical 

(2 Questions)

  • Q1. Describe the approach taken for assignment
  • Ans. 

    I approach assignments by breaking them down into smaller tasks, setting deadlines, and regularly checking progress.

    • Break down the assignment into smaller tasks to make it more manageable

    • Set deadlines for each task to stay on track

    • Regularly check progress to ensure everything is on schedule

    • Seek feedback from colleagues or supervisors to improve the quality of work

  • Answered by AI
  • Q2. Scenario based questions
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
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in May 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. What is maths and stats
  • Ans. 

    Maths and stats refer to the study of mathematical concepts and statistical methods for analyzing data.

    • Maths involves the study of numbers, quantities, shapes, and patterns.

    • Stats involves collecting, analyzing, interpreting, and presenting data.

    • Maths is used to solve equations, calculate probabilities, and model real-world phenomena.

    • Stats is used to make informed decisions, draw conclusions, and test hypotheses.

    • Both ma...

  • Answered by AI
Round 2 - Coding Test 

Confusion matrix what are your job rolls explain me Gradient boosting algorithm?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very serious on every answer
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Machine learning related questions and the theory of its operation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Expect technical questions as well as moderate level coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Data science and MLOps concepts
Round 3 - HR 

(1 Question)

  • Q1. Behavioral and managerial rounds
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 Sep 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 - Technical 

(1 Question)

  • Q1. Basic Data Science concepts
Round 3 - HR 

(1 Question)

  • Q1. Basic HR round and discussion about the salary
Round 4 - Client Interview 

(1 Question)

  • Q1. Stated it was client preparation round but senior managed showed and just asked about the briefs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level was moderate. Took all the documents including last 6 months bank statements after round 1 but didn't release the offer.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

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 - Technical 

(2 Questions)

  • Q1. Coding question of finding index of 2 nos. having total equal to target in a list, without using nested for loop? l= [2,15,5,7] t= 9 output》》[0,3]
  • Ans. 

    Finding index of 2 numbers having total equal to target in a list without nested for loop.

    • Use dictionary to store the difference between target and each element of list.

    • Iterate through list and check if element is in dictionary.

    • Return the indices of the two elements that add up to target.

  • Answered by AI
  • Q2. What is random forest, knn?
  • Ans. 

    Random forest and KNN are machine learning algorithms used for classification and regression tasks.

    • Random forest is an ensemble learning method that constructs multiple decision trees and combines their outputs to make a final prediction.

    • KNN (k-nearest neighbors) is a non-parametric algorithm that classifies new data points based on the majority class of their k-nearest neighbors in the training set.

    • Random forest is us...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Ll coding on python dictionary
  • Q2. Find unique keys in 2 dictionaries
  • Ans. 

    To find unique keys in 2 dictionaries.

    • Create a set of keys for each dictionary

    • Use set operations to find the unique keys

    • Return the unique keys

  • Answered by AI
  • Q3. Aws ec2 model deployment procedure
  • Ans. 

    AWS EC2 model deployment involves creating an instance, installing necessary software, and deploying the model.

    • Create an EC2 instance with the desired specifications

    • Install necessary software and dependencies on the instance

    • Upload the model and any required data to the instance

    • Deploy the model using a web server or API

    • Monitor the instance and model performance for optimization

  • Answered by AI
  • Q4. Overloading concept of oop
  • Ans. 

    Overloading is the ability to define multiple methods with the same name but different parameters.

    • Overloading allows for more flexibility in method naming and improves code readability.

    • Examples include defining multiple constructors for a class with different parameter lists or defining a method that can accept different data types as input.

    • Overloading is resolved at compile-time based on the number and types of argume...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Coforge Data Scientist interview:
  • Python programming
  • python coding
  • dictionary functions , set funct
  • ML, DL Algorithms
  • NLP , AWS
Interview preparation tips for other job seekers - Every time had 2 to 4 panel size and all were technical. All rounds are tough as panel size is more and always extends the given time of interview.

Completed 2 rounds and from 2 weeks they have not arrange hr round.
Morever Hr is saying My profile is on hold.

Very bad rating for companys prolonged hiring process and sometime irritating as candidates like me prepare and attend the interview besides interviews are in working hours. And after completing two rounds not even scheduling Hr round only give information that your profile is on hold......

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Asked about past experience ? Information about current project ? ?
  • Q2. AWS and data science question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Different ML Algorithms
  • Ans. 

    There are various ML algorithms such as linear regression, decision trees, random forests, SVM, KNN, neural networks, etc.

    • Linear regression is used for predicting continuous values

    • Decision trees and random forests are used for classification and regression

    • SVM is used for classification and regression

    • KNN is used for classification and regression

    • Neural networks are used for complex problems such as image recognition and

  • Answered by AI
  • Q2. Python Libraries

Interview Preparation Tips

Topics to prepare for Sutherland Global Services Data Scientist interview:
  • Machine Learning
  • Python
  • SQL

Skills evaluated in this interview

Birlasoft Interview FAQs

How to prepare for Birlasoft Data Scientist 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 Birlasoft. The most common topics and skills that interviewers at Birlasoft expect are Machine Learning, Python, Deep Learning, Natural Language Processing and R.

Tell us how to improve this page.

Birlasoft Data Scientist Salary
based on 49 salaries
₹4.5 L/yr - ₹23 L/yr
11% less than the average Data Scientist Salary in India
View more details

Birlasoft Data Scientist Reviews and Ratings

based on 4 reviews

3.5/5

Rating in categories

3.9

Skill development

3.3

Work-life balance

3.1

Salary

3.9

Job security

4.2

Company culture

1.6

Promotions

3.8

Work satisfaction

Explore 4 Reviews and Ratings
Software Developer
1.5k salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹5.4 L/yr - ₹20.4 L/yr

Technical Lead
1.1k salaries
unlock blur

₹10 L/yr - ₹33.8 L/yr

Software Engineer
1.1k salaries
unlock blur

₹2.5 L/yr - ₹10.6 L/yr

Technical Specialist
1.1k salaries
unlock blur

₹7.8 L/yr - ₹28.3 L/yr

Explore more salaries
Compare Birlasoft with

Accenture

3.9
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Wipro

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