Upload Button Icon Add office photos

Filter interviews by

Comcast India Engineering Center Interview Questions, Process, and Tips

Updated 17 Feb 2025

Top Comcast India Engineering Center Interview Questions and Answers

View all 34 questions

Comcast India Engineering Center Interview Experiences

Popular Designations

53 interviews found

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

I applied via LinkedIn 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 - Coding Test 

I was asked to write some codes using goroutines and data structures

Round 3 - Technical 

(2 Questions)

  • Q1. Write a goroutine code which is synced to to another goroutine and waits till the 1st one passes some data to the next one.
  • Ans. 

    Use channels in Go to sync two goroutines passing data between them.

    • Create a channel to pass data between the goroutines

    • Use a select statement to wait for data to be passed

    • Ensure proper synchronization to avoid race conditions

  • Answered by AI
  • Q2. Write a code to find the number in a sorted array in with lowest code complexity
  • Ans. 

    Implement binary search to find the number in a sorted array with lowest code complexity.

    • Use binary search algorithm to efficiently find the number in the sorted array.

    • Compare the target number with the middle element of the array and adjust the search range accordingly.

    • Repeat the process until the target number is found or the search range is exhausted.

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2022. There were 4 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 - Coding Test 

Sql queries round. Window functions, grouping, intermediate sql

Round 3 - Technical 

(4 Questions)

  • Q1. Basics of Distributed computing
  • Q2. Spark optimization techniques
  • Ans. 

    Spark optimization techniques

    • Partitioning data to optimize parallelism

    • Caching frequently used data to avoid recomputation

    • Using broadcast variables to reduce data shuffling

    • Avoiding unnecessary transformations

    • Tuning memory and executor settings

    • Using efficient data formats like Parquet or ORC

    • Using appropriate join strategies

  • Answered by AI
  • Q3. Hive, Spark architecture, sql order of execution, sql window functions
  • Q4. Big data on cloud, azure data engineering, azure data bricks fundamentals, git integration, CICD, airflow basics
Round 4 - One-on-one 

(2 Questions)

  • Q1. Managerial Round, project experience, flexibility, availability to join, attitude towards work, professional integrity
  • Q2. Commitment to work and time management

Interview Preparation Tips

Topics to prepare for Comcast India Engineering Center Data Engineer 3 interview:
  • Spark
  • Pyspark
  • SQL
  • Map reduce
  • Optimization
  • Databricks
  • Airflow
  • Github
Interview preparation tips for other job seekers - Prepare your Spark internals ans Optimizations well, sql upto window functions and CTE, practice lot of SQL window function, practice intermediate pyspark codes to read a dataframe, some basic transformation etc.

Skills evaluated in this interview

Data Engineer 3 Interview Questions asked at other Companies

Q1. Spark optimization techniques
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - Coding Test 

2 codings are asked in the test

Round 3 - Technical 

(1 Question)

  • Q1. Java interview questions and based on resume

Quality Assurance and Automation Engineer Interview Questions asked at other Companies

Q1. What is the difference between Verification and Validation?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Vel tech multitech dr.rangarajan dr.sakunthala engineering college, Chennai and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude and coding round

Round 2 - Technical 

(1 Question)

  • Q1. Puzzle solving questions and asked python basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Comcast India Engineering Center interview questions for popular designations

 Software Development Engineer II

 (5)

 Development Engineer

 (3)

 Software Developer

 (3)

 Devops Engineer

 (2)

 Scrum Master

 (2)

 Sdet Automation Test Engineer

 (2)

 Associate Engineer

 (1)

 Automation Engineer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Aws administrator

AWS Administrator Interview Questions asked at other Companies

Q1. How you have implemented Autoscaling groups with load balancer ?
View answer (1)

Get interview-ready with Top Comcast India Engineering Center Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Be prepared with what skills you mentioned on resume
Round 3 - One-on-one 

(1 Question)

  • Q1. It's a manger round where you will be asked questions related to project and work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be prepared with what you mentioned in resume
2. Explain your project clearly

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Pyspark related Spark architecture
Round 3 - One-on-one 

(1 Question)

  • Q1. SQL and Cyber security
Round 4 - One-on-one 

(1 Question)

  • Q1. Python testing and discussion bigdata framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Polite interviewers, just wanting to assess based on the discussion of relevant technical topics

Software Development Engineer Test Interview Questions asked at other Companies

Q1. Tell me about yourself What is Software What is Framework What are the characteristics of Software What are different SDLC models available? What is Debugging? Difference between Validation and Verification? What is Software Scope? What are... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. MPLS,BGP,ISIS and OSPF
  • Q2. Change management
Round 3 - Technical 

(2 Questions)

  • Q1. MPLS,BGP,OSPF AND ISIS
  • Q2. Change management

Interview Preparation Tips

Interview preparation tips for other job seekers - All routing protocols with level 3 support

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Intern Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2025

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

I was interviewed before Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the process of moving data from one data source to another?
  • Ans. 

    The process of moving data from one data source to another involves extracting, transforming, and loading the data.

    • Extract data from the source database

    • Transform the data to fit the target database schema

    • Load the transformed data into the target database

    • Examples: ETL tools like Informatica, Talend, SSIS

  • Answered by AI
  • Q2. What is the difference between TRUNCATE and DELETE in SQL?
  • Ans. 

    TRUNCATE removes all rows from a table, while DELETE removes specific rows based on a condition.

    • TRUNCATE is faster than DELETE as it does not log individual row deletions.

    • TRUNCATE resets identity columns, while DELETE does not.

    • TRUNCATE cannot be rolled back, while DELETE can be rolled back using transaction logs.

  • Answered by AI

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Core fundamentals of Java
  • Ans. 

    Core fundamentals of Java

    • Object-oriented programming

    • Platform independence

    • Garbage collection

    • Exception handling

    • Multithreading

  • Answered by AI
  • Q2. Basic concepts of spring and spring boot
Round 3 - Behavioral 

(2 Questions)

  • Q1. Team collaboration skills
  • Q2. Solving disputes between team members

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basics is must for clearing interviews. Good knowledge on core fundamentals.

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

Comcast India Engineering Center Interview FAQs

How many rounds are there in Comcast India Engineering Center interview?
Comcast India Engineering Center interview process usually has 2-3 rounds. The most common rounds in the Comcast India Engineering Center interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Comcast India Engineering Center 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 Comcast India Engineering Center. The most common topics and skills that interviewers at Comcast India Engineering Center expect are AWS, Java, Python, Devops and Linux.
What are the top questions asked in Comcast India Engineering Center interview?

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

  1. Write a goroutine code which is synced to to another goroutine and waits till t...read more
  2. Can you provide a comprehensive overview of the technologies you have learned, ...read more
  3. What is Prime Indexing and how is it different from Secondary indexi...read more
How long is the Comcast India Engineering Center interview process?

The duration of Comcast India Engineering Center interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Comcast India Engineering Center Interview Process

based on 44 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
Google Interview Questions
4.4
 • 870 Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
View all

Comcast India Engineering Center Reviews and Ratings

based on 149 reviews

4.1/5

Rating in categories

4.0

Skill development

4.4

Work-life balance

3.8

Salary

4.4

Job security

4.2

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 149 Reviews and Ratings
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