Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

I applied via Walk-in and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.Technical Ques(OOPS Concept)and 2. Area of Interest 3. About Company 4. more

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello Folks,
Sharing some tips while facing Interview Assessment or GD Round Assessment.
1. Be Confident always give the answer what they ask for, Never connect your answer with different topic.
2. Always go through Company Portal or wiki about their Operation & Function.
3. Always have positive vibes that whatever yes or No, You will surely gain something.
All the Best..!!

I applied via Walk-in and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Basic structure of an HTML page
  • Ans. 

    Basic structure of an HTML page includes doctype declaration, html, head, and body tags.

    • DOCTYPE declaration specifies the HTML version

    • HTML tag wraps the entire content of the page

    • Head tag contains meta information, title, and links to external resources

    • Body tag contains the visible content of the page

  • Answered by AI
  • Q2. What is the difference between padding and margin?
  • Ans. 

    Padding is the space inside an element, while margin is the space outside an element.

    • Padding is used to create space between an element's content and its border.

    • Margin is used to create space between an element's border and the adjacent elements.

    • Padding is affected by the background color of the element, while margin is not.

    • Padding can be set individually for each side of an element (top, right, bottom, left), while ma...

  • Answered by AI
  • Q3. What is Box Model?
  • Ans. 

    Box Model is a concept in CSS where every element is treated as a box with content, padding, border, and margin.

    • Box Model consists of content, padding, border, and margin.

    • Content is the actual content of the box.

    • Padding is the space between the content and the border.

    • Border is the line that goes around the padding and content.

    • Margin is the space outside the border.

  • Answered by AI
  • Q4. What are different types of directives in Angular?
  • Ans. 

    Directives in Angular are markers on DOM elements that tell Angular to attach a specified behavior to that element.

    • There are three types of directives in Angular: Component, Structural, and Attribute.

    • Component directives are used to create reusable UI components.

    • Structural directives are used to change the structure of the DOM.

    • Attribute directives are used to change the appearance or behavior of an element.

    • Examples of ...

  • Answered by AI
  • Q5. Difference between JIT compiler and AOT?
  • Ans. 

    JIT compiles code at runtime while AOT compiles code before runtime.

    • JIT stands for Just-In-Time compilation and compiles code at runtime.

    • AOT stands for Ahead-Of-Time compilation and compiles code before runtime.

    • JIT is used in Java Virtual Machine (JVM) while AOT is used in languages like C and C++.

    • JIT can result in slower startup time but faster execution while AOT can result in faster startup time but slower execution...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer 80 % of the questions you are asked, you will be able to crack the interview

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Which is the oldest programming language?
  • Ans. 

    Fortran is the oldest programming language.

    • Fortran was developed in the 1950s by IBM.

    • It stands for Formula Translation.

    • It was primarily used for scientific and engineering calculations.

    • Other old programming languages include COBOL and Lisp.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's fairly simple to get through. Just a good basic knowledge of IT is enough

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy logical questions
basic quant

Round 2 - Coding Test 

Easy level coding questions
Counting frequency of alphabets

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the basics of javascript
Hoisting
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Comcast India Engineering Center

No Interviews

CAMPUS PLACEMENT

Sastra University

INTERVIEWS

Comcast India Engineering Center

No Interviews

INTERVIEWS

Comcast India Engineering Center

No Interviews

INTERVIEWS

Comcast India Engineering Center

No Interviews

SALARIES

Comcast India Engineering Center

INTERVIEWS

Comcast India Engineering Center

No Interviews

INTERVIEWS

Comcast India Engineering Center

No Interviews

INTERVIEWS

Comcast India Engineering Center

No Interviews

INTERVIEWS

Comcast India Engineering Center

No Interviews

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
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Development Engineer 3
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Development Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 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