Upload Button Icon Add office photos

Filter interviews by

Comcast India Engineering Center Data Scientist Interview Questions and Answers

Updated 10 Oct 2024

Comcast India Engineering Center Data Scientist Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Transformers
  • Ans. 

    Transformers are a type of deep learning model that uses self-attention mechanisms to process sequential data.

    • Transformers are neural network architectures designed to handle sequential data efficiently.

    • They use self-attention mechanisms to weigh the importance of different input elements when making predictions.

    • Examples of transformer models include BERT, GPT-3, and Transformer-XL.

  • Answered by AI
  • Q2. How do you identify a target in the given use case
  • Ans. 

    Identifying a target involves defining the specific outcome or variable of interest in the given use case.

    • Understand the objectives and goals of the project to determine the target variable

    • Analyze the available data to identify patterns and relationships that can help define the target

    • Consider the business context and stakeholders' requirements to determine the target variable

    • Use statistical techniques and machine lear...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. On Project from resume
  • Q2. GenAI basics
Round 2 - Technical 

(2 Questions)

  • Q1. RAG, LLM, Azure OpenAI
  • Q2. Python questions

Interview Preparation Tips

Topics to prepare for Axtria Data Scientist interview:
  • genai
  • Python
  • Llm
Interview preparation tips for other job seekers - Good interview process, good interviewer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basicn details to check for qualifications
Round 2 - Technical 

(1 Question)

  • Q1. About my projects
Round 3 - Technical 

(1 Question)

  • Q1. More details about ML models
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Python Programming related questions, along with one advanced SQL query problem. The final question was a Data Science project on prediting sales potential of various outlets.

Round 2 - Technical 

(4 Questions)

  • Q1. Pattern based - Three memory chips, each of 1GB. You have to store 3GB of data in these chips in such a way that even if one memory chip is corrupted, no data is lost.
  • Ans. 

    Use RAID 5 to store data across all three memory chips with parity bits for fault tolerance.

    • Implement RAID 5 to distribute data and parity bits across all three memory chips.

    • If one memory chip is corrupted, the data can be reconstructed using the parity bits from the other two chips.

    • Example: Store 1GB of data on each chip and use the remaining space for parity bits to ensure fault tolerance.

  • Answered by AI
  • Q2. DSA question - Get the longest common prefix string from a list of strings
  • Ans. 

    Find the longest common prefix string from a list of strings.

    • Iterate through the characters of the first string and compare with corresponding characters of other strings

    • Stop when a mismatch is found or when reaching the end of any string

    • Return the prefix found so far

  • Answered by AI
  • Q3. DBMS question - What are joins and what are their types?
  • Ans. 

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

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

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left tab...

  • Answered by AI
  • Q4. ML and DL question - Activation functions, Exploding and Vanishing Gradient problems, LSTM and GRU models frameworks and differences.
Round 3 - Case Study 

Was taken by the product manager employed in the company. Basic case study question regarding a ride share app planning to expand internationally.

Round 4 - Group Discussion 

A formal orientation and introduction with the VP and founder of ION India

Round 5 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself and mention your work that makes you relevant for the job.
  • Q2. Is there any correlation between algorithms and law?
  • Ans. 

    Algorithms and law can be correlated through the use of algorithms in legal processes and decision-making.

    • Algorithms can be used in legal research to analyze large amounts of data and identify patterns or trends.

    • Predictive algorithms can be used in legal cases to assess the likelihood of success or failure.

    • Algorithmic tools can help in legal document review and contract analysis.

    • However, there are concerns about bias i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ION Group Data Scientist interview:
  • DBMS
  • Data Structures
  • Algorithms
  • Machine Learning
  • Deep Learning
  • Python
  • Data Analysis
  • Data Visualization
  • NLP
  • Llm
  • Data Processing
  • Business Intelligence

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

3 question were asked in 90 min time

Round 2 - Technical 

(2 Questions)

  • Q1. What is precison ?
  • Ans. 

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

    • Precision is calculated as TP / (TP + FP), where TP is true positives and FP is false positives.

    • It measures the accuracy of positive predictions made by the model.

    • A high precision indicates that the model is good at predicting positive cases without many false positives.

    • For example, in a binary classificatio...

  • Answered by AI
  • Q2. What is large lang. model ?
  • Ans. 

    A large language model is a type of artificial intelligence model that is capable of understanding and generating human language at a large scale.

    • Large language models use deep learning techniques to process and generate text.

    • Examples include GPT-3 (Generative Pre-trained Transformer 3) and BERT (Bidirectional Encoder Representations from Transformers).

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Probability related
  • Q2. Stats related like IQR etc.
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between entropy & information gain
  • Ans. 

    Entropy measures randomness in data, while information gain measures the reduction in uncertainty after splitting data.

    • Entropy is used in decision trees to measure impurity in a dataset before splitting it.

    • Information gain is used in decision trees to measure the effectiveness of a split in reducing uncertainty.

    • Entropy ranges from 0 (pure dataset) to 1 (completely impure dataset).

    • Information gain is calculated as the d...

  • Answered by AI
  • Q2. LSTM & GRU, Which to use when ?
  • Ans. 

    LSTM for longer sequences, GRU for faster training and less complex models.

    • Use LSTM for tasks requiring long-term dependencies and memory retention.

    • Use GRU for faster training and simpler models with fewer parameters.

    • Consider using LSTM for tasks like language translation or speech recognition.

    • Consider using GRU for tasks like sentiment analysis or text generation.

  • Answered by AI
Round 3 - Case Study 

Time Series data were given, we have to provide some insights

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It contain both Aptitude and Coding about base models and Deep learning too

Round 2 - Technical 

(2 Questions)

  • Q1. What different models technique ?
  • Ans. 

    Different models techniques include 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 re

  • Answered by AI
  • Q2. What are performance metric where to use what?
  • Ans. 

    Different performance metrics are used for different types of machine learning models to evaluate their effectiveness.

    • For classification models, metrics like accuracy, precision, recall, F1 score, and ROC-AUC are commonly used.

    • For regression models, metrics like mean squared error (MSE), mean absolute error (MAE), and R-squared are commonly used.

    • For clustering models, metrics like silhouette score and Davies-Bouldin in...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Explain about Project
  • Q2. What are problems faced in that project?

Skills evaluated in this interview

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

(3 Questions)

  • Q1. About projects and then questions related to ML and DL. Mostly focused on DL part
  • Q2. What is the difference between Adam optimizer and Gradient Descent Optimizer?
  • Ans. 

    Adam optimizer is an extension to the Gradient Descent optimizer with adaptive learning rates and momentum.

    • Adam optimizer combines the benefits of both AdaGrad and RMSProp optimizers.

    • Adam optimizer uses adaptive learning rates for each parameter.

    • Gradient Descent optimizer has a fixed learning rate for all parameters.

    • Adam optimizer includes momentum to speed up convergence.

    • Gradient Descent optimizer updates parameters b...

  • Answered by AI
  • Q3. When to use Relu and when not?
  • Ans. 

    Use ReLU for hidden layers in deep neural networks, avoid for output layers.

    • ReLU is commonly used in hidden layers to introduce non-linearity and speed up convergence.

    • Avoid using ReLU in output layers for regression tasks as it can lead to vanishing gradients.

    • Consider using Leaky ReLU or Sigmoid for output layers depending on the task.

    • ReLU is computationally efficient and helps in preventing the vanishing gradient prob...

  • Answered by AI

Skills evaluated in this interview

Data Scientist Interview Questions & Answers

Chetu user image Abhilasha Dimble

posted on 22 Feb 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked about projects. What is classification? Is knn used for regression?how? decision tree working for regression and classification Is naive Bayes used for regression?how? LLM Docker Aws GenAI Code for ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys, interviewer is really wierd...very rude...
Starts interview with lots of questions..
He interrupts me in every question's answer.. doesn't even ready listen my answers ...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sql and python questions were there with basic logic check

Round 2 - HR 

(2 Questions)

  • Q1. Python code with funticion
  • Ans. 

    Python code with function

    • Define a function using 'def' keyword

    • Include parameters inside parentheses

    • Use 'return' statement to return a value from the function

  • Answered by AI
  • Q2. Sql with case statwment

Skills evaluated in this interview

Comcast India Engineering Center Interview FAQs

How many rounds are there in Comcast India Engineering Center Data Scientist interview?
Comcast India Engineering Center interview process usually has 1 rounds. The most common rounds in the Comcast India Engineering Center interview process are Technical.
What are the top questions asked in Comcast India Engineering Center Data Scientist interview?

Some of the top questions asked at the Comcast India Engineering Center Data Scientist interview -

  1. How do you identify a target in the given use c...read more
  2. Explain Transform...read more

Tell us how to improve this page.

Comcast India Engineering Center Data Scientist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Comcast India Engineering Center Data Scientist Salary
based on 5 salaries
₹9 L/yr - ₹30 L/yr
26% more than the average Data Scientist Salary in India
View more details
Software Development Engineer II
94 salaries
unlock blur

₹10 L/yr - ₹15 L/yr

Devops Engineer
45 salaries
unlock blur

₹6.4 L/yr - ₹18 L/yr

Development Engineer 3
40 salaries
unlock blur

₹13.5 L/yr - ₹23 L/yr

Software Developer
36 salaries
unlock blur

₹6 L/yr - ₹24.5 L/yr

Engineer III
30 salaries
unlock blur

₹10 L/yr - ₹20 L/yr

Explore more salaries
Compare Comcast India Engineering Center with

Cisco

4.1
Compare

Microsoft Corporation

4.0
Compare

Intel

4.2
Compare

IBM

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