Upload Button Icon Add office photos

Comcast

Compare button icon Compare button icon Compare

Filter interviews by

Comcast Technical Architect Interview Questions and Answers

Updated 22 Jun 2021

Comcast Technical Architect Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. It was a telephonic interview with Dada. Data came online and said "please wait and I will be back in 5 minutes". After that he became offline. Waited for 20 minutes and Dada came online with spoon in hand...
  • Q2. Uncivilized interviewer

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste your time with these people.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core php, redis, solr

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain what projects you have worked on.

Technical Architect Interview Questions Asked at Other Companies

asked in IBM
Q1. How to manage clients, how to handle critical issues with example
asked in IBM
Q2. Given a scenario to design the architecture for IoT-based problem ... read more
asked in IBM
Q3. how you handle non functional requirements ? how you do capacity ... read more
asked in IBM
Q4. What modernizations have you implemented on Mainframes?
asked in IBM
Q5. What architectural principles or methodologies do you know?

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and graduation based OS, CN, DAA and DBMS questions

Round 2 - HR 

(1 Question)

  • Q1. Psychological warfare, to be honest
Round 3 - Technical 

(1 Question)

  • Q1. Questions on DBMS, CN and DAA

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain positive attitude and confidence while showcasing yourself. Technical knowledge required is the basics covered. Focus on DBMS & Linux if up for a development based role
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Hooks concept questions

What people are saying about Comcast

View All
an engineer 1
2w
What you guys are doing or what is suggestable in this situation?
YOE - 2 years Role - AI/ML Engineer Current CTC - 8.5 LPA Offered CTC - 14 LPA Next Target CTC - 17 LPA Can I use the offered CTC as my Current CTC on Naukri/Linkedin forms while they ask for Current and Expected CTC? So that I can keep CCTC - 14 LPA and ECTC - 17 LPA, which sounds reasonable and in call I can explain them later if they move forward with my application? If not, then keeping 8.5 LPA as CCTC and 17 LPA as ECTC is okay? Won't HRs think why this guy is asking 2x and maybe they reject my application?
Got a question about Comcast?
Ask anonymously on communities.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Nodejs assignment was given

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare nodejs well

Interview Questionnaire 

2 Questions

  • Q1. What is difference between interface and abstract class
  • Ans. 

    An interface is a contract that defines the methods that a class must implement, while an abstract class can provide some implementation.

    • An interface can only have abstract methods, while an abstract class can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces, but can only inherit from a single abstract class.

    • Interfaces are used to achieve multiple inheritance in Java.

    • Abstract classe...

  • Answered by AI
  • Q2. What is enum
  • Ans. 

    Enum is a data type that consists of a set of named values.

    • Enums are used to define a set of constants that can be assigned to a variable.

    • They make code more readable and maintainable.

    • Example: enum Color { RED, GREEN, BLUE }

    • Enums can also have values assigned to them, like enum Size { SMALL = 1, MEDIUM = 2, LARGE = 3 }

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2021. There was 1 interview round.

Round 1 - One-on-one 

(7 Questions)

  • Q1. C# abstraction and encapsulation
  • Q2. Reflection and indexers in c#
  • Ans. 

    Reflection and indexers in C#

    • Reflection allows inspecting and manipulating metadata of types, objects, and assemblies at runtime

    • Indexers provide a way to access elements of a class or struct using array-like syntax

    • Reflection can be used to dynamically access and invoke indexers

  • Answered by AI
  • Q3. Difference between ienumerable and iqueryable
  • Ans. 

    IEnumerable is read-only and forward-only while IQueryable is queryable and can be filtered.

    • IEnumerable is used for in-memory collections while IQueryable is used for querying databases.

    • IQueryable is more efficient for large datasets as it allows for server-side filtering.

    • IQueryable extends IEnumerable and adds additional functionality for querying data sources.

    • Example: IEnumerable numbers = new List { 1, 2, 3 }; IQuer...

  • Answered by AI
  • Q4. Difference between rank and dense rank in c#
  • Ans. 

    Rank assigns unique numbers to each distinct value, while dense rank assigns consecutive numbers to each distinct value.

    • Rank and DenseRank are used to assign a unique number to each distinct value in a sorted list.

    • Rank assigns a unique number to each distinct value, but leaves gaps for ties.

    • DenseRank assigns consecutive numbers to each distinct value, without leaving gaps for ties.

    • In C#, Rank and DenseRank are availabl...

  • Answered by AI
  • Q5. Difference between function and Stored procedure
  • Q6. Difference between clustered and non clustered index
  • Ans. 

    Clustered index determines the physical order of data in a table, while non-clustered index has a separate structure.

    • Clustered index sorts and stores the data rows in the table based on their key values, while non-clustered index has a separate structure that contains the key values and a pointer to the data row.

    • A table can have only one clustered index, while it can have multiple non-clustered indexes.

    • Clustered index ...

  • Answered by AI
  • Q7. Difference between execute scalar and execute nonquery
  • Ans. 

    ExecuteScalar returns single value while ExecuteNonQuery does not return any value.

    • ExecuteScalar is used for retrieving a single value from the database, such as a count or sum.

    • ExecuteNonQuery is used for executing SQL statements that do not return any value, such as INSERT, UPDATE, DELETE.

    • ExecuteScalar returns the first column of the first row of the result set, while ExecuteNonQuery returns the number of rows affecte...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Planetcast Software Engineer interview:
  • C#.Net
  • .Net Core
  • SQL Server
  • MySQL
Interview preparation tips for other job seekers - They will ask basics of c# and hire for media application

Skills evaluated in this interview

Are these interview questions helpful?
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 Apr 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Design pattern and basics
  • Q2. Java spring boot
  • Q3. Microservice architecture
  • Q4. Database architecture
  • Q5. Low level diagram
  • Ans. 

    A low level diagram is a detailed representation of a system's components and their interactions.

    • Low level diagrams show the specific details of how components interact within a system

    • They often include detailed information such as data flow, control flow, and dependencies

    • Examples include UML diagrams, network diagrams, and flowcharts

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the use of ref?
  • Ans. 

    The 'ref' keyword in C# is used to pass arguments by reference instead of by value.

    • Allows a method to modify the value of the argument passed to it

    • Useful when you want to update the original value of a variable inside a method

    • Can be used with value types and reference types

    • Example: void UpdateValue(ref int num) { num = 10; }

    • Example: int value = 5; UpdateValue(ref value); // value will be 10 after the method call

  • Answered by AI
  • Q2. What are React Hooks
  • Ans. 

    React Hooks are functions that let you use state and other React features without writing a class.

    • React Hooks were introduced in React 16.8.

    • They allow you to use state and other React features in functional components.

    • Some commonly used React Hooks are useState, useEffect, useContext, etc.

    • Hooks are more lightweight and easier to understand compared to class components.

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is functional testing
  • Q2. What is agile process

Comcast Interview FAQs

How to prepare for Comcast Technical Architect 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 CRM, HTML, JIRA, Javascript and Release Management.

Tell us how to improve this page.

Interview Questions from Similar Companies

PVR Inox Interview Questions
3.9
 • 182 Interviews
Cinépolis Interview Questions
3.9
 • 66 Interviews
HT Media Interview Questions
3.2
 • 55 Interviews
DAZN Interview Questions
2.7
 • 35 Interviews
Network 18 Interview Questions
3.5
 • 28 Interviews
Planetcast Interview Questions
3.8
 • 26 Interviews
View all
Development Engineer 2
175 salaries
unlock blur

₹10 L/yr - ₹16.5 L/yr

Development Engineer
154 salaries
unlock blur

₹7.5 L/yr - ₹25.9 L/yr

Development Engineer 3
139 salaries
unlock blur

₹15.8 L/yr - ₹25.2 L/yr

Devops Engineer
138 salaries
unlock blur

₹8.9 L/yr - ₹16.3 L/yr

Data Engineer
96 salaries
unlock blur

₹7.7 L/yr - ₹18.3 L/yr

Explore more salaries
Compare Comcast with

PVR Inox

3.9
Compare

Cinépolis

3.9
Compare

HT Media

3.1
Compare

Zee Entertainment Enterprises

3.5
Compare
write
Share an Interview