Вы находитесь на странице: 1из 3

Qlikview questions in HCL

1. Calculation condition in qlikview


2. circular loops in qlikview and how to avoid it
3. 2 Fact tables share Dimension table at different granularity
4. How many fact tables will be there in star schema?
There is only one fact table in the Star schema if you have to use more than one then use the link
tables in between them which is used as the reference table.

Generally there is one fact table and n dimension tables surrounding it, if you have more than one Fact
table, then you can convert to one fact table using concatenate like below

TransactionData:
LOAD
ProductID,
BranchID,
Sales,
'Sales' AS Flag
FROM FactTable1;

Concatenate(TransactionData)
LOAD
ProductID,
BranchID,
Budget,
'Budget' AS Flag
FROM FactTable2;

Product:
LOAD
*
FROM PRoduct;

Branch:
LOAD
*
FROM Branch;

Or if both are different data then try to generate the data model like below
5. How to handle Data Model with 2 fact tables or multiple fact table in qlikview
6. valuelist and valueloop functions in qlikview
7. inter record functions in qlikview
8. What is QVS file? What is the use? When we use it?
9. include and must include in qlikview
10. unstructured text analysis in qlikview or how you handle unstructured data in qlikview or
Unstructured data and qlikview
11. What is Link Table
12. What is synthetic key and how to avoid it
13.
14.

Sql server interview Questions in HCL:-

1. What is a view. How to join a view with a table?


2. What is temp table.
3. What is index and its types. Different between them. What is the default index while creating a
primary key.
4. Difference between Union and Union All.
5. Difference between Group By, Having and Where clause. What is the Order of execution in sql
statement.
6. What is the difference between inner join and Left join.
Qlikview Questions in Quosphere:-

1. Difference between Qv Server and QV publisher.


2. qmc task failure without any reason
3.

Qlikview Questions in Capgemini:-

1. “Where” condition increases time in qlikview so how can I eliminate the Where condition to
optimize it.
2. 2 fact table having common fields. How to overcome this scenario.
3. How to drop variable used in Script in the end.
4. Is it possible to use alternate state with set analysis.
5. 5 bar chart with 5 individual dimensions. I have to combine it to one Chart using 5
dimensions.. How to achieve.( Drilldown Groups or Drilldown by Line" Dimension Limit,
check "Global Grouping Mode")
6. What is Dimensionality? Where it is used.
7. 5 String Functions you have used?
8. Can we use set analysis in Script?
9. Explain Set analysis? What is modifier?
10. What is section Access? Explain? How you can implement section access at object level?
11. Two tables two join one having 5 rows other having 10 rows.
Select * from TableA, TableB
What is the output?

TCS Qlikview Questions:-

1. qlikview best practices in data modeling


2. difference between scatter chart and bar chart
3. advantages and disadvantages of qlikview
4. What are the technical challenges you face in Qlikview?
5. Bar chart limitation? Various charts limitation?
6. Is Action available in Bar chart?
7. Optimize and non-optimize load in QVD
8. What is synthetic key and how to remove it
9. Peek vs previous
10. When do we prefer Binary load or when binary load is use?

Вам также может понравиться