Upload Button Icon Add office photos

Filter interviews by

Comcast India Engineering Center Software Development Engineer II Interview Questions and Answers

Updated 16 May 2024

Comcast India Engineering Center Software Development Engineer II Interview Experiences

5 interviews found

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

I applied via Walk-in and was interviewed in Apr 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Python code and ds
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions for infrastructure management
Round 3 - Client Interview 

(1 Question)

  • Q1. Profile understanding
Round 4 - Behavioral 

(1 Question)

  • Q1. General questions about resume
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and notice period
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic and advanced react js questions
Round 2 - Coding Test 

Api fetching, pagination and search

Interview Preparation Tips

Interview preparation tips for other job seekers - Not sure what to suggest, I did everything that was asked but still got rejected. Just have a better luck

Software Development Engineer II Interview Questions Asked at Other Companies

asked in Zepto
Q1. Given 2 large numeric comma seperated strings. You need to calcul ... read more
asked in Zepto
Q2. How many microservices do I own & at what scale they handle t ... read more
asked in Porter
Q3. 1. Given an array find a subset that sums to a given sum K 2. Giv ... read more
Q4. design a LLD of portfolio management system where you can add any ... read more
asked in S&P Global
Q5. Difference between truncate and delete and when we prefer what op ... read more
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

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 - 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

Comcast India Engineering Center interview questions for designations

 Software Development Engineer

 (1)

 Software Development Engineer Test

 (1)

 Software Development Engineer 1

 (1)

 Software Development Engineer 3

 (1)

 Software Engineer

 (1)

 Development Engineer

 (3)

 Development Engineer 2

 (1)

 Development Engineer 3

 (1)

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Some basic and core OOPS concepts
  • Q2. Logical questions regarding OOPS
  • Q3. Shares some codes and expects output or correct answer for that
  • Q4. Logical and technical conceptual questions on springboot and Microservices which we can answer only through experience.
  • Q5. Some basic SQL questions and springboot related JPA questions
  • Q6. Scenario based Java OOPS, springboot and Microservices questions
Round 2 - HR 

(2 Questions)

  • Q1. In and out questions from you managerial aspect
  • Q2. If you are very good will ask more and more and more about your managerial skills

Interview Preparation Tips

Topics to prepare for Comcast India Engineering Center Software Development Engineer II interview:
  • Java
  • Springboot
  • Microservices
  • OOPS
  • SQL
  • Problem Solving
Interview preparation tips for other job seekers - Very much good interviewers each round took 1 and half hours very calm and kind hearted interviewers

Interview questions from similar companies

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

(3 Questions)

  • Q1. Mvc , mapping , rest endpoints
  • Q2. Oops concepts from java
  • Ans. 

    Object-oriented programming concepts in Java

    • Encapsulation: bundling data and methods together

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding implementation details and providing a simplified view

    • Encapsulation example: using private variables and public methods

    • Inheritance example: creating a subclass that inherits properties and m...

  • Answered by AI
  • Q3. System design ques were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - great

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Build a Hash Map which does everything in o(1)
  • Ans. 

    Use a combination of hash table and linked list to achieve O(1) operations for a Hash Map.

    • Use a hash table to store key-value pairs and a linked list to handle collisions.

    • Implement a hash function to map keys to indices in the hash table.

    • For each key, calculate the hash value and store the corresponding value in the hash table at that index.

    • To handle collisions, use separate chaining with linked lists at each index of ...

  • Answered by AI
  • Q2. Buy and Sell Stock 4

Skills evaluated in this interview

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

I applied via campus placement at Model Engineering College, Kochi and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mental and Verbal aptitude - 1 hour

Round 2 - Technical 

(1 Question)

  • Q1. Basic C++, DSA questions
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Although it was quite challenging.

Round 2 - Coding Test 

Complete it without significant difficulty.

Round 3 - Technical 

(2 Questions)

  • Q1. Can you describe the projects you have worked on?
  • Q2. What is the code for printing prime numbers?
Round 4 - HR 

(2 Questions)

  • Q1. What motivates you to want to join Ion?
  • Q2. What makes you a suitable candidate for this position?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in advance by researching the interview experiences of the company to which you are applying. The Ambition Box was very helpful to me in this regard.

Comcast India Engineering Center Interview FAQs

How many rounds are there in Comcast India Engineering Center Software Development Engineer II 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 Resume Shortlist.
What are the top questions asked in Comcast India Engineering Center Software Development Engineer II interview?

Some of the top questions asked at the Comcast India Engineering Center Software Development Engineer II interview -

  1. Write a goroutine code which is synced to to another goroutine and waits till t...read more
  2. Write a code to find the number in a sorted array in with lowest code complexi...read more
  3. Core fundamentals of J...read more

Tell us how to improve this page.

Comcast India Engineering Center Software Development Engineer II Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
51% less than the average Software Development Engineer II Salary in India
View more details

Comcast India Engineering Center Software Development Engineer II Reviews and Ratings

based on 12 reviews

4.0/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

3.5

Salary

4.5

Job security

4.1

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 12 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