Upload Button Icon Add office photos

You Broadband

Compare button icon Compare button icon Compare

Filter interviews by

You Broadband Technical Support Engineer Interview Questions and Answers

Updated 7 Oct 2021

You Broadband Technical Support Engineer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What type this sequential problem in between modem or router?
  • Ans. 

    The modem is connected to the router in a sequential manner.

    • The modem is the first device in the sequence, as it connects to the internet service provider (ISP).

    • The router is then connected to the modem, acting as a gateway between the modem and the local network.

    • Devices such as computers, smartphones, and smart TVs are connected to the router to access the internet.

    • The sequential connection allows the router to manage...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly I was prepared about company and there task ...
Normally some questions ask me regarding my knowledge about technical , so I have experience in the field of edge coordinator as may be very helpful as like desktop support , there working as same , climping, rj45 , speed issue , router configure , modem reset and so on...

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is DNS function
  • Ans. 

    DNS (Domain Name System) is a decentralized naming system that translates domain names into IP addresses.

    • DNS is responsible for translating human-readable domain names (e.g., www.example.com) into IP addresses (e.g., 192.0.2.1).

    • It helps in the efficient routing of internet traffic by allowing users to access websites using domain names instead of remembering IP addresses.

    • DNS also provides other important functions like...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A lot of questions are asked very nice sir.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Ospf are types,ospf network types,ospf lsas and what they do,bgp sequential attributes,static route config,bgp config,subnetting questions to solve,AD values of various routing protocols
  • Ans. 

    The interview question covers topics related to OSPF, BGP, static routing, subnetting, and AD values of routing protocols.

    • OSPF types include OSPFv2 and OSPFv3

    • OSPF network types include broadcast, non-broadcast, point-to-point, and point-to-multipoint

    • OSPF LSAs include router, network, summary, and AS-external

    • BGP sequential attributes include weight, local preference, AS path, origin, MED, and community

    • Static route confi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare above mentioned points thoroughly you will get selected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How to design whats up like system?
  • Ans. 

    Designing a messaging system like WhatsApp

    • Choose a reliable and scalable backend technology like Node.js

    • Implement end-to-end encryption for secure communication

    • Use push notifications for real-time messaging

    • Allow users to create groups and broadcast messages

    • Provide features like voice and video calling

    • Ensure data privacy and compliance with regulations

    • Design a user-friendly interface for easy navigation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - the interview was not tuff

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Why you choose Airtel ?
  • Q2. Are you ready to work 12hr for us ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not attempt the any Airtel interview .
A tea stall better than Airtel employees

Interview Questionnaire 

1 Question

  • Q1. Basics on java 8 and angular observable , subject. They grill a lot on java core concepts.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort linkedlist
  • Ans. 

    Sort a linked list

    • Use merge sort or quick sort for efficient sorting

    • Implement a sorting algorithm that works well with linked lists

    • Consider the time and space complexity of the sorting algorithm

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. React related topics
  • Q2. Java related topics

I applied via LinkedIn and was interviewed in Aug 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. Coin change problem and loop in linked list
  • Ans. 

    Coin change problem involves finding the minimum number of coins required to make a given amount of change. Loop in linked list is a traversal technique.

    • Coin change problem can be solved using dynamic programming approach

    • Loop in linked list can be implemented using a while loop or a for loop

    • Coin change problem can be extended to include finding the actual coins used to make the change

    • Loop in linked list can be used to ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Valid parenthesis and min stack problem
  • Ans. 

    Valid parenthesis and min stack problem

    • Valid Parenthesis problem involves checking if a given string of parentheses is valid or not

    • Min Stack problem involves designing a stack that supports push, pop, top, and retrieving the minimum element in constant time

    • Both problems can be solved using stack data structure

    • Valid Parenthesis problem can be solved by pushing opening brackets onto the stack and popping them when a clos...

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Show your confidence about tech skills.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and Normal HR questions

Interview Preparation Tips

Topics to prepare for Dish Network Software Engineer interview:
  • C++
  • Image Processing
  • Linux
  • Data Structures
  • OOPS
Interview preparation tips for other job seekers - Go through most do coding questions on GFG.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 5 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 - Aptitude Test 

General aptitude questions on Cocubes Platform of 60 minutes

Round 3 - Technical 

(4 Questions)

  • Q1. DSA question on strings and linked list
  • Q2. Projects and Resume Discussion
  • Q3. Puzzle (Two bulbs)
  • Q4. OOP concepts - pillars of OOP
  • Ans. 

    The pillars of OOP are encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways.

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Techno-Managerial Round (Discussion on Projects and Resume)
  • Q2. Details of previous internships and about the offered role
Round 5 - HR 

(1 Question)

  • Q1. General HR questions about introduction and compensation discussion

Tell us how to improve this page.

Interview Questions from Similar Companies

Jio Interview Questions
4.0
 • 1.8k Interviews
Bharti Airtel Interview Questions
4.0
 • 855 Interviews
Vodafone Idea Interview Questions
4.0
 • 557 Interviews
HFCL Limited Interview Questions
4.0
 • 64 Interviews
Telstra Interview Questions
4.0
 • 48 Interviews
Dish Network Interview Questions
3.4
 • 29 Interviews
View all
You Broadband Technical Support Engineer Salary
based on 54 salaries
₹1.5 L/yr - ₹3.1 L/yr
50% less than the average Technical Support Engineer Salary in India
View more details

You Broadband Technical Support Engineer Reviews and Ratings

based on 32 reviews

4.7/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

3.8

Salary

3.3

Job security

3.7

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 32 Reviews and Ratings
Technical Support Engineer
54 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Network Engineer
40 salaries
unlock blur

₹1.3 L/yr - ₹3.8 L/yr

Sales Executive
27 salaries
unlock blur

₹1.1 L/yr - ₹3.2 L/yr

Senior Executive
27 salaries
unlock blur

₹2 L/yr - ₹4.9 L/yr

Area Incharge
21 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Explore more salaries
Compare You Broadband with

Jio

4.0
Compare

Vodafone Idea

4.0
Compare

Bharti Airtel

3.9
Compare

Reliance Communications

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