Upload Button Icon Add office photos

Filter interviews by

Comcast India Engineering Center Software Developer Interview Questions and Answers

Updated 18 Nov 2024

Comcast India Engineering Center Software Developer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Assignment 

In round one there are both Aptitude and two coding questions and I cracked one code

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Technical questions based on resume and projects
  • Q2. What is the backend used
  • Ans. 

    We are using Node.js and MongoDB for the backend.

    • Backend is built using Node.js framework

    • Data is stored in MongoDB database

    • RESTful APIs are used for communication

    • Authentication is implemented using JSON Web Tokens

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Both technical and HR quesetions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and friendly HR team. The questions are mostly medium to hard but you don't have to answer them all. Just answer some of t hem correctly and be confident.

Skills evaluated in this interview

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 Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy 3hr exam no coding only atitude questions and then abt the cs funda

Round 2 - Technical 

(3 Questions)

  • Q1. Introduction aabout yourself
  • Q2. Explain about your project
  • Q3. Matrix representation in data structures
  • Ans. 

    Matrix representation in data structures involves storing data in a two-dimensional array.

    • Matrix can be represented using arrays of arrays, where each inner array represents a row of the matrix.

    • Elements in the matrix can be accessed using row and column indices.

    • Matrix representation is commonly used in graph algorithms, image processing, and linear algebra.

    • Example: int[][] matrix = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}};

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all the things u give in your resume be thorough with it

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Sri Venkateswara Degree College, Chittoor and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They asked aptitude question

Round 2 - Coding Test 

Oops questions asked

Round 3 - HR 

(2 Questions)

  • Q1. Hr qestions asked
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
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 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java springboot basic to intermediate question
  • Q2. Java stream questions
Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DSA questions
  • Q2. Project based questions
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. String based questions in java
  • Q2. What are the fundamental concepts of Java?
Round 2 - Coding Test 

Java based questions and few DSA questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1) Finding and removing loop in linked list. 2)find pair of given sum in binary tree

Round 2 - One-on-one 

(2 Questions)

  • Q1. Print bottom view of binary tree
  • Ans. 

    Print the bottom view of a binary tree

    • Use a map to store the horizontal distance and node value at each level

    • Perform a level order traversal of the binary tree

    • Update the map with the node value at each horizontal distance

    • Print the node values in the map for the bottom view

  • Answered by AI
  • Q2. Oops related output based questions

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round is aptitude and pesudocode

Round 2 - Technical 

(2 Questions)

  • Q1. Mostly python questions
  • Q2. List questions and basic to mediumprogram

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

3 questions of dsa based on dp and trees

Round 2 - Technical 

(3 Questions)

  • Q1. Valid BST leetcode question
  • Q2. Common puzzles found on gfg
  • Q3. Questions on object oriented programming
Round 3 - Case Study 

Optimize delivery between warehouse to the person ordered.

Interview Preparation Tips

Topics to prepare for ION Group Software Developer interview:
  • trees
  • puzzles
  • DP

Skills evaluated in this interview

Comcast India Engineering Center Interview FAQs

How many rounds are there in Comcast India Engineering Center Software Developer interview?
Comcast India Engineering Center interview process usually has 3 rounds. The most common rounds in the Comcast India Engineering Center interview process are Technical, HR and Aptitude Test.
How to prepare for Comcast India Engineering Center Software Developer 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 Powershell, Software Development, Web Api and Web Technologies.
What are the top questions asked in Comcast India Engineering Center Software Developer interview?

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

  1. What is the backend u...read more
  2. matrix representation in data structu...read more
  3. Both technical and HR quesetions as...read more

Tell us how to improve this page.

Comcast India Engineering Center Software Developer Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more
Comcast India Engineering Center Software Developer Salary
based on 36 salaries
₹6 L/yr - ₹24.5 L/yr
85% more than the average Software Developer Salary in India
View more details

Comcast India Engineering Center Software Developer Reviews and Ratings

based on 5 reviews

3.0/5

Rating in categories

3.9

Skill development

2.8

Work-life balance

2.7

Salary

4.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
Software Development Engineer II
73 salaries
unlock blur

₹10 L/yr - ₹15.5 L/yr

Devops Engineer
44 salaries
unlock blur

₹6.4 L/yr - ₹18 L/yr

Development Engineer 3
38 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