Upload Button Icon Add office photos

Filter interviews by

Madhusudan Technologies Data Analyst and Tableau Developer Interview Questions and Answers

Updated 27 Sep 2024

Madhusudan Technologies Data Analyst and Tableau Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the main use of padas to the dataset
  • Ans. 

    Pandas is used for data manipulation and analysis in Python, providing tools for cleaning, transforming, and analyzing datasets.

    • Pandas allows for easy data manipulation, cleaning, and transformation.

    • It provides data structures like DataFrame and Series for working with tabular data.

    • Pandas can handle missing data, merging and joining datasets, and grouping data for analysis.

    • It integrates well with other libraries like N...

  • Answered by AI
  • Q2. What is filter in tableau
  • Ans. 

    A filter in Tableau is a feature that allows users to narrow down the data displayed in a visualization based on specified criteria.

    • Filters can be applied to individual worksheets or to the entire dashboard.

    • Users can filter data based on dimensions, measures, or sets.

    • Filters can be set up as quick filters for easy access and manipulation.

    • Examples: filtering sales data by region, filtering customer data by purchase date

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(10 Questions)

  • Q1. Ask about filters
  • Q2. What are all the maps used in tableau
  • Q3. Difference between tree map and heat map
  • Q4. What are Lods used
  • Q5. Windows analytical function
  • Q6. Real time question connecting to the data source facing any issues
  • Q7. Any other bi tool you know
  • Q8. What is groups and sets and when to you use
  • Q9. Data source filter
  • Q10. Handle null values
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Top 5 and Bottom 5 customer
  • Q2. Flag for data not updated
  • Ans. 

    Create a flag to identify data that has not been updated

    • Add a new column in the dataset called 'Updated Flag'

    • Use a formula to check if the data has been updated recently

    • For example, if the last update date is more than 30 days ago, set the flag to 'Not Updated'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Live vs extract connection
  • Ans. 

    Live connection allows real-time data updates while extract connection improves performance by storing data locally.

    • Live connection connects directly to the data source for real-time updates.

    • Extract connection stores a snapshot of the data locally for faster performance.

    • Live connection is suitable for small datasets or when real-time updates are crucial.

    • Extract connection is recommended for large datasets or when perfo

  • Answered by AI
  • Q2. Joins vs blending
  • Ans. 

    Joins are used to combine data from different tables based on a related column, while blending is used to combine data from different data sources within the same worksheet.

    • Joins are used when you have related data in different tables and want to combine them based on a common column.

    • Blending is used when you have data from different sources like Excel and SQL and want to combine them in the same worksheet.

    • Joins requir...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Joins - asked a little question regarding different joins and how duplicates in a table will impact the counts while joining. 2. Tableau related - Basics - Parameters, how will you create a visualizatio...
Round 2 - Behavioral 

(1 Question)

  • Q1. In-depth Technical here. 1. Parameters in detail. 2. LODs 3. SETS. 4. How will you move b/w visualizations. 5. Data Blending

Interview Preparation Tips

Interview preparation tips for other job seekers - being new to tableau I lost around LODs and got rejected :)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is the order of operations of the Tableau filters?
  • Ans. 

    The order of operations of Tableau filters is context filters, extract filters, data source filters, and then dimension filters.

    • Context filters are applied first, followed by extract filters, data source filters, and finally dimension filters.

    • Context filters create a temporary table that only includes the data relevant to the filter.

    • Extract filters are applied to the data extract before it is loaded into Tableau.

    • Data s...

  • Answered by AI
  • Q2. What is a context filter?
  • Ans. 

    A context filter is a filter that is applied to a specific worksheet or dashboard, affecting only the data displayed in that context.

    • Context filters are used to filter data at a more granular level within a worksheet or dashboard.

    • They allow users to focus on specific data points without affecting the overall data set.

    • Context filters can be created by right-clicking on a field in the Filters shelf and selecting 'Add to ...

  • Answered by AI
  • Q3. What do you mean by rolling 3,6,12 months? How it is different than YTD, MTD, QTD?
  • Ans. 

    Rolling 3, 6, 12 months refers to analyzing data over the past 3, 6, or 12 months, while YTD, MTD, QTD refer to year-to-date, month-to-date, quarter-to-date.

    • Rolling 3, 6, 12 months involves looking at data over the past 3, 6, or 12 months, providing a trend analysis over a specific time period.

    • YTD (Year-to-Date) refers to data from the beginning of the current year up to the present date.

    • MTD (Month-to-Date) refers to d...

  • Answered by AI
  • Q4. How will you calculate %YoY growth?
  • Ans. 

    To calculate %YoY growth, subtract the previous year's value from the current year's value, divide by the previous year's value, and multiply by 100.

    • Calculate YoY growth = ((Current Year Value - Previous Year Value) / Previous Year Value) * 100

    • For example, if sales were $100 in 2020 and $120 in 2021, YoY growth = (($120 - $100) / $100) * 100 = 20%

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Live and Extract
  • Q2. Scenario Donut chart
  • Q3. LOD Scenario use case
  • Q4. Difference between rank and dense rank
  • Ans. 

    Rank assigns unique ranks to each row, while dense rank assigns consecutive ranks without gaps.

    • Rank leaves gaps in rank numbers if there are ties, while dense rank does not

    • Rank function is non-consecutive, while dense rank function is consecutive

    • Rank function can skip numbers, while dense rank function does not

  • Answered by AI
  • Q5. 2nd highest salary

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are LODS, rank functions
  • Ans. 

    LODS (Level of Detail Expressions) and rank functions are used in Tableau for advanced calculations and analysis.

    • LODS allow you to control the level of detail in your visualization by specifying the dimensions at which you want to aggregate data.

    • Rank functions like RANK(), DENSE_RANK(), and ROW_NUMBER() are used to assign a rank to each row of data based on a specified criteria.

    • LODS and rank functions can be used toget...

  • Answered by AI
  • Q2. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Types of LODs in Tableau
  • Ans. 

    Types of LODs in Tableau include Fixed, Include, and Exclude.

    • Fixed LOD: Computes a value using specified dimensions, regardless of the visualization level.

    • Include LOD: Computes a value at a specified level of detail, including dimensions not in the visualization.

    • Exclude LOD: Computes a value at a specified level of detail, excluding dimensions not in the visualization.

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Senario based questions . Basic ones. Parameter , Sets , Blending joins. Colour the graph of top categary based on sales. Tableau Version, Server achitech , your roles and responsibility, no of dashboards ...
  • Ans. I answered based on my experience. You can prepare from youtube and you can prepare your own answers for frequent questions.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well . If fail it will add your experience and if succeed than it is good as well. Dont fear to fail.

Madhusudan Technologies Interview FAQs

How many rounds are there in Madhusudan Technologies Data Analyst and Tableau Developer interview?
Madhusudan Technologies interview process usually has 1 rounds. The most common rounds in the Madhusudan Technologies interview process are Technical.
What are the top questions asked in Madhusudan Technologies Data Analyst and Tableau Developer interview?

Some of the top questions asked at the Madhusudan Technologies Data Analyst and Tableau Developer interview -

  1. What is the main use of padas to the data...read more
  2. What is filter in tabl...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Madhusudan Technologies interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare Madhusudan Technologies with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview