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 Jr. Data Scientist Interview Questions and Answers

Updated 30 May 2024

Blenheim Chalcot Jr. Data Scientist Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in May 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 - Aptitude Test 

Quantitative Analysis , Reasoning and verbal

Round 3 - Technical 

(1 Question)

  • Q1. SQL , Python , Machine Learning (prefered)
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions asked available on internet
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Joins questions in sql

Interview Preparation Tips

Topics to prepare for Blenheim Chalcot Jr. Data Scientist interview:
  • SQL
  • Python
  • Machine Learning

Jr. Data Scientist Interview Questions Asked at Other Companies

Q1. Implement a data structure for selecting a user in a database bas ... read more
Q2. Write an SQL query to select all the users with the same birthday ... read more
Q3. Can you demonstrate the working procedure of Max Pool and Average ... read more
Q4. Are these results sufficient for medical use?
Q5. What is the specialty of the ResNet architecture?

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Blenheim Chalcot?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: The questions were of medium to high difficulty. What set this test apart was the fact that each question had different weightage ranging from 0.5 to 3 marks per question. Time was a major factor. So my strategy was to attempt all the 1 and 1.5 marks questions which constitute the major chunk of the paper in around 40 minutes and spend the remaining 20 minutes for the 2 and 3 mark questions. I did not even bother reading the 0.5 mark questions. The 2 and 3 mark questions were difficult and those will differentiate you from others. 1600 students wrote the test and only 86 got shortlisted for the next round.
Duration: 60 minutes
Total Questions: 40

Round: Technical Interview
Experience: I was asked to write a C program to print the Fibonacci sequence and a basic SQL query. Apart from this I was asked a puzzle and other questions related to my resume. Out of the 86, only 26 students were called for the next round which again was a technical interview.

Round: Technical Interview
Experience: This was similar to the first technical interview. I had to write a C program to print the prime numbers between 1 and 100 and a puzzle was asked again. Apart from this a guesstimate to find the number of cars between 2 places was asked and a scenario based question too was asked. These were followed by resume related questions.

Round: HR Interview
Experience: All the 26 students who attended the second technical round were allowed to attend HR round as well. This was just for 4 - 5 minutes. I was asked about my family background and why I should be hired. My fondest memories from school days were asked too. Finally offer letter was given to 10 students out of the 1600 who wrote the test :P

General Tips: Just keep a calm head and attempt the questions. Ask for time to think if you are not able to answer the questions immediately. Be bold and confident. That is sufficient :)
Skills: Puzzle Solving Capability, Ability To Think, SQL, C Programming
College Name: VIT Vellore
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was a 3 hour test with 144 questions

Round 2 - HR 

(1 Question)

  • Q1. Why did you select this company?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Normal Aptitude Test

Round 2 - Coding Test 

Python or SQL coding round

I applied via Referral and was interviewed in Aug 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 

Most questions were based on profit/loss and coding Questions are simple

Round 3 - Group Discussion 

Gave us topic on how education is important in our life

Round 4 - Technical 

(2 Questions)

  • Q1. Most Questions are on sql and machine learning as per my resume
  • Q2. Find the top two logged in people of each state in facebook

Interview Preparation Tips

Topics to prepare for LatentView Analytics Data Analyst interview:
  • SQL
Interview preparation tips for other job seekers - This one is a great opportunity to start your career as data analyst be sure with sql if you mentioned it.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 5 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 

Multiple sections on cognitive ability, quant and logical reasoning.
1 coding question

Round 3 - Group Discussion 

Easy
50% went to next round

Round 4 - One-on-one 

(3 Questions)

  • Q1. Technical: SQL, DBMS, Basic programming questions- palindrome, fibonacci, discussion on projects and internships
  • Q2. Difference between UNION and UNION ALL
  • Ans. 

    UNION combines and removes duplicates, UNION ALL combines without removing duplicates.

    • UNION merges the results of two or more SELECT statements and removes duplicates.

    • UNION ALL merges the results of two or more SELECT statements without removing duplicates.

    • UNION is slower as it has to remove duplicates, while UNION ALL is faster.

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column...

  • Answered by AI
  • Q3. Types of SQL commands
  • Ans. 

    SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP.

    • SELECT: retrieves data from a database

    • INSERT: adds new records to a table

    • UPDATE: modifies existing records in a table

    • DELETE: removes records from a table

    • CREATE: creates a new table, view, or index

    • DROP: deletes a table or index

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Common HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Online platform,
SQL coding

Round 2 - Technical 

(1 Question)

  • Q1. In a one-on-one technical round, all they will ask around your resume
Round 3 - HR 

(1 Question)

  • Q1. Basic HR question on salary and personal backgroung
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2022. There were 7 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 - Aptitude Test 

It comprised basic verbal,quants and logical questions of average difficulty.

Round 3 - Group Discussion 

This is an easy round to get through if you have a strong command of the English language and are able to speak confidently.Very general topics asked.

Round 4 - Technical 

(4 Questions)

  • Q1. Basic Machine Learning questions ( as I mentioned it in my resume)
  • Q2. Testing how you would be able to apply those concepts to real world scenarios
  • Q3. Generic logical puzzles
  • Q4. Basic python programs (3 to 4 questions)
Round 5 - One-on-one 

(2 Questions)

  • Q1. Asked more about projects mentioned in resume.
  • Q2. Tested basic business sense and awareness.
Round 6 - Assignment 

A game round comprising logical puzzles and games.

Round 7 - HR 

(3 Questions)

  • Q1. Tell me about yourself ( standard intro)
  • Ans. 

    I am a data analyst with a strong background in statistics and programming.

    • Proficient in statistical analysis and data visualization tools such as Python, R, and Tableau

    • Experienced in analyzing large datasets and identifying trends and patterns

    • Skilled in creating reports and presentations to communicate data-driven insights

    • Strong problem-solving and critical thinking skills

    • Ability to work collaboratively in cross-funct...

  • Answered by AI
  • Q2. Asked more about the roles of teammates in group projects listed in resume.
  • Q3. Asked more about myself and whether I could manage the commute to their office

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident in what you say you know. Accentuate your strong suits and demonstrate a good can do attitude.

Intern Interview Questions & Answers

Apisero user image Arpita Gaonkar

posted on 17 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. How can Analytics be used in HR?
  • Ans. 

    Analytics in HR enhances decision-making, improves employee engagement, and optimizes talent management through data-driven insights.

    • Predictive analytics can forecast employee turnover, allowing HR to implement retention strategies.

    • Performance analytics can identify high-performing employees and inform succession planning.

    • Sentiment analysis of employee feedback can help improve workplace culture and engagement.

    • Recruitm...

  • Answered by AI
  • Q2. Importance of Data in todays world

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work culture

Blenheim Chalcot Interview FAQs

How many rounds are there in Blenheim Chalcot Jr. Data Scientist interview?
Blenheim Chalcot interview process usually has 2-3 rounds. The most common rounds in the Blenheim Chalcot interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Blenheim Chalcot Jr. Data Scientist interview?

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

  1. SQL , Python , Machine Learning (prefer...read more
  2. joins questions in ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.7
 • 40 Interviews
Damco Solutions Interview Questions
3.8
 • 38 Interviews
Simform Interview Questions
3.4
 • 36 Interviews
Stefanini Interview Questions
3.0
 • 36 Interviews
View all
Blenheim Chalcot Jr. Data Scientist Salary
based on 16 salaries
₹6 L/yr - ₹12 L/yr
39% more than the average Jr. Data Scientist Salary in India
View more details

Blenheim Chalcot Jr. Data Scientist Reviews and Ratings

based on 2 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.6

Salary

1.8

Job security

2.6

Company culture

2.2

Promotions

2.6

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
79 salaries
unlock blur

₹12 L/yr - ₹38.4 L/yr

Financial Associate
46 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Operations Analyst
27 salaries
unlock blur

₹4.6 L/yr - ₹6 L/yr

Associate Data Scientist
26 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

CDD Analyst
24 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Blenheim Chalcot with

Tekwissen

4.8
Compare

Damco Solutions

3.8
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

3.7
Compare
write
Share an Interview