0% found this document useful (0 votes)
25 views2 pages

Interview Questions Tableau

The document discusses various Tableau topics including: 1) Removing a field from a calculated field and showing output without that field 2) Relationships versus data blending 3) Checking load on Tableau Server 4) Differences between retrieve and render capabilities for various Tableau objects

Uploaded by

aishwaryan48
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views2 pages

Interview Questions Tableau

The document discusses various Tableau topics including: 1) Removing a field from a calculated field and showing output without that field 2) Relationships versus data blending 3) Checking load on Tableau Server 4) Differences between retrieve and render capabilities for various Tableau objects

Uploaded by

aishwaryan48
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

yoy

donut chart

Remove A from null by creating calculated field and show output without A

no. of tables we cn use


containers for performance optimization
relationships over blending
relationships for multiple sources

show last refresh date


how to check load on tableau server - pdf

which activities can render and which can retrieve


client should be able to see only his filters and few subcategory---can be done
using custom views on server side (set to default)
asteric * after data blending view
2nd max of order and we have order against sales and customers
clicking on one button show data of india and again clicking on same button it
should show out of india
last day of current month
sales same month previous year
row level security on desktop and server level
diff username and ismemberof
cannot mix aggreated
whr do u see yourself after 7 yrs
diff relationship and joins

top 10 and rest 10 should be others bar


first top 10 then top 11-20 then rest as others
top 2 subcategory in each category
rolling 3 months

mock interview link https://www.youtube.com/watch?v=T_i7HOZcZXM


-----------------------------------------------------

Sql
different subsets of sql-ddl,dml,tcl
diff delete and truncate
if we delete something, can we roll it back? is it possible in truncate as well?
diff char and varchar
fetch duplicate records

delete duplicate records


with CTE
(select *,rownumber() over (partition by id) as result
from employees

)
delete from employees where rownumber>1

delete duplicate records using windows function


stored procedure
CTE
name of the employee joined in 2020
------------------------------------------------------

can we create 5 measures in one chart (dual axis) - yes Add line charts on 2nd axis
and then make 2nd chart as dual axis
agile workflow - how the priorites and complexities determined
Agile methodology
schedule extract and what is the mechanism
isnull, ifnull, zn
histogram- Age
ytd - [Ship Date] <= TODAY() and DATEPART('year',[Ship
Date])=DATEPART('year',TODAY())
pytd- [Ship Date]<=(DATEADD('year',-1,TODAY())) and DATEDIFF('year',[Ship
Date],TODAY())=1
mtd
diff between by render and retrive
cummulative,
running total
attr
date functions

---------------------------------------------------------

site:linkedin.com "tableau" AND "DEVELOPER"


apply filters

------------------------------------------------------------

.........................pending

extra charts, pareto chart


logarithmic and exponential
spatial functions
bullet graph
diff heat tree
etl pipeline

Product Jan-22 Feb-22 Mar-22 Apr-22


A 1 0 5 6
B 0 0 1 8
C 12 1 0.5 0
D 3 3 0 0
E 0 1 1 1

Product Date Values


A Jan-22 1
A Feb-22 0
A Mar-22 5
A Apr-22 6

How will you get first day of current month

https://nextlevel.app/

You might also like