Qlik Sense MCQs

Qlik Sense MCQs

Our experts have gathered these Qlik Sense MCQs through research, and we hope that you will be able to see how much knowledge base you have for the subject of Qlik Sense by answering these multiple-choice questions.
Get started now by scrolling down!

1: Which of the following statement(s) are FALSE about "Alias" statement in QlikView?

A.   Alias statement works on incoming data fields

B.   Alias statement can be used far before the actual Load statement it affects

C.   While using Alias statement resident load that references the original data field name can't be used

D.   Alias statement will not work if you rename the same field more than once

2: Where do you use/see "Global Grouping Mode" in QlikView?

A.   Document Properties > Groups > Group Settings

B.   Global Grouping Mode` is used in the QlikView script while using `Groupby` clause

C.   Dimension Limits Tab

D.   Global Grouping Mode` is document level setting while using `Total` Qualifier in QlikView Expressions

3: What is the result of the expression: Fact(-5) in QlikView?

A.   120

B.   -25

C.   -120

D.   Null

4: Which language is NOT supported by QlikView to build the Extension Objects?

A.   Flash

B.   Silverlight

C.   Javascript

D.   None of the above

5: Which of the following CAL type can be transferred across multiple instances of QlikView Servers?

A.   Named CAL

B.   Session CAL

C.   Both Named & Session CALs

D.   None of the above

6: Which of the following statement is TRUE about QlikView when using Star Schema?

A.   Selection in a QlikView document affects the entire schema

B.   QlikView always take a large schema and queries a subset of tables

C.   QlikView query result sets are independent of each other

D.   All of the above are true

7: What is the use of "Force" statement in QlikView Load Script?

A.   Used for forced concatenation of the tables

B.   Used to interpret field values with upper | lower | mixed conventions

C.   Used to create forced associations of fields while using Dual()

D.   Used to convert NULL values to forced text strings

8: What is the use of GetObjectField() function in QlikView?

A.   It returns the Object ID for current Chart Object

B.   It returns the Dimension Name in the Chart Object

C.   It returns the Field Name in the Table

D.   This function doesn't exist. This is just a trick question

9: Input fields are introduced in which version of QlikView?

A.   QlikView 10

B.   QlikView 9

C.   QlikView 8

D.   QlikView 7

10: What type of security is implemented while communicating between QlikView Server and Windows Client?

A.   HTTPS/SSL

B.   Tunneling Via HTTP

C.   128 bit (RSA algorithm)

D.   56 bit

11: Which logic is implemented to handle NULLS in QlikView?

A.   Boolean Logic

B.   Three-value Logic

C.   NULL()

D.   Four-valued Logic

12: QlikView caching algorithm takes into account the cost of generating the calculated results

A.   True

B.   False

13: Which of the following is NOT a QlikView Function?

A.   StateName()

B.   Bottom(),GetNotSelectedCount()

C.   Client Platform()

D.   All of the above are QlikView Functions

14: Which of the following statement is not true about QlikView Joins?

A.   ‘Join` and `Outer Join` are same in QlikView

B.   QlikView Join predicate works based on common fields in both the tables

C.   QlikView renders cartesian product if no fields are common in both the tables

D.   All of the above statements are true

15: What happens when there are no common fields while using explicit Inner Join Statement between two tables in QlikView?

A.   QlikView generates - Field not found error message

B.   QlikView ignore the Join statement and loads two separate tables

C.   QlikView generates Cartesian Product

D.   QlikView Script Fails