Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Dish Network Tableau Developer Interview Questions and Answers

Updated 30 Nov 2022

Dish Network Tableau Developer Interview Experiences

1 interview found

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. 1.What are important aspects to consider while performance tuning of tableau dashboards
  • Ans. 

    Important aspects to consider while performance tuning of Tableau dashboards

    • Optimizing data extracts and data connections

    • Minimizing the number of filters and parameters

    • Reducing the number of marks and data points displayed

    • Using efficient calculations and aggregations

    • Optimizing dashboard layout and design

    • Using appropriate data types and data structures

    • Regularly monitoring and analyzing performance metrics

  • Answered by AI
  • Q2. 2.How to schedule auto refresh of dashboard
  • Ans. 

    Auto refresh can be scheduled using Tableau Server or Tableau Online

    • In Tableau Server, go to the dashboard and click on 'Schedule Refresh'

    • Set the frequency and time for the refresh

    • In Tableau Online, go to the dashboard and click on 'Schedule Refresh'

    • Set the frequency and time for the refresh

    • Make sure the data source is set to refresh before the dashboard refreshes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - most questions are from Tableau and little from SQL

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Linux servers questions, past experience tools amd technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask many questions but work will something else.

Interview Questionnaire 

1 Question

  • Q1. Store procedure, function, trigger, view, index, table backup,drop, delete, truncate. transaction.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Fair and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic questions about coding

Round 2 - HR 

(2 Questions)

  • Q1. Basic hr questions
  • Q2. Salary discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic DSA round
Round 2 - Technical 

(1 Question)

  • Q1. Past projects and skills
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Aptitude Test 

It has basic aptitude question

Round 3 - Group Discussion 

If you unable to clear apti then there is a option for GD

Round 4 - Technical 

(2 Questions)

  • Q1. Basic question on technical stuffs are asked This is the L1 round. If u clear this then u go to L2 round.
  • Q2. Oops, Dsa, Dbms, Html,Css
Round 5 - Technical 

(1 Question)

  • Q1. This the final technical round which is called the L2 round
Round 6 - HR 

(1 Question)

  • Q1. The HR focus on your communication skills and why u want to join the company and personal stuffs.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Technical aspects about linked list,trees, stacks

Round 2 - Group Discussion 

Topic related to humanities

Software Engineer Interview Questions & Answers

DISH TV user image Ujjwal Srivastava

posted on 28 Dec 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Case Study 

I was given a case study to write multiple outputs by lookinginto a program.

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

(2 Questions)

  • Q1. What is MFS in abinitio?
  • Ans. 

    MFS in Abinitio stands for Multi-File System, which is a feature that allows Abinitio graphs to read/write data from multiple files simultaneously.

    • MFS allows parallel processing of data from multiple files in Abinitio graphs

    • It helps in improving performance by distributing the workload across multiple files

    • MFS can be configured to read/write data from/to different file systems or locations

    • Example: Using MFS, a graph ca...

  • Answered by AI
  • Q2. What is MFS in abinitio
  • Ans. 

    MFS in Abinitio stands for Multi-File System, which is a parallel processing framework for handling large volumes of data.

    • MFS allows for efficient processing of large data sets by distributing the workload across multiple files and nodes.

    • It provides fault tolerance and scalability by replicating data across multiple nodes.

    • MFS is commonly used in Abinitio graphs to optimize data processing performance.

    • It helps in improv...

  • 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 Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. JavaScript prototype sorting function
  • Ans. 

    JavaScript prototype sorting function for arrays of strings

    • Use the Array.prototype.sort() method to sort an array of strings

    • Pass a compare function to specify the sorting order

    • Example: ['banana', 'apple', 'cherry'].sort((a, b) => a.localeCompare(b))

  • Answered by AI
  • Q2. Promise polyfill from scratch
  • Ans. 

    Creating a Promise polyfill from scratch involves implementing the Promise API using callbacks and handling asynchronous operations.

    • Understand the Promise API and its methods (resolve, reject, then, catch)

    • Implement a constructor function that takes an executor function as an argument

    • Handle asynchronous operations using callbacks and setTimeout

    • Implement the then and catch methods to handle success and error cases respec

  • Answered by AI
  • Q3. React hooks -useEffect useMemo
Round 2 - Technical 

(2 Questions)

  • Q1. Session Management in applications
  • Ans. 

    Session management is the process of securely managing user sessions in web applications.

    • Use cookies or tokens to track user sessions

    • Implement session timeout to prevent unauthorized access

    • Store session data securely on the server side

    • Use HTTPS to encrypt session data during transmission

  • Answered by AI
  • Q2. Why react is fast than other frameworks
  • Ans. 

    React is faster than other frameworks due to its virtual DOM, efficient diffing algorithm, and use of server-side rendering.

    • React uses a virtual DOM which allows it to update only the necessary components instead of re-rendering the entire page.

    • React's efficient diffing algorithm compares the virtual DOM with the actual DOM to minimize updates and improve performance.

    • React supports server-side rendering, which can impr...

  • Answered by AI

Skills evaluated in this interview

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

Dish Network Interview FAQs

How many rounds are there in Dish Network Tableau Developer interview?
Dish Network interview process usually has 2 rounds. The most common rounds in the Dish Network interview process are Resume Shortlist and Technical.
What are the top questions asked in Dish Network Tableau Developer interview?

Some of the top questions asked at the Dish Network Tableau Developer interview -

  1. 1.What are important aspects to consider while performance tuning of tableau d...read more
  2. 2.How to schedule auto refresh of dashbo...read more

Recently Viewed

LIST OF COMPANIES

Dish Network

Locations

DESIGNATION

INTERVIEWS

Wipro

No Interviews

INTERVIEWS

Gtpl Hathway

No Interviews

SALARIES

Dish Network

INTERVIEWS

Gtpl Hathway

No Interviews

INTERVIEWS

Siti Networks

No Interviews

SALARIES

TEOCO Software

INTERVIEWS

Trend Micro

No Interviews

INTERVIEWS

Gtpl Hathway

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Bharti Airtel Interview Questions
4.0
 • 843 Interviews
Vodafone Idea Interview Questions
4.1
 • 553 Interviews
Tata Play Interview Questions
4.0
 • 70 Interviews
HFCL Limited Interview Questions
4.0
 • 60 Interviews
DISH TV Interview Questions
3.5
 • 59 Interviews
Telstra Interview Questions
4.0
 • 48 Interviews
Hathway Interview Questions
3.5
 • 42 Interviews
BT E Serv Interview Questions
4.1
 • 42 Interviews
View all
Senior Engineer
116 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
62 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Dish Network with

Tata Play

4.0
Compare

Airtel DTH Services

4.1
Compare

Videocon d2h

3.9
Compare

SUNDIRECT

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