Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Qlik QSBA2022 Practice Exam with Questions & Answers | Set: 3

Questions 21

A customer needs to demonstrate the value of sales for each month of the year with a rolling 3-month summary. Which visualization should the business analyst recommend to meet the customer's needs?

Options:
A.

Scatter plot

B.

Mekko chart

C.

Combo chart

D.

Pie chart

Qlik QSBA2022 Premium Access
Questions 22

A business analyst has access to all of a company's data for the past 10 years. The source table consists of the following fields: TransactionID, TransactionTime, Transaction Date, Transaction Year, Cardholder, Cardholder address, Cardissuer, and Amount.

Users request to create an app based on this source with the following requirements:

•Users only review the data for the past 2 years

•Data must be updated daily

•Users should not view cardholder info

Which steps should the business analyst complete to improve the app performance?

Options:
A.

•Delete Cardholder and time fields in Data manager

•Use a bookmark based on auto-calendar fields

•Use the reload function in the sheet Editor asset panel

B.

•Delete Cardholder and time fields in Data manager

•Use set analysis to show data based on transaction year

•Use an API to perform a daily reload task

C.

• Deselect Cardholder and time fields in Data manager

• Use a filter pane based on auto-calendar fields

• Perform a daily reload via the Data manager

D.

• Deselect Cardholder and time fields in Data manager

• Apply a filter to extract data based on transaction year

• Request a daily reload task from the system admin

Questions 23

A business analyst is creating an app using a dataset from ServiceNow. The dataset shows information about support cases, including how many days it has been since the case was opened (age).

The app requirements are:

• The dashboard must display support cases in categories based on the age (New, Aging, and Beyond Service Level Agreement)

• The categories will be used multiple times in the dashboard

• Given the volume of support cases, it is expected that the dataset will grow to be very large

Which solution is the most efficient way for the business analyst to create this app?

Options:
A.

Ask the ServiceNow team to create the field in the source dataset

B.

Create an Excel sheet with all possible age values and the corresponding categories to add to the data model

C.

Create a new field for the categories using the Bucket option in the Data manager

D.

Write a master dimension with a nested IF statement to group ages together

Questions 24

A company has sales data where every Customer ID can be assigned to one or more Sales Account ID. Sales Accounts are assigned to one of eight Groups. The business analyst is creating an app with the following requirements:

• Each Group should have a separate sheet

• The Sales Account can only see its own customers

• The Sales Account can navigate only to the sheet for the Group assigned

The business analyst has created a Section Access table, in which each Sales Account ID is assigned their CustomerlDs. Which action should the business analyst take next?

Options:
A.

Use the Sales Account ID as a filter on the show/hide condition on the relevant sheet

B.

Use the Group as a filter on the show/hide condition on the relevant sheet

C.

Use the Group field within the Section Access table, then apply it to the show/hide condition of the sheets

D.

Use the OSUser() function within the show/hide condition of the sheets to set the required visibility

Questions 25

A marketing team needs to display sales for a limited number of products by providing a bar chart that the user can control. The visualization has several requirements:

• Starts with the top five products

• Allows the user to change the number of products displayed

• Allows the user to scroll through all products on a mini chart

The business analyst creates a bar chat and a variable. Which steps should the business analyst complete next?

Options:
A.

• Add the slider object and use the variable to set its value

• Set the number of bars to custom and use the variable to set its value

B.

• Use the variable to fix the limitation

• Add an input box to enable the user to enter the required value

C.

• Use the variable to fix the limitation

• Add a slider object and use the variable to set its value

D.

• Add the slider object and use the variable to set its value

• Use the properties to set the number of bars to custom

Questions 26

A business analyst is developing an app that contains a data model with fields: Country, City, Sales, ProductName, and ProductCategory. The global sales manager wants to add new visualizations to this app.

The business analyst must include the following:

• Ability to dynamically change the number of countries and cities

• Display a maximum of 10 countries

• Display a maximum of 5 cities per country

Which steps should the business analyst take?

Options:
A.

• Create two variables: vCountry and vCity

• Add a slider for vCountry and vCity max limit range

• Apply the variable to each visualization

B.

• Add an input field for vCountry and vCity

• Set the dimension limitation to the required maximum values: 5 and 10

• Apply the variable to each visualization

• Add a bookmark Country and City

C.

• Add an input field for vCountry and vCity

• Set the dimension limitation to the required maximum values: 5 and 10

• Apply the variable to each visualization

D.

• Create two variables: vCountry and vCity

• Add a slider for vCountry and vCity

• Apply the variable to each visualization

• Set a sheet action that limits the data displayed

Questions 27

Refer to the exhibit.

QSBA2022 Question 27

The users of a Qlik Sense app report slow performance. The app contains approximately 10 million rows of data. The business analyst notices the following KPI master measure definition:

Left{ Trim( TransactionName), 1 ) * Right ( TransactionName, 5) Which steps should the business analyst complete to improve app performance?

Options:
A.

Ask the developer of the underlying database to change the structure of the field TransactionName.

B.

• In the Data manager, use the Split function to split the field values with the underscore character as the separator.

• In the Data manager, use the Add calculated field function to multiply the 1st and the 3rd column of the split field.

• Reload the data.

C.

Change the master measure definition as follows:

subfield( TransactionName, '',!)* subfieldl TransactionName, ' ', 3)

D.

In the Data manager, use the Replace function to remove the middle part of the field TransactionName

Questions 28

A business analyst needs to create a visualization that compares two measures over time using a continuous scale that includes a range. The measures will be Profit and Revenue.

Which visualization should the business analyst use?

Options:
A.

Line chart

B.

Bullet chart

C.

Bar chart

D.

Scatter plot

Questions 29

A business analyst created a visualization that has a color indicator when an order is below a certain fixed profit threshold. This visualization now needs to change so that the threshold can be defined by the user. The user base is approximately 1000 heavy Excel users. These thresholds will be defined by each user somewhat frequently, although the data changes only once per day.

Which action should the business analyst take to update this visualization?

Options:
A.

Add a threshold field and provide a filter pane for that field for users to select

B.

Allow users to define their threshold in a shared spreadsheet and increase the app reload frequency to every hour

C.

Introduce a variable for the threshold that is controlled by a variable slider

D.

Create threshold values in the data manager using the Bucket function

Questions 30

Refer to the exhibit.

QSBA2022 Question 30

An app that will track experiments for rodents (e.g., rats and mice) that navigate mazes (labyrinths) is being developed. Individual rodents are catalogued in the Rodent table, while the Mazes table has metadata for the mazes. The MazeEscapes table holds a record of each attempt at a maze by a rodent. A business analyst needs to build a KPI that will allow users to see how many rodents have made at least one attempt at any maze.

How should the analyst construct the KPI?

Options:
A.

• Create RodentlD AS RodentID_Counter in the MazeEscapes table.

• Use Count (Distinct RodentlD Counter) as the KPI expression.

B.

• Create 1 AS RodentID_Counter in the Rodent table.

• Use Sum (RodentlD Counter) as the KPI expression.

C.

Create 1 AS RodentID_Counter in the MazeEscapes table.

Use Sum (RodentlD Counter) as the KPI expression.

D.

• Create RodentlD AS RodentlD Counter in the Rodent table.

• Use Count (Distinct RodentID Counter) as the KPI expression.

Exam Code: QSBA2022
Certification Provider: Qlik
Exam Name: Qlik Sense Business Analyst Certification Exam - 2022
Last Update: Jun 19, 2025
Questions: 100
PDF + Testing Engine
$164.99
$66
Testing Engine
$124.99
$50
PDF (Q&A)
$104.99
$42