QSDA2019 Exam Dumps, QSDA2019 Practice Test Questions
PDF (New 2022) Actual Qlik QSDA2019 Exam Questions
Qlik QSDA2019 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
NEW QUESTION 29
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 SalesTransaction table and populate using fixed region values while loading from each source
- 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 Employee table and populate using the LTrim function on the EmployeelD
- D. Create a Region field in the Employee table and populate using the SubField function on the EmployeelD
Answer: B
NEW QUESTION 30
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 C
- B. Option A
- C. Option B
- D. Option D
Answer: B
NEW QUESTION 31
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 A
- B. Option B
- C. Option C
- D. Option D
Answer: C
NEW QUESTION 32
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 dat
a. 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 GeoKakePoint (Lat, Long} as Point to Location's preceding load
- B. 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'; - C. Add the following to the end of the script:
TAG FIELD LocationName With 'Sgeodata1, 'Srelated'; TAG FIELD Point With 'Sgeodata', 'Srelated1; - D. Define Location as a master item, and set the tag to Sgeodata
- E. Add GeoProject{' Point' , Lat&Long) AS Point to the preceding load
Answer: C
NEW QUESTION 33
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 C
- B. Option A
- C. Option B
- D. Option D
Answer: B
NEW QUESTION 34
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. Create a canonical calendar
- B. Load a calendar island
- C. Use the data manager
- D. Create five master calendars
Answer: C
NEW QUESTION 35
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. Remove records from the Exams table where StudentID is null
- B. Update the Students table and add 16.7% of the missing records
- C. In the LOAD script, add DISTINCT before the Students and Exams tables
- D. Update the Exams table and add 33.4% of the missing records
Answer: D
NEW QUESTION 36
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. Order patient records by patient ID and admission date
- B. Calculate the days since previous discharge using admission date and discharge date
- C. Sequence patient records by patient ID using the Peek function
- D. Sequence patient records by hospital account ID and patient ID using the Peek function
Answer: D
NEW QUESTION 37
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 split the Region table and associate by Region.ID
- B. In the data manager, concatenate the Region table and associate by Region.ID
- C. In the data manager split the Region table and associate by EmployeelD
- D. In the data load editor, concatenate the Region and Employee tables
Answer: A
NEW QUESTION 38
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 A
- B. Option C
- C. Option B
- D. Option D
Answer: D
NEW QUESTION 39
A data architect needs to create an app that combines employee data from the Sales system and the Human Resources (HR) system.
These systems identify employees differently. Employees in the HR system are identified with an alpha-numeric key. Employees in the Sales system are identified using an integer key The Human Resources manager creates a table which maps these keys to one another, called Associations.
The resultant data model must meet the following requirements:
* Associations must be valid
* The model must be optimized for performance
* The option must support multiple tables added from both systems now and in the future Which function should the data architect use to meet these requirements?
- A. RENAME FIELDS USING Associations;
- B. APPLYMAP { 'Associations' , EmployeeKey) AS EmployeeKey;
- C. MapSubString('Associations', EmployeeKey) AS EmployeeKey;
- D. MAP EmployeeKey USING Associations;
Answer: B
NEW QUESTION 40
A data architect executes the following script:
What will be the result of Table_A?
A)
B)
C)
D)
- A. Option A
- B. Option B
- C. Option C
- D. Option D
Answer: C
NEW QUESTION 41
Refer to the exhibit.
USER1 has an app protected using this Section Access statement.
Which countries can USER1 see in the app''
- A. Italy, The Netherlands
- B. Italy, United Kingdom, The Netherlands
- C. Germany Italy, The Netherlands
- D. Germany. Italy, United Kingdom, The Netherlands
Answer: C
NEW QUESTION 42
A data architect executes the following script:
What will Field_1 contain after this script is executed?
- A. abed
- B. Abcd, abcd. ABCD
- C. Abcd, abcd
- D. Abed. abed. ABCD, ABCDABCD
Answer: C
NEW QUESTION 43
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 C
- B. Option A
- C. Option B
- D. Option D
Answer: B
NEW QUESTION 44
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. $<Include=lib://TextFiles/Variables.txt);
- B. (Must_Include=lib://TextFiies/Variables.txt);
- C. (Includs=lib://TextFiles/Variables.txt);
- D. $(Must_Include=lib://TextFiles/Variables.txt);
Answer: A
NEW QUESTION 45
Refer to the exhibit.
A data architect needs to analyze the number of orders by customer. The data is stored in two Excel files: Orders and Customers The data architect creates a bar chart, but the data is obviously incorrect. What should the data architect do to resolve this issue?
- A. Open the data load editor, use CONCATENATE to concatenate Orders and Customers
- B. Open the data manager split the Customers table, and associate on CustomerlD
- C. Open the data manager, split the Customers table, and Concatenate Orders and Customers on the CustomerlD field
- D. Open the data load editor, rename the CustomerlD field, and concatenate Orders and Customers
Answer: C
NEW QUESTION 46
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. OQIikGeoAnalytics
- B. QIikDataMarket
- C. QIik NPrinting
- D. ODAG
- E. Qlik Storytelling
Answer: A,C
NEW QUESTION 47
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 displayed without the LEVEL column
- B. The user gets a "Field not found" error
- C. The user gets an "Invalid visualization" error
- D. The table is removed from the user interface
Answer: C
NEW QUESTION 48
Refer to the exhibits.
A music teacher needs to know which artists are eligible to enter this year's competition.
The teacher needs to find only the artists who have a music grade rank above two and play more than one instrument.
Which expression is needed for the Number of Instruments measure in the table?
- A. Count({$<Instrument={">=2"}, Artist={"=Grade>2"}>}Instrument)
- B. Count({$<Artist={"=Count(Instrument)>=2"}, Artist={"=Grade>2"}>}Instrument)
- C. Count({S<Count(Instrument)={">=2"}, Grades={">2"}>}Instrument)
- D. Count ({S<Artist={"=Count(Instrument)>=2M}, Grades={">2"}>}Instrument)
Answer: B
NEW QUESTION 49
A data architect needs to upload different data sources. To properly handle null values, the data architect decides to set all of these values to "Missing Value".
Which syntax should the data architect use?
- A. NullAsValue*; Set NullValues = 'Missing Value';
- B. NullasNull *;
Set NullValues = 'Missing Value'; - C. NullasNull *;
Set NullValue = 'Missing Value'; - D. NullAsValue*;
Set NullValue = 'Missing Value';
Answer: C
NEW QUESTION 50
......
Updated Jan-2022 Pass QSDA2019 Exam - Real Practice Test Questions: https://www.vceprep.com/QSDA2019-latest-vce-prep.html