Pass4Test는 QlikView Certification QV_Developer_01시험문제가 변경되면 QlikView Certification QV_Developer_01덤프업데이트를 시도합니다. 업데이트가능하면 바로 업데이트하여 업데이트된 최신버전을 무료로 제공해드리는데 시간은 1년동안입니다. QlikView Certification QV_Developer_01시험을 패스하여 자격증을 취득하고 싶은 분들은Pass4Test제품을 추천해드립니다.온라인서비스를 찾아주시면 할인해드릴게요.
NO.1 A customer has an Addresses table with the fields. CustomerNumber,
CustomerName,
AddressLine1, AddressLine2, City, StateCode, PostalCode, and
CountryCode.
A designer needs to design a chart to show a count of distinct
customers in which the customer's
CountryCode is US or CA, while ignoring all
selections on the Addresses table except the
CustomerNumber and CustomerName
fields.
How can the designer calculate the required value?
A.
count({$<CountryCode={US, CA}, Addresses.*=>} distinct
CustomerNumber)
B. count({$<CountryCode={US, CA}, AddressLine1=,
AddressLine2=, City=, StateCode=, PostalCode=>}
distinct
CustomerNumber)
C. count({1<CountryCode={US, CA},
CustomerName=CustomerName,
CustomerNumber=CustomerNumber>} distinct
CustomerNumber)
D. count({$<CountryCode={US or CA}, AddressLine1=,
AddressLine2=, City=, StateCode=,
PostalCode=>} distinct
CustomerNumber)
E. count({$<(CountryCode={US} or CountryCode={CA}),
AddressLine1=, AddressLine2=, City=,
StateCode=, PostalCode=>} distinct
CustomerNumber)
Answer: B
NO.2 A developer needs to add data from a
Microsoft Access database to a data model intended to
run on a 64 bit Windows
Server.
How should the developer proceed?
A. from the script editor, on
the Data tab, under Database, choose 'ODBC' from the Database pull
down,
assure the 'Force 32 bit' check box is selected, and then click the 'Connect'
button
B. from the script editor, on the Data tab, under Database, choose
'ODBC 32 bit' from the Database
pull down and then click the 'Connect'
button
C. from the script editor, on the Data tab, click on the 'database
conversion' button and convert the
database from a 32 bit to 64 bit
database
D. from the script editor, on the Data tab, under Database choose
'ODBC' from the Database pull
down and then click the 'Connect'
button
Answer: A
NO.3 A customer needs an application to reload in a
short time period. The source tables are log files
that are appended to on a
daily basis.
Which performance tuning option should a developer use?
A.
the QVD files to store the source tables
B. the Partial Reload command with
the append option
C. the Load prefix Buffer with the incremental option
D.
the Load prefix Buffer and set the Keep Outdated QVD Buffers in the Document
Properties
Answer: C
Topic 5, Deliver the QlikView Application
NO.4
Which technique should a developer use to clearly describe dimensions and
measures for end
users who need to use collaborative objects?
A. add field
metadata tags to fields in the load script
B. put a How To sheet in the
application
C. put descriptive information in each object's help text
D.
add a system table to the application
Answer: A
NO.5 A customer needs
to build a QlikView application using data in text files. A new data file
is
created every day and stored in a folder on the customer's network named
s. \userfiles.
The file name is in the form dataYYYYMMDD.txt, where YYYYMMDD
represents the current date,
such as data20111231.txt.
Which data load
strategy should a developer use to load all of the customer's data files each
day?
A. the statement 'Directory s. \userfiles\*;' preceding the Load
statement
B. the 'Wildcard Load' feature by setting the 'File Location' in
Document Properties
C. 'Load * From [s. \userfiles\data*.txt] (ansi, txt,
delimiter is '\t', embedded labels);'
D. 'Load * From_Field (s. \userfiles\,
'data*.txt') (ansi, txt, delimiter is '\t', embedded labels);'
Answer:
C
NO.6 A customer needs to have QlikView deployed to tablet
devices.
When creating the QVW application, which two actions must a
developer take to meet the
customer's need? (Choose two.)
A. convert the
QVW application into a .mob document on the server
B. ensure that screen
resolution is appropriate for the device
C. convert the QVW application into
a HTML5 document
D. create a specific QVW application for each device
E.
use only sheet objects suitable for tablet devices
Answer: B,E
NO.7 A
client has a data set with two tables.
The Customer table has fields
CustomerID, AssignedTo, FirstName, and LastName. The
Orders table has fields
CustomerID, AssignedTo, Product, and Quantity.
The AssignedTo field holds an
employee reference.
Users need to see Customers and Orders by
employee.
The employee assigned to the Customer may not be the same as the
employee assigned
to the Order.
Which technique should be used in the
script to meet the requirement?
A. load the tables leaving the automatic
associations
B. comment out the AssignedTo from the Orders table
C.
comment out the AssignedTo from the Customer table
D. use Rename Field syntax
to alias one of the AssignedTo fields
E. create a concatenated key of
CustomerID and AssignedTo in both tables
Answer: D
NO.8 A developer
has a Container Object with multiple charts and each chart has many
different
expressions.
The developer needs to provide users with a method
to easily obtain information related to each
chart and the expressions
within.
How can the developer fulfill this requirement?
A. design a help
graphic for each chart and set it as the caption background
B. create a Text
Object containing help information for each chart and link each Chart Object to
its
corresponding Text Object using QlikView's Linked Objects feature
C.
enter a thorough description of each chart and its expressions in the Text in
Chart property on the
Layout tab
D. enter a thorough description of each
chart and its expressions in the Help Text property on the
Caption
tab
Answer: D
CustomerName,
AddressLine1, AddressLine2, City, StateCode, PostalCode, and
CountryCode.
A designer needs to design a chart to show a count of distinct
customers in which the customer's
CountryCode is US or CA, while ignoring all
selections on the Addresses table except the
CustomerNumber and CustomerName
fields.
How can the designer calculate the required value?
A.
count({$<CountryCode={US, CA}, Addresses.*=>} distinct
CustomerNumber)
B. count({$<CountryCode={US, CA}, AddressLine1=,
AddressLine2=, City=, StateCode=, PostalCode=>}
distinct
CustomerNumber)
C. count({1<CountryCode={US, CA},
CustomerName=CustomerName,
CustomerNumber=CustomerNumber>} distinct
CustomerNumber)
D. count({$<CountryCode={US or CA}, AddressLine1=,
AddressLine2=, City=, StateCode=,
PostalCode=>} distinct
CustomerNumber)
E. count({$<(CountryCode={US} or CountryCode={CA}),
AddressLine1=, AddressLine2=, City=,
StateCode=, PostalCode=>} distinct
CustomerNumber)
Answer: B
NO.2 A developer needs to add data from a
Microsoft Access database to a data model intended to
run on a 64 bit Windows
Server.
How should the developer proceed?
A. from the script editor, on
the Data tab, under Database, choose 'ODBC' from the Database pull
down,
assure the 'Force 32 bit' check box is selected, and then click the 'Connect'
button
B. from the script editor, on the Data tab, under Database, choose
'ODBC 32 bit' from the Database
pull down and then click the 'Connect'
button
C. from the script editor, on the Data tab, click on the 'database
conversion' button and convert the
database from a 32 bit to 64 bit
database
D. from the script editor, on the Data tab, under Database choose
'ODBC' from the Database pull
down and then click the 'Connect'
button
Answer: A
NO.3 A customer needs an application to reload in a
short time period. The source tables are log files
that are appended to on a
daily basis.
Which performance tuning option should a developer use?
A.
the QVD files to store the source tables
B. the Partial Reload command with
the append option
C. the Load prefix Buffer with the incremental option
D.
the Load prefix Buffer and set the Keep Outdated QVD Buffers in the Document
Properties
Answer: C
Topic 5, Deliver the QlikView Application
NO.4
Which technique should a developer use to clearly describe dimensions and
measures for end
users who need to use collaborative objects?
A. add field
metadata tags to fields in the load script
B. put a How To sheet in the
application
C. put descriptive information in each object's help text
D.
add a system table to the application
Answer: A
NO.5 A customer needs
to build a QlikView application using data in text files. A new data file
is
created every day and stored in a folder on the customer's network named
s. \userfiles.
The file name is in the form dataYYYYMMDD.txt, where YYYYMMDD
represents the current date,
such as data20111231.txt.
Which data load
strategy should a developer use to load all of the customer's data files each
day?
A. the statement 'Directory s. \userfiles\*;' preceding the Load
statement
B. the 'Wildcard Load' feature by setting the 'File Location' in
Document Properties
C. 'Load * From [s. \userfiles\data*.txt] (ansi, txt,
delimiter is '\t', embedded labels);'
D. 'Load * From_Field (s. \userfiles\,
'data*.txt') (ansi, txt, delimiter is '\t', embedded labels);'
Answer:
C
NO.6 A customer needs to have QlikView deployed to tablet
devices.
When creating the QVW application, which two actions must a
developer take to meet the
customer's need? (Choose two.)
A. convert the
QVW application into a .mob document on the server
B. ensure that screen
resolution is appropriate for the device
C. convert the QVW application into
a HTML5 document
D. create a specific QVW application for each device
E.
use only sheet objects suitable for tablet devices
Answer: B,E
NO.7 A
client has a data set with two tables.
The Customer table has fields
CustomerID, AssignedTo, FirstName, and LastName. The
Orders table has fields
CustomerID, AssignedTo, Product, and Quantity.
The AssignedTo field holds an
employee reference.
Users need to see Customers and Orders by
employee.
The employee assigned to the Customer may not be the same as the
employee assigned
to the Order.
Which technique should be used in the
script to meet the requirement?
A. load the tables leaving the automatic
associations
B. comment out the AssignedTo from the Orders table
C.
comment out the AssignedTo from the Customer table
D. use Rename Field syntax
to alias one of the AssignedTo fields
E. create a concatenated key of
CustomerID and AssignedTo in both tables
Answer: D
NO.8 A developer
has a Container Object with multiple charts and each chart has many
different
expressions.
The developer needs to provide users with a method
to easily obtain information related to each
chart and the expressions
within.
How can the developer fulfill this requirement?
A. design a help
graphic for each chart and set it as the caption background
B. create a Text
Object containing help information for each chart and link each Chart Object to
its
corresponding Text Object using QlikView's Linked Objects feature
C.
enter a thorough description of each chart and its expressions in the Text in
Chart property on the
Layout tab
D. enter a thorough description of each
chart and its expressions in the Help Text property on the
Caption
tab
Answer: D