Upload Button Icon Add office photos

Filter interviews by

Comcast Sdet Interview Questions and Answers

Updated 11 Nov 2024

Comcast Sdet Interview Experiences

3 interviews found

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

user image Anonymous

posted on 11 Nov 2024

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

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Write program of sum of digits
  • Ans. 

    Program to calculate the sum of digits in a number

    • Iterate through each digit of the number and add them together

    • Use modulus operator to extract each digit

    • Convert the number to a string to easily access individual digits

  • Answered by AI
  • Q2. Smallest number in array
  • Ans. 

    Find the smallest number in an array of strings

    • Convert the strings to numbers before comparing

    • Use a loop to iterate through the array and keep track of the smallest number

    • Handle cases where the array is empty or contains non-numeric strings

    • Example: ['5', '10', '2', '8'] should return '2'

  • Answered by AI
  • Q3. Cucumber basic questions
  • Q4. SQL basic questions
  • Q5. Manual testing basic questions

Skills evaluated in this interview

Sdet Interview Questions Asked at Other Companies

Q1. Given a M x N 2D array containing random alphabets and a function ... read more
asked in Amazon
Q2. what happen between, when you enter a URL into a browser address ... read more
asked in InMobi
Q3. In a line where words are separated by spaces, , and capitalize f ... read more
Q4. Given a circular linked list containing sorted elements (int valu ... read more
asked in Amazon
Q5. how will you check that each page of amazon.com is having its log ... read more

Sdet Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2024

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

(1 Question)

  • Q1. Python programming basics

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 problem solving questions

Round 2 - One-on-one 

(1 Question)

  • Q1. 2 problem solving questions & automation testing questions
Round 3 - One-on-one 

(1 Question)

  • Q1. 1hr discussion with Director of QA
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation with HR
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 Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About the Types of Functional Testing
Round 2 - Technical 

(1 Question)

  • Q1. Explain your daily work in current role
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Inline function
  • Q2. Reified keyword
  • Ans. 

    Reified keyword is a term used in programming languages to represent a concept or entity as an object.

    • Reified keyword is used to treat a concept or entity as an object in programming languages.

    • It allows for easier manipulation and abstraction of concepts in code.

    • For example, in Java, the 'class' keyword can be used to reify a concept as a class.

  • Answered by AI
  • Q3. Cross inline keyword
  • Q4. Jetpack library
  • Q5. Coroutines and suspending function

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical questions.
Kotlin basics
Android components, SDK, launch modes, coroutines, collection framework

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 problem solving questions

Round 2 - One-on-one 

(1 Question)

  • Q1. 2 problem solving questions & automation testing questions
Round 3 - One-on-one 

(1 Question)

  • Q1. 1hr discussion with Director of QA
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation with HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is a SDLC
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a framework that defines the tasks performed at each phase of software development.

    • It includes phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDLC helps ensure th...

  • Answered by AI
  • Q2. What is sanity testing
  • Ans. 

    Sanity testing is a quick and focused testing to ensure that the most critical functionalities of a software application are working correctly after changes.

    • Sanity testing is a subset of regression testing.

    • It is usually performed after a minor code change or bug fix to ensure that the core functionalities are not affected.

    • The main goal of sanity testing is to verify that the application is stable enough for further tes...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

In First round - Mainly Oops concept was asked and SQL queries.
Agile process.

Round 2 - Technical 

(1 Question)

  • Q1. In second round - all questions were related to selenium with automation like locators, which one is the fastest path, regarding framework etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare Oops concept deeply and brushup your skills as well.

Comcast Interview FAQs

How many rounds are there in Comcast Sdet interview?
Comcast interview process usually has 1 rounds. The most common rounds in the Comcast interview process are Technical.
How to prepare for Comcast Sdet 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 Automation Testing and Selenium.
What are the top questions asked in Comcast Sdet interview?

Some of the top questions asked at the Comcast Sdet interview -

  1. Write program of sum of dig...read more
  2. Smallest number in ar...read more
  3. Cucumber basic questi...read more

Tell us how to improve this page.

Comcast Sdet Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 159 Interviews
Verizon Interview Questions
4.1
 • 113 Interviews
Cinépolis Interview Questions
3.9
 • 58 Interviews
AT&T Interview Questions
4.1
 • 54 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
DAZN Interview Questions
2.7
 • 29 Interviews
Dish Network Interview Questions
3.5
 • 28 Interviews
View all

Fast track your campus placements

View all
Comcast Sdet Salary
based on 7 salaries
₹9 L/yr - ₹12.5 L/yr
19% less than the average Sdet Salary in India
View more details
Development Engineer 2
134 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Development Engineer
123 salaries
unlock blur

₹6.5 L/yr - ₹27 L/yr

Devops Engineer
118 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Development Engineer 3
117 salaries
unlock blur

₹12 L/yr - ₹24.5 L/yr

Data Engineer
68 salaries
unlock blur

₹5.5 L/yr - ₹19.3 L/yr

Explore more salaries
Compare Comcast with

AT&T

4.1
Compare

Verizon

4.1
Compare

The Walt Disney Company

4.0
Compare

Time Warner Cable ( Now Known as Spectrum)

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