Tableau Interview Questions and Answers |

Поділитися
Вставка
  • Опубліковано 7 лют 2025
  • #tableauinterviewquestions, #tableauinterview, #tableau
    This Tableau interview questions and answers video will help you to get prepared for Tableau job interviews. If you’re moving into the field of data analytics or you’re moving up the ladder and need Tableau skills, you’ll probably be interviewing for a job someday soon. We’re here to help, with the key Tableau job interview questions along with their best answers for you to think about ahead of time.
    #tableau, #tableaudeveloper, #tableauinterviewquestions #TableauInterviewExperience #Tableau #TableauTraining #TableauCertification #TableauDeskTop10 #BusinessAnalytics #datascience #xpressurdata, #ibm , #salesforcecareer , #salesforceinterviewquestions #ge
    #SQLTips #PowerBITips #DataJobs #InterviewSuccess #TechCareers #CareerAdvice #AnalyticsCareer #JobPreparation #DataSkills #SQLQueries #PowerBIVisuals #DataEngineer #CareerDevelopment #TechIndustry #BI #AnalyticsCommunity #DataDriven #DataCareer #InterviewStrategy #TechJobs
    Row Level Security:
    • Data Science | Data An...
    • Tableau Server Trainin...
    Parameters:
    • #30daychallenge of Le...
    Articles:
    #blend
    help.tableau.c...
    #optimizeperformance
    help.tableau.c...
    #deloittejobs #nitor
    #scatterpieinterview
    #citibank
    Tableau Interview Questions With Solutions
    #bestchannel,
    #interviewtips,
    #interviewpreparation ,
    #currentandpreviousweeksales,
    #projects
    #percentoftotal
    #secondmaxsal,
    #secondmaxorder,
    #dont_forget_to_like_and_subscribe
    #tableau
    #tableauinterviewquestions
    #tableauinterview
    #tableauscenarios
    #wellsfargo
    #cognizant
    #tableauinterviewquestions,
    #tableauinterviewexperience.
    #tableauinterview,
    #Tableaudeveloper,
    #tcsinterview,
    #interviewquestions,
    #tableauscenarios,
    #viralinterview,
    #sqlinterview,
    #creatingforindia
    #tableauinterviewquestions ,
    #scenario
    #projects
    #Tableau
    #DataVisualization
    #DataAnalysis
    #BusinessIntelligence
    #TableauInterviews
    #TableauTips
    #DataAnalytics
    #DataViz
    #InterviewPreparation
    #DataScience
    #TableauCommunity
    #DataVisualizationTips
    #TableauExperts
    #DataInterviews
    #TableauTutorial
    #DataSkills
    #VisualAnalytics
    #BIInterviews
    #TableauDashboard
    #DataCareer
    #TableauDeveloper
    #DataDevelopment
    #DataProgramming
    #TableauTutorial
    #TableauTraining
    #xpressurdata
    #tableau
    #tableaututorial
    #tableaudeveloper
    tableau interview
    tableau training
    tableau desktop specialist exam
    tableau interview questions & answers
    tableau interview experience
    tableau interview questions
    tableau developer interview questions
    tableau interview questions in telugu
    tableau interview questions in hind
    tableau desktop specialist
    tableau certification
    tableau desktop specialist exam questions
    lod in tableau
    tableau server tutorial
    tableau server
    interview questions and answers
    data analyst
    data analyst interview
    tableau interview experience
    tableau interview questions in telugu
    tableau scenario based interview questions
    tableau interview questions in english
    how to handle fake experience
    tableau interview experience questions
    tableau lod
    sql interview questions and answers
    xpressurdata
    parameters in tableau
    filters in tableau
    tableau projects
    Current Week and Previous Week Sales
    #InterviewTips
    #JobInterview
    #InterviewPrep
    #CareerAdvice
    #JobSearch
    #InterviewQuestions
    #CareerTips
    #InterviewSkills
    #JobHunt
    #JobInterviewTips
    #JobInterviewAdvice
    #InterviewSuccess
    #InterviewCoaching
    #AceTheInterview
    #CareerDevelopment
    #FYP (For You Page)
    #Viral
    #Trending
    #ExplorePage
    #Reels
    #ReelItFeelIt
    #InstaReels
    #ReelKaroFeelKaro
    #ReelsInstagram
    #InstaGood
    #ContentCreator
    #ViralReels
    #ReelsTrending
    #ReelsDaily
    #ReelOfTheDay

КОМЕНТАРІ • 17

  • @florincopaci6821
    @florincopaci6821 6 місяців тому +4

    Hi Rahul
    Much shorter for the last question:
    DATEADD('month',1,
    datetrunc('month',today())
    )-1

    • @TechiRahul
      @TechiRahul  6 місяців тому +1

      @@florincopaci6821 super nice to see alternatives

  • @aishkumar1655
    @aishkumar1655 2 місяці тому

    for min and max one we can also use window min/max

  • @BICons-q6b
    @BICons-q6b 5 місяців тому +1

    Thank you Rahul ...this video helped me a alot

  • @prashantthakare6071
    @prashantthakare6071 6 місяців тому +2

    IF sum([Sales]) = WINDOW_MAX(SUM([Sales])) THEN 'Max'
    ELSEIF sum([Sales]) = WINDOW_MIN(SUM([Sales])) THEN 'Min'
    ELSE 'Other'
    END Highlight max and min sales of each sub-category

  • @lazartableau
    @lazartableau 6 місяців тому +1

    Hi Man this is very useful for me.. thanks - post videos like 8 -Aug months 2024

  • @polenandini3257
    @polenandini3257 6 місяців тому +1

    Hello Rahul, For the 2nd question we can go for the shorter
    IF SUM([Sales])=WINDOW_MAX(SUM(Sales)) THEN 'Green'
    ELSEIF SUM([Sales])=WINDOW_MIN(SUM([Sales])) THEN 'Red'
    ELSE 'Grey'
    END
    This way also we can go

  • @shitalvetal1077
    @shitalvetal1077 2 місяці тому

    Another approach for conditionally format top 2 sub categories -IF INDEX()

  • @NaveenT-t2i
    @NaveenT-t2i 6 місяців тому +1

    Hi Rahul, not getting calls on Tableau. When can we expect more calls any idea ?

  • @NareskanthM
    @NareskanthM 6 місяців тому +2

    Hi Rahul brother ,,I tried this formula for the first question
    IF SUM([Sales])=
    WINDOW_MIN(SUM([Sales]))
    OR
    SUM([Sales])=WINDOW_MAX(SUM([Sales]))
    THEN
    1
    else
    0
    with Results calculated at the subcategory level..

  • @shilpadevi4390
    @shilpadevi4390 6 місяців тому +1

    Hi Rahul, just a small confirmation here...the second question was to display the min and Max for each sub category month wise right?...the solution suggested will not consider month as of now
    Please correct me if I am wrong

    • @TechiRahul
      @TechiRahul  6 місяців тому

      @@shilpadevi4390 yes you have to add month in the view and in calculation as well then it will work. Calculation will remain same however.

  • @bharathbathini8665
    @bharathbathini8665 6 місяців тому +1

    min Sale
    {fixed MONTH([Order Date]),[Category]:min(
    {fixed MONTH([Order Date]),[Category],[Sub-Category]: sum([Sales])})}
    Max Sales:
    {fixed month([Order Date]),[Category]:
    MAX({fixed month([Order Date]),[Category],[Sub-Category]:sum([Sales])})}
    Flag:
    if sum([Sales]) = sum([maxsales])
    or sum([Sales]) = sum([Min Sales]) then 1 else 0 end

  • @Time_Traveller_Dubai
    @Time_Traveller_Dubai 6 місяців тому +2

    For top 2
    rank(sum(sales),'desc')

    • @TechiRahul
      @TechiRahul  6 місяців тому

      @@Time_Traveller_Dubai nice 🤠