Sie sind auf Seite 1von 3

SQL Server 2008 Exam 70-448 5 Questions

1. You are developing a SQL Server 2008 Analysis Services (SSAS) solution for Company.com. there is a key performance indicator (KPI) named PerKey in your solution. You configure the Value expression of the KPI below. [Measures].[Amount],[Account].[Accounts].[Operating Expenses] /[Measures].[Amount],[Account].[Accounts].[Gross Margin] There is a time dimension Maintenance called TestTime in your solution Multidimensional Expressions (MDX) statement are listed below11 IIf( 12 13 ParallelPeriod14 ( [TestTime].[Calendar].[Quarter],1,[ TestTime].[Calendar].CurrentMember15 ) ), 2, -10 ) In order to configure a Trend expression of the KPI to show a difference in the values compared with the before quarter.In order to solve the problem, which is the correct answer? A. B. C. D. You should insert KPIValue( "GPMargin" ) > ( KPIValue( "GPMargin" ) at line 12, You should insert KPITrend( "GPMargin" ) <( KPIValue ( "GPMargin" ) at line 12, You should insert KPIStatus( "GPMargin" ) < ( KPIValue( "GPMargin" ) at line 12, You should insert KPIGoal( "GPMargin" ) => ( KPIValue( "GPMargin" ) at line 12,

2.
You are developing a SQL Server 2008 Reporting Services (SSRS) method for Company.com. The codes in the report listed below: Private Shared Function GetResultFromPar (ByVal TestValueDouble) As Double If IsNothing(TestValue) Then Return Nothing Else Return InchValue * 3.15 End If End Function The above function will display error when you compile the codes.You should make sure that conditions listed below are required: The codes compile normally. TheGetResultFromPar function could be implemented from other reports. Which is the correct answer? A. B. C. D. You should delete the ByVal keyword from the function definition. You should delete the Shared keyword from the function definition. You should create the function as protected Shared instead of Public Shared. Before declaring the function as Public Shared, you should develop a custom assemblythrough utilizing Microsoft Visual Basic .NET.

3.
You are developing a SQL Server 2008 Analysis Services (SSAS) method for Company.com. There is a dimension called Product and a time dimension called TestTimer in your solution. You own a fact table which includes a column called ProductBalance which includes the current account balance. You should make sure that you develop a measure called Test ProductBalance from the TestBalance column to show the closing account balance for some times. Which is the correct answer? A. You should configure the AggregationFunction property of ProductBalance to Total. B. You should configure the AggregationFunction property of ProductBalance to ByProduct. C. You should configure the AggregationFunction property of ProductBalance to LastNonEmpty.Maintenance. D. You should configure the AggregationFunction property of ProductBalance to FirstEmpty.

4.
You are developing a SQL Server 2008 Reporting Services (SSRS) report for Company.com.Assembly should be created in order to run real-time lookup and currency conversion. The assembly has a static class named daily which lives in the namespace HomeCalc.there is a method called DMO which need two arguments, Cuurnt and HomeCalcWhen the report is operating, you should reference the ToEUR method in an expression to convert USD to USO. Which is the correct answer? A. B. C. D. You should use the expression of =Code. HomeCalc. Daily. USO (Fields! Cuurnt.Value," DMO") You should use the expression of =Code! HomeCalc. Daily. USO (Fields! Cuurnt.Value,"DMO") You should use the expression of = HomeCalc. Daily.USO (Fields! Cuurnt.Value,"USD") You should use the expression of = HomeCalc! Daily.USO (Fields! Cuurnt.Value,"USD")

5.
You are developing a SQL Server 2008 Reporting Services (SSRS) report for Company.com. You could show detailed information when the users changes the report.The requirements should be met listed below:When the users click a column header, only detailed information is showed. When the report is rendered at the beginning of it, summary information is showed.Which is the correct answer? A. Before configuring the hidden property to True you should includes detailed information on thecolumn and then configure the Visibility can be toggled through another report item attribute to True. B. Before configuring the hidden property to True you should includes detailed information on thecolumn. C. On the column that contains detail information, set the hidden property to False. Set theVisibility can be toggled by another report item property to False. D. Before configuring the hidden property to True you should includes detailed information on thecolumn and then configure the Visibility can be toggled through another report item attribute to False.

Das könnte Ihnen auch gefallen