0% found this document useful (0 votes)
10 views6 pages

Data Sementics Questions

The document contains questions asked in four rounds of interviews for a data semantics role. The rounds covered topics including SQL, Tableau, data modeling, and ETL processes. Key points assessed include experience with tools like SQL, Tableau, SSIS; knowledge of concepts like joins, unions, indexes, partitioning; best practices for performance; and ability to solve data-related scenarios and challenges.

Uploaded by

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

Data Sementics Questions

The document contains questions asked in four rounds of interviews for a data semantics role. The rounds covered topics including SQL, Tableau, data modeling, and ETL processes. Key points assessed include experience with tools like SQL, Tableau, SSIS; knowledge of concepts like joins, unions, indexes, partitioning; best practices for performance; and ability to solve data-related scenarios and challenges.

Uploaded by

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

Data Sementics Questions

1st Round of Interview


-----------------------
* Tell me about yourself
* Roles & Responsibility
* How much do you rate yourself in SQL,Tableau
* Did you worked on Tableau Server
* How do check load on Tableau Server & dashboard
* Difference between Tableau Project & Site
* Difference between .twb & twbx & tde
* How to publish dashboard in site & create user & Manage
* How do you analyse Tableau report & Dashboard
* Explain Joins & Types, When & Why
* Difference between Union & Union all
* Difference between Filter & Parameter
* Difference between Join & Blending
* Do you create custom SQL in Tableau?
* Can you pass parameter value in custom SQL?
* How do you delete 10 same record in Table and keep 1 record

Scenirio
Table1 Table2
------ --------
col1 col2 col1 col2
1 A 1 4
2 B 2 5
3 C 3 6

Select * from table1,table2


what is result?
inner join & other Joins, Union
2nd Round of Interview (Worksheet & Dashboard)
Develop Inter related worksheet for meaningful dashboard should explain & give the business
solution
1) Viz for Managers, Monthly Sales & Profit of 2 years
a) pre-viz is having error in data shipping cost substract twice in profit, VP wanna see viz now
how do give corect profit in next 5 mins. (Line chart)

2) Show your user both profit & sales by product sub-category desc profit (Dual Axis)

3) Show your manager Category-Sub & Region wise drill down to individual item purchased.
(Bar Chart)

4) show same senario in Cross Tab

5) Show Best & Worst performer in view highlighting profit by segment, category-sub, & region
(Highlight Chart)

6) Show Unprofitable by Container,Category -Sub or Region (Bar Chart)

7) Show Container & Region, Category by how cost of goods by shipping effecting profit (Heat
Map)

8) Co-relation between shipping cost & profit, create Scattered plot cost of goods sold effecting
profit (Scattered plot chart)
allow user to select dimension value.

9) Show to user container,region & category by cost of goods, shipping, profit (Scattered plot
chart)

10) Show to manager of state for Profit & sales for each city (Geo Map)

11) Compare sales for year 2011 & 2012 develop Viz help them to make understand sales
(Bullet Chart)
12) Show to manager that profit & shipping cost add link web pages that gives me interesting
facts by city (Geo Map)

13) Customer wise profit & profit % viz to describe how many customer are in profit or loss in
% (Pereto Chart)

Asked me to explain each Worksheet & why this Chart, how do you understand business logic to
develop chart.
How do you generate action from 1 sheet to another sheet without creating actions in
Worksheet & Dashboard

3rd Round of Interview (SQL & PLSQL)


------------------------------------
* Do you know & worked on SSIS Tool
* Any other ETL Tool
* Difference between view & Materialized view
* Difference between Procedure & Function
* When & Why do you use Procedure & Function
* Difference between Delete & Truncate
* Difference between User & Schema
* Difference between Global & Local Temporary tables
* How do you improve SQL query performance
* Different Types Joins When & Why, Each Examples
* Difference between Union & Union All
* Difference between Co-related & Subquery
* when,why do you use Co-related & Subquery
* How do you identify Co-related & Subquery
* Did you create Partition Tables
* Types of Partition Tables
* What type of partition you created for table, Why?

Scenirio
Table1 Table2
------ --------
col1 col2 col3 col1 col2 col3 col4
int varchar int varchar varchar varchar varchar

I want 4 cols if i union these tables

Senario
Get top 99 sal of employees
which is feasible Co-related & Subquery? Why? Explain.

Senario

invester-id Gender
----------- -------
inv-101 M
inv-102 F
' F
' M
' F
inv-10000000 M

Where do you create partion? why?

4th Round of Interview (Tableau)


* Run through your CV
* Explain about Project
* which version tableau you used
* which is recent version
* How many scenario written
* Did you create any Water fall Chart, Why?
* Did you create any Donot Chart, Why?
* Did you write any custom query for different data source
* What challeges you face joining different data source, explain?
* What is biggest table in project & no of rows in it
* How much time it takes to load that table into tableau
* How many tables (Dimension & Measures) in your project
* How it effects performance in dashboard
* what you did to improve dashboard performance
* Difference between Join & Blending
* Which one you choose (Join or Blending) for data, why?
* How do show your user on dashboard title, how recent is your data or recently updated date
* Types of connection in Tabluea
* How many types of connection you use for project
* Difference between Tableau 8x, 9x, 10x
* How many users created & what types of users
* How many types of calculation you did in your project
* How to Extract Day from date using calculation
* Date function in Tableau, Types & use
* How your dashboard performance when Live connection from difference source data
* What you do to improve performance of your dashboard
* Explain about Tableau server & its limitation
* Why do extract data & how it improves performance of dashboard
* Challeges for creating dashboard
* Challeges for generating proper data from different source
* Types of refreshing data
* If your dashboard data is from extracted then how do you refresh to latest data
* How do you schedule dashboard refresh

Scenario
Excel A & Excel B
Two different sheets, How do you filter Excel A data into Excel B
What type of filter you use to filter A into B for filtering

You might also like