exam questions

Exam QSDA2018 All Questions

View all questions & answers for the QSDA2018 exam

Exam QSDA2018 topic 1 question 37 discussion

Actual exam question from QlikView's QSDA2018
Question #: 37
Topic #: 1
[All QSDA2018 Questions]

A customer must create a production app that pulls data from two sources.
Source 1 is large legacy system. It takes more than one hour to read and save the data to QVD. reading from the QVD only takes 20 seconds. The data only needs to be refreshed every month because it does not change very often.
Source 2 is small online data source. reloading this data takes less than one minute. The production app must be refreshed every hour to see the most updated data and needs both data sets to meet te analysis requirements.
How should the data architect set up the data reload?

  • A. 1. Create two QVD generation apps 2. Create two scheduled tasks: one runs every month and one runs every hour 3. Load the data in the production app from the QVDs 4. Create a task to run every hour to reload the production app
  • B. 1. create a QVD generation app to pull both data sources in different script sections 2. Create two reload schedules from the QVD app based on the script section 3. Build the production app using the QVD files 4. Create a task to run every hour to reload the production app.
  • C. 1. Create the production app to connect to both data sources 2. Create a variable and set this to the last reload time using ReloadTime() function 3. Use an IF() statement and only load the legacy data when Today() > 30 days from last reload 4. Create a task to run every hour to reload the production app
  • D. 1. Create a QVD generation app for the legacy system only 2. Create a scheduled task to generate the QVD every month 3. Build the production app using the QVD and use ADD LOAD prefix to connect to the online data source 4. Create a task to run every hour to perform a partial reload on the production app
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...