QlikView Intermediate Quiz
1) Which of the following QlikView chart is appropriate to show the composition element ?
- Line Chart
- Bar Chart
- Pie Chart
- Scatter Chart
2) What will be the output of following expression :
div(-4,-3)
- -1
- 1
- 0
- NULL
3) Which of the following objects not supports action ?
- Text object
- Button
- Slider/Calendar object
- line/arrow objects
4) The add prefix is relevant to which load .
- Binary Load
- Mapping Load
- Partial Reload
- Inline Load
5) Which chart is ideal for one dimension with multiple measurement?
- Pie Chart
- Pivot Table
- Straight Table
- Grid Chart
6) Which sheet object is ideal for displaying explanatory text or pictures or for creating multi-colored sheet areas ?
- List Box
- Multi Box
- Text Object
- Bar Chart
7) 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” ?
- ‘India’ as Country
- Country as ‘India’
- ‘India’ Country
- Country India
8) How many times the following script executes the Load statement :
FOR Each a in 1,3,7,’xyz’
LOAD * FROM file$(a).csv;
NEXT
- 1
- 2
- 3
- 4
9) Consider the following expression :
Let T=now( );
What will be value for $(T) ?
- value of the current time
- value of the current date
- Error
- now()
10) Comparing QlikView associative join with SQL joins … what does it resemble ?
- Outer Join
- Left Join
- Right Join
- Inner Join
11) Which of the following is NOT a control statement in QlikView ?
- For … Next
- Exit Script
- Store
- Call
12) Which prefix is used in QlikView to transform the cross tab data and to create the desired fields ideal for consumption ?
- CrossTable
- Cross Table
- Transform
- Cross Transform
13) Which option from Data Tab in Script Editor is required to load a QVD file into QlikView ?
- Table Files
- QlikView File
- Web File
- Field Data
14) How many options are available for choosing Web Server while installing QlikView Server ?
- 1
- 2
- 3
- 4
15) What is the default port for Web Server ?
- 8080
- 80
- 8800
- 8008
16) SSL stands for :
- Secure Socket Layer
- Sure Socket Layer
- Secure Socket Level
- Secure Service Layer
17) How many number of application an user can access having Named CAL?
- 1
- 2
- All the application hosted on Server
- 4
18) Which component sits on the Front End of deployment ?
- QlikView Server
- QlikView Publisher
- Directory Service Connectors
- Distribution Services
19) Which of the following is not true about Inline tables in Qlik View?
- Used to create tables that do not reside in any of your data sources
- Inline tables can be manupulated or changed by Enterprise user outside the application
- the creation of
- Quarters, sorting dates uses inline tables
- if used within an application, they can only be
- manipulated/changed by the Enterprise user
20) Which of the following can be classified as good aesthetics while desining Qlik View app?
- Dark colours
- inconsistent object placment
- Objects placed off the screen
- Uncluttered
21) In which of the following cases designer should not use bar chart?
- Performance trends
- Actual vs Budget
- Amount over time
- Top N – category values
22) Which of the following is not a color function in QlikView ?
- QlikTechGreen()
- QlikTechGray()
- Argb()
- Colormaphue()
23) Which of the following function doesn’t count records excluded by where clause while executing the Load Script ?
- RecNo()
- RowNo()
- IterNo()
- AutoNumber()
24) What will happen when Hidden Script in QlikView is used ?
- Script Execution Window and Application Log file will not show the Script.
- Script Execution Window will not show the script but Application Log file show the Script.
- Script Execution Window will show the script but Application Log file will not show the Script.
- Both Script Execution Window and Application Log file will show the Script. However we can’t access Edit Script without password.
25) What does the value 100 represent in Green(100) function ?
- Hex Code
- Opacity
- RGB Code
- Darkest shade of Green.
26) Which of the following function assumes implicit DISTINCT qualifier ?
- FirstSortedValue()
- Aggr()
- Count()
- Concat()
27) Which of the following is the QlikTech’s proprietary Authentication mode?
- Active Directory
- SiteMinder
- DMS
- None
28) When does the mapping table gets dropped ?
- At the end of the script execution.
- After the ApplyMap function is used.
- Immediately after the next Load statement where mapping table is used.
- Whenever Drop Table is used.
29) After execution of the following script:
SET DecimalSep=’,’;
LET X = 7/2;
What will be the value of $(#X) ?
- 3,5
- 5
- 3#5
- NULL
30) Which prefix is used to include external files, such as image or sound files, or objects connected to a field value, to be stored in the qvw file ?
- Buffer
- Bundle
- Include
- Must_Include
31) When a directory statement is generated automatically in the Edit Script dialog ?
- if Absolute Paths is enabled
- if Relative Paths is enabled
- if Relative Paths is disabled
- If Use FTP is enabled
32) Which statement is used to run other programs during the re-execution of the QlikView script ?
- Run
- Execute
- Call
- SQLExecute
33) How we can made an exit script statement conditional ?
- By the optional use of when or unless clause.
- By the optional use of when clause only.
- By the optional use of unless clause only.
- By the optional use of when and unless clause.
34) Which statement is used to write a string to the Script Execution Progress window and to the script log file ?
- Write
- Debug
- Trace
35) What are the Steps to configure folder in QlikView Server ?
- System -> Setup -> QlikView Server -> Folders
- System -> Setup -> QlikView Web Server -> Folders
- System -> Setup -> QlikView Publisher -> Folders
- System -> Setup -> QlikView Server -> General
36) What are the Steps to enable license for QlikView Server ?
- System -> Setup -> QlikView Server ->QlikView Server License
- System -> Licenses -> QlikView Server ->QlikView Server License
- System -> Publisher -> QlikView Server ->QlikView Server License
- System -> Licenses -> QlikView Publisher ->QlikView Server License
37) How many main client types are to access documents from Server ?
- 1
- 2
- 3
- 4
38) In which of the following cases one should not use scatter chart?
- 3D measurement charts – amounts, quantity and number of customers
- Map chart – sales on geographical map
- percebtage margin
- None
39) In which of the following cases one should use grid chart?
- Quota achieved
- Multi cross dimension measures – amount over region and product over time
- yes or no analysis
- one or two measurment – sales and profit
40) What is the main precessing engine of QlikView?
- QIX
- QVX
- QVW
- QWW
41) For time dimension across quarters which is a good viz.
- Line Chart
- Bar Chart
- Spider Chart
- Box Plot
42) What is the native DB for QV in-memory in QV 12?
- Postgre
- Hadoop
- SQL Server
- Oracle
43) What is the encryption Algorithm of ODBC Connection String ?
- AES 256 bits
- Triple DES 168 bits
- RSA 128 Bit
- No Encryption but Base64 Scrambling.
44) What is the difference between Transpose() and Crosstable() in QlikView?
- They are same; In QlikView we call Transpose as Crosstable
- They work differently; Both of them are part of QlikView transformation layer.
- Transpose is not part of QlikView bit it’s Excel feature.
- Transpose is opposite of Crosstable
45) Which of the following is the valid script statements(s) to remove the Circular Reference Issue ?
- Drop Circular Reference [Table Name]
- Loosen Table [Table Name]
- Drop Synthetic Keys [Table Name]
- Unmap Loosen Table [Table Name]
46) Which of the following keyword provides a way of displaying the table comments (metadata) from databases or spreadsheets ?
- Comment Table
- Help Table
- Connect Table
- Meta Table
47) What happened to the connection when a new connect statement executed or when the script execution is finished?
- Syntax Error
- Need to terminate the connection explicitly.
- The connection will be automatically terminated
- Reload will fail.
48) In which section of the script there will be no effect of the force statement ?
- Access Section
- Application Section
- Binary Load
- Mapping Load
49) What sum( {1-$} Sales ) returns ?
- Returns Sales for the current selection.
- Returns Sales of the previous selection.
- Returns Sales of everything excluded by the current selection.
- Returns total sales within the application.
50) What are the steps to assign a category to the QlikView document ?
- System -> User Document -> Select Particular Document -> Document Information
- Document -> User Document -> Select Particular Document -> Document Information
- Document -> System-> Select Particular Document -> Document Information
- Document -> Setup -> Select Particular Document ->Document Information
51) Where we can find the information about Active Users in QMC ?
- System -> QVS Statistics -> Select QV Server -> Active Users
- Status -> QVS Statistics -> Select QV Server -> Active Users
- Users -> QVS Statistics -> Select QV Server -> Active Users
- Setup -> QVS Statistics -> Select QV Server -> Active Users
52) Where in QMC we can set the Working Set ?
- Documents -> Setup -> QlikView Server -> Performance -> Working Set
- Users -> Setup -> QlikView Server -> Performance -> Working Set
- Status -> Setup -> QlikView Server -> Performance -> Working Set
- System -> Setup -> QlikView Server -> Performance -> Working Set
53) What is a preferred schema for QV?
- Star
- Snow Flake
- Constellation
- Cow