Upload Button Icon Add office photos

Filter interviews by

XFINITY Interview Questions and Answers

Updated 6 Jun 2023

XFINITY Interview Experiences

1 interview found

Team Lead Interview Questions & Answers

user image Anonymous

posted on 6 Jun 2023

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

I applied via Naukri.com and was interviewed before Jun 2022. There were 4 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 - Aptitude Test 

General Aptitude not going depth and was easy to crack

Round 3 - Technical 

(1 Question)

  • Q1. Basic technical questions and some syntax were asked easy to crack
Round 4 - One-on-one 

(1 Question)

  • Q1. HR discursion was concentrating on communication skills

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

Intern Interview Questions & Answers

AT&T user image Anonymous

posted on 17 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Use of Hash Table
  • Ans. 

    Hash tables are data structures that store key-value pairs for efficient retrieval.

    • Hash tables use a hash function to map keys to indexes in an array.

    • They have constant time complexity for insertion, deletion, and lookup operations.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic DSA questions.

Skills evaluated in this interview

Intern Interview Questions & Answers

AT&T user image Anonymous

posted on 23 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. It was a online coding round with one question related to a medium hard binary search question..
  • Q2. The second question was bit ambiguous question involving a tree, where we were asked to add a tree child and subchild in the form a a directory and subdirectory

Interview Preparation Tips

Interview preparation tips for other job seekers - The flexibility in interview rescheduling is not good, If you'll ask for rescheduling, you won't get a new date, and the current will be cancelled
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Asked about work experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2022. 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 - Technical 

(2 Questions)

  • Q1. Explain the architecture of Kubernetes
  • Ans. 

    Kubernetes is a container orchestration platform that manages and automates the deployment, scaling, and management of containerized applications.

    • Kubernetes uses a master-slave architecture with a control plane and worker nodes.

    • The control plane manages the overall state of the cluster and schedules workloads to the worker nodes.

    • Worker nodes run the containers and communicate with the control plane to receive instructi...

  • Answered by AI
  • Q2. Give case study scenario where you implemented a app through any cloud provider (I preferred with azure)
Round 3 - Technical 

(3 Questions)

  • Q1. Explain the garbage collection process in java
  • Ans. 

    Garbage collection is an automatic process of freeing up memory by removing unused objects.

    • Java uses a mark-and-sweep algorithm for garbage collection

    • Objects that are no longer referenced are marked for deletion

    • The garbage collector runs periodically to remove the marked objects

    • Finalize() method can be used to perform cleanup operations before an object is deleted

  • Answered by AI
  • Q2. Explain how did you implemented CI CD integration through Jenkins
  • Ans. 

    Implemented CI/CD integration through Jenkins using pipeline as code approach

    • Created a Jenkins pipeline job and defined stages for build, test, and deploy

    • Integrated source code management tool like Git with Jenkins

    • Used Jenkins plugins like Maven, Docker, and Kubernetes for building, packaging, and deploying the application

    • Configured Jenkins to trigger the pipeline on every code commit or merge to the main branch

    • Enabled...

  • Answered by AI
  • Q3. Describe how Azure hosted AKS works
  • Ans. 

    Azure hosted AKS is a managed Kubernetes service that simplifies deployment and management of containerized applications.

    • AKS stands for Azure Kubernetes Service

    • AKS is a fully managed Kubernetes container orchestration service

    • AKS automates the deployment, scaling, and management of containerized applications

    • AKS integrates with other Azure services such as Azure Active Directory, Azure Monitor, and Azure Container Regist

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to your resume and do good basic prep in technologies that you’ve mentioned in your resume

Skills evaluated in this interview

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

Questions were asked

Round 2 - Coding Test 

Dsa dp, graphs and many more questions from arrays and linked list were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - No
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Fibonacci series coding q

Round 2 - Technical 

(2 Questions)

  • Q1. Sql basics ,oops concepts
  • Q2. Projects and other stuff
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

A Hacker rank test was trigerred

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Repeat until the entire string is reversed

  • Answered by AI
  • Q2. Move zeros in an array
  • Ans. 

    Move all zeros to the end of an array of strings

    • Iterate through the array and keep track of the index to place non-zero elements

    • After iterating, fill the remaining indices with zeros

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Explain your role in your current project and how you handled your customer in problematic situation?
Round 1 - Coding Test 

2 Coding Questions. Easy- medium level questions.

Round 2 - Technical 

(1 Question)

  • Q1. 1. Program to find a perfect Number 2. Sql query on joins
  • Ans. 

    Program to find a perfect number and SQL query on joins.

    • A perfect number is a positive integer that is equal to the sum of its proper divisors.

    • To find a perfect number, iterate through all numbers and check if the sum of its divisors is equal to the number itself.

    • SQL joins are used to combine data from two or more tables based on a related column.

    • Common types of joins include inner join, left join, right join, and full

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Build your resume in a good way. Your resume speaks about you.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

XFINITY Interview FAQs

How many rounds are there in XFINITY interview?
XFINITY interview process usually has 4 rounds. The most common rounds in the XFINITY interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in XFINITY interview?

Some of the top questions asked at the XFINITY interview -

  1. Basic technical questions and some syntax were asked easy to cr...read more
  2. HR discursion was concentrating on communication ski...read more

Recently Viewed

COMPANY BENEFITS

Jio

No Benefits

COMPANY BENEFITS

Jio

No Benefits

COMPANY BENEFITS

Jio

No Benefits

COMPANY BENEFITS

Government of kenya

No Benefits

SALARIES

Government of kenya

No Salaries

REVIEWS

Government of kenya

No Reviews

REVIEWS

TCS

No Reviews

REVIEWS

TCS

No Reviews

REVIEWS

TCS

No Reviews

JOBS

Government of kenya

No Jobs

Tell us how to improve this page.

XFINITY Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.7k Interviews
Ericsson Interview Questions
4.1
 • 411 Interviews
Nokia Interview Questions
4.1
 • 267 Interviews
ACT Fibernet Interview Questions
4.0
 • 133 Interviews
Verizon Interview Questions
4.1
 • 110 Interviews
AT&T Interview Questions
4.1
 • 52 Interviews
Telstra Interview Questions
4.0
 • 48 Interviews
View all

XFINITY Reviews and Ratings

based on 2 reviews

2.9/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

3.9

Salary

3.9

Job security

2.0

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 2 Reviews and Ratings
Compare XFINITY with

Jio

3.9
Compare

Ericsson

4.1
Compare

Nokia

4.1
Compare

ACT Fibernet

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