Answer: A: Exam Name: Exam Type: Exam Code: Total Questions
Answer: A: Exam Name: Exam Type: Exam Code: Total Questions
Answer: A: Exam Name: Exam Type: Exam Code: Total Questions
Business Objects Certified Professional Business Objects Web Business Objects QAWI301 Total Questions
57
Question: 1 You open a Web Intelligence document (WID) with data and want to use data tracking. The Data Tracking button is however grayed out. Which action should you take to enable formatting of the tracked data? A. Contact the system administrator. B. Edit the document in tracking mode. C. Open the document in tracking mode. D. Enable data tracking in the Document Properties. Answer: A Question: 2 You are using calculation contexts within an If() function. Which two are valid contexts for use in an If() function? (Choose two.) A. In Cell B. In Row C. In Block D. In Report Answer: C, D
Question: 3 Which DaysBetween() function syntax should you use to calculate the number of years since your birth, assuming the date object is Birth_date? A. =DaysBetween([Birth_date] ; CurrentDate ) / 365.25 B. =DaysBetween([Birth_date] , CurrentDate() ) / 365.25 C. =DaysBetween([Birth_date] ; CurrentDate() ) / 365.25 D. =DaysBetween(CurrentDate() ; [Birth_date] ) / 365.25 Answer: C
Question: 4 Which two statements are true of grouping sets when using smart measures? (Choose two.) A. It is a set of dimensions that generates a result for a measure. B. It is a set of measures that generates a result for a dimension. C. The generated SQL includes grouping sets for all the aggregations of that dimension that are included in the report. D. The generated SQL includes grouping sets for all the aggregations of that measure that are included in the report. Answer: A, D Question: 5 Where in Web Intelligence Rich Client interface can you see the data source for a document built on a local data source? A. Global Settings B. Report Settings C. Query Properties D. Document Properties
Page 1 of 12
Be
IT
er
tif
ie d
.c
om
Business Objects Certified Professional Business Objects Web Business Objects QAWI301 Total Questions
57
Answer: C Question: 6 You want to compare the sales revenue performance of the top 20% of your customers to the average of all of your customers. You decide to apply a rank on the table that shows customers and revenue and create a variable to show the average revenue for all customers. Which function should you use in the variable? A. NoFilter() B. NoRank() C. AverageAll() D. IgnoreFilter() Answer: A
Answer: B, D
Answer: A, C
Question: 9 Which statement describes the performance impact that data tracking has on report refresh times, assuming that the data changes but the number of rows retrieved and the data volume stays the same? A. It will refresh up to three times faster. B. It will refresh up to three times slower. C. It will refresh faster each time the report is refreshed. D. It will refresh slower each time the report is refreshed. Answer: B Question: 10 You are working with a set of store revenues. All stores have positive revenue values. Which formula should you use to display the variance value of the Revenue measure in your document when data tracking is active? A. =[Revenue]/RefValue([Revenue])
Page 2 of 12
Be
IT
A. It performs a UNION. B. It performs a UNION ALL. C. It returns all values less the duplicates. D. It returns all values including the duplicates.
er
Question: 8 Which two statements are true of the Web Intelligence default behavior when performing a UNION combined query method? (Choose two.)
tif
ie d
.c
om
Question: 7 Which two functions can you use to concatenate the strings "England" and "New" to create the string "New England"? (Choose two.)
Business Objects Certified Professional Business Objects Web Business Objects QAWI301 Total Questions
57
B. =[Revenue]/PreValue([Revenue]) C. =[Revenue]/HistValue([Revenue]) D. =[Revenue]/BaseValue([Revenue]) Answer: A Question: 11 Which three methods can you use to combine queries using the Web Intelligence Rich Client? (Choose three.) A. UNION B. MINUS C. UNION ALL D. INTERSECT Answer: A, B, D Question: 12 Which keyword is defined as flexible for input contexts? A. In B. All C. ForAll D. ForEach Answer: D
Answer: D
Question: 14 Which two are running aggregate functions in Web Intelligence? (Choose two.) A. RunningMax() B. RunningSum() C. RunningTotal() D. RunningMean() Answer: A, B Question: 15 A variable in your report contains the statement: =If[State] = "California" Then [Sales revenue] * 1.05 Else If[State] = "Colorado" Then [Sales revenue] * 1.1 Else If[State] InList ("DC";"Texas ") Then [Sales revenue] * 1.15 Else If[State] = "Massachusetts" Then [Sales revenue] * 1.18 Else [Sales revenue]
Page 3 of 12
Be
IT
er
Question: 13 You want to force the calculation context for a variable in a large report with many dimensions. Which operator allows you to add a dimension to the default context?
tif
ie d
.c
om