QlikView QV-Developer-01 Exam Practice Questions (P. 2)
- Full Access (70 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
A global sales organization needs sales figures in both the local currencies and the corporate standard of $USD.
How can a developer achieve this goal and enable users to only consume a single Document CAL?
How can a developer achieve this goal and enable users to only consume a single Document CAL?
- Acreate a separate QVW containing values in the data model for both the local and $USD currency amounts
- Bcreate a single QVW and add a table containing currency multipliers while using $USD as a baseline currency
- Ccreate a separate QVW for each currency ($USD is considered its own currency) and document chain them all together
- Dcreate a single QVW with duplicate tables for each currency in data islands and associate each data island to each user or group
Correct Answer:
B
B
send
light_mode
delete
Question #7
Refer to the exhibit to the right.

Which two data quality issues exist within the data set displayed in the exhibit? (Choose two.)

Which two data quality issues exist within the data set displayed in the exhibit? (Choose two.)
- Amultiple spellings of the same City
- Bthe City value London is associated with two different Country values
- Cthe Country values and SalesOrderID values do not relate properly
- Dthe SalesAmount field name does not contain a space
- Einconsistent Country abbreviations
- Fduplicate key values
Correct Answer:
AE
AE
send
light_mode
delete
Question #8
Refer to the exhibit to the right.

A customer needs the data displayed in the exhibit loaded into QlikView for analysis.
The data is stored in a flat file and new rows are appended daily.
Which two data quality issues will a developer have to resolve? (Choose two.)

A customer needs the data displayed in the exhibit loaded into QlikView for analysis.
The data is stored in a flat file and new rows are appended daily.
Which two data quality issues will a developer have to resolve? (Choose two.)
- Athe Transaction ID field name contains a space
- Bone or more Product field values contain spaces
- Cthe Date field values contain special characters
- Done or more header rows are included in the file data
- Eone or more Product field values contain the file delimiter
- Fthe Date field name is also a function name and is a reserved word
Correct Answer:
DE
DE
send
light_mode
delete
Question #9
Refer to the exhibit to the right and the Load Script provided below.
Exhibit.

LOAD ItemID,
LocationID,
Quantity -
FROM -
[inventory.txt]
(txt, codepage is 1252, embedded labels, delimiter is ',', msq);
When the developer runs the script, which values will the field Quantity contain?
Exhibit.

LOAD ItemID,
LocationID,
Quantity -
FROM -
[inventory.txt]
(txt, codepage is 1252, embedded labels, delimiter is ',', msq);
When the developer runs the script, which values will the field Quantity contain?
- ANULL
- B1; 2; 3
- C1100; 1300; 2210; 2250; 3125; 3130; 3120
- D1,100; 1,300; 2,210; 2,250; 3,125; 3,130; 3,120
Correct Answer:
B
B
send
light_mode
delete
Question #10
A customer has a set of date values in different formats.
Some dates are in Julian date format; some dates are text strings.
How can a developer ensure the data is loaded in a consistent format?
Some dates are in Julian date format; some dates are text strings.
How can a developer ensure the data is loaded in a consistent format?
- Achange the default DateFormat variable assignment on the Main script tab
- Buse the Date function to format the field during load
- Cuse the Alt function with different Date# functions
- Duse the Lookup function with a format table
Correct Answer:
C
C
send
light_mode
delete
All Pages