合格させるQlik QSDA2022テスト問題でテストエンジンとPDFを提供中 [Q42-Q66]

Share

合格させるQlik QSDA2022テスト問題でテストエンジンとPDFを提供中

あなたをお手軽にQSDA2022試験合格させるリアルQSDA2022練習問題集で更新されたのは2023年12月12日


Qlik QSDA2022認定試験は、認定Qlik Senseデータアーキテクトになりたいと考える個人を対象とした包括的な試験です。この試験は、Qlik Senseプラットフォームを使用してデータモデリング、データアーキテクチャ、データ統合、データ管理などの領域での候補者の知識とスキルをテストします。


QLIK Sense Data Architect認定試験としても知られるQLIK QSDA2022は、QLIK Sense Data Architectureの専門知識を実証したいデータ専門家向けに設計された認定試験です。この試験は、QLIK Senseを使用したデータ接続、データモデリング、およびデータ変換の管理と最適化における候補者の知識とスキルをテストするように設計されています。この試験は、2時間以内に回答する必要がある50の複数選択質問で構成されています。

 

質問 # 42
A dataarchitect needs to load data from two different databases Additional data will be added from a folder that contains QVDs. text files, and Excel files.
What is the minimum number of data connections required?

  • A. Two
  • B. Four
  • C. Three
  • D. Five

正解:C


質問 # 43
A data architect needs to write theexpression for a measure on a KPI to show the sales person with the highest sales The sort order of the values of the fields is unknown When two or more sales people have sold the same amount, the expression should return all of those sales people Which expression should the data architect use?

  • A. FirstSortedValue (Salesperson, -Aggr (Sum(Sales) , Salesperson) )
  • B. Concat (DISTINCT IF (Aggr (Rank (Sum (Sales) , 1) , Salesperson) =1, Salesperson) , ' ')
  • C. Concat(DISTINCT IF (Aggr (Rank (Sum (Sales) , 4) , Salesperson) =1, Salesperson) , ' ')
  • D. FirstSortedValue (DISTINCT Salesperson, -Aggr (Sum(Sales) , Salesperson) )

正解:B


質問 # 44
A data architect needs to add the UnitCost field from the ProductCost table in the Dim_Products Table.
Which script code should the data architect use?

  • A.
  • B.
  • C.
  • D.

正解:A


質問 # 45

The Section Access security table for an app is shown. User ABC\PPP opens a Qlik Sense app with a table using the field called LEVEL on one of the table columns.
What is the result?

  • A. The table is removed from the user interface.
  • B. The table is displayed without the LEVELcolumn.
  • C. The user gets a "Field not found" error.
  • D. The user gets an "incomplete visualization" error

正解:D


質問 # 46
Refer to the exhibit.

A data architect is working on a Qlik Sense app the business has created to analyze the company orders and shipments. To understand the table structure, the business has given the following summary:
* Every order creates a unique orderlD and an order date in the Orders table
* An order can contain one or more order lines one for each product ID in the order details table
* Products in the order are shipped (shipment date) as soon as tliey are ready and can be shipped separately
* The dates need to be analyzed separately by Year Month, and Quarter
The data architect realizes the data model has issues that must be fixed.
Which steps should the data architect perform?

  • A. 1. Create a key with OrderlD and ProductID in the OrderDetails table and in the Orders table
    2. Delete the ShipmentID in the Shipments table
    3. Delete the ProductID and OrderlD in theOrderDetails table
    4. Concatenate Orders and OrderDetails
    5. Create a link table using the MasterCalendar table and create a concatenated field between OrderDate and ShipmentDate
  • B. 1. Create a key with OrderlD and ProductID in the OrderDeta Is table and in the Shipments table
    2. Delete the ShipmentID in the Orders table
    3. Delete the ProductID and OrderlD in the Shipmi
    4. Left join Orders and OrderDetails
    5. Use Derive statement with the MasterCalendar table and apply the derive fields to OrderDateand ShipmentDate
  • C. 1. Create a key with OrderlD and ProductID in the OrderDetails table and in the Shipments table
    2. Delete the ShipmentID in the Orders table
    3 Delete the ProductID and OrderlD in the Shipments table
    4. Concatenate Orders and OrderDetails
  • D. 1. Create a key with OrderlD and ProductID in the OrderDetails tab e and in the Orders table
    2. Delete the ShipmentID in the Shipments table
    3. Delete the ProductID and OrderlD in the OrderDetails
    4. Left join Orders andOrderDetails
    5. Use Derive statement with the MasterCalendar table and apply the derive fields to OrderDate and ShipmentDate

正解:C


質問 # 47
A company has a stream with multiple apps One of the apps is a multi-regional sales app.
A data architect must set up security for users to access the stream, enter the app, and view specific sheets and data.
Whichfeatures should the data architect use to meet these requirements?

  • A. Section access and sheet properties
  • B. Section access and set analysis
  • C. QMC security rules and section access
  • D. QMC security rules and custom properties

正解:C


質問 # 48
Users of a published app report incomplete visualizations. The data architect checks the app multiple timesand cannot replicate the error. The error affects only one team.
What is the most likely cause?

  • A. Section access restricts too many records
  • B. The affected users were NOT added to the Section table
  • C. A security rule has been applied to the sheet object
  • D. An Omit field has been applied

正解:A

解説:
Explanation
Section access restricts access to certain records, and if too many records are restricted, it can lead to incomplete visualizations.Source: Qlik Section access is used to control access to the data in an app. If the section access settings are too restrictive, they can prevent certain users or teams from seeing all of the data they need, resulting in incomplete visualizations.
It is possible that the affected team has been assigned a section access that is too restrictive, preventing them from seeing all of the necessary data. This could be a misconfiguration or an oversight in the section access settings.


質問 # 49
Refer to the exhibit.

While performing a data load from the source shown, the data architect notices it is NOT appropriate for the required analysis.
The data architect runs the following script to resolve this issue:

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:C


質問 # 50
A data architect is building a model to show trends in visualizations across seven date fields. The seven date fields reside in different tables. The data architect must efficiently build this data model.
Requirements:
* A single date selector
* Show all dates, even those with NO activity
* Minimize the impact on server resources and p
Which two solutions should the data architect use? (Select two.)

  • A. Data island
  • B. Generic load
  • C. Multiple calendars
  • D. Canonical calendar
  • E. Link table

正解:D、E

解説:
Explanation
A canonical calendar should be used to create a single date selector that can be used to show all dates, even those with no activity. A link table should be used to join the seven date fields from different tables, which willminimize the impact on server resources and performance.Source: Qlik


質問 # 51

Refer io the exhibit.
A data architect needs to modify the script to ONLY load rows from Table_B when Field_1 and Field_2 are the same as in Table_A. (For example, only the row containing A, 1, 456 should be loaded from Table_B.) Which script should the data architect use?
A)

B)

C)

D)

  • A. Option A
  • B. Option D
  • C. Option B
  • D. Option C

正解:C


質問 # 52
A data architect needs to upload data from ten different sources, but only if there are any changes after the last reload When data is updated, a new file is placed into a folder mapped to E A439926003 The data connection points to this folder.
The data architect plans a script which will:
1. Verify that the file exists
2. If the file exists, upload it Otherwise, skip to the next piece of code The script will repeat this subroutine for each source. When the script ends, all uploaded files will be removed with a batch procedure.
Which option should the data architectuse to meet these requirements?

  • A. FilePath, IF, THEN. Drop
  • B. FilePath, FOR EACH, Peek, Drop
  • C. FileSize, IF, THEN, END IF
  • D. FileExists, FOR EACH, IF

正解:C


質問 # 53
Multiple department fields in a dataset require a description
A data architect needs to add the department descriptions or a default value when the department does NOT have a description Which strategy should the data architect use to meet these requirements?

  • A. ApplyMap with three parameters after the Mapping load
  • B. Enter "Missing description" in the blank rows for Description xlsx then Mapping Load
  • C. Left Join between tables and Description xlsx in every Department table
  • D. ApplyMap with two parameters after the Mapping load

正解:A

解説:
Explanation
This strategy involves using the ApplyMap function with threeparameters after the Mapping load. This will allow the data architect to add the department descriptions or a default value when the department does not have a description.Source: Qlik


質問 # 54
A global retailer has a large database in which millions of sales transactions are added per hour.
Each regional sales manager should only see details for customers in their region. After filtering based on criteria such as region, gender,and income level, sales managers should be able to see the most current detailed transactions.
What should a data architect do to meet these requirements?

  • A. Use section access and include aservice account in the table
  • B. Use On-Demand App Generation (ODAG) and section access
  • C. Use section access to restrict sales manager access by region
  • D. Create an app for each sales manager with Qlik GeoAnalytics

正解:C


質問 # 55
Refer to the exhibit.

This table contains information about the number of admissions and discharges of patients in a hospital. The values can be positive or negative. The data architect needs to create an extra column that contains the number of patients that are currently in the hospital.
Which script should the data architect use ?
A)

B)

C)

D)

  • A. Option D
  • B. Option C
  • C. Option A
  • D. Option B

正解:C


質問 # 56
Refer to the exhibit.

Which changes on the database will the script capture?

  • A. Insert. Update, and Remove rows
  • B. Update and Remove rows
  • C. Insert and Update rows
  • D. Insert and Remove rows

正解:A


質問 # 57
A table is generated resulting from the following script

When the data architect selects a date, some, but NOT all, orders for that date are shown How should the data architect modify the script to show all orders for the selected date?
A)

B)

C)

D)

  • A. Option A
  • B. Option D
  • C. Option C
  • D. Option B

正解:C


質問 # 58
Refer to the exhibit.

A business analyst reports that the 'CompanyAge' field does NOT display for users The data architect examines the LOAD script and wants to place the breakpoint in the script to check the field name.
Which line number should the data architect use?

  • A. 251 because the field name appears in the Output panel of the debugger
  • B. 251 because the field name appears in the Qlik Log files
  • C. 242 because field name appears in the output Panel of the debugger
  • D. 251 because the field name appears in the Variable panel of the debugger

正解:A


質問 # 59
A data architect executes the following script:

Whatwill be the result of Table A?
A)

B)

C)

D)

  • A. Option A
  • B. Option C
  • C. Option D
  • D. Option B

正解:C


質問 # 60
A customer has a dataset that contains latitude and longitude data for service points around the country. The data is retrieved using the following statement:

It must be clear to the end user that this is geographic data. Drag and drop, map-based visualization of this data is required. Which two steps should the data architect take to support this data? (Select two.)

  • A. Add the following to the end of the script:
    TAG FIELD LocationName With 'Sgeodata1, 'Srelated'; TAG FIELD Point With 'Sgeodata', 'Srelated1;
  • B. Define Location as a master item, and set the tag to Sgeodata
  • C. Add the following to the end of the script:
    TAG FIELD LocationName With 'Sgeoname', *@relates_Pt';
    TAG FIELD Point With 'Sgeopoint*f 'Srelates Location', '$hidden';
  • D. Add GeoKakePoint (Lat, Long} as Point to Location's preceding load
  • E. Add GeoProject{' Point' , Lat&Long) AS Point to the preceding load

正解:C、E


質問 # 61
Refer to the exhibit.

A data architect is loading the tables and a synthetic key is generated.
How should the data architect resolve the synthetic key?

  • A. Remove the LineNo field from Shipments and use the AutoNumber function on the OrderlD field
  • B. Create a composite key using OrderlD and LineNo, and remove OrderlD and LineNo from Shipments
  • C. Remove the LineNo field from both tables and use the AutoNumber function on the OrderlD field
  • D. Create a composite key using OrderlD and LineNo

正解:D

解説:
Explanation
This is the recommended approach to resolving synthetic keys, as it allows you to maintain the integrity of the data by combining two or more fields into a single key. The composite key can then be used to join the two tables together, ensuring that the data is consistent and accurate.


質問 # 62

Refer to the exhibits.
An app is built to analyze salesperson performance by department. Departments are unique within the Departments table, but Salespeople often move between departments. A strict business rule states that a salesperson must be associated with ONLY one department at all times.
The data architect creates a summary of department performance and notices the values are incorrect. The total sales KPI shows the correct result.
How should the data architect modify the data model to correct this issue?

  • A. Join theDepartments and Salespeople tables to resolve the many-to-many relationship
  • B. Join the Transactions and Salespeople tables to resolve the many-to-many relationship
  • C. Create a bridge table between the Departments and Salespeople tables to resolve the many-to-many relationship
  • D. Create a bridge table between the Transactions and Salespeople tables to resolve the many-to-many relationship

正解:C


質問 # 63
A data architect builds a data model for a large user group. Some sheets will be published, and the app will allow users to create their own visualizations and analyze data. Some fields must NOT appear in any field list.
How should a data architect meet these requirements?

  • A. Use HidePrefix variable
  • B. Use HideField variable
  • C. Add fields to master items
  • D. Use security rules

正解:D

解説:
Explanation
The best way for a data architect to meet the requirements of not allowing some fields to appear in any field list is to use security rules. Security rules can be used to restrict access to certain fields, which will ensure that they don't appear in any field list or visualization. Additionally, security rules can also be used to restrict access to certain data models, ensuring that only users with the right permissions can view and analyze the data.
Row-level security (RLS) with Power BI - Power BI | Microsoft Learn
https://learn.microsoft.com/en-us/power-bi/enterprise/service-admin-rls What Is Data Visualization? Definition & Examples | Tableau
https://www.tableau.com/learn/articles/data-visualization
80+ Top Power BI Interview Questions and Answers [Updated 2023]
https://www.edureka.co/blog/interview-questions/power-bi-interview-questions/


質問 # 64
A data architect plans to build an app that contains geographically diverse data that must be specific to user run-time selections. The source contains transactional data. The app must have minimal impact on already limited server resources.
Which approach should the data architect use?

  • A. ODAG
  • B. Loop and Reduce
  • C. In-memory
  • D. QVDs

正解:D

解説:
Explanation
Using QVDs is the best approach for this scenario, as it allows the data to be stored in a highly compressed format, which will have minimal impact on server resources. Additionally, QVDs can be loaded quickly, which allows for faster access to the data based on user run-time selections. The other options, Loop and Reduce, In-memory, and ODAG, are not valid strategies for this scenario.


質問 # 65
A data architect needs to load Table_A from an Excel file and sort the data by Field_2.
Which script should the data architect use?
A)

B)

C)

D)

  • A. Option A
  • B. Option C
  • C. Option D
  • D. Option B

正解:C


質問 # 66
......

QSDA2022リアル無料試験問題と解答:https://www.passtest.jp/Qlik/QSDA2022-shiken.html

2023年最新の実際に出る検証済みの無料Qlik QSDA2022試験問題:https://drive.google.com/open?id=1ii54QnjdN0V0UydUcGn4MrEUFD8ipTSV