Upload Button Icon Add office photos
Engaged Employer

i

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

Blenheim Chalcot Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Blenheim Chalcot Data Scientist Interview Questions and Answers

Updated 14 Oct 2024

Blenheim Chalcot Data Scientist Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Technical 

(1 Question)

  • Q1. Basic analysis and ML questions , more focused on approach instead of coding
Round 3 - HR 

(1 Question)

  • Q1. As like other HR rounds
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string in list
  • Ans. 

    Reverse a string in a list of strings

    • Iterate through each string in the list

    • Use the built-in function to reverse each string

    • Store the reversed strings in a new list

  • Answered by AI
  • Q2. Explain joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - great

Skills evaluated in this interview

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. you have a pandas dataframe with three columns, filled with state ... read more
Q4. Clone a Linked List with Random Pointers Given a linked list wher ... read more
asked in Coforge
Q5. coding question of finding index of 2 nos. having total equal to ... read more

Interview questions from similar companies

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

(1 Question)

  • Q1. Probability ,deep learning basics ,machine learning ,simple python programming questions.
  • Ans. It will be multilpe choice questions .Duration - 40 minutes.
  • Answered Anonymously
Round 2 - interview 

(1 Question)

  • Q1. Why this company ,work related to your project,some technical questions on deep learning.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic ML/DL and statistics questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It been for 45 mins. question asked from python,ML,Deep learning and maths.

Round 2 - Technical 

(1 Question)

  • Q1. 1) explain correlation and convaraince 2) how logistic differ from linear regression
  • Ans. 

    Correlation measures the strength and direction of a linear relationship between two variables, while covariance measures the extent to which two variables change together.

    • Correlation ranges from -1 to 1, where 1 indicates a perfect positive relationship, -1 indicates a perfect negative relationship, and 0 indicates no relationship.

    • Covariance can be positive, negative, or zero. A positive covariance indicates that as o...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Recommendation System Questions
  • Q2. A B Testing Questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain all of decision tree and random forest?
  • Ans. 

    Decision tree is a tree-like model of decisions and their possible consequences, while random forest is an ensemble learning method that builds multiple decision trees and merges them together.

    • Decision tree is a flowchart-like structure where each internal node represents a decision based on an attribute, each branch represents the outcome of the decision, and each leaf node represents a class label.

    • Random forest is a ...

  • Answered by AI
  • Q2. Some basic probability questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep statistics strong

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Describe LSTM and GRU
  • Ans. 

    LSTM and GRU are types of recurrent neural networks used for processing sequential data.

    • LSTM (Long Short-Term Memory) networks are capable of learning long-term dependencies in data.

    • GRU (Gated Recurrent Unit) networks are simpler than LSTM and have fewer parameters.

    • LSTM has three gates (input, output, forget) while GRU has two gates (update, reset).

    • LSTM is better at capturing long-term dependencies but is more complex,...

  • Answered by AI
  • Q2. Define Hypothesis Testing
  • Ans. 

    Hypothesis testing is a statistical method used to make inferences about a population based on sample data.

    • Hypothesis testing involves formulating a null hypothesis and an alternative hypothesis.

    • It aims to determine if there is enough evidence to reject the null hypothesis in favor of the alternative hypothesis.

    • Common methods of hypothesis testing include t-tests, chi-square tests, and ANOVA.

    • The p-value is used to dete...

  • Answered by AI

Skills evaluated in this interview

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

Test 45 mins 30 ques

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is Linearregression
  • Ans. 

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

    • Linear regression is used to predict the value of a dependent variable based on the value of one or more independent variables.

    • It assumes a linear relationship between the independent and dependent variables.

    • The goal of linear regression is to find the best-fitting line that minimi...

  • Answered by AI
  • Q2. What is random forest
  • Ans. 

    Random forest is an ensemble learning method used for classification and regression tasks.

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

    • Each tree in the random forest independently predicts the target variable, and the final prediction is made by averaging the predictions of all trees.

    • Random forest is robust to overfitting and noisy data, and it can handle large datasets...

  • Answered by AI
  • Q3. WHat is xgboost
  • Ans. 

    XGBoost is an optimized distributed gradient boosting library designed for efficient and accurate large-scale machine learning.

    • XGBoost stands for eXtreme Gradient Boosting.

    • It is a popular machine learning algorithm known for its speed and performance.

    • XGBoost is used for regression, classification, ranking, and user-defined prediction problems.

    • It is based on the gradient boosting framework and uses decision trees as bas...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Mcq based test on data science concepts

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain precision,recall etc
  • Ans. 

    Precision and recall are metrics used to evaluate the performance of classification models.

    • Precision is the ratio of correctly predicted positive observations to the total predicted positive observations.

    • Recall is the ratio of correctly predicted positive observations to the all observations in actual class.

    • F1 score is the weighted average of precision and recall, where the best value is 1 and the worst is 0.

    • Precision ...

  • Answered by AI
  • Q2. What is dropout in neural networks
  • Ans. 

    Dropout is a regularization technique used in neural networks to prevent overfitting by randomly setting some neuron outputs to zero during training.

    • Dropout is a regularization technique used in neural networks to prevent overfitting.

    • During training, a fraction of neurons are randomly selected and their outputs are set to zero.

    • This helps prevent complex co-adaptations in neurons and improves generalization.

    • Dropout is t...

  • Answered by AI

Blenheim Chalcot Interview FAQs

How many rounds are there in Blenheim Chalcot Data Scientist interview?
Blenheim Chalcot interview process usually has 2 rounds. The most common rounds in the Blenheim Chalcot interview process are One-on-one Round, Aptitude Test and Technical.
How to prepare for Blenheim Chalcot 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 Blenheim Chalcot. The most common topics and skills that interviewers at Blenheim Chalcot expect are Python, Machine Learning, Data Science, Neural Networks and Computer science.
What are the top questions asked in Blenheim Chalcot Data Scientist interview?

Some of the top questions asked at the Blenheim Chalcot Data Scientist interview -

  1. reverse a string in l...read more
  2. explain joins in ...read more
  3. Basic analysis and ML questions , more focused on approach instead of cod...read more

Tell us how to improve this page.

Blenheim Chalcot Data Scientist Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Data Scientist Interview Questions from Similar Companies

View all

Fast track your campus placements

View all
Blenheim Chalcot Data Scientist Salary
based on 18 salaries
₹5 L/yr - ₹11 L/yr
43% less than the average Data Scientist Salary in India
View more details

Blenheim Chalcot Data Scientist Reviews and Ratings

based on 3 reviews

2.3/5

Rating in categories

3.3

Skill development

2.6

Work-life balance

3.3

Salary

2.0

Job security

2.3

Company culture

2.9

Promotions

2.3

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Associate
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Analyst
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Data Scientist
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

CDD Analyst
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Blenheim Chalcot with

Info Edge

3.9
Compare

MakeMyTrip

3.7
Compare

JustDial

3.5
Compare

Indiamart Intermesh

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