Qlik Sense Data Architect QSDA2019 Dumps | Updated Sep 25, 2021 - ExamPrepAway
Master 2021 Latest The Questions Qlik Sense Data Architect and Pass QSDA2019 Real Exam!
NEW QUESTION 27
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. Load in the Excel file as a data island and use the Peek function
- B. Use the Alias function and a mapping load
- C. Use the Rename function and a mapping load
- D. Create master items using business-friendly names
Answer: C
NEW QUESTION 28
Refer to the exhibit.
A global sales organization operates in three regions: AMERICAS, EMEA: and APAC. Each region stores its sales transactions in a separate database in which the employees update customer data through a third-party app. The data is extracted into three QVDs.
A data architect sets up a two-tier architecture for the data load. The data architect needs to add the region to the data model.
Which technique should the data architect use to create the Region field?
- A. Create a Region field in the Employee table and populate using the LTrim function on the EmployeelD
- B. Create a Region field in the SalesTransaction table and create a mapping table based on the Country field in the Customer table
- C. Create a Region field in the SalesTransaction table and populate using fixed region values while loading from each source
- D. Create a Region field in the Employee table and populate using the SubField function on the EmployeelD
Answer: B
NEW QUESTION 29
Refer to the exhibit.
- A. * 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 - B. * 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 - C. * 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 - D. * 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
Answer: C
NEW QUESTION 30
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. (Includs=lib://TextFiles/Variables.txt);
- B. $<Include=lib://TextFiles/Variables.txt);
- C. (Must_Include=lib://TextFiies/Variables.txt);
- D. $(Must_Include=lib://TextFiles/Variables.txt);
Answer: B
NEW QUESTION 31
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 D
- C. Option B
- D. Option C
Answer: A
NEW QUESTION 32
Refer to the exhibit.
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 user gets a "Field not found" error
- C. The table is displayed without the LEVEL column
- D. The user gets an "Invalid visualization" error
Answer: D
NEW QUESTION 33
Refer to the exhibit.
USER1 has an app protected using this Section Access statement.
Which countries can USER1 see in the app''
- A. Italy, United Kingdom, The Netherlands
- B. Italy, The Netherlands
- C. Germany. Italy, United Kingdom, The Netherlands
- D. Germany Italy, The Netherlands
Answer: D
NEW QUESTION 34
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 IterNo and AutoGenerate to create a new calendar from max and mm dates of the currency conversion table Force concatenate with the master calendar
- B. Use IntervalMatch to load the currency conversion rate between dates the conversion changed Inner Join the resultant table back into the master calendar
- 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. Outer Join the calendar with the currency conversion table Order by the date and use the Peek function to fill in blank values
Answer: D
NEW QUESTION 35
A data architect executes the following script:
What will be the result of Table_A?
A)
B)
C)
D)
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 36
Refer to the exhibit.

Refer to the exhibits.
While using an app, the users report that some Sales Reps do NOT have personal details, like Division or Address Number A data architect has been called in to investigate.
The data architect uses the data model viewer to determine the relationship between the SalesRepMaster and CustomerMaster tables.
What is the cause of the issue?
- A. 59.3% of the Sales Rep have CustomerMaster information
- B. 40.7% of the Sales Rep have CustomerMaster information
- C. Density is 100% while Total Distinct and Present Distinct are NOT the same
- D. 26 values for Sales Rep are null in CustomerMaster
Answer: C
NEW QUESTION 37
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. Sequence patient records by hospital account ID and patient ID using the Peek function
- C. Calculate the days since previous discharge using admission date and discharge date
- D. Order patient records by patient ID and admission date
Answer: B
NEW QUESTION 38
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 D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 39
Refer to the exhibit.
An app has been built to analyze salesperson performance by department. Salespeople often move between departments. There is a strict business rule which states 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 KPI showing the total sales shows the correct result.
How should the data architect modify the data model to correct the issue?
- A. Create a bridge table between the Departments and Salespeople tables to resolve the many-to-many relationship
- B. Join the Departments and Salespeople tables to resolve the many-to-many relationship
- C. Create a bridge table between the Transactions and Salespeople tables to resolve the many-to-many relationship
- D. Join the Transactions and Salespeople tables to resolve the many-to-many relationship
Answer: B
NEW QUESTION 40
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 D
- C. Option B
- D. Option C
Answer: A
NEW QUESTION 41
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 dat a. Some fields must NOT appear in any field list.
How should a data architect meet these requirements?
- A. Add fields to master items
- B. Use security rules
- C. Use HidePrefix variable
- D. Use HideField variable
Answer: C
NEW QUESTION 42
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 D
- C. Option B
- D. Option C
Answer: A
NEW QUESTION 43
Refer to the exhibits.
Executives need to see the total sales by region for the current year. The data architect inherits App1 from a former employee who tried to address this requirement. Two Excel spreadsheets, Region and Employee, are used as the data source. The data architect creates a table and identifies errors in the amount of sales per region.
How should the data architect resolve the errors?
- A. In the data manager, concatenate the Region table and associate by Region.ID
- B. In the data load editor, concatenate the Region and Employee tables
- C. In the data manager split the Region table and associate by Region.ID
- D. In the data manager split the Region table and associate by EmployeelD
Answer: C
NEW QUESTION 44
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 D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 45
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 Qlik Log files
- B. 251 because the field name appears in the Output panel of the debugger
- 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
Answer: B
NEW QUESTION 46
......
A fully updated 2021 QSDA2019 Exam Dumps exam guide from training expert ExamPrepAway: https://www.examprepaway.com/Qlik/braindumps.QSDA2019.ete.file.html
Practice To QSDA2019 - ExamPrepAway Remarkable Practice On your Qlik Sense Data Architect Certification Exam Exam: https://drive.google.com/open?id=1Z0uHeMQeKzxojzDfpwsE4EvShpr8Tave