Questions - Tableau Developer
Questions - Tableau Developer
1.if we have 10 records in table A and 5 unique records in table B. what should be the output for left
outer join and right outer join. Candidate should be able to write the Query for the same and output
of it. Customer is asking this same questions many times with minor tweak.
2nd scenario what if table B has all null records , 3rd scenario what if all records are matching, 4th
scenario what if only 2 records match in table B.
2. how to join two tables with foreign key and query for the same
3. Fetch Two topmost employee whose salary is highest in department A.
4. Fetch topmost employee whose salary is highest in 4 different department (A , B , C, D)
5. use of Not in , Substring, ltrm, rtrim,
6. how to fetch only first 3 char from Priyanka or any name and query for the same.
7. table a: 5 records , table b: 6 records and table c: 7 records. if we join a left b then what
would be the output if all are unique records. Output for B Join C.
SQL:
14. difficult scenario you have faced.
15. Customer ID column was unique and Customer name column has some duplicates how will
find duplicates from the customer column?
16. And how will remove the duplicates from the Customer name column?
17. What is the query to merging for two tables?
18. How to write the query for between the Months and Days.
19. What is the query for create partition table?
20. Customer ID column was unique and Customer name column has some duplicates how will
find duplicates from the customer column?
21. Difference between Snowflake schema and Star schema
22. Previous projects and metrics involved.
23. Row Level security application
24. Finding rolling sum using SQL
25. suppose we have a table in snowflake, we want to create multiple workbooks from the
same, and other resources also can use the same table. what will be your approach.
26. how relationship is beneficial
27. live vs extract
28. what is the mechanism of increamental refresh.
29. join scenarios, write the queries for inner , left , right, cross join.
30. how do you optimize performance.
31. suppose there is value missmatch in dashboard, what will be your approach? what will you
do if a logic changed or a new table has been provide to use instead of the old table already
in use?
32. i have a table, i want another column added which will show me the max salary per
department.
write the query and explain.
33. what is table snapshot?
34. what is stored proc. what it does?
35. what is view? why we use it.explain
36. couple of questions from snowflake.
37. have you worked on ETL ?