Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by DISH TV Team. If you also belong to the team, you can get access from here

DISH TV Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DISH TV Software Developer Interview Questions and Answers

Updated 2 Aug 2024

DISH TV Software Developer Interview Experiences

3 interviews found

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
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.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

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 questions from similar companies

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about Javascript
  • Q2. Questions about html

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be basic questions ABout different web technologies
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions related to coding

Round 2 - Coding Test 

C program amstrong or not

Round 3 - HR 

(2 Questions)

  • Q1. Strengths and weakness
  • Q2. Goal in future and also other questions
Round 1 - Technical 

(2 Questions)

  • Q1. Questions about Javascript
  • Q2. Questions about html

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be basic questions ABout different web technologies

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 2 interview rounds.

Round 1 - 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 2 - 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.

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. This interview was a technical round. It lasted for about nearly half an hour. The interview wanted to test both my knowledge and Communication skills. Most of the questions are asked to me were related to...
  • Q2. Basic programming questions related to your resume
  • Q3. Java, Dotnet, Angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Will prepare your resume and Basic programming questions and strong in one programming language

Interview Questionnaire 

2 Questions

  • Q1. What are javascript's new features?
  • Ans. 

    JavaScript has many new features including async/await, destructuring, arrow functions, and more.

    • Async/await for handling asynchronous code

    • Destructuring for easily extracting values from objects and arrays

    • Arrow functions for concise function syntax

    • Template literals for easier string interpolation

    • Let and const for block-scoped variables

    • Spread and rest operators for working with arrays and objects

    • Classes for object-orien...

  • Answered by AI
  • Q2. What are js frameworks
  • Ans. 

    JS frameworks are pre-written code libraries that help developers build web applications faster and more efficiently.

    • Frameworks provide a structure for organizing code

    • They offer pre-built components and functionality

    • Popular frameworks include React, Angular, and Vue.js

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - greate

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to development

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions were easy but the management dont know how to arrange it. They even dont know how to ask questions professionally.I feel very bad experience in that.

DISH TV Interview FAQs

How many rounds are there in DISH TV Software Developer interview?
DISH TV interview process usually has 1-2 rounds. The most common rounds in the DISH TV interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for DISH TV Software Developer 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 DISH TV. The most common topics and skills that interviewers at DISH TV expect are MVC, SQL Server, SQL, .Net and ASP.Net.
What are the top questions asked in DISH TV Software Developer interview?

Some of the top questions asked at the DISH TV Software Developer interview -

  1. Difference between string and string build...read more
  2. What is async and aw...read more
  3. Sql Query Sequence and basically asks the SqlServer Releted question and Webfor...read more

Tell us how to improve this page.

DISH TV Software Developer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Tata Play Interview Questions
4.0
 • 70 Interviews
Hathway Interview Questions
3.5
 • 42 Interviews
Gtpl Hathway Interview Questions
3.9
 • 24 Interviews
Disney Star Interview Questions
3.9
 • 24 Interviews
Videocon d2h Interview Questions
3.8
 • 23 Interviews
YuppTV Interview Questions
3.6
 • 17 Interviews
Siti Networks Interview Questions
3.9
 • 11 Interviews
View all
DISH TV Software Developer Salary
based on 127 salaries
₹3.1 L/yr - ₹15.5 L/yr
8% more than the average Software Developer Salary in India
View more details

DISH TV Software Developer Reviews and Ratings

based on 21 reviews

3.1/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

2.9

Salary

3.4

Job security

3.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 21 Reviews and Ratings
Area Sales Manager
186 salaries
unlock blur

₹3.7 L/yr - ₹10.2 L/yr

Software Developer
127 salaries
unlock blur

₹3.1 L/yr - ₹15.5 L/yr

Customer Care Executive
90 salaries
unlock blur

₹0.6 L/yr - ₹4.5 L/yr

Area Service Manager
90 salaries
unlock blur

₹3 L/yr - ₹10.4 L/yr

Assistant Manager
51 salaries
unlock blur

₹4.7 L/yr - ₹10 L/yr

Explore more salaries
Compare DISH TV with

Tata Play

4.0
Compare

Airtel DTH Services

4.1
Compare

Videocon d2h

3.8
Compare

SUNDIRECT

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