[2021] Pass Qlik QSDA2019 Test Practice Test Questions Exam Dumps
Verified QSDA2019 dumps Q&As - QSDA2019 dumps with Correct Answers
NEW QUESTION 20
Refer to the exhibits.
A business analyst needs to see the currency conversion rate for any given date in a chart The currency conversion rate data comes from Qlik DataMarket and only contains a record when the rate changes An existing master calendar exists in the data model which contains a full set of dates Which technique should the data architect use to meet this requirement?
- A. Use IntervalMatch to load the currency conversion rate between dates the conversion changed Inner Join the resultant table back into the master calendar
- B. Outer Join the calendar with the currency conversion table Order by the date and use the Peek function to fill in blank values
- C. Use a FOR loop between the start date and end date of the master calendar Use the Match function to add the currency conversion rates to the master calendar
- D. Use IterNo and AutoGenerate to create a new calendar from max and mm dates of the currency conversion table Force concatenate with the master calendar
Answer: B
NEW QUESTION 21
A data architect needs to create an app to analyze 30-day re-admissions at a hospital.
* The medical record system does NOT calculate re-admission data
* The business rule to follow: if a patient is admitted to a hospital within 30 days after being discharged from a previous hospital stay, that event should be captured in the app with a flag called "30-day Re-admission"
* Data being used from the patient record includes hospital account ID, patient ID, admission dater and discharge dateWhich action should the data architect perform first to meet these requirements?
- A. Sequence patient records by patient ID using the Peek function
- B. Calculate the days since previous discharge using admission date and discharge date
- C. Sequence patient records by hospital account ID and patient ID using the Peek function
- D. Order patient records by patient ID and admission date
Answer: C
NEW QUESTION 22
A data architect is loading two tables into a data model from a SQL database. These tables are related on key fields CustomerlD and CustomerKey. Which scripts should be used to load the data while maintaining the correct associations?
A)
B)
C)
D)
- A. Option A
- B. Option B
- C. Option D
- D. Option C
Answer: A
NEW QUESTION 23
Refer to the exhibit.
A company has different departments Executive and Sales should always be the first values in a Department filter pane Which script must the data architect use to meet this requirement^ A)
B)
C)
D)
- A. Option C
- B. Option B
- C. Option D
- D. Option A
Answer: A
NEW QUESTION 24
A data architect is using an Include statement to load the collection of variables from a TextFiles folder connection into an app. The data architect needs to load the data and generate an error if it fails.
Which statement should the data architect use?
- A. (Must_Include=lib://TextFiies/Variables.txt);
- B. (Includs=lib://TextFiles/Variables.txt);
- C. $(Must_Include=lib://TextFiles/Variables.txt);
- D. $<Include=lib://TextFiles/Variables.txt);
Answer: D
NEW QUESTION 25
Refer to the exhibit.
- A. * The UserAccess table contains seven fields AccessYear, AccessMonth, Hour AccesslD, AccessDate, UserlD, and Duration (minutes)
* The table is only linked to Users on the UserlD field - B. * The UserAccess table contains seven fields AccessYear. AccessMonth. Hour. AccesslD, AccessDate. UserlD. and Duration (minutes)
* The table is linked to the Access table on the AccesslD field and linked to Users on the UserlD field - C. * The UserAccess table contains seven fields Year Month, Hourr AccesslD. AccessDate. UserlD, and Duration (minutes)
* The table is only linked to Users on the UserlD field - D. * The UserAccess Table contains seven fields: Year, Month. Hour. AccessID, AccessDate. UserlD, and Duration (minutes)
* The table is linked to the Access table with the AccessID field and linked to Users on the UserlD field
Answer: B
NEW QUESTION 26
Refer to 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 B
- B. Option C
- C. Option A
- D. Option D
Answer: D
NEW QUESTION 27
Refer to the exhibit.
A clothing retailer wants to review their product pricing strategy.
A data architect must classify each product into a price group. The price groups must be the same width by default and allow users to dynamically change the width of the bucket during analysis.
Which feature should the data architect use to meet these requirements?
- A. Class function in the script and use variables
- B. Nested IFs in a calculated dimension
- C. IntervalMatch and use variables
- D. Class function in a calculated dimension
Answer: D
NEW QUESTION 28
A data architect wants to combine data on present and historic sales performance. The historic data is stored in a de-normalized archive, and the present data is maintained in a database. The output must be contained in a single table.
Which script should the data architect use?
A)
B)
C)
D)
- A. Option A
- B. Option B
- C. Option D
- D. Option C
Answer: A
NEW QUESTION 29
Refer to the exhibit.
The data architect needs to create a KPI that displays the average amount of orders per customer. This aggregated field should be added to the existing orders table Which script should the data architect use?
A)
B)
C)
D)
- A. Option C
- B. Option B
- C. Option D
- D. Option A
Answer: A
NEW QUESTION 30
Refer to the exhibit.
A data architect has a data model that includes historical order fulfillment centers. The order fulfillment centers occasionally changed location. The history of order fulfillment must be tracked on a per center, per location basis.
Which scripting function should the data architect use to meet this data modeling requirement?
- A. IntervalMatch
- B. Peek
- C. Inner Join
- D. ApplyMap
Answer: A
NEW QUESTION 31
A data architect is developing an app that will generate QVDs for multiple business analysts. The field naming conventions on the source data are NOT business friendly. For every table loaded, multiple fields will require a name change.
An Excel file is maintained centrally that lists all source data field names and the appropriate names as they should appear in the QVDs Which strategy should the data architect use to meet these requirements?
- A. Use the Alias function and a mapping load
- B. Create master items using business-friendly names
- C. Use the Rename function and a mapping load
- D. Load in the Excel file as a data island and use the Peek function
Answer: C
NEW QUESTION 32
Refer to the exhibit.
USER1 has an app protected using this Section Access statement.
Which countries can USER1 see in the app''
- A. Germany. Italy, United Kingdom, The Netherlands
- B. Germany Italy, The Netherlands
- C. Italy, United Kingdom, The Netherlands
- D. Italy, The Netherlands
Answer: B
NEW QUESTION 33
A company needs to analyze sales data based on the exchange rate of the different countries every day About 30 reports must be produced with an average of 20r000 rows each. This process is estimated to take about three hours.
Reports will be in Excel and distributed to business users according to defined security rules Which two products should the data architect use to build this solution? (Select two.)
- A. Qlik Storytelling
- B. OQIikGeoAnalytics
- C. QIikDataMarket
- D. QIik NPrinting
- E. ODAG
Answer: B,D
NEW QUESTION 34
Refer to the exhibit.
A shipping company needs to track its shipments using Qlik Sense A data architect has the data in Excel as shown on the left Business rules state that if the ShipmentDate field is empty, it should be populated with the first valid previous date as shown on the right. Which script should the data architect use to meet this requirement?
A)
B)
C)
D)
- A. Option A
- B. Option B
- C. Option D
- D. Option C
Answer: A
NEW QUESTION 35
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 Variable 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 Output panel of the debugger
Answer: D
NEW QUESTION 36
A data architect needs to efficiently prepare a data model for a meeting in an hour.
The data source to be used contains five date fields. The app needs to display sales trends and compare the current year to date (CYTD) to last year to date (LYTD). The app is NOT going to be published. It will only be used for this meeting and a single user's ad-hoc analysis.
What should the data architect do to meet these requirements?
- A. Use the data manager
- B. Create five master calendars
- C. Load a calendar island
- D. Create a canonical calendar
Answer: A
NEW QUESTION 37
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 A
- B. Option B
- C. Option D
- D. Option C
Answer: A
NEW QUESTION 38
Refer to the exhibit.
A data architect builds a simple data model to show the relationship between students and exams. The data is loaded. Every StudentID in the Exams table should be found in the Students table. Some students have NOT taken an exam.
The data architect selects the field "StudentID" from the Students table and sees the following:
A data architect needs to fix this anomaly.
What should the data architect do to ensure data integrity?
- A. Update the Students table and add 16.7% of the missing records
- B. In the LOAD script, add DISTINCT before the Students and Exams tables
- C. Update the Exams table and add 33.4% of the missing records
- D. Remove records from the Exams table where StudentID is null
Answer: C
NEW QUESTION 39
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:\373948870. 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 architect use 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
Answer: D
NEW QUESTION 40
A human resources (HR) team manager is due to go on leave. The manager needs to assign permissions to colleague to help the HR team publish apps. Which action(s) should the manager assign to the colleague before going on leave?
- A. Publish
- B. Owner Publish
- C. Publish, Read
- D. Owner Publish, Read
Answer: C
NEW QUESTION 41
......
QSDA2019 certification guide Q&A from Training Expert TestkingPass: https://www.testkingpass.com/QSDA2019-testking-dumps.html