wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Qlik View Quiz 3

Total questions: 35

Worksheet time: 18mins

Name
Class
Date
1.

What will be the output of the following expression: div(-4,-3)

a)

-1

b)

1

c)

0

d)

NULL

2.

Which of the following objects does not support action?

a)

Text Object

b)

Button

c)

Slider/Calendar Object

d)

Line/Arrow Object

3.

Which chart is ideal for one dimension with multiple measurements?

a)

Pie Chart

b)

Pivot Table

c)

Straight Table

d)

Grid Chart

4.

Which sheet object is ideal for displaying explanatory text or pictures or for creating multi-colored sheet areas?

a)

List Box

b)

Multi Box

c)

Text Object

d)

Bar Chart

5.

Which of the following expression when used as a part of the field list in a load or select statement, the text string “India” will be loaded as field value into the QlikView field “Country”?

a)

'India' as Country

b)

'Country' as India

c)

'Indian Country'

d)

Country of India

6.

How many times the following script executes the Load statement :

FOR Each a in 1,3,7,’xyz’

LOAD *

FROM file$(a).csv;

NEXT

a)

1

b)

2

c)

3

d)

4

7.

Consider the following expression :

Let T=now( );

What will be value for $(T) ?

a)

Value of Current Time

b)

Value of Current Date

c)

now()

d)

Error

8.

Comparing QlikView associative join with SQL joins …

What does it resemble?

a)

Outer Join

b)

Left Join

c)

Right Join

d)

Inner Join

9.

Which of the following is not true about Inline tables in Qlik View?

a)

Used to create tables that do not reside in any of your data sources

b)

Inline tables can be manipulated or changed by Enterprise users outside the application

c)

Sorting dates uses inline tables

d)

If used within an application, they can only be manipulated/changed by the Enterprise user

10.

Which of the following can be classified as good aesthetics while designing the Qlik View app?

a)

Dark Colors

b)

Inconsistent Object Placement

c)

Object Placed Off the Screen

d)

Uncluttered

11.

Which of the following function assumes implicit DISTINCT qualifier?

a)

FirstSortedValue()

b)

Aggr()

c)

Count()

d)

Concat()

12.

When does the mapping table gets dropped?

a)

At the end of the script execution.

b)

After the ApplyMap function is used.

c)

Immediately after the next Load statement where mapping table is used.

d)

Whenever Drop Table is used.

13.

For time dimension across quarters, what is the best visualization?

a)

Line Chart

b)

Bar Chart

c)

Spider Chart

d)

Box Chart

14.

What is the answer to this set analysis:

sum( {1-$} Sales )

a)

Returns Sales for the current selection.

b)

Returns Sales of the previous selection.

c)

Returns Sales of everything excluded by the current selection.

d)

Returns total sales within the application.

15.

How to create a QVD file?

a)

STORE <Name of table> INTO <Path\FileName.qvd>

b)

STORE <Name of table> FROM <Path\FileName.qvd>

c)

STORE QVD <Name of table> INTO <Path\FileName.qvd>

d)

STORE <Name of table> INTO <Path\FileName.qvs> QVD

16.

This is defined as a table of summary that is a table that allows you to extract the information from a large data set.

a)

Pivot Chart

b)

Trellis Chart

c)

Pie Chart

d)

Straight Table

17.

The QlikView Object that only has expression but no dimensions

a)

Gauge Chart

b)

Pivot Chart

c)

Pie Chart

d)

Bar Chart

18.

This layout property has the options like TOP, BOTTOM, and NORMAL

a)

Layers

b)

Borders

c)

Corners

d)

Scrollbars

19.

THis is a text file in which the data field values and data fields are separated by a semicolon, tabs, comma, etc.

a)

Delimited Files

b)

QVD Files

c)

QlikView Files

d)

Datasource Files

20.

It is a type of LOAD where the file or table is already loaded and residing in the memory of QlikView.

a)

Resident

b)

Buffer

c)

Add

d)

Inline

21.

It is a collection of tables having data created in QlikView. It can be easily read or written in QlikView

a)

QVD

b)

CSV

c)

QVW

d)

QDF

22.

Which statement is accurate pertaining to Match() function:

A) Match() and Wildmatch() are Match() function

B) Match() and PickMatch() are Match() function

C) Pick() and Match() are Match() function

D) Match() and FuzzyMatch() are Match() function

a)

A is TRUE and C is FALSE

b)

B and C are TRUE

c)

BOTH A and D are FALSE

d)

A and D are TRUE

23.

This QlikView script statement is used to load data from all files.

a)

LOAD

b)

SELECT

c)

CONCATENATE

d)

JOIN

24.

This QlikView script statement is used to load from OLE DB or ODBC sources

a)

LOAD

b)

SELECT

c)

CONCATENATE

d)

JOIN

25.

These keys are used when two or more tables contain more than one common column among them.

a)

Synthetic Keys

b)

Primary Key

c)

Foreign Key

d)

Linking Key

26.

This is a sequence of interconnected things.

a)

LOAD

b)

SELECT

c)

CONCATENATION

d)

JOIN

27.

These are features of QlikView EXCEPT:

a)

The data connection is maintained automatically.

b)

Qlikview data is stored in memory for multiple users to offer a super-fast user experience.

c)

Transparent reporting and Scalability with Data Integration.

d)

Various forms of data presentation.

28.

These are features of QlikView EXCEPT:

a)

Fast implementation

b)

Common data discovery & local search

c)

Secure working environment

d)

Visual analytics & in-direct searches

29.

These are QlikView Data and Time Functions EXCEPT:

a)

localtime()

b)

sysdate()

c)

month()

d)

Today()

30.

These are QlikView Data and Time Functions EXCEPT:

a)

makedate()

b)

year()

c)

CreateDate()

d)

week()

31.

These are QlikView Data and Time Functions EXCEPT:

a)

timezone()

b)

year()

c)

GMT()

d)

UTC()

32.

These are the various types of QlikView Table EXCEPT:

a)

Pivot Table

b)

Cross Table

c)

Mapping Table

d)

System Table

33.

These are the various types of QlikView Table EXCEPT:

a)

Straight Table

b)

Cross Table

c)

Mapping Table

d)

Statistics Table

34.

This option in QlikView will assign a variable to value only after assigning the expression.

a)

LET

b)

SET

c)

GET

d)

FETCH

35.

This option in QlikView will assign a variable to value without assessing any expression

a)

LET

b)

SET

c)

GET

d)

FETCH