70-445  Exam

Exam # of questions Description  Update
70-445 97 Microsoft SQL Server 2005 Business Intelligence ? ... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

70-445 - Exam Information
  • Description: Microsoft SQL Server 2005 Business Intelligence ? Implementation and
  • Passing Score: 0%
  • Practice Test - Number of questions: 97 questions
  • Simulation Test - Number of questions: 97 questions
  • Simulation Test Duration: 120 minutes
  • Has explanations: No

Question of the day

You are developing a Microsoft SQL Server 2005 Analysis Services (SSAS) project. You have a cube named SalesCube that contains the following objects:

Answer(s)

  1. measure group named Sales that contains a measure named Internet Sales Amount.A dimension named DimProduct that contains a hierarchy named Product Category. Thehierarchy contains the Category attribute on the first level, the Subcategory attribute on thesecond level, and the Product attribute on the third level.MaintenanceYou need to write a Multidimensional Expressions (MDX) query that displays only the productnames and the Internet sales amount for each product.Which query should you use?A - select [Sales].[lnternet Sales Amount] on columns,[DimProduct].[Product Category].[Product].members on rowsfrom [SalesCube];
  2. - select [Sales].[lnternet Sales Amount] on columns,[DimProduct].[Product Category].[Subcategory].members on rowsfrom [SalesCube];
  3. - select [Sales].[Internet Sales Amount] on columns,[DimProduct].[Product Category].memberson rowsfrom [SalesCube];
  4. - select [Sales].[lnternet Sales Amount] on columns,[DimProduct].[Product Category].&[3] onrowsfrom [SalesCube];
Correct Answer

measure group named Sales that contains a measure named Internet Sales Amount.A dimension named DimProduct that contains a hierarchy named Product Category. Thehierarchy contains the Category attribute on the first level, the Subcategory attribute on thesecond level, and the Product attribute on the third level.MaintenanceYou need to write a Multidimensional Expressions (MDX) query that displays only the productnames and the Internet sales amount for each product.Which query should you use?A - select [Sales].[lnternet Sales Amount] on columns,[DimProduct].[Product Category].[Product].members on rowsfrom [SalesCube];