Upload Button Icon Add office photos

Filter interviews by

Dish Network Senior Software Engineer Interview Questions and Answers

Updated 12 Mar 2024

Dish Network Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is arrow functions
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are introduced in ES6.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword.

    • They are best suited for non-method functions.

    • Example: const add = (a, b) => a + b;

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write code for parenthesis matching
  • Ans. 

    Code to match parentheses in a string

    • Use a stack to keep track of opening parentheses

    • Iterate through the string and push opening parentheses onto the stack

    • When a closing parenthesis is encountered, pop from the stack and check if it matches the closing parenthesis

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about Hls ja
  • Ans. 

    HLS stands for HTTP Live Streaming, a protocol used for streaming media over the internet.

    • HLS breaks the media content into small chunks and delivers them over HTTP.

    • It is widely used for streaming video and audio content on the internet.

    • HLS allows adaptive bitrate streaming, where the quality of the video adjusts based on the viewer's network speed.

    • Popular streaming services like Netflix and Hulu use HLS for delivering

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

30min duration C coding 10 questions asked

Round 2 - Assignment 

1hr duration interviewer will be giving some random C questions to code

Round 3 - One-on-one 

(2 Questions)

  • Q1. System programming
  • Q2. System design, os concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Leetcode medium question

Round 2 - Design 

(1 Question)

  • Q1. Design BookMyShow HLD and LLD
  • Ans. 

    Design high-level and low-level architecture for BookMyShow

    • HLD should include components like user interface, booking engine, payment gateway, etc.

    • LLD should detail the classes, methods, and interactions within each component

    • Use technologies like Java, Spring Boot, MySQL for backend and React for frontend

    • Consider scalability, fault tolerance, and security in the design

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary, Role Expectations and Negotiations

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical Questions relevant to your domain and your previous experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. This Round is with your manager and Questions relevant to behavior, self-confidence, technical in quick overview
Round 4 - HR 

(1 Question)

  • Q1. Relevant to experience and self confidence, salary Discussion and further process guidelines
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a linked list.
  • Q2. Merge sort on a array/
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy-medium level and it included two coding questions and some technical questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. How are structures and classes stored?
  • Ans. 

    Structures and classes are stored in memory as a combination of data members and member functions.

    • Structures and classes are stored in memory as a combination of data members and member functions.

    • Data members of a structure or class are stored in contiguous memory locations.

    • Member functions of a class are stored separately in memory and are shared among all instances of the class.

    • Pointers to member functions are used t...

  • Answered by AI
  • Q2. What is final and finalize?
  • Ans. 

    final is a keyword in Java used to restrict inheritance, overriding, and modification. finalize is a method used for cleanup operations before an object is garbage collected.

    • final keyword is used to declare constants, prevent inheritance by marking a class as final, and prevent method overriding by marking a method as final

    • finalize method is called by the garbage collector before an object is destroyed

    • Example: final in...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Computer networks, coding questions, Resume
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. I have interviewed for React, started with webpack related question
  • Q2. JavaScript questions
  • Q3. React and CSS basic questions.

Software Trainee Interview Questions & Answers

Tcil user image Raj Kumar Gautam

posted on 28 May 2024

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

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduced yourself.after that Question on favourite subject .
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourelf
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills and ability...

  • Answered by AI

Dish Network Interview FAQs

How many rounds are there in Dish Network Senior Software Engineer interview?
Dish Network interview process usually has 3 rounds. The most common rounds in the Dish Network interview process are Technical and HR.
How to prepare for Dish Network Senior Software Engineer 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 Network. The most common topics and skills that interviewers at Dish Network expect are Java, Kafka, Microservices and Spring Boot.
What are the top questions asked in Dish Network Senior Software Engineer interview?

Some of the top questions asked at the Dish Network Senior Software Engineer interview -

  1. What is arrow functi...read more
  2. Write code for parenthesis match...read more
  3. Tell me about Hls...read more

Tell us how to improve this page.

Dish Network Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Bharti Airtel Interview Questions
4.0
 • 833 Interviews
Vodafone Idea Interview Questions
4.1
 • 551 Interviews
Tata Play Interview Questions
4.0
 • 70 Interviews
DISH TV Interview Questions
3.5
 • 58 Interviews
HFCL Limited Interview Questions
4.0
 • 58 Interviews
Telstra Interview Questions
4.1
 • 49 Interviews
Hathway Interview Questions
3.5
 • 42 Interviews
BT E Serv Interview Questions
4.1
 • 42 Interviews
View all
Dish Network Senior Software Engineer Salary
based on 38 salaries
₹12.1 L/yr - ₹32 L/yr
33% more than the average Senior Software Engineer Salary in India
View more details

Dish Network Senior Software Engineer Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

3.9

Skill development

3.6

Work-life balance

3.8

Salary

3.6

Job security

4.5

Company culture

3.0

Promotions

3.9

Work satisfaction

Explore 4 Reviews and Ratings
Senior Engineer
115 salaries
unlock blur

₹14 L/yr - ₹33 L/yr

Engineer
59 salaries
unlock blur

₹6.7 L/yr - ₹18.5 L/yr

Lead Engineer
58 salaries
unlock blur

₹22 L/yr - ₹45 L/yr

Software Engineer
57 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹12.1 L/yr - ₹32 L/yr

Explore more salaries
Compare Dish Network with

Tata Play

4.0
Compare

Airtel DTH Services

4.2
Compare

Videocon d2h

3.8
Compare

SUNDIRECT

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