Upload Button Icon Add office photos

B4U Television Network

Compare button icon Compare button icon Compare

Filter interviews by

B4U Television Network Interview Questions and Answers

Updated 19 Mar 2024

B4U Television Network Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want to join us ?
  • Ans. 

    I admire Traffic Executive's innovative approach and commitment to excellence in traffic management, which aligns with my career goals.

    • Your company's reputation for cutting-edge technology in traffic solutions excites me.

    • I am impressed by your recent project on smart traffic systems, which showcases your leadership in the industry.

    • I believe my skills in data analysis and project management can contribute to your ongoin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with sound knowledge of the process which you're going to apply.

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about B4U Television Network?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They were ask Questions from Reasoning and from database developer profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Never Loose Hope Guys.Trust yourself guys Just go and attend the interviews Confidently,Don't Think about the result and try to give interviews daily Don't think about the small companies or big companies every interview will give you confidence and knowledge for your next interviews if not cleared it will give many experiences.My Last Wording is :- Each and Everything day is a new opportunity for us to became a better version of ourselves.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Ask about previous company And previous work Shift and some channel and software.
  • Q2. Behaviour attitude. Reason for leaving a job

Interview Questionnaire 

3 Questions

  • Q1. What is most primiry in any job for interview facer ?
  • Q2. What is matter for any interview facer ?
  • Q3. No matter what job what opportunities and what is filed. But most primiry matter. Are you now your wikkness ?
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 

Medium level aptitude test be prepared

Round 3 - Coding Test 

Medium level coding test and sql test also brush up excel and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - SQl, excel, tableau are important skills also python libraries
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Assignment 

Topic given was told to prepare

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a motivated student with a passion for learning, seeking an internship to apply my skills and contribute to innovative projects.

    • Currently pursuing a degree in Computer Science, focusing on software development.

    • Completed a project on web development, creating a responsive website for a local business.

    • Involved in a coding club where I collaborate with peers on various programming challenges.

    • Interned at a tech startu...

  • Answered by AI
  • Q2. Future goals ahead

Interview Preparation Tips

Interview preparation tips for other job seekers - Work smart not hard

Software Engineer Interview Questions & Answers

YuppTV user image T Amruta Sri Sindhu

posted on 25 Oct 2023

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

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

There are 10 Aptitude questions which are of average difficulty level. Other 5 questions are coding questions which are quite easy to write code.

Round 3 - Coding Test 

This entire round comprises of Coding questions. Discussion on the coding questions solved in earlier round followed by medium level 2 other coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Third round is a mix of coding and technical questions. Data structures will be of main focus along with 1 medium level coding question to be solved. Note that you need to derive the logic.
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Sql Query Sequence and basically asks the SqlServer Releted question and Webform Also.

Interview Preparation Tips

Topics to prepare for DISH TV Software Developer interview:
  • SQL
  • MVC
  • ASP.Net
  • Webform
  • API
Interview preparation tips for other job seekers - Most Of the people mistakes lack of confidence.this is the main factor to select or not.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between string and string builder.
  • Ans. 

    String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.

    • String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.

    • String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.

    • StringBuilder is more efficient for concatenating mul...

  • Answered by AI
  • Q2. What is async and await
  • Ans. 

    Async and await are keywords in JavaScript used to work with asynchronous code.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async/await is a more readable and cleaner way to write asynchronous code compare...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Dot net frame work
  • Q2. Work life balance

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice👍

B4U Television Network Interview FAQs

How many rounds are there in B4U Television Network interview?
B4U Television Network interview process usually has 1 rounds. The most common rounds in the B4U Television Network interview process are One-on-one Round.
How to prepare for B4U Television Network 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 B4U Television Network. The most common topics and skills that interviewers at B4U Television Network expect are Administration, Communication, EA, Hotel Booking and Office Coordination.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

DISH TV Interview Questions
3.4
 • 66 Interviews
Hathway Interview Questions
3.4
 • 45 Interviews
Josh Talks Interview Questions
4.1
 • 21 Interviews
YuppTV Interview Questions
3.4
 • 18 Interviews
Sportskeeda Interview Questions
3.2
 • 14 Interviews
DEN Networks Interview Questions
3.8
 • 13 Interviews
News Nation Interview Questions
3.1
 • 5 Interviews
BBC Interview Questions
2.7
 • 4 Interviews
INDIA NEWS Interview Questions
3.0
 • 4 Interviews
View all

B4U Television Network Reviews and Ratings

based on 34 reviews

4.4/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.6

Salary

4.0

Job security

4.2

Company culture

3.1

Promotions

4.1

Work satisfaction

Explore 34 Reviews and Ratings
Assistant Manager
5 salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Senior Executive
5 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Senior Business Intelligence Executive
5 salaries
unlock blur

₹4.2 L/yr - ₹10.5 L/yr

Deputy Manager
4 salaries
unlock blur

₹8 L/yr - ₹12.5 L/yr

Video Editor
4 salaries
unlock blur

₹1.6 L/yr - ₹4.6 L/yr

Explore more salaries
Compare B4U Television Network with

DISH TV

3.4
Compare

Sahara India Pariwar

3.8
Compare

Hathway

3.4
Compare

DEN Networks

3.8
Compare
write
Share an Interview