Upload Button Icon Add office photos

Filter interviews by

Comcast Interview Questions and Answers

Updated 17 Mar 2025

Comcast Interview Experiences

Popular Designations

73 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your projects
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Incorporated charting libraries like Chart.js for visualizing progress

  • Answered by AI
  • Q2. System design round

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python fundamentals
Round 2 - Technical 

(1 Question)

  • Q1. Coding related to dictionaries in python
Round 3 - HR 

(1 Question)

  • Q1. Regarding cultures and values

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 (218)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What is git stash ? and scenario when conflicts occurs
  • Ans. 

    Git stash is a command in Git that temporarily shelves changes so you can work on something else.

    • Git stash is used to save changes that are not ready to be committed yet.

    • It allows you to switch branches without committing changes.

    • Conflicts can occur when stashed changes conflict with changes in the current branch.

    • You can resolve conflicts by applying the stash, resolving conflicts, and then committing the changes.

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Genreal domain related questions
  • Q2. Some pracrical explanatiom
  • Q3. Asking on-hand coding in the spot

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong what ever mentioned in the resume

Comcast interview questions for popular designations

 Software Developer

 (7)

 Software Engineer

 (3)

 Software Development Engineer II

 (3)

 Sdet Automation Test Engineer

 (3)

 Sdet

 (3)

 Devops Engineer

 (2)

 Development Engineer 2

 (2)

 Software Development Engineer

 (2)

Software Engineer2 Interview Questions & Answers

user image Akshay Vijay

posted on 10 Jul 2024

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

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. List, tuple, sql, list compresence
  • Q2. Count of repetition in a string
  • Ans. 

    Count the number of times a specific substring appears in a given string.

    • Use a loop to iterate through the string and check for the substring at each position.

    • Use a counter variable to keep track of the number of times the substring is found.

    • Consider using built-in string functions or regular expressions for efficient counting.

    • Example: Given string 'hellohellohello' and substring 'hello', the count would be 3.

  • Answered by AI

Skills evaluated in this interview

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain how you would research a production support issues for a fix
  • Ans. 

    To research a production support issue for a fix, I would follow a systematic approach to identify the root cause and implement a solution.

    • Gather information about the issue from users or logs

    • Reproduce the issue in a controlled environment if possible

    • Analyze the code related to the issue to identify potential causes

    • Consult with team members or experts for insights

    • Implement and test potential solutions

    • Document the fix f

  • Answered by AI

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)

Jobs at Comcast

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All the apti tpics were asked,totally 98 questions30 apti
other related to software

Round 2 - HR 

(2 Questions)

  • Q1. Technical skills
  • Q2. Interpersonal skills
Round 3 - HR 

(2 Questions)

  • Q1. About yourself,
  • Q2. Expectations on salary

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing frameworks

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Different response codes in API testing
  • Ans. 

    Response codes in API testing indicate the status of the request made to the API.

    • 200 - OK: Request was successful

    • 400 - Bad Request: Invalid input or missing parameters

    • 401 - Unauthorized: Authentication required

    • 404 - Not Found: Resource not found

    • 500 - Internal Server Error: Server-side issue

  • Answered by AI
  • Q2. Difference between Severity and priority
  • Ans. 

    Severity is the impact of a bug on the system, while priority is the urgency of fixing it.

    • Severity is the measure of how much a bug affects the system's functionality.

    • Priority is the order in which bugs should be fixed based on urgency.

    • Severity is usually categorized as low, medium, or high.

    • Priority is usually categorized as low, medium, or high.

    • For example, a bug that causes the system to crash would have high severit

  • Answered by AI
  • Q3. What is unit testing and who will be doing it?
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing is typically done by developers to ensure that each unit of code functions correctly on its own.

    • It helps in identifying bugs early in the development process.

    • Unit tests are automated and focus on testing small, specific parts of the code.

    • Examples of unit testing frameworks include JUnit for

  • Answered by AI
  • Q4. Post call vs Patch call
  • Ans. 

    Post call is made after a transaction is completed, while patch call is used to update specific parts of a resource.

    • Post call creates a new resource, while patch call updates an existing resource.

    • Post call is used for creating new records in a database, while patch call is used for updating existing records.

    • Post call is idempotent, meaning multiple identical requests will have the same effect, while patch call is not n

  • Answered by AI

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Sdet Interview Questions & Answers

user image Shanmuga Prasanth

posted on 4 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java coding question
  • Q2. Selenium questions

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

Comcast Interview FAQs

How many rounds are there in Comcast interview?
Comcast interview process usually has 1-2 rounds. The most common rounds in the Comcast interview process are Technical, HR and One-on-one Round.
How to prepare for Comcast 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. The most common topics and skills that interviewers at Comcast expect are Customer Experience Management, Process Design, Inventory Management, Web Technologies and Manual Testing.
What are the top questions asked in Comcast interview?

Some of the top questions asked at the Comcast interview -

  1. You are given an array of integers, arr, of size n, which is analogous to a con...read more
  2. You are given alphanumeric strings s and t. Find the minimum window (substring)...read more
  3. What is dependency injection and how to achieve that? and what is Inversion of ...read more
How long is the Comcast interview process?

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

Tell us how to improve this page.

Comcast Interview Process

based on 78 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 166 Interviews
Cinépolis Interview Questions
3.9
 • 59 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
DAZN Interview Questions
2.7
 • 31 Interviews
Network 18 Interview Questions
3.5
 • 27 Interviews
Planetcast Interview Questions
3.9
 • 24 Interviews
View all

Fast track your campus placements

View all

Comcast Reviews and Ratings

based on 289 reviews

4.0/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.9

Salary

4.1

Job security

4.1

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 289 Reviews and Ratings
Development Engineer 2

Hubli,

Mangaluru

+3

2-5 Yrs

₹ 11-16 LPA

Development Engineer 3

Chennai

5-8 Yrs

₹ 16-24 LPA

Development Engineer 4

Chennai

7-12 Yrs

Not Disclosed

Explore more jobs
Development Engineer 2
149 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Development Engineer
133 salaries
unlock blur

₹7.5 L/yr - ₹30.8 L/yr

Devops Engineer
124 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Development Engineer 3
119 salaries
unlock blur

₹13 L/yr - ₹25 L/yr

Software Development Engineer II
75 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Explore more salaries
Compare Comcast with

PVR Inox

4.0
Compare

Cinépolis

3.9
Compare

HT Media

3.3
Compare

Zee Entertainment Enterprises

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