69
Number : 070-452 Passing Score : 800 Time Limit : 120 min http://www.gratisexam.com/

Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Embed Size (px)

Citation preview

Page 1: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Number: 070-452Passing Score: 800Time Limit: 120 min

http://www.gratisexam.com/

Page 2: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Exam A

QUESTION 1You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes reportshosted on a single SQL Server 2008 Reporting Services (SSRS) server. You plan to modify the report serverinfrastructure to support a scale-out deployment. You need to ensure that the scale-out deployment meets thefollowing requirements:-Allows users to access any of the Report Server servers by using the original Report Manager URL.-Minimizes network traffic.

Which three tasks should you perform? (Each correct answer presents part of the solution. Choose three.)

A. Add a <HostName> element in the <Service> section of each RsReportServer.config file.B. Add the same <machineKey> element in the <system.web> section of all web.config files for each Report

Server server.C. Add a different <machineKey> element in the <system.web> section of all web.config files for each Report

Server server.D. Modify the <UrlRoot> element in the <Service> section of each RsReportServer.config file.E. Modify the <ReportServerUrl> element in the <UI> section of each RsReportServer.config file.F. Modify the <sessionState> element in the <system.web> section of the web.config file in each

ReportManager folder.

Correct Answer: ABDSection: (none)Explanation

Explanation/Reference:

QUESTION 2You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes a SQL Server2008 Analysis Services (SSAS) database. The database contains a cube named Financials. The cube containsobjects as shown in the exhibit.

A calculated member named Gross Margin references both Sales Details and Product Costs. You need toensure that the solution meets the following requirements:-Managers must be able to view only their cost center's percentage of the company's gross margin.-The impact on query performance is minimal.What should you do?

A. Add dimension-level security and enable the Visual Totals option.B. Add cell-level security that has read permissions on the Gross Margin measureC. Add cell-level security that has read contingent permissions on the Gross Margin measure.D. Change the permissions on the Managers dimension level from Read to Read/Write.

Correct Answer: ASection: (none)

Page 3: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation

Explanation/Reference:

QUESTION 3You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution has a measure named SalesAmount and a dimension named Date. The Date dimension has a hierarchy named Fiscal that has levelsnamed Fiscal Year, Fiscal Quarter, and Fiscal Month.You need to create a calculated member to analyze the Sales Amount share percentage at different levelscompared to the total sales for a given Fiscal Year.Which code segment should you use?

A. CaseWhen [Date].[Fiscal].CurrentMember.Level.Ordinal = 0 Then 1Else[Measures].[Sales Amount]/([Measures].[Sales Amount], Ancestor([Date].[Fiscal].CurrentMember, [Date].[Fiscal].[Fiscal Year])) End

B. CaseWhen [Date].[Fiscal].CurrentMember.Level.Ordinal = 0 Then 1Else[Measures].[Sales Amount]/([Measures].[Sales Amount], [Date].[Fiscal].CurrentMember.Parent)End

C. CaseWhen [Date].[Fiscal].CurrentMember.Level.Ordinal = 0 Then 1Else[Measures].[Sales Amount]/([Measures].[Sales Amount], Descendants([Date].[Fiscal].CurrentMember,[Date].[Fiscal].[Fiscal Year], SELF_AND_AFTER))End

D. CaseWhen [Date].[Fiscal].CurrentMember.Level.Ordinal = 0 Then 1Else[Measures].[Sales Amount]/([Measures].[Sales Amount], [Date].[Fiscal].[Fiscal Year].CurrentMember)End

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 4You design a Business Intelligence (BI) solution by using SQL Server 2008. You deploy a SQL Server 2008Analysis Services (SSAS) cube. The cube contains a measure group that uses table binding. The measuregroup contains 200 million rows. A job that processes the measure group fails. The log shows an out-of-memory error. The job uses the Process Update option.You need to resolve the error. You need to perform this action without increasing the available physical memoryfor the SSAS instance. What should you do?

A. Change the job to process the cube.B. Change the job to process the measure group with the Process Full option.C. Increase the number of partitions in the measure group.D. Increase the number of aggregations in the measure group.

Correct Answer: CSection: (none)

Page 4: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation

Explanation/Reference:

QUESTION 5You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008Analysis Services (SSAS) solution. The solution contains a cube that has a measure named SalesAmount. Themeasure contains customer sales data for the last six months. The cube has a single partition that has thestorage property set to real-time hybrid online analytical processing (HOLAP).Queries against the cube must return current sales data that is entered one hour before cube processing. Thepartition takes two hours to process and the response time for the queries is slow. You need to improve thecube processing and query response time.What should you do?

http://www.gratisexam.com/

A. Change the storage setting of the partition to multidimensional online analytical processing (MOLAP).B. Change the storage setting of the partition to real-time relational online analytical processing (ROLAP).C. Create a partition for each customer. Set the storage setting of every partition to low-latency

multidimensional online analytical processing (MOLAP).D. Create a partition for every month. Set the storage setting of the partition for the current month to low-

latency multidimensional online analytical processing (MOLAP) and that of the other partitions to MOLAP.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 6You design a Business Intelligence (BI) solution by using SQL Server 2008. Your company processes alltransaction data in a Point of Sale (POS) application. Based on the transaction data, you design a solution topredict the type of products a customer tends to purchase on a single visit.You need to identify the appropriate algorithm to design the solution.Which algorithm should you use?

A. ClusteringB. Naive BayesC. Association RulesD. Time Series

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

Page 5: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

QUESTION 7You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to design a loggingstrategy for a SQL Server 2008 Integration Services (SSIS) solution. The SSIS solution contains 15 packages.You want to log detailed information about each package. You need to ensure that custom events specific toeach control flow task in each package are logged.What should you do?

A. Configure logging for each control flow task in each package for the required events.B. Enable the Log Events window in Business Intelligence Development Studio (BIDS) that has the SSIS

solution loaded.C. Enable event handling for each control flow task in each package for the required events. Create custom

code to perform the logging by using a Script component.D. Create a custom assembly that writes to the log, and use the assembly in a Script task. Ensure that the

Script task is connected to the appropriate control flow task by using a Failure precedence constraint.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 8You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution will support aMicrosoft ASP.NET application that is deployed to a Web farm. Reports will be deployed to a SQL Server 2008Reporting Services (SSRS) instance. The databases for the SSRS instance will be deployed to a two-node failover cluster that hosts a single instance of SQL Server 2008.You need to ensure that the SSRS instance remains available even when one of the servers fails.What should you do?

A. Configure SSRS for native server mode.B. Configure SSRS for integrated server mode.C. Deploy SSRS on the primary node of the cluster.D. Deploy SSRS in a scale-out deployment on the Web farm.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 9You design a Business Intelligence (BI) solution by using SQL Server 2008. Employees use a Windows Formsapplication based on Microsoft .NET Framework 3.5. SQL Server is not installed on the employees' computers.You write a report by using Report Definition Language (RDL). You need to ensure that if the employees aredisconnected from the corporate network, the application renders the report.What should you do?

A. Configure the application to use an SSRS Web service by using the Render method.B. Configure the application to use an SSRS Web service by using the RenderStream method.C. Embed ReportViewer in the application and configure ReportViewer to render reports by using the local

processing mode.D. Embed ReportViewer in the application and configure ReportViewer to render reports by using the remote

processing mode.

Page 6: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 10You design a Business Intelligence (BI) solution by using SQL Server 2008. You have developed SQL Server2008 Reporting Services (SSRS) reports that are deployed on an SSRS instance.You plan to develop a new application to view the reports. The application will be developed by using MicrosoftASP.NET 3.5.You need to ensure that the application can perform the following tasks:-Display available reports in a tree view control.-Create and manage subscriptions on reports.

What should you do?

A. Configure the ASP.NET application to use the SSRS Web service.B. Configure the ASP.NET application to use URL access along with the Command parameter.C. Embed a ReportViewer control in the ASP.NET application. Configure the control to use the local

processing mode.D. Embed a ReportViewer control in the ASP.NET application. Configure the control to use the remote

processing mode.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 11You are the lead developer for a SQL Server 2008 data warehousing project. The source database for theproject is an online transaction processing (OLTP) system. The OLTP system executes 4,000 transactionsevery minute during business hours. The OLTP system records only the date and time of insertion of a new rowand not for the updates of existing rows.You plan to design an extract, transform, and load (ETL) process for the project that populates a datawarehouse from the source database.The ETL process must be configured in the following manner:-To run after business hours-To capture new rows and existing rows that have been modified

You need to ensure that only new rows or modified rows from the database tables are processed by the ETLprocess.What should you do?

A. Configure the data warehouse database to support the Type I Slowly Changing Dimension transformation.B. Configure the data warehouse database to support the Type II Slowly Changing Dimension transformation.C. Configure the Change Data Capture feature on all the source database tables that will be processed by the

ETL process.D. Configure the Change Data Capture feature on all the data warehouse database tables that will be

processed by the ETL process.

Correct Answer: CSection: (none)Explanation

Page 7: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation/Reference:

QUESTION 12You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes several SQLServer 2008 Integration Services (SSIS) packages. The SSIS packages import data from files located on otherservers.The packages will be deployed to a SQL Server 2008 instance and scheduled to run through the SQL ServerAgent service. The SQL Server Agent service runs under a local user account. The SSIS packages fail to runwhen the SQL Server Agent jobs are executed. You need to ensure that the packages run successfully in theproduction environment.What should you do?

A. Configure the SQL Server Agent job step to run as a proxy account.B. Configure the SQL Server Agent job to use the sa account as the job owner.C. Configure the SQL Server Agent service to use the Local Service account.D. Configure the SQL Server Agent service to use a local administrator account.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 13You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to deploy a new SQLServer 2008 Reporting Services (SSRS) solution for an accounting department. The department currently usesMicrosoft Excel 2007based reports hosted on Windows SharePoint Services (WSS) 3.0.You need to replace the existing Excel 2007 reports with SSRS-based reports.Your solution must meet the following requirements:-Users must be able to access the reports by using WSS.-Reports must be version-controlled.-Developers must be able to deploy the reports to a WSS document library.

Which two tasks should you perform? (Each correct answer presents part of the solution. Choose two.)

A. Configure the SSRS instance by using native mode.B. Configure the SSRS instance by using SharePoint integration mode.C. Install the Reporting Services Add-in for SharePoint Technologies in the WSS server.D. Install SharePoint Web Part in the WSS server. Configure the Web Part to point to the reports in Report

Manager.

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 14You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to design a dimensionalmodeling strategy for a new data warehouse application.The application contains the following dimensions:-Product-Time-Customer

Page 8: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

-SalesPerson

The application contains the following cubes:-Sales that contains all the dimensions-Products that contain the Product and the Time dimensions Customers that contain the Customer and theTime dimensions

You need to design an appropriate dimensional modeling strategy for the Product and the Timedimensions.Which dimensional model should you use?

A. Conformed dimensionsB. Degenerate dimensionsC. ParentChild dimensionsD. Reference dimensions

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 15You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008Reporting Services (SSRS) solution. The solution has a report named SalesDetails that contains a parameternamed EmployeeID .You have the following constraints:-Ten thousand employees require the report in different file formats. -The employees can view only their sales data by specifying their identity number as the EmployeeIDparameter.

You need to ensure that the constraints are met before you deliver the report to the employees. What shouldyou do?

A. Create a data-driven subscription.B. Create a SharePoint Report Center site.C. Create a subscription for each employee.D. Create a report model for each employee.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 16You design a Business Intelligence (BI) solution by using SQL Server 2008. You design a SQL Server 2008Analysis Services (SSAS) solution. Customer data is stored in the tables named CustomerDetails andCustomerContact.The solution uses the following two data sources from two different servers:-Contoso that accesses the CustomerDetails table-ContosoCRM that accesses the CustomerContact table

You plan to create a dimension named DimCustomer to analyze customer data. You need to ensure that theDimCustomer dimension represents the tables as a snowflake schema to include attributes from the two

Page 9: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

tables.What should you do?

A. Create a data source view named DsvContoso that is associated with the two data sources and add thetables to the data source view.

B. Create a data source view named DsvContoso that is associated with the two data sources and create anamed query in the data source view to merge the tables.

C. Create a data source view named DsvCustomer that is associated with the Contoso data source and addthe CustomerDetails table to the data source view.Create a data source view named DsvCustomerContact that is associated with the ContosoCRM datasource and add the CustomerContact table to the data source view.

D. Create a data source view named DsvCustomer that is associated with the Contoso data source and createa named query in the data source view to select data from the CustomerDetails table.Create a data sourceview named DsvCustomerContact that is associated with the ContosoCRM data source and create anamed query in the data source view to select data from the CustomerContact table.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 17You design a Business Intelligence (BI) solution by using SQL Server 2008. A SQL Server 2008 AnalysisServices (SSAS) solution contains a cube that has the following objects:Dimensions named DimCustomer, DimProduct, and DimGeography Measures named InternetSales andTotalSales

Users run reports against all dimensions and measures by authenticating with their Windows accounts.You need to provide a basic view of data to the users to display only DimGeography, DimProduct, andTotalSales by using the least amount of storage space.What should you do?

A. Create a new perspective for the current cube.Select DimGeography, DimProduct, and TotalSales.

B. Create a new cube.Add DimGeography, DimProduct, and TotalSales.

C. Create a new role.Grant access only to DimGeography, DimProduct, and TotalSales.

D. Create a new data source view.dd the tables used for DimGeography, DimProduct, and TotalSales.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 18You design a Business Intelligence (BI) solution by using SQL Server 2008. The SQL Server 2008 IntegrationServices (SSIS) developers use a SQL Server 2008 instance as the primary development environment.All the SSIS packages contain data connection managers that use SQL Server authentication to extract data.The packages are saved by using the EncryptAllWithUserKey package protection level.You plan a packagemigration strategy from the development environment to a production environment. Migration will be performedby using an automated script.

Page 10: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

You need to ensure that the packages execute without error in the production environment.What should you do?

A. Create a package configuration for every package that uses a SQL Server table.B. Create a package configuration for every package that uses an XML configuration file.C. Export each package and change the package protection level to DontSaveSensitive.D. Export each package and change the package protection level to EncryptSensitiveWithPassword.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 19You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution has a cube. The structure ofthe cube is as shown in the exhibit. (Click the Exhibit button.)Each branch does transactions by using the local currency of the country in which it is located. Daily exchangerates for all local currencies are recorded against the U.S. dollar in the FactCurrencyRate measure group.All transactions must be reported in U.S. dollars.You need to prepare the cube to define currency conversion.What should you do?

Exhibit:

Page 11: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

A. Create a reference relationship between FactSales and Currency.B. Create a reference relationship between FactCurrencyRate and Branch.C. Create a many-to-many relationship between FactSales and Currency.D. Create a many-to-many relationship between FactCurrencyRate and Branch.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 20You design a Business Intelligence (BI) solution by using SQL Server 2008. A SQL Server 2008 ReportingServices (SSRS) instance contains a report. Employees execute the report by using Report Manager.Each employee has his own specific set of parameters to execute the report. Data for the report is updatedonce daily. For each employee, the report takes more than five minutes to execute. You discover that dataretrieval takes most of the time during report execution. You need to reduce the execution time of the report.What should you do?

A. Create a report execution snapshot.B. Create a data-driven subscription that uses the NULL delivery method.C. Create a data-driven subscription that uses the file share delivery method.

Page 12: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

D. Create a standard subscription that uses the file share delivery method.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 21You design a Business Intelligence (BI) solution by using SQL Server 2008. Users have no specializedknowledge of the Transact-SQL (T-SQL) language.You plan to create a reporting solution by using SQL Server 2008 Reporting Services (SSRS). You have datastored in a SQL Server 2008 relational data warehouse. You need to ensure that users are able to create thenecessary reports by using data from the data warehouse.What should you do?

A. Create a shared data source that points to the data warehouse.Instruct the users to use Report Designer in Business Intelligence Development Studio (BIDS) to create thereports by using the shared data source.

B. Create a Report Model from the data warehouse.Instruct the users to use Report Builder 2.0 to create the reports by using the Report Model.

C. Create a shared data source that point to the data warehouse.Instruct the users to use Report Builder 2.0 to create the reports by using the shared data source.

D. Create a Report Model from the data warehouse.Instruct the users to use Report Designer in Business Intelligence Development Studio (BIDS) to create thereports by using the Report Model.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 22You design a Business Intelligence (BI) solution by using SQL Server 2008. You design a SQL Server 2008Reporting Services (SSRS) report that meets the following requirements:-Displays sales data for the last 12 months.-Enables users to view the sales information summarized by month. -Enables users to view individual sales orders for any given month.

You need to design the report to minimize the impact on bandwidth.What should you do?

A. Create a standard report that contains all sales orders. Implement report filtering based on the month.B. Create a standard report that contains all sales orders. Implement grouping for the monthly summaries.C. Create a standard report that contains the monthly summaries. Create a subreport for the sales orders for

any given month.D. Create a standard report that contains the monthly summaries. Create a drillthrough report for the sales

orders for any given month.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

Page 13: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

QUESTION 23You design a Business Intelligence (BI) solution by using SQL Server 2008. You have created an extract,transform, and load (ETL) solution by using SQL Server 2008 Integration Services (SSIS). The solutioncontains 10 child packages and a parent package that executes the child packages in sequence.You plan to deploy the solution to 20 locations that are not connected to each other. You need to deploy thesolution by configuring the connection managers of all packages with the appropriate settings. You need toachieve this goal by using the minimum amount of administrative effort.What should you do?

A. Create an XML configuration file each for the parent package and the child packages.B. Create an XML configuration file for the parent package. Configure the child packages by using Parent

package variables.C. Create a SQL Server configuration each for the parent package and the child packages in a central SQL

Server 2008 database.D. Create a SQL Server configuration for the parent package in a central SQL Server 2008 database.

Configure the child packages by using Parent package variables.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 24You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution will contain a total of100 different reports created by using Report Definition Language (RDL).Each report must meet the following requirements:-Display a common set of calculations based on a parameter value. -Provide a method for setting values on a report URL or in a subscription definition that are not exposed to auser.-The business rules for all reports that determine the calculations change frequently.

You need to design a solution that meets the requirements. You need to perform this action by using theminimum amount of development and maintenance effort.What should you do?

A. Create hidden parameters in each report.B. Create internal parameters in each report.C. Implement the function in the <Code> element of each report.D. Implement the function in a custom assembly. Reference the assembly in each report.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 25You design a Business Intelligence (BI) solution by using SQL Server 2008. You design a SQL Server 2008Analysis Services (SSAS) solution by using SQL Server 2008. The solution uses a source database thatcontains a table named Customer. The Customer table has multiple columns.You have read-only access to the database.You plan to reduce the number of columns in the Customer table. You need to split the Customer table to be

Page 14: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

distributed across multiple table definitions.What should you do?

A. Create multiple data sources for the SSAS solution.B. Create multiple named queries for the SSAS solution.C. Create multiple data source views for the SSAS solution.D. Create multiple database views for the source database.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 26You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You use SQL sever 2008 to work out a SQLServer 2008Analysis Services (SSAS) solution. There??s a dimension named DimCustomer that representscustomers in the solution. The solution provides a list of top 8 customers in terms of the salesamount. End users of the solution use filters in Microsoft Excel worksheet to analyze data. Youhave to make sure that when the filters are applied, the list is updated. So which named setexpression should you use?

A. CREATE SESSION SET CURRENTCUBE.[Top 10 Customer] ASTOPCOUNT([DimCustomer].[Customer].MEMBERS,10,[Measures].[SalesAmount])

B. CREATE HIDDEN SET CURRENTCUBE.[Top 10 Customer] ASTOPCOUNT([DimCustomer].[Customer].MEMBERS,10,[Measures].[SalesAmount])

C. CREATE DYNAMIC SET CURRENTCUBE.[Top 10 Customer] ASTOPCOUNT([DimCustomer].[Customer].MEMBERS,10,[Measures].[SalesAmount])

D. CREATE SET CURRENTCUBE.[Top 10 Customer]ASTOPCOUNT([DimCustomer].[Customer].MEMBERS,10,[Measures].[SalesAmount])

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 27You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008Analysis Services (SSAS) solution by using SQL Server 2008. The solution contains a dimension namedDimCustomer that represents customers. The solution provides a list of top 10 customers based on the salesamount. End users of the solution analyze data by using filters in Microsoft Excel worksheet. You need toensure that the list is updated when the filters are applied.Which named set expression should you use?

A. CREATE SET CURRENTCUBE.[Top 10 Customer] ASTOPCOUNT([DimCustomer].[Customer].MEMBERS,10,[Measures].[SalesAmount])

B. CREATE DYNAMIC SET CURRENTCUBE.[Top 10 Customer] ASTOPCOUNT([DimCustomer].[Customer].MEMBERS,10,[Measures].[SalesAmount])

C. CREATE HIDDEN SET CURRENTCUBE.[Top 10 Customer] ASTOPCOUNT([DimCustomer].[Customer].MEMBERS,10,[Measures].[SalesAmount])

D. CREATE SESSION SET CURRENTCUBE.[Top 10 Customer] ASTOPCOUNT([DimCustomer].[Customer].MEMBERS,10,[Measures].[SalesAmount])

Page 15: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 28You design a Business Intelligence (BI) solution by using SQL Server 2008. You have a SQL Server 2008Analysis Services (SSAS) cube. Some users only use Microsoft Excel 2007.Some users only use Microsoft ProClarity.You plan to add new key performance indicators (KPIs). You need to ensure that the KPIs meet the followingrequirements:-Provide all users access to the new KPIs.-Minimize future maintenance.

What should you do?

A. Create the KPIs in ProClarity.B. Create the KPIs in the Excel spreadsheets.C. Create the KPIs in the SSAS cube.D. Create SQL Server 2008 Reporting Services (SSRS) reports that contain the expected KPIs.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 29You design a SQL Server 2008 Analysis Services (SSAS) solution. The data source view has tables as shownin the exhibit. (Click the Exhibit button.)

Page 16: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

The FactInternetSales measure will be queried frequently based on the city and country of the customer.You need to design a cube that will provide optimal performance for queries.Which design should you choose?

A. Create two dimensions named Customer and Geography from the DimCustomer table and theDimGeography table, respectively.Create a materialized reference relationship between the Geography dimension and the FactInternetSalesmeasure by using the Customer dimension as an intermediate dimension.

B. Create two dimensions named Customer and Geography from the DimCustomer table and theDimGeography table, respectively.Create an unmaterialized reference relationship between the Geography dimension and theFactInternetSales measure by using the Customer dimension as an intermediate dimension.

C. Create a dimension named Customer by joining the DimGeography and DimCustomer tables.Add an attribute relationship from CustomerKey to City and from City to Country.Create a regular relationship in the cube between the Customer dimension and the FactInternetSalesmeasure.

D. Create a dimension named Customer by joining the DimGeography and DimCustomer tables.Add an attribute relationship from CustomerKey to City and from CustomerKey to Country.Create a regular relationship in the cube between the Customer dimension and the FactInternetSalesmeasure.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 30

Page 17: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to create a SQL Server2008 Reporting Services (SSRS) solution. Developers generate random reports against a data source thatcontains 200 tables. Power users generate random reports against four of the 200 tables. You need to design astrategy for the SSRS solution to meet the following requirements:-Uses minimum amount of development effort.-Provides two sets of tables in SSRS to the developers group and the power users group.

Which strategy should you use?

A. Create two Report Builder models.Include the four frequently used tables in the first model and all the tables in the second model.

B. Create a Report Builder model by using all the tables.Create a perspective within the model to use only the four frequently used tables.

C. Create a Report Builder model by using all the tables.Create two folders.Place the four frequently used tables in the first folder and the remaining tables in the second folder.

D. Create two Data Source Views.Include all the tables in one Data Source View and the four frequently used tables in the other Data SourceView.Create two Report Builder models so that each model uses one of the Data Source Views.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 31You design a SQL Server 2008 Analysis Services (SSAS) solution. The data source view has tables as shownin the exhibit. (Click the Exhibit button.)

Page 18: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

The FactInternetSales measure will be queried frequently based on the city and country of the customer.You need to design a cube that will provide optimal performance for queries.Which design should you choose?

A. Create two dimensions named Customer and Geography from the DimCustomer table and theDimGeography table, respectively.Create a materialized reference relationship between the Geography dimension and the FactInternetSalesmeasure by using the Customer dimension as an intermediate dimension.

B. Create two dimensions named Customer and Geography from the DimCustomer table and theDimGeography table, respectively.Create an unmaterialized reference relationship between the Geography dimension and theFactInternetSales measure by using the Customer dimension as an intermediate dimension.

C. Create a dimension named Customer by joining the DimGeography and DimCustomer tables.Add an attribute relationship from CustomerKey to City and from City to Country.Create a regular relationship in the cube between the Customer dimension and the FactInternetSalesmeasure.

D. Create a dimension named Customer by joining the DimGeography and DimCustomer tables.Add an attribute relationship from CustomerKey to City and from CustomerKey to Country.Create a regular relationship in the cube between the Customer dimension and the FactInternetSalesmeasure.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 32

Page 19: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

You are the administrator of your company network. And Currently you are in charge of SQL Server 2008Analysis Services (SSAS) data mining. The customer table contains the following column names:AgeNameIsBuyerCustomer_keyEducation LevelYou intend to create a data mining model by using Microsoft Decision Trees algorithm for the customer table.You have to identify the data columnCmodel parameter pairs to foretell possible buyers. So which model shouldyou choose?

Page 20: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution
Page 21: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

A.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 33

Page 22: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

You are a SQL Server 2008 Analysis Services (SSAS) data mining architect. The customer table contains thefollowing column names:-Customer_key-Name-Age-Education Level-IsBuyer

You plan to build a data mining model by using Microsoft Decision Trees algorithm for the customer table.You need to identify the data columnmodel parameter pairs to predict possible buyers.Which model should you select?

A. Data Column Model Parameter TypeCustomer_key InputName IgnoreEducation Level Input, PredictAge Input, PredictIsBuyer Key

B. Data Column Model Parameter TypeCustomer_key KeyName IgnoreEducation Level InputAge InputIsBuyer Predict

C. Data Column Model Parameter TypeCustomer_key InputName IgnoreEducation Level InputAge InputIsBuyer Key

D. Data Column Model Parameter TypeCustomer_key PredictName KeyEducation Level InputAge InputIsBuyer Input

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 34You design a SQL Server 2008 Analysis Services (SSAS) solution that contains a cube. The solution has ameasure group that contains different measures aggregated by different dimensions. Users often browse thecube by using Microsoft Excel. You need to enable users to view additional row-level information of theaggregated measures from Excel by using the minimum amount of development effort.Which Action should you create?

A. DataSetB. StatementC. ProprietaryD. Drillthrough

Correct Answer: DSection: (none)

Page 23: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation

Explanation/Reference:

QUESTION 35You design a Business Intelligence (BI) solution by using SQL Server 2008. At the end of every business day,an application records the inventory to the Products table. The business solution for the application mustaccommodate the following features:-The content of the Products table varies every day.-Historical product attributes are not stored.

You need to identify an appropriate dimensional model to meet the business solution.Which model should you use?

A. Degenerate DimensionB. ParentChild DimensionC. Type I Slowly Changing DimensionD. Type II Slowly Changing Dimension

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 36You administer a server that runs SQL Server 2008 Integration Services (SSIS) packages.The packages are stored on the file system.You need to integrate the backup and restore processes for the SSIS packages along with the regular SQLServer backup process.What should you do?

A. Deploy the packages to SQL Server 2008 and back up the msdb system database.B. Deploy the packages to SQL Server 2008 and back up the master system database.C. In the ProtectionLevel package property, select the ServerStorage option.D. In the ProtectionLevel package property, select the DontSaveSensitive option.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 37You design a Business Intelligence (BI) solution by using SQL Server 2008. You develop a SQL Server 2008Analysis Services (SSAS) project and use Microsoft Visual Source Safe (VSS) as the source control system.After making changes to the project, you check in the files to the VSS. Then, you deploy the project to a sharedserver for testing. Four new developers are assigned to work in parallel on the project. You need to ensurethat the new developers can modify the most recent version of the project and test it without affecting the workof the existing developers.What should you do?

A. Deploy the project to a local server.

Page 24: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

B. Set the Deployment mode of the project to Deploy All.C. Set the Deployment mode of the project to Deploy Changes Only.D. Increment the version number of the deployment server in build properties for each deployment.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 38You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to design a loggingstrategy for all SQL Server 2008 Integration Services (SSIS) packages for your company. You want to logerrors that occur in all existing and future packages to a SQL Server 2008 table.You need to design the strategy to meet the following requirements:-The logging mechanism must be reused by each package. -Changes to the logging mechanism must be applied to all packages by using the minimum amount ofadministrative effort.

What should you do?

A. Enable and configure logging in a package.Create all other packages by using the first package as the template.

B. Create an event handler in a package.Configure the event handler to perform logging.Create all other packages by using the first package as the template.

C. Enable and configure logging in a package.Save the log settings to an XML file.Enable logging in all other packages.Load the log settings on each package by using the XML file.

D. Create an event handler in a package.Configure the event handler to perform logging.Enable package configurations in the package.Store the properties of the event handler in an XML configuration file.Configure all the packages to use the configuration file during execution.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 39You administer a SQL Server 2005 Reporting Services server. Your company publishes reports to a public Website. Customers can view the reports without providing user credentials. You plan to upgrade the server touse SQL Server 2008 Reporting Services. You need to ensure that customers can continue to view the reportswithout providing user credentials.What should you do?

A. Enable Basic authentication.B. Enable Anonymous access on the IIS virtual directory.C. Use a custom authentication extension.D. Select Windows Authentication and add the Guest user account.

Correct Answer: C

Page 25: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Section: (none)Explanation

Explanation/Reference:

QUESTION 40You design a Business Intelligence (BI) solution by using SQL Server 2008. You design a solution that analyzesthe usage of discount vouchers issued by the company. The data warehouse of the company contains adimension table named Vouchers. The dimension table contains two columns named VoucherNumber andCustomerFullName. A value for the CustomerFullName column is not available till the voucher is used. Youneed to configure the Slowly Changing Dimension transformation to load the Vouchers dimension even ifthere is a NULL value in the CustomerFullName column.What should you do?

A. Enable the support for inferred members.B. Set the Change Type option to Fixed Attribute for the CustomerFullName column.C. Set the Change Type option to Historical Attribute for the VoucherNumber column.D. Set the Change Type option to Changing Attribute for the VoucherNumber column.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 41You design a Business Intelligence (BI) solution by using SQL Server 2008. The SQL Server 2008 instancehosts a database. The database is currently scheduled for a full backup on a monthly basis.The 4-terabyte database contains 3.5 terabyte of data in a read-only filegroup. The database uses the bulk-logged recovery model.You need to back up the database changes to a tape drive every night by using minimum storage space andtime.Which backup strategy should you use?

A. File backupB. Partial backupC. Differential backupD. Differential Partial backup

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 42You design a SQL Server 2008 Reporting Services (SSRS) solution. The solution contains a report. The reportincludes information that is grouped into hierarchical levels. You need to ensure that the solution meets thefollowing requirements:When you click each level, the next level of information must be displayed. When you click the last level,detailed information must be displayed. When the report is exported to a Microsoft Excel spreadsheet, all thelevels and all detailed information must be available in the spreadsheet.Which feature should the report use?

Page 26: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

A. filterB. drilldownC. drillthroughD. a document map

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 43You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to create a SQL Server2008 Reporting Services (SSRS) solution that contains five sales dashboard reports.Users must be able to manipulate the reports' parameters to analyze data. You need to ensure that thefollowing requirements are met:Users can manipulate the parameters for data analysis in a single trip to the data source. Reports are automatically rendered as soon as they are accessed for the first time. Which two tasks should you perform?(Each correct answer presents part of the solution. Choose two.)

A. Filter data by using expressions.B. Specify the default values for each parameter.C. Create an available values list for each parameter.D. Create report parameters by using query parameters to filter data at the data source.

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:

QUESTION 44You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to develop SQL Server2008 Reporting Services (SSRS) reports. Several reports will contain identical data regions.You need to minimize the amount of maintenance when changes are made to the data regions.What should you do?

A. Grant the Create Linked Reports role to all users.B. Create each data region as a report. Embed the reports by using the subreport control.C. Create a report template for each data region. Use the report template to create each report.D. Create a shared data source in the SSRS project. Use the new shared data source for all reports.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 45You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes a SQL Server2008 Analysis Services (SSAS) database. A cube in the database contains a large dimension namedCustomers. The database uses a data source that is located on a remote server.Each day, an application adds millions of fact rows and thousands of new customers. Currently, a full process

Page 27: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

of the cube takes several hours. You need to ensure that queries return the most recent customer data withthe minimum amount of latency.Which cube storage model should you use?

A. hybrid online analytical processing (HOLAP)B. relational online analytical processing (ROLAP)C. multidimensional online analytical processing (MOLAP)D. automatic multidimensional online analytical processing (automatic MOLAP)

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 46You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008Analysis Services (SSAS) solution. Your database has a table named DimCustomer that contains columnsnamed FirstName and LastName. You belong only to the db_datareader role in the database. You have addedDimCustomer to a data source view. You need to design a solution that includes the following requirements:-A column named FullName in DimCustomer by using the values from FirstName and Lastname -The data source view allows you to delete columns from DimCustomer

What should you do?

A. Implement a named calculation for FullName in the data source view.B. Redesign DimCustomer to have a computed column named FullName.C. Replace DimCustomer with a named query in the data source view. Create FullName as a column

expression in the named query.D. Implement a view in the database with FullName as a column expression. Replace DimCustomer with the

view in the data source view.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 47You are creating a SQL Server 2008 Reporting Services (SSRS) solution for a company that has offices indifferent countries. The company has a data server for each country. Sales data for each country is persisted inthe respective data server for the country. Report developers have only Read access to all data servers. Alldata servers have the same schema for the database.You design an SSRS solution to view sales data.You need to ensure that users are able to easily switch between sales data for different countries.What should you do?

A. Implement a single shared data source.B. Implement multiple shared data sources.C. Implement an embedded data source that has a static connection string.D. Implement an embedded data source that has an expression-based connection string.

Correct Answer: DSection: (none)

Page 28: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation

Explanation/Reference:

QUESTION 48You design a Business Intelligence solution by using SQL Server 2008. The solution includes a SQL Server2008 Analysis Services (SSAS) database. You design a data mining structure. The structure is used by a datamining model that predicts the expected growth for a particular market location. The model also populates adata mining dimension named Market Location.The database includes a cube that contains a calculated member named Predicted Revenue. The calculatedmember uses predictions from the data mining model.You have the following business requirements:The view shown in the following exhibit must be displayed to consultants. (Click the Exhibit button.)

·The view shown in the following exhibit must be displayed to managers. (Click the Exhibit button.)

You need to design a solution that meets the business requirements. What should you do?

A. Implement cell-level security on the cube.B. Implement drillthrough security on the cube.C. Implement dimension-level security on the Market Location dimension.D. Create a new reference dimension that joins Windows user names and their allowed market locations.

Implement dimension-level security on the new reference dimension.

Page 29: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 49You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to create a SQL Server2008 Reporting Services (SSRS) report. The report must display the list of orders placed through the Internet.You need to ensure that the following requirements are met:-The amount of time required for processing the report is minimal. -The report contains the most recent data at the end of each business day. -A report is available for any of the last seven days.

Which type of report should you create?

A. LinkedB. Ad HocC. CachedD. Snapshot

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 50You design a SQL Server 2008 Reporting Services (SSRS) solution. You create a report by using MicrosoftVisual Studio .NET 2008.The report contains the following components:A dataset named Customer that lists all active customers and their details. The dataset accepts noparameters. A dataset named SalesHistory that lists all sales transactions for a specified time period andaccepts year and month as parameters.You need to ensure that a summary of sales transactions is displayedfor each customer after the customer details.Which component should you add to the report?

A. ListB. TableC. MatrixD. Subreport

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Burgos: mnemo: "no parameters ... to ensure that a summary" = "Subreport"

http://msdn.microsoft.com/en-us/library/ms160348(SQL.100).aspxHow to: Add a Subreport and Parameters (Reporting Services)Add subreports to a report when you want to create a main report that is a container for multiple related reports.A subreport is a reference to another report. To relate the reports through data values (for example, to havemultiple reports show data for the same customer), you must design a parameterized report (for example, a

Page 30: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

report that shows the details for a specific customer) as the subreport. When you add a subreport to the mainreport, you can specify parameters to pass to the subreport.You can also add subreports to dynamic rows or columns in a table or matrix. When the main report isprocessed, the subreport is processed for each row. In this case, consider whether you can achieve the desiredeffect by using data regions or nested data regions.

QUESTION 51You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to transform sales datafrom a retail sales outlet database to a SQL Server 2008 data warehouse by using SQL Server 2008 IntegrationServices (SSIS). The retail sales database is an online transaction processing (OLTP) database that processeslarge amounts of transactions twenty-four hours a day.You need to design the structure of the SSIS packages such that the performance of the source system isminimally affected.What should you do?

A. Load and transform data from the source directly to the data warehouse once a day.B. Load data from the source to a staging database once a day. Then, transform the data to the data

warehouse.C. Load and transform data from the source directly to the data warehouse four times a day at regular intervals

of time.D. Load data from the source to a staging database four times a day at regular intervals of time.

Then, transform the data to the data warehouse once a day.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 52You design a Business Intelligence (BI) solution by using SQL Server 2008. The instance contains an SQLServer 2008 Analysis Services (SSAS) database. The SSAS database contains a cube named Sales. TheSales cube has a dimension named Geography and a role named roleEurope.The Geography dimension has a hierarchy that contains the following members:-Continent-Region-City

You plan to design the security configuration for the Sales cube. You need to enable the Read permissionsfor the roleEurope role. You also need to ensure that the roleEurope role can access only the Fact rows that aremembers of the Europe continent. Which Multidimensional Expressions (MDX) statement should you use?

A. MEASURES.CURRENTMEMBER IS EUROPEB. MEASURES.CURRENTMEMBER[CONTINENT] IS EUROPEC. ANCESTOR(GEOGRAPHY.CURRENTMEMBER) IS EUROPED. ANCESTOR(GEOGRAPHY.CURRENTMEMBER,[CONTINENT]) IS EUROPE

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 53

Page 31: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to design a report thatuses data obtained from a SQL Server 2008 Analysis Services (SSAS) instance.The SSAS cube contains five parentchild key performance indicators (KPIs). Each KPI has nine children.You need to create an executive dashboard in Microsoft Office SharePoint Server (MOSS) that displays theKPIs and depicts the parentchild relationship.Which technology should you use?

A. Microsoft Office ExcelB. MOSS KPI LibraryC. MOSS Business Data CatalogD. Microsoft Office PerformancePoint Server

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 54You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes a SQL Server2008 Analysis Services (SSAS) database. The database contains a data mining structure that uses a SQLServer 2008 table as a data source. A table named OrderDetails contains detailed information on product sales.The OrderDetails table includes a column named Markup.You build a data mining model by using the Microsoft Decision Trees algorithm. You classify Markup asdiscretized content. The algorithm produces a large number of branches for Markup and results in lowconfidence ratings on predictable columns. You need to verify whether the Markup values include inaccuratedata. What should you do?

A. Modify the content type of Markup as Continuous.B. Create a data mining dimension in the SSAS database from OrderDetails.C. Create a data profile by using SQL Server 2008 Integration Services (SSIS).D. Create a cube in SSAS. Use OrderDetails as a measure group. Recreate the data mining structure and

mining model from the cube data.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 55You design a SQL Server 2008 Analysis Services (SSAS) solution. The solution includes a mining structure thatis created by using the default options and a mining model that uses the Microsoft Clustering algorithm. Youneed to ensure that users can access source data by querying the mining model. What should you do?

A. Modify the mining structure to include a filter.B. Modify the mining structure to enable drillthrough.C. Include a task in the solution to process the mining model.D. Include a task in the solution to delete all cached data from the mining model.

Correct Answer: BSection: (none)Explanation

Page 32: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation/Reference:

QUESTION 56You design a Business Intelligence (BI) solution by using SQL Server 2008. You have a SQL Server 2008Integration Services (SSIS) package that runs against a SQL Server 2008 data source. The package containsan opening Execute SQL task that runs the BEGIN TRANSACTION command. This is followed by a Sequencetask that contains additional Execute SQL tasks, each with the FailParentOnFailure property set to TRUE .There are two Execute SQL tasks. The first task is connected to a Success precedence constraint that runsthe COMMIT TRANSACTION command. The next task is connected to a Failure precedence constraint thatruns the ROLLBACK TRANSACTION command. The package fails but the transaction is not rolled back. Youneed to ensure that the transaction is successfully rolled back if the package fails.What should you do?

A. Modify the RetainSameConnection property as True for the Connection Object.B. Modify the TransactionOption property as Required for the Sequence Container.C. Modify the TransactionOption property as Required for each Execute SQL task.D. Modify the IsolationLevel property as ReadCommitted for each Execute SQL task.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 57You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008Integration Services (SSIS) package to perform an extract, transform, and load (ETL) process to load data to aDimCustomer dimension table that contains 1 million rows.Your data flow uses the following components:-A SQL Destination data flow task to insert new customers. -An OLE DB Command transform that updates existing customers.

On average, 25 percent of existing customer records is updated each night. You need to reduce the amount oftime required to update customer records.What should you do?

A. Modify the UPDATE statement in the OLE DB Command transform to use the PAGLOCK table hint.B. Modify the UPDATE statement in the OLE DB Command transform to use the TABLOCK table hint.C. Stage the data in the data flow. Replace the OLE DB Command transform in the data flow with an Execute

SQL task in the control flow.D. Stage the data in the data flow. Replace the UPDATE statement in the OLE DB Command transform with a

DELETE statement followed by an INSERT statement.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 58You are designing a SQL Server 2008 Reporting Services (SSRS) solution. You have a report that has severalparameters that are populated when users execute the report. You need to ensure that the solution meets thefollowing requirements:-Users can define their own default parameter values for the report.

Page 33: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

-Users can schedule snapshots at any time.

Which feature should you use?

A. My ReportsB. Linked ReportsC. Standard SubscriptionD. Data-Driven Subscription

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 59You design a SQL Server 2008 Analysis Services (SSAS) solution. You have the following requirements for asingle data mining model:-Group all customers by two different age ranges.-Group all customers by ten different age ranges.

You need to design the model to meet the requirements.What should you include in the design?

A. one column of the Long data type and the Discrete content typeB. one column of the Long data type and the Continuous content typeC. two columns, each of the Long data type and the Discrete content typeD. two columns, each of the Long data type and the Discretized content type

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 60You design a Business Intelligence (BI) solution by using SQL Server 2008. Your solution includes a datamining structure that uses SQL Server 2008 Analysis Services (SSAS) as its data source. The measure groupsuse 100 percent multidimensional online analytical processing (MOLAP) storage.You need to provide detailed information on the training and test data to ensure the accuracy of the miningmodel. You also need to minimize the time required to create the training and test data. Which two tasksshould you perform? (Each correct answer presents part of the solution. Choose two.)

A. Perform cross-validation queries to the test and training data.B. Create a new mining structure that has a holdout value.C. Create a SQL Sever 2008 Integration Services (SSIS) package that partitions test and training datasets and

merges case and nested tables.D. Use a Sort Data Flow transformation.E. Use an ORDER BY clause in the Data Flow source query. Define a SortKeyPosition ordinal key for the

appropriate output column.

Correct Answer: ABSection: (none)Explanation

Page 34: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation/Reference:

QUESTION 61You design a Business Intelligence (BI) solution by using SQL Server 2008. You are building an extract,transform, and load (ETL) process by using SQL Server 2008 Integration Services (SSIS).You stage data in a SQL Server 2008 database. You load a data warehouse that has 15 dimension tables and3 fact tables.You need to design a control flow that meets the following requirements:-Each table must be loaded with its own SSIS package. All packages must be controlled from a masterpackage.-Dimension tables must have no interdependencies.-Dimension tables must load without error before the Fact tables are loaded.-Master package parallelism must be maximized.

What should you do?

A. Place the dimension packages in a sequence container and connect them by using a precedence constraintset to Success.Use a precedence constraint set to Success to connect another sequence container holding the Factpackages.

B. Place the dimension packages in a sequence container.Use a precedence constraint set to Success to connect another sequence container holding the Factpackages.Set the FailParentOnFailure property to True for each dimension package.

C. Connect the dimension packages by using a precedence constraint set to Success.Connect the Fact packages to the end of the dimension packages by using a precedence constraint set toSuccess.Set the FailPackageOnFailure property to True for each dimension package.

D. Place an Execute Package task inside a Foreach Loop container and change the connection string for theExecute Package task on each iteration.Connect the Fact packages to the end of the Foreach Loop container by using a precedence constraint setto Success.Set the FailPackageOnFailure property to True for the Foreach Loop container.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 62You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a sales report by usingSQL Server 2008 Reporting Services (SSRS). The report is used by managers in a specific country.Each manager prints multiple copies of the report that contains the previous day's sales for each of their salesexecutives.You need to ensure that the report uses the minimum number of round trips to the database server.What should you do?

A. Query the database for both Country and Sales Executive.B. Implement report filtering for both Country and Sales Executive.C. Implement report filtering for Country and query the data source for Sales Executive.D. Implement report filtering for Sales Executive and query the data source for Country.

Correct Answer: D

Page 35: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Section: (none)Explanation

Explanation/Reference:

QUESTION 63You design a Business Intelligence (BI) solution by using SQL Server 2008. The data warehouse contains atable named Employee Dimension.The table contains the following three attributes:-EmployeeID-EmployeeName-ReportsTo

The ReportsTo attribute tracks the EmployeeID attribute of the manager that an employee reports to.You need to ensure that sales data of only managers and the names of all employees reporting to each ofthese managers are displayed. You want to achieve this goal by using a hierarchy model that provides thebest possible performance when the data warehouse is queried.Which hierarchy model should you use?

A. Ragged HierarchyB. Balanced HierarchyC. Non-Natural HierarchyD. ParentChild Dimensional Hierarchy

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 64You design a Business Intelligence (BI) solution by using SQL Server 2008. You develop a SQL Server 2008Integration Services (SSIS) package to perform an extract, transform, and load (ETL) process from a MicrosoftAccess database to a SQL Server 2008 data warehouse. The package is developed on a computer that runs a 32-bit operating system. You deploy the package to a server that runs a 64-bit operating system. Youcreate a SQL Server Agent job to run the package. The package fails to run when the job starts. You need toensure that the package runs successfully.What should you do?

A. Redeploy the package to the Program Files (x86) folder.B. Enable the Use 32 bit runtime option in the job step of the SQL Server Agent job.C. Rebuild the package on a computer that runs a 64-bit operating system. Redeploy the package to the

server.D. Modify the project of the package by setting the Run64BitRuntime property to TRUE . Rebuild and redeploy

the package to the server.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 65You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution has been deployed by

Page 36: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

using default settings on a SQL Server 2008 Analysis Services (SSAS) instance. The solution has a large cubethat processes 10 million fact rows. You frequently encounter out-of-memory exceptions when the cube isprocessed. You need to recommend a solution to resolve the out-of-memory exceptions when the cube isprocessed. You want to achieve this task by using the minimum amount of development effort.What should you do?

A. Reduce the number of aggregations.B. Partition the cube. Process the cube based on each partition.C. Increase the physical memory available to the SSAS instance by modifying the Memory\TotalMemoryLimit

server property.D. Increase the physical memory available to the SSAS instance by modifying the OLAP\Process

\BufferMemoryLimit server property.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 66You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to develop a report thatwill use data obtained from a SQL Server 2008 Analysis Services (SSAS) instance. The solution has many keyperformance indicators (KPIs). You need to ensure that users can perform the following tasks in the minimum amount of time and by using the minimum amount of development effort:-Browse through the report offline.-View the KPIs that they want to see.

Which tool should you use?

A. Report BuilderB. Microsoft Excel 2007C. SQL Server 2008 Reporting Services (SSRS)D. a custom Microsoft ASP.NET application that has the ReportViewer control

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 67You administer a SQL Server 2008 Reporting Services (SSRS) environment. You restore the ReportServerand ReportServerTempDB databases to a new server. When you browse to the Report Manager Web page,you receive an error message. You are unable to view the folder structure and the reports.You need to view the folder structure and the reports.What should you do?

A. Restore the symmetric key.B. Restore the msdb database.C. Restore the master database.D. Configure the IIS virtual directory.

Correct Answer: ASection: (none)

Page 37: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation

Explanation/Reference:

QUESTION 68You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008Reporting Services (SSRS) solution. Twenty users edit the content of the reports. The users belong to anActive Directory group named Developers. At times, the reports are published with incomplete information.You need to design an approval process.What should you do?

A. Restrict the Developers group to the Browser role in SSRS.B. Add the Developers group to the Content Manager role in SSRS.C. Deploy the reports to a Microsoft Office SharePoint Server 2007 environment.D. Create a shared schedule for the reports. Set the snapshot execution option for all the reports by using the

shared schedule.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 69You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to design a dimensionalmodeling strategy for a new data warehouse. The data warehouse has a dimension table named Employees.The Employees dimension table contains information about the employees and their departments.Employees are moved to different departments frequently. You need to preserve the historical information ofthe Employees table.Which dimensional model should you use?

A. Role-Playing DimensionB. Degenerated DimensionC. Type I Slowly Changing DimensionD. Type II Slowly Changing Dimension

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 70You are the administrator of your company network. You use SQL Server 2008 to develop a BusinessIntelligence (BI) solution. There's a data warehouse named ClientA, it contains a Fact table named FactClientwhich has two columns named ClientMain and ClientSell. You use SQL Server 2008 Analysis Services (SSAS)to create a data mining model named ClientModel.You also use SQL Server 2008 Reporting Services (SSRS) to create a report, it is used to list the top 30 clientsaccording to the sales amount.You add a column named Wellsale to the report which takes data from a SQL Server relational database. Nowyou must make sure that the Wellsale column displays the probability values of the expensive products thatcustomers are intend to buy. So what Data Mining Extensions (DMX) query should you use?

A. SELECT PredictProbability(m.[Wellsale]) as [Wellsale], t.[ClientMain], t.[Clientsell] From [ClientModel] mPREDICTION JOIN OPENQUERY([ClientA], 'SELECT TOP 50 [ClientMain], [Clientsell] FROM FactClient

Page 38: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

ORDER BY [Clientsell] ') AS tB. SELECT Probability(m.[Wellsale]) as [Wellsale], t.[ClientMain], t.[Clientsell] From [ClientModel] m

PREDICTION JOIN OPENQUERY([ClientA], 'SELECT [ClientMain], [Clientsell] From FactClient ORDER BY[Clientsell] ') AS t ON m.[ClientMain] = t.[ClientMain]

C. SELECT PredictProbability(t.[Wellsale]) as [Wellsale], m.[ClientMain], m.[Clientsell] From [ClientModel] mPREDICTION JOIN OPENQUERY([ClientA], 'SELECT [ClientMain], [Clientsell] From FactClient ORDER BY[Clientsell] ') AS t ON m.[ClientMain] = t.[ClientMain]

D. SELECT PredictProbability(m.[Wellsale]) as [Wellsale], t.[ClientMain], t.[Clientsell] From [ClientModel]m PREDICTION JOIN OPENQUERY([ClientA], 'SELECT TOP 50 [ClientMain],[Clientsell] From FactClientORDER BY [Clientsell] ') AS t ON m.[ClientMain] = t.[ClientMain]

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 71You design a Business Intelligence (BI) solution by using SQL Server 2008. A data warehouse namedCustomerDW contains a Fact table named FactCustomer. The FactCustomer table contains two columnsnamed CustomerKey and CustomerSales. You create a data mining model named CustomerModel by usingSQL Server 2008 Analysis Services (SSAS).A report that is developed by using SQL Server 2008 Reporting Services (SSRS) lists the top 50 customersbased on the sales amount. The report extracts data from a SQL Server relational database.You add a column named UpSell to the report.You need to ensure that the UpSell column displays the probability values of the expensive products thatcustomers are likely to purchase.Which Data Mining Extensions (DMX) query should you use?

A. SELECT PredictProbability(t.[UpSell]) as [UpSell],[CustomerKey], m.[CustomerSales]From [CustomerModel] mPREDICTION JOIN OPENQUERY([CustomerDW],'SELECT[CustomerKey], [CustomerSales] From FactCustomerORDER BY [CustomerSales]') AS tON m.[CustomerKey] = t.[CustomerKey]

B. SELECT PredictProbability(m.[UpSell]) as [UpSell],[CustomerKey], t.[CustomerSales]From [CustomerModel] mPREDICTION JOINOPENQUERY([CustomerDW],'SELECT TOP 50[CustomerKey], [CustomerSales]FROM FactCustomerORDER BY [CustomerSales]') AS t

C. SELECT PredictProbability(m.[UpSell]) as [UpSell],[CustomerKey], t.[CustomerSales]From [CustomerModel] mPREDICTION JOIN OPENQUERY([CustomerDW],'SELECT TOP 50[CustomerKey],[CustomerSales]From FactCustomerORDER BY [CustomerSales]') AS t

Page 39: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

ON m.[CustomerKey] = t.[CustomerKey]D. SELECT Probability(m.[UpSell]) as [UpSell],

[CustomerKey], t.[CustomerSales]From [CustomerModel] mPREDICTION JOIN OPENQUERY([CustomerDW],'SELECT[CustomerKey], [CustomerSales]From FactCustomerORDER BY [CustomerSales]') AS tON m.[CustomerKey] = t.[CustomerKey]

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 72You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008Reporting Services (SSRS) report.The report contains summary information in two sections named Agencies and States. The Agency summarysection contains two matrices and the State summary section contains a table. The information about eachsection is grouped together.You need to design the report to meet the following requirements:-When the report is exported to a Microsoft Excel spreadsheet, each summary section is rendered to aseparate tab.-The structure in each section is retained.

What should you do?

http://www.gratisexam.com/

A. Select the Keep together on one page option on all report items.B. Select a line component between the report items for the Agency and State summary sections.C. Select all the report items for each section in a list report item and enable the Add A Page Break Before

option on the list report item.D. Select all the report items for each section in a rectangle report item and enable the Add A Page Break

Before option on the rectangle report item.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 73You design a SQL Server 2008 Analysis Services (SSAS) solution that contains a cube. The cube uses anEnglish (EN-US) locale.

Page 40: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

The cube has calculated members that use the members named Day of Week and Month Name of adimension named Date to perform date-related operations. You implement translation in Spanish for the cube.You discover that the calculated members are not working correctly only when the cube is browsed in Spanish.You need to ensure that the calculated members work correctly when the cube is browsed in Spanish.What should you do?

A. Set the language property of the Date dimension to Spanish.B. Set the case sensitive value to true for the collation property of the Date dimension.C. Ensure that the Day of Week and Month Name members have translations defined in the Date dimension.D. Change the calculated members to use the numeric values of the Day of Week and Month Name members.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 74You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008Analysis Services (SSAS) solution that has a dimension table named DimCustomer.The DimCustomer table has the following attributes:-Gender-Address-Marital Status-Phone Number

You discover that DimCustomer takes a long time to process. You need to reduce the processing time ofDimCustomer. You also need to reduce the disk space required for the DimCustomer dimension table.What should you do?

A. Set the ProcessingGroup property of DimCustomer to ByTable.B. Set the ProcessingGroup property of DimCustomer to ByAttribute.C. Set the AttributeHierarchyEnabled property of the Gender and Marital Status attributes to false.D. Set the AttributeHierarchyEnabled property of the Phone Number and Address attributes to false.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 75You design a SQL Server 2008 Analysis Services (SSAS) solution. The solution has dimensions namedAccount and Scenario. The Scenario dimension has the keys numbered 1 and 2 for the members namedActual and Budget, respectively. The Account dimension has the key numbered 40 for the member namedIncome. You create a key performance indicator (KPI) named Net Income that has the following parameters:KPI Value: ( [Account].[Accounts].&[40], [Scenario].[Scenario].&[1], [Measures].[Amount] ) KPI Goal:( [Account].[Accounts].&[40], [Scenario].[Scenario].&[2], [Measures].[Amount] ) If the net income is less than 70percent of the budgeted value, the performance is considered as bad. If the net income is greater than or equalto 90 percent of the budgeted value, the performance is considered as good. You need to calculate theperformance at a specific point in time.What should you do?

A. Set the Trend expression in the KPI to the following code segment:Case

Page 41: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

When KpiValue( "Net Income" ) / KpiGoal( "Net Income" ) >= .90 Then 1When KpiValue( "Net Income" ) / KpiGoal( "Net Income" ) < .90 AndKpiValue( "Net Income" ) / KpiGoal( "Net Income" ) >= .70 Then 0Else -1End

B. Set the Trend expression in the KPI to the following code segment:CaseWhen KpiGoal( "Net Income" ) / KpiValue( "Net Income" ) >= .90 Then 1When KpiGoal( "Net Income" ) / KpiValue( "Net Income" ) < .90 AndKpiGoal( "Net Income" ) / KpiValue( "Net Income" ) >= .70 Then 0Else -1End

C. Set the Status expression in the KPI to the following code segment:CaseWhen KpiValue( "Net Income" ) / KpiGoal( "Net Income" ) >= .90 Then 1When KpiValue( "Net Income" ) / KpiGoal( "Net Income" ) < .90 AndKpiValue( "Net Income" ) / KpiGoal( "Net Income" ) >= .70 Then 0Else -1End

D. Set the Status expression in the KPI to the following code segment:CaseWhen KpiGoal( "Net Income" ) / KpiValue( "Net Income" ) >= .90 Then 1When KpiGoal( "Net Income" ) / KpiValue( "Net Income" ) < .90 AndKpiGoal( "Net Income" ) / KpiValue( "Net Income" ) >= .70 Then 0Else -1End

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 76You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes a datawarehouse that has an online transaction processing (OLTP) database as the data source.The tables in the OLTP database do not include date or time information. On each execution, the SQL Server2008 Integration Services (SSIS) package that copies the data must reload and process the entire dataset.You plan to improve the process of loading the data warehouse. You need to ensure that the followingrequirements are met:-Only new and modified data is processed.-All modifications of the rows caused due to insert, update, and delete activities are processed. -The impact of the loading process on the source system is minimal.

Which action should you perform on the tables that are involved in the load process?

A. Set up the Change Tracking feature.B. Set up the Change Data Capture (CDC) feature.C. Create timestamp columns.D. Create Data Manipulation Language (DML) triggers.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

Page 42: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

QUESTION 77You design a Business Intelligence (BI) solution by using SQL Server 2008. You have deployed a SQL Server2008 Reporting Services (SSRS) application. The number of users for the SSRS application increases. Thisresults in performance problems. The datasets for the reports are optimized.You investigate the SSRS deployment and discover the following characteristics:-Users report that the reports take a long time to run. -There are a large number of graphical reports that summarize data. -Subscription processing affects the performance of reports that are run by interactive users.

You need to modify the SSRS infrastructure to resolve the performance problems.Which scale-out strategy should you use?

A. Single SSRS server and a single reporting database serverB. Multiple SSRS servers and a single reporting database serverC. Single SSRS server and multiple reporting database serversD. Multiple SSRS servers and multiple reporting database servers

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 78You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008Analysis Services (SSAS) solution by using SQL Server 2008. The solution contains a dimension namedDimProduct. The DimProduct dimension contains attributes named Product, Color, Sub-Category, andCategory. The Product attribute is the key attribute for DimProduct.A sample data set of the solution is as shown in the following table.Product Color Sub-Category Category A001 Blue Jeans Clothing A002 Red Jeans Clothing A003 Yellow Couch Furniture A004 Red T-shirt Clothing A005 Black Chair Furniture You discover that the DimProduct dimension has performance issues. You need to design attributerelationships on the DimProduct dimension for optimal performance.Which set of relationships should you use?

A. Source Attribute Related Attribute Product Color Product Category Product Sub-Category

B. Source Attribute Related Attribute Product Color Product Sub-Category Sub-Category Category

C. Source Attribute Related Attribute Product Color Color Sub-Category Sub-Category Category

D. Source Attribute Related Attribute Product Color Product Category Product Sub-Category Sub-Category Category

Page 43: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 79You design a Business Intelligence (BI) solution by using SQL Server 2008. You develop 10 SQL Server 2008Integration Services (SSIS) packages. You plan to include package configuration for all the packages.The package configuration has the following requirements:-All configurations are stored in a single location.-Configuration variables are easily backed up and restored.-Indirect configuration is used.-The database administrators will use SQL Server client tools to change the configuration values.

You need to create package configurations for the packages to meet the configuration requirements.What should you do?

A. Store all configuration information in a SQL Server table.Specify configuration database connectivity settings in an environment variable.

B. Store all configuration information in a SQL Server table.Specify configuration database connectivity settings in the SQL Server table.

C. Use XML configuration files for all packages.Store each XML configuration file in a common folder.Specify the XML configuration file location in an environment variable.

D. Use XML configuration files for all packages.Store each XML configuration file in a common folder.Specify the XML configuration file location in the configuration settings.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 80You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes a SQL Server2008 Reporting Services (SSRS) infrastructure in a scale-out deployment. All reports use a SQL Server 2008relational database as the data source. You implement row-level security.You need to ensure that all reports display only the expected data based on the user who is viewing the report.What should you do?

A. Store the credential of a user in the data source.B. Configure the infrastructure to support Kerberos authentication.C. Configure the infrastructure to support anonymous authentication by using a custom authentication

extension.D. Ensure that all report queries add a filter that uses the User.UserID value as a hidden parameter.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

Page 44: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

QUESTION 81You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes a SQL Server2008 Analysis Services (SSAS) database.A measure group in the database contains transaction details. The transaction details include the price, volumeof shares, trade type, and several other attributes of each transaction. You need to implement a data miningmodel that will estimate the future prices based on the existing transaction data.Which algorithm should the data mining model use?

A. the Microsoft Clustering algorithmB. the Microsoft Association algorithmC. the Microsoft Naive Bayes algorithmD. the Microsoft Neural Network algorithm

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 82You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution contains a SQLServer 2008 Analysis Services (SSAS) database. A measure group in the database contains log entries ofmanufacturing events. These events include accidents, machine failures, production capacity metrics, andother activities. You need to implement a data mining model that meets the following requirements:-Predict the frequency of different event types.-Identify short-term and long-term patterns.Which algorithm should the data mining model use?

A. the Microsoft Time Series algorithmB. the Microsoft Decision Trees algorithmC. the Microsoft Linear Regression algorithmD. the Microsoft Logistic Regression algorithm

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 83You administer a Microsoft SQL Server 2005 Reporting Services (SSRS) instance.The instance has the following features:-Deployed as a single server-Configured to use Native mode-A custom data extension developed by using Microsoft .NET Framework 2.0

You plan to upgrade the instance to SQL Server 2008 Reporting Services. You need to upgrade the instance without loss of functionality.What should you do?

A. Uninstall Internet Information Services (IIS).B. Upgrade the data extension to .NET Framework 3.5.C. Edit the RSWebapplication.config file to refer to the upgraded SSRS endpoint location.D. Install a new instance of SSRS. Migrate the existing configuration files and database to the new instance.

Page 45: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 84You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to transform vehiclesurvey data from a flat file to a data warehouse. You need to design a solution that performs the followingtasks:-Redirect data of vehicle owners to a table named DimOwner. -Redirect data of vehicle enthusiasts to a table named DimEnthusiast. -Log each record's key along with the data transfer date to an audit table.

What should you do?

A. Use a Conditional Split component to redirect data to the audit table and to a Multicast component.Use the Multicast component to redirect the data to the DimOwner and DimEnthusiast tables.

B. Use a Conditional Split component to redirect data to the audit table and to a second Conditional Splitcomponent.Use the second Conditional Split component to redirect the data to the DimOwner and DimEnthusiasttables.

C. Use a Multicast component to redirect data to the audit table and to a second Multicast component.Use the second Multicast component to redirect the data to the DimOwner and DimEnthusiast tables.

D. Use a Multicast component to redirect data to the audit table and to a Conditional Split component.Use the Conditional Split component to redirect the data to the DimOwner and DimEnthusiast tables.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 85You design a Business Intelligence (BI) solution by using SQL Server 2008. You need to load data into youronline transaction processing (OLTP) database once a week by using data from a flat file. The file contains allthe details about new employees who joined your company last week. The data must be loaded into the tablesshown in the exhibit. (Click the Exhibit button.) Employee.EmployeeID is an identity.

Page 46: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

A SQL Server 2008 Integration Services (SSIS) package contains one data flow for each of the destinationtables. In the Employee Data Flow, an OLE DB Command transformation executes a stored procedure thatloads the Employee record and returns the EmployeeID value.You need to accomplish the following tasks:-Ensure that the EmployeeID is used as a foreign key (FK) in all child tables for the correct Employee record.-Minimize the number of round trips to the database.-Ensure that the package performs in the most efficient manner possible.What should you do?

A. Use a Lookup Transformation in each of the child table data flows to find the EmployeeID based on firstname and last name.

B. Store the EmployeeID values in SSIS variables and use the variables to populate the FK columns in each ofthe child tables.

C. After the Employee table is loaded, write the data to a Raw File Destination and use the raw file as a sourcefor each of the subsequent Data Flows.

D. After the Employee table is loaded, write the data to a Flat File Destination and use the flat file as a sourcefor each of the subsequent Data Flows.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 86You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008Reporting Services (SSRS) solution. The solution contains a report named Sales Details that displays salesinformation of all the employees. You create an SSRS report named Sales Summary that displays the totalmonthly sales of each employee.Users who view the Sales Summary report occasionally require the monthly sales details for a particularemployee.You need to ensure that the users can click a value in the month column of the Sales Summary report to open

Page 47: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

and render the Sales Details report.What should you do?

A. Use a subreport.B. Use a bookmark link.C. Use the drilldown functionality.D. Use a drillthrough report link.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 87You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes a SQL Server2008 Analysis Services (SSAS) application that resides on a single server.Data in the SSAS database grows every month.You need to provide a scalability strategy that meets the following requirements:-Maximizes the end-user throughput.-Minimizes daily downtime window due to processing.-Accommodates an unexpected increase in the number of users.

What should you do?

A. Use proactive caching on the server.B. Add an additional server and use remote partitions.C. Scale out the solution by adding more computers and use the Read-Only Database functionality.D. Use the multidimensional online analytical processing (MOLAP)enabled write-back capabilities of the

Analysis Services.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 88You administer a SQL Server 2000 server.The SQL Server 2000 server hosts a SQL Server 2000 relational data warehouse and a SQL Server 2000Analysis Services database (OLAP database).You plan to migrate to a new SQL Server 2008 server in a new untrusted domain. You need to ensure that boththe relational data warehouse and the OLAP database are migrated in the minimum possible time.What should you do?

A. Use the Copy Database Wizard to migrate the relational data warehouse.Use the Migration Wizard to migrate the OLAP database and process the OLAP database.

B. Use the Copy Database Wizard to migrate the relational data warehouse.Use the Migration Wizard to migrate the OLAP database and do not process the OLAP database.

C. Perform a detach and attach of the relational data warehouse files from SQL Server 2000 to SQL Server2008.Use the Migration Wizard to migrate the OLAP database and process the OLAP database.

D. Perform a detach and attach of the relational data warehouse files from SQL Server 2000 to SQL Server2008.

Page 48: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Use the Migration Wizard to migrate the OLAP database and do not process the OLAP database.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 89You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution has a cube that isprocessed periodically. The cube takes several hours to process. Cube processing results in a considerableamount of downtime. You need to minimize the downtime while maintaining the best possible queryperformance of the cube.What should you do?

A. Use the multidimensional online analytical processing (MOLAP) cube storage model.Process the cube on a staging server.Use database synchronization to copy the cube to a production server.

B. Use the relational online analytical processing (ROLAP) cube storage model.Process the cube on a staging server.Use database synchronization to copy the cube to a production server.

C. Use the hybrid online analytical processing (HOLAP) cube storage model.Process the cube on a production server.

D. Partition the cube into several partitions.Use the relational online analytical processing (ROLAP) cube storage model for each partition.Process the cube on a production server.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 90You are managing a Business Intelligence (BI) infrastructure that uses SQL Server 2008 Integration Services(SSIS). Your infrastructure has many SSIS solutions that contain several packages. The current backupstrategy includes nightly backups of all databases on the server. You need to develop a deployment strategythat meets the following requirements:-Deploys only the packages that have been modified.-Includes all packages in the current backup strategy.

What should you do?

A. Use the Package Installation Wizard to deploy packages to SQL Server.B. Use the Package Installation Wizard to deploy packages to the file system.C. Create a reusable deployment script by using dtutil.exe to deploy packages to the msdb database.D. Create a reusable deployment script by using dtutil.exe to deploy packages to the SSIS Package Store.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

Page 49: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

QUESTION 91You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to deploy a new databaseto the SQL Server 2008 Analysis Services (SSAS) instance. The database contains a cube. The cube containsthree Type 1 slowly changing dimensions. The database is updated throughout the day by adding 5,000 rows ofdata every hour. You need to ensure that the cube always contains up-to-date data. You also need to ensurethat the users can access the cube during cube processing.What should you do?

A. Use the relational online analytical processing (ROLAP) cube storage model.B. Use the hybrid online analytical processing (HOLAP) cube storage model. Use the snapshot isolation level

in the relational database that the cube is built on.C. Use the automatic multidimensional online analytical processing (MOLAP) cube storage model.D. Use the hybrid online analytical processing (HOLAP) cube storage model. Use SQL Server 2008 Integration

Services (SSIS) pipeline tasks to schedule periodic cube updates.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 92You design a Business Intelligence (BI) solution by using SQL Server 2008. Your solution includes relationaland analysis services.The solution has a cube that is queried by more than 650 users. During peak hours, more than 100 activeconnections are open on the cube at any given time. Users connect to and query the cube by using custom-built applications. You need to view the connection details and the application name that is used to connectto the cube of all users. What should you do?

A. Use the Resource Governor.B. Use the Database Tuning Advisor.C. Use the Analysis Services performance counters.D. Prepare a report by using a dynamic management view.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 93You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution has a date dimension namedDate and measures named Sales Amount and Total Product Cost.You want to create a calculated measure named Profit. You also want to calculate the differences between thefirst half and second half of the year for all the measures. You run the following MultidimensionalExpressions (MDX) query:WITHMEMBER [Measures].[Profit] AS([Measures].[Sales Amount] - [Measures].[Total Product Cost])/[Measures].[Sales Amount], Format_String ="Percent"MEMBER [Date].[Fiscal Semester of Year].[Half Year Difference] AS [Date].[Fiscal Semester of Year].[FY H2] -[Date].[Fiscal Semester of Year].[FY H1] SELECT{ [Measures].[Sales Amount], [Measures].[Total Product Cost], [Measures].[Profit] } ON COLUMNS, { [Date].[Fiscal Semester of Year].[FY H1], [Date].[Fiscal Semester of Year].[FY H2], [Date].[Fiscal Semester of Year].

Page 50: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

[Half Year Difference] } ON ROWSFROM [Adventure Works]The Profit calculated measure calculates an incorrect value as shown in the exhibit. (Click the Exhibit button.)

You need to ensure that the MDX query calculates the correct value. Which code segment should you use to replace the WITH clause in the MDX query?

A. WITHMEMBER [Measures].[Profit] AS([Measures].[Sales Amount] - [Measures].[Total Product Cost])/[Measures].[Sales Amount], Format_String ="Percent", SOLVE_ORDER = 1MEMBER [Date].[Fiscal Semester of Year].[Half Year Difference] AS [Date].[Fiscal Semester of Year].[FYH2] - [Date].[Fiscal Semester of Year].[FY H1], SOLVE_ORDER = 2

B. WITHMEMBER [Measures].[Profit] AS([Measures].[Sales Amount] - [Measures].[Total Product Cost])/[Measures].[Sales Amount], Format_String ="Percent", SOLVE_ORDER = 2MEMBER [Date].[Fiscal Semester of Year].[Half Year Difference] AS [Date].[Fiscal Semester of Year].[FYH2] - [Date].[Fiscal Semester of Year].[FY H1], SOLVE_ORDER = 1

C. WITHMEMBER [Measures].[Profit] AS ([Measures].[Sales Amount] - [Measures].[Total Product Cost])/[Measures].[Sales Amount], Format_String= "Percent", SOLVE_ORDER = 1MEMBER [Date].[Fiscal Semester of Year].[Half Year Difference] AS [Date].[Fiscal Semester of Year].[FYH2] - [Date].[Fiscal Semester of Year].[FY H1], SOLVE_ORDER = 2, SCOPE_ISOLATION = CUBE

D. WITHMEMBER [Measures].[Profit] AS([Measures].[Sales Amount] - [Measures].[Total Product Cost])/[Measures].[Sales Amount], Format_String ="Percent", SOLVE_ORDER = 1MEMBER [Date].[Fiscal Semester of Year].[Half Year Difference] AS [Date].[Fiscal Semester of Year].[FYH2] - [Date].[Fiscal Semester of Year].[FY H1], SCOPE_ISOLATION = CUBE

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 94You design a Business Intelligence (BI) solution by using SQL Server 2008. Several developers work on a largeSQL Server 2008 Analysis Services (SSAS) project. Developers will work in parallel on the same cubes in thesolution.You need to manage the cube definitions to ensure that each developer's work is not overwritten. You alsoneed to ensure that conflicts can be easily resolved.What should you recommend the developers to do?

A. Work in online mode against a shared server.B. Work in disconnected mode and deploy the solution to a shared server frequently.C. Work in disconnected mode and check in the project to a source control system frequently.D. Work in online mode against a local server and synchronize the SSAS database with a shared server

Page 51: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

frequently.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 95You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. A SQL Server 2008 Integration Services (SSIS) solutionincludes 10 packages. All packages perform the extract, transform, and load (ETL) tasks topopulate a data warehouse. The packages are deployed to multiple servers and executed byseveral users. You have to log the user and start time for each package execution as columns inthe destination tables of the data warehouse. What should you do? So what should you do?

A. You should add a Data Profiling task to the Control Flow task.B. You should add a SQL Server Profiler Log Provider to the package.C. You should add a Transfer Logins component to the Control Flow task.D. You should add an Audit Transformation component within the Data Flow task.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 96You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. Now you intend to upgrade a Microsoft SQL Server 2005Integration Services (SSIS) package which performs an extract, transform, and load (ETL)process for a sales data warehouse. And the package uses only OLE DB sources anddestinations. You notice that the Lookup Transformation process takes a long time to run. Sowhat should you do to optimize the performance of theprocess that populates the Fact tables?

A. You should add a Fuzzy Lookup Transformation.B. You should add an Import Column Transformation.C. You should add a Raw File Source to populate the Lookup TransformationD. You should add a Cache Transformation to populate the Lookup Transformation.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 97You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You create a SQL Server 2008 Reporting Services (SSRS)solution. And you use Microsoft Visual Studio .NET 2008 to develop a report which is namedProductSell.The report that you created must display the following details: The total amount ofyear-wise sales for each product category. The product category as rows and the correspondingyear of sales as columns.The number of sales years and the number of product categories for thereport must be able to vary. So which report item should you add to the report?

Page 52: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

A. You should add MatrixB. You should add TextboxC. You should add SubreportD. You should add Rectangle

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 98You are the administrator of your company network. And you have been assigned a task todevelop a SQL Server 2008 data warehousing project. An online transaction processing

(OLTP) system is the source database for the project. During business time, the OLTP systemexecutes 4,200 transactions every minute. And it records only the date and time of insertion ofa new row and not for the updates of existing rows. You intend to develop an extract, transform,and load (ETL) process for the project which populates a data warehouse from the sourcedatabase. When developing the ETL process, it must be configured in the following manner:1.To run after business hours2. To capture new rows and existing rows that have beenmodifiedYou have to make sure that only new rows or modified rows from the database tablesare processed by the ETL process. So what should you do?

A. You should configure the data warehouse database to support the Type II Slowly ChangingDimension transformation.

B. You should configure the data warehouse database to support the Type I Slowly ChangingDimension transformation.

C. You should configure the Change Data Capture feature on all the source database tables thatwill be processed by the ETL process.

D. You should configure the Change Data Capture feature on all the data warehouse databasetables that will be processed by the ETL process.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 99You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. Now you??re in charge of designing SQL Server2008Integration Services (SSIS) projects. You intend to deploy the projects in the following manner:A parent package on an instance that is named SSIS1.Three child packages individually onthree instances that are named SSIS2, SSIS3, and SSIS4. So what should you do to make surethat the parent package can discover the execution state of the child packages?

A. You should configure the parent package to log its events to a SQL Server log provider.B. You should configure the child packages to log their events to a SQL Server log provider.C. You should configure the child packages to log their events to a SQL Server Profiler log

provider.D. You should configure the parent package to log its events to a SQL Server Profiler log

provider.

Page 53: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 100You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. You work out a SQL Server 2008 Analysis Services (SSAS)solution. Customer data is stored in the tables named CustomerContact and CustomerDetails.The solution utilizes the following two data sources from two different servers: ContosoCRMthat accesses the CustomerContact table Contoso that accesses the CustomerDetails tableYouintend to create a dimension named DimCustomer that analyzes customer data. You have tomake sure that the DimCustomer dimension represents the tables as a snowflake schema toinclude attributes from the two tables. So what should you do to ensure this?

A. You should create a data source view named DsvContoso which is associated with the twodata sources and add the tables to the data source view.

B. You should create a data source view named DsvContoso which is associated with the twodata sources and create a named query in the data source view to

C. You should create a data source view named DsvCustomer which is associated with theContoso data source and add the CustomerDetails table to the data

D. Create a data source view named DsvCustomerContact that is associated with theContosoCRM data source and add the CustomerContact table to

E. You should create a data source view named DsvCustomer which is associated with the

Contoso data source and create a named query in the data source view toF. Create a data source view named DsvCustomerContact that is associated with the

ContosoCRM data source and

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 101You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You create a SQL Server 2008 Reporting Services (SSRS)solution which has a report named SellDetails. The report contains a parameter namedWorkerID. You have the following constraints: Eight thousand employees need the report to bein different file formats.The employees can view only their sales data by specifying theiridentity number as the EmployeeID parameter. You have to make sure that before you deliverthe report to the workers, the constraints are met. So what should you do?

A. You should create a data-driven subscription.B. You should create a SharePoint Report Center site.C. You should create a report model for each employee.D. You should create a subscription for each employee.

Correct Answer: ASection: (none)Explanation

Page 54: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation/Reference:

QUESTION 102You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution.A SQL Server 2008 Analysis Services (SSAS) solutionincludes a cube that has the following objects: Measures named TotalSales andInternetSalesDimensions named DimCustomer, DimProduct, and DimGeographyByauthenticating with their Windows accounts, users run reports against all dimensions andmeasures.You have to offer the users a basic view of data to display only DimGeography,DimProduct, and TotalSales while using as little storage space as possible. So what should youdo?

A. You should create a new cube. Add DimGeography, DimProduct, and TotalSales.B. You should create a new role. Grant access only to DimGeography, DimProduct, and

TotalSales.C. You should create a new data source view. Add the tables used for DimGeography,

DimProduct, and TotalSales.D. You should create a new perspective for the current cube. Select DimGeography,

DimProduct, and TotalSales.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 103You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. A SQL Server 2008 instance is used by the SQL Server2008 Integration Services (SSIS) developers as the primary development environment. All theSSIS packages contain data connection managers that use SQL Server authentication to extractdata. All the SSIS packages contain data connection managers that use SQL Serverauthentication to extract data. You intend to use an automated script to perform the packagemigration from the development environment to a production environment. You must makesure that the packages execute while no error occur in the production environment. So whatshould you do?

A. You should create a package configuration for every package that uses a SQL Server table.B. You should export each package and change the package protection level to

DontSaveSensitive.C. You should create a package configuration for every package that uses an XML

configuration file.D. You should export each package and change the package protection level to

EncryptSensitiveWithPassword.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 104You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You work out a SQL Server 2008 Analysis Services (SSAS)

Page 55: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

solution. The data source view of the solution is presented in the following exhibit. (Click theExhibit button.) You create the following two components from the corresponding tables in thedata source view: A measure group named FactSales Two dimensions named DimCustomerand DimGeography You intend to analyze data in the FactSales measure group by geographiclocations. You have to carry out the rollup measures in the FactSales measure group by usingthe DimGeography dimension. What should you do?

A. You should create a regular relationship for the DimGeography dimension.B. You should create a referenced relationship for the DimGeography dimension.C. You should create a many-to-many relationship for the DimGeography dimension.D. You should create a role-playing dimension instance for the DimGeography dimension.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 105You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. And you develop a SQL Server 2008 Reporting Services(SSRS) solution. You use Microsoft Visual Studio .NET 2008 to create reports. The manager ofyour company asks to create 60 SSRS reports. You mustmake sure that the company logo andthe company name are included in the page header of all the reports. So what should you do?

A. You should create an SSRS report and include the required page header in the report. Anduse the report as a template for all the reports.

B. You should create an SSRS report and include the required page header in the report andcreate a subreport that refers to the report. Include the subreport to all

C. You should create a SSRS report and include the required page header in the report. Copythe report definition to an XML file and add the XML file as a data

D. You should create a SSRS report and include the required page header in the report. Createa class library that includes the report and add the class library as an

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 106You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You use SQL Server 2008 to work out a SQL Server 2008Analysis Services (SSAS) solution. A source database which contains a table named Client istilized in the solution. And the Client table contains lots ofcolumns. You have read-only accessto the database. You intend to cut down the number of columns in the Client table. You have tosplit the Client table to be distributed across multiple table definitions. So what should you do?

A. You should create multiple data sources for the SSAS solution.B. You should create multiple named queries for the SSAS solution.C. You should create multiple database views for the source database.D. You should create multiple data source views for the SSAS solution.

Correct Answer: B

Page 56: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Section: (none)Explanation

Explanation/Reference:

QUESTION 107You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You intend to create a SQL Server 2008 Reporting Services(SSRS) solution. Developers generate random reports against a data source that contains 180tables. Power users generate random reports against five of the 180 tables. You have to design astrategy for the SSRS solution to satisfy the following requirements: Use as little developmenteffort as possible.Supply the developers group and the power users group with two sets of tablesin SSRS.So which strategy will you use?

A. You should create two Report Builder models. Include the five frequently used tables in thefirst model and include all the tables in the second model.

B. You should create a Report Builder model by using all the tables and create a perspectivewithin the model to use only the five frequently used tables.

C. You should create a Report Builder model by using all the tables. Create two folders. Placethe five frequently used tables in the first folder and the remaining

D. You should create two Data Source Views. Include all the tables in one Data Source Viewand the five frequently used tables in the other Data Source View.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 108You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. You work out a solution to analyze the usage of discountvouchers issued by the company. There are two columns in the dimension table, respectivelynamed ClientFullName and VoucherNumber. A value for the ClientFullName column is notavailable until the voucher is used. Even if there is a NULL value in the ClientFullNamecolumn, the slowly Changing imension transformation must be configured to load theVouchers dimension. So what should you do?

A. You should enable the support for inferred members.B. You should set the Change Type option to Changing Attribute for the VoucherNumber

column.C. You should set the Change Type option to Fixed Attribute for the CustomerFullName

column.D. You should set the Change Type option to Historical Attribute for the VoucherNumber

column.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 109You are the administrator of your company network. And now you??re in charge of SQL

Page 57: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Server 2008 Analysis Services (SSAS) data mining. You create a data mining solution whichcollects data from three different operational source systems. You noticed that when theoperational source systems are accessed directly, performance problems occur. During the off-duty time, the solution is updated continuously by using current data on a daily basis. Whatshould you do to integrate data for the data mining solution without causing performanceproblems?

A. You should integrate all the operational source systems in a Data Source View of the datamining solution and collect data directly from the operational source

B. You should create Views in SQL Server 2008 to join the tables of all the operational sourcesystems by using Linked Servers and create the data mining solution to

C. You should create Views in SQL Server 2008 to join the tables of all the operational sourcesystems by using Open Rowset queries and build the data mining

D. You should build a staging area to collect data from all the operational source systems byusing SQL Server 2008 Integration Services (SSIS) and build the data

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 110You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You work out a SQL Server 2008 Analysis Services (SSAS)solution which includes a cube that has a cube that has a measure named SellAmount.Customer sales data for the last five months is stored in the measure. The cube has a singlepartition which has the storage property set to real-time hybrid online analytical processing(HOLAP). Queries against the cube must return current sales data that is entered one hourbefore cube processing. The partition takes more than two hours to process and the queriesmake response slowly. So what should you do to improve the cube processing and queryresponse time?

http://www.gratisexam.com/

A. You should modify the storage setting of the partition to multidimensional online analyticalprocessing (MOLAP).

B. You should modify the storage setting of the partition to real-time relational online analyticalprocessing (ROLAP).

C. You should create a partition for each customer and set the storage setting of every partitionto low-latency multidimensional online analytical processing

D. You should create a partition for every month and set the storage setting of the partition forthe current month to low-latency multidimensional online analytical

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

Page 58: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

QUESTION 111You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You intend to configure a SQL Server 2008AnalysisServices (SSAS) cube which reads from a remote data source and increases several measuregroups by 1 million rows everyday. The cube includes 110 million Fact rows and 600dimension attributes. You intend to increase the number of users by 200 percent for the cube.During cube processing, you must capture the baseline performance on the overall system. Sowhat should you do?

A. You should monitor cube processing events by using the sp_monitor system storedprocedure.

B. You should configure the data collector to collect Query Activity statistics during cubeprocessing.

C. You should monitor cube processing events by using the sp_trace_setfilter system storedprocedure.

D. You should configure the data collector to collect Performance Counters statistics duringcube processing.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 112You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You create a SQL Server 2008 Reporting Services (SSRS)solution. Eighteen users edit the content of the reports. And the users all are members of anActive Directory group named Designers. Because the reports are published with incompleteinformation, an approval process must be designed. So what should you do?

A. You should restrict the Designers group to the Browser role in SSRS.B. You should add the Designers group to the Content Manager role in SSRS.C. You should deploy the reports to a Microsoft Office SharePoint Server 2007 environment.D. You should create a shared schedule for the reports and set the snapshot execution option

for all the reports by using the shared schedule.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 113You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. You create 8 SQL Server 2008 Integration Services (SSIS)packages. You intend to include package configuration for all the packages. The packageconfiguration has the following requirements: Indirect configuration is used.All configurationsare stored in a single location.Configuration variables are easily backed up and restored.Thedatabase administrators will use change the configuration values by using SQL Server clienttools.You have to create package configurations for the packages to satisfy the configurationrequirements. So what should you do?

A. You should store all configuration information in a SQL Server table. Specify configuration

Page 59: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

database connectivity settings in the SQL Server table.B. You should store all configuration information in a SQL Server table. Specify configuration

database connectivity settings in an environment variable.C. You should use XML configuration files for all packages. Store each XML configuration

file in a common folder. Specify the XML configuration file location in anD. You should use XML configuration files for all packages. Store each XML configuration

file in a common folder. Specify the XML configuration file location in the

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 114You are the administrator of your company network. And you??re in charge of a MicrosoftSQL Server 2005 Reporting Services (SSRS) instance which has the following features: It isset as a single server and configured to use Native mode and a custom data extension isdeveloped by using Microsoft .NET Framework 2.0You intend to upgrade the instance to SQLServer 2008 Reporting Services while ensure that there??s no loss of functionality.So whatshould you do?

A. You should uninstall Internet Information Services (IIS).B. You should upgrade the data extension to .NET Framework 3.5.C. You should edit the RSWebapplication.config file to refer to the upgraded SSRS endpoint

location.D. You should install a new instance of SSRS and move the existing configuration files and

database to the new instance.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 115You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. And you also use SQL Server 2008 to create a SQL Server2008 Reporting Services (SSRS) solution. A shared data source named LTProduction is used bysome reports on the server. You modify one of the reports which use the LTProduction datasource. The modified report must use an alternate data source after deployment. Now whatshould you do to keep the modified report from affecting other reports?

A. You should update the connection string of the LTProduction shared data source to point tothe alternate data source.

B. You should update the modified report to use a report-specific data source and update theconnection string of the report-specific data source to point to the

C. You should create a new shared data source named LTProduction in the same folder as thatof the modified report and update the connection string of the new

D. You should disable the LTProduction data source. Update the modified report to use areport-specific data source and update the connection string of the

Correct Answer: BSection: (none)

Page 60: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation

Explanation/Reference:

QUESTION 116You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. And you work out a SQL Server 2008 Reporting Services(SSRS) solution. There??s a report named Sales Details in the solution. The report shows thetotal weekly sales of each employee. Users may view theSales Summary report, they may needthe weekly sales details for certain employee. In order to make sure that the users can click avalue in the month column of the Sales Summary report to open and render the Sales Detailsreport, you have to do something. So what should you do?

A. You should use a subreport.B. You should use a bookmark link.C. You should use a drillthrough report link.D. You should use the drilldown functionality.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 117You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. The SQL Server 2008 instance hosts a database which isscheduled for a full backup on a monthly basis. The 4-terabyte database contains 3.5 terabyte ofdata in a read-only filegroup and uses the bulk-logged recovery model. You have to back up thedatabase changes to a tape drive every night while using as little storage space and time aspossible. So which backup strategy should you use?

A. You should use file backupB. You should use Partial backupC. You should use differential backupD. You should use differential Partial backup

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 118You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. You intend to develop a report which uses data acquiredfrom a SQL Server 2008 Analysis Services (SSAS) instance. And the SSAS cube includes fiveparentCchild key performance indicators (KPIs). Each KPI has nine children. You have tocreate an executive dashboard in Microsoft Office SharePoint Server (MOSS) that displays theKPIs and depicts the parentCchild relationship. Which technology should you use?

A. You should use MOSS KPI LibraryB. You should use Microsoft Office ExcelC. You should use MOSS Business Data Catalog

Page 61: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

D. You should use Microsoft Office PerformancePoint Server

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 119You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. Now you??re moving a database from Microsoft SQLServer 2000 to SQL Server 2008. You want to identify the potential data quality problemsbefore migration. You intend to use SQL Server 2008 Integration Services (SSIS) to work out asolution which must meet the following requirements: Requires minimum developmentefforts. Runs as a repetitive process based on SSIS.Allows specification of flexible patterns toidentify NULL and invalid column values. So which SSIS task should you use?

A. You should use ScriptB. You should use ActiveX ScriptC. You should use Data ProfilingD. You should use Data Mining Query

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 120You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You intend to design the report strategy for a new reportproject. The report project will be used by a financial application which uses six calculationsthat are implemented in Microsoft .NET Framework 3.5 assemblies.The assemblies use thestatic methods and are written in the C# language. The expressions n all reports must be able touse the calculations. Besides this, you have to make sure consistency within the reports whileusing as little development effort as possible.So what should you do?

A. You should use T-SQL functions to write the calculation logic used by the calculations.B. You should add a reference to the assemblies in the Report Properties References tab.C. You should write the code of the calculation logic into the Report Properties Custom Code

tab.D. You should use the mathematical functions available natively to SQL Server 2008 Reporting

Services (SSRS) to write the calculation logic in each report

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 121You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. A SQL Server 2008 Reporting Services (SSRS) instancecontains a report which will be delivered to multiple recipients. The report includes a subreport

Page 62: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

but doesn??t contain parameters. When the user clicks a report heading, the subreport isdisplayed. Potential recipients use the Web site to indicate their preferences to receive thereport. Internal employees and external customers have access to the report. You intend tocreate a report subscription strategy for the report. You notice that the recipient list varies everyweek. So what should you do to make sure that all potential recipients receive the report?

A. You should use the e-mail delivery method to create a standard subscription.B. You should use the e-mail delivery method to create a data-driven subscription.C. You should use the file share delivery method to create a data-driven subscription.D. You should use the file share delivery method to create a standard subscription.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 122You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. All transaction data of your company is processed in a Pointof Sale (POS) application. You work out a solution on the basis of the transaction data, in orderto foretell which type of products a customer may buy on a single visit. You have to select thesuitable algorithm to design the solution. So which algorithm should you choose?

A. You should use Time SeriesB. You should use ClusteringC. You should use Naive BayesD. You should use Association Rules

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 123You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. There??s an application record the inventory to the Productstable at the end of every business day. The business solution for the application must meet thefollowing two features: 1. Historical product attributes are not stored. 2. The content of theProducts table changes every day.You have to choose an appropriate dimensional model to

satisfy the business solution. So which model will you utilize?

A. You should utilize degenerate DimensionB. You should utilize parent-child DimensionC. You should utilize Type I Slowly Changing DimensionD. You should utilize Type II Slowly Changing Dimension

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

Page 63: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

QUESTION 124You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. You intend to analyze customer interests for the varioussections of the Web site of your company. Information that you need for analysis is stored in thelog files on the Web server. You plan to work out a SQL Server 2008 Integration Services(SSIS) solution to load the information from the log files into a database. You need toenumerate the log files that are stored on the Web server.So which control flow element shouldyou utilize?

A. You should utilize File System taskB. You should utilize Sequence containerC. You should utilize Data Profiling taskD. You should utilize Foreach Loop container

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 125You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. The instance includes an SQL Server 2008 AnalysisServices (SSAS) database which contains a cube named Sales. And the sales cube has a role

named roleAfrica and a dimension named locality which has a hierarchy that contains thefollowing members: City, egion, Continent.You intend to develop the security configuration forthe Sales cube. You have to enable the Read permissions for the roleAfrica role. You also haveto ensure that the roleAfrica role can access only the Fact rows that are members of the Africacontinent. So which Multidimensional Expressions (MDX) statement should you utilize?

A. You should utilize MEASURES.CURRENTMEMBER IS EUROPEB. You should utilize ANCESTOR(GEOGRAPHY.CURRENTMEMBER) IS EUROPEC. You should utilize MEASURES.CURRENTMEMBER[CONTINENT] IS EUROPED. You should utilize ANCESTOR(GEOGRAPHY.CURRENTMEMBER,[CONTINENT]) IS

EUROPE

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 126You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. And you intend to develop a dimensional modeling strategyfor a new data warehouse application which contains the following dimension: Time, Product,Customer, SalesPerson.And the application contains the following cubes:1: Sales that containsall the dimensions2: Customers that contain the Customer and Time dimensions3: Products thatcontain the Product and the Time dimensionsNow you have to develop a suitable dimensionalmodeling strategy for the Product and the Time dimensions.So which dimensional modelshould you utilize?

Page 64: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

A. You should utilize reference dimensionsB. You should utilize conformed dimensionsC. You should utilize degenerate dimensionsD. You should utilize Parent-Child dimensions

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 127You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. And you have deployed a SQL Server 2008 ReportingServices (SSRS) application. Users who use the SSRS application increase to a large number.Therefore, performance problems come into being. The datasets for the reports have beenoptimized. Now you check the SSRS deployment and find the following characteristics:Thereare plentiful graphical reports that summarize data.It is reported that the reports take a quitelong time to run.The performance of reports that are run by interactive users is affected bySubscription processing. In order to solve the performance problems, you have to modify theSSRS infrastructure. So which scale-out strategy should you utilize?

A. You should utilize single SSRS server and a single reporting database serverB. You should utilize single SSRS server and multiple reporting database serversC. You should utilize multiple SSRS servers and a single reporting database serverD. You should utilize multiple SSRS servers and multiple reporting database servers

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 128You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. And you want to deploy a new database that contains a cubeto the SQL Server 2008 Analysis Services (SSAS) instance. And the cube contains three Type 1slowly hanging dimensions. The database is updated everyday by adding 4,800 rows of dataevery hour. Now you have to make sure two things, one is the cube must contain up-to-datedata at all times, the other is, during cube processing, the users are able to access the cube. Sowhat should you do to achieve this two?

A. You should utilize the relational online analytical processing (ROLAP) cube storage model.B. You should utilize the automatic multidimensional online analytical processing (MOLAP)

cube storage model.C. You should utilize the hybrid online analytical processing (HOLAP) cube storage model. Use

the snapshot isolation level in the relational database that the cube isD. You should utilize the hybrid online analytical processing (HOLAP) cube storage model. Use

SQL Server 2008 Integration Services (SSIS) pipeline tasks to

Correct Answer: ASection: (none)Explanation

Page 65: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation/Reference:

QUESTION 129You design a Business Intelligence (BI) solution by using SQL Server 2008. You have developed SQL Server2008 Reporting Services (SSRS) reports that are deployed on an SSRS instance.You plan to develop a new application to view the reports. The application will be developed by using MicrosoftASP.NET 3.5.You need to ensure that the application can perform the following tasks:-Display available reports in a tree view control.-Create and manage subscriptions on reports.

What should you do?

A. Configure the ASP.NET application to use the SSRS Web service.B. Configure the ASP.NET application to use URL access along with the Command parameter.C. Embed a ReportViewer control in the ASP.NET application. Configure the control to use the local

processing mode.D. Embed a ReportViewer control in the ASP.NET application. Configure the control to use the remote

processing mode.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 130You design a Business Intelligence (BI) solution by using SQL Server 2008. You design a SQL Server 2008Reporting Services (SSRS) report that meets the following requirements:-Displays sales data for the last 12 months.-Enables users to view the sales information summarized by month. -Enables users to view individual sales orders for any given month.

You need to design the report to minimize the impact on bandwidth.What should you do?

A. Create a standard report that contains all sales orders. Implement report filtering based on the month.B. Create a standard report that contains all sales orders. Implement grouping for the monthly summaries.C. Create a standard report that contains the monthly summaries. Create a subreport for the sales orders for

any given month.D. Create a standard report that contains the monthly summaries. Create a drillthrough report for the sales

orders for any given month.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 131You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution contains a SQLServer 2008 Analysis Services (SSAS) database. A measure group in the database contains log entries ofmanufacturing events. These events include accidents, machine failures, production capacity metrics, andother activities. You need to implement a data mining model that meets the following requirements:

Page 66: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

-Predict the frequency of different event types.-Identify short-term and long-term patterns.Which algorithm should the data mining model use?

A. the Microsoft Time Series algorithmB. the Microsoft Decision Trees algorithmC. the Microsoft Linear Regression algorithmD. the Microsoft Logistic Regression algorithm

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 132You design a Business Intelligence (BI) solution by using SQL Server 2008. Several developers work on a largeSQL Server 2008 Analysis Services (SSAS) project. Developers will work in parallel on the same cubes in thesolution.You need to manage the cube definitions to ensure that each developer's work is not overwritten. You alsoneed to ensure that conflicts can be easily resolved.What should you recommend the developers to do?

A. Work in online mode against a shared server.B. Work in disconnected mode and deploy the solution to a shared server frequently.C. Work in disconnected mode and check in the project to a source control system frequently.D. Work in online mode against a local server and synchronize the SSAS database with a shared server

frequently.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 133You are the administrator of your company network. You use Server 2008 to develop aBusiness Intelligence (BI) solution. The instance includes an SQL Server 2008 AnalysisServices (SSAS) database which contains a cube named Sales. And the sales cube has a role

named roleAfrica and a dimension named locality which has a hierarchy that contains thefollowing members: City, egion, Continent.You intend to develop the security configuration forthe Sales cube. You have to enable the Read permissions for the roleAfrica role. You also haveto ensure that the roleAfrica role can access only the Fact rows that are members of the Africacontinent. So which Multidimensional Expressions (MDX) statement should you utilize?

A. You should utilize MEASURES.CURRENTMEMBER IS EUROPEB. You should utilize ANCESTOR(GEOGRAPHY.CURRENTMEMBER) IS EUROPEC. You should utilize MEASURES.CURRENTMEMBER[CONTINENT] IS EUROPED. You should utilize ANCESTOR(GEOGRAPHY.CURRENTMEMBER,[CONTINENT]) IS

EUROPE

Correct Answer: DSection: (none)

Page 67: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

Explanation

Explanation/Reference:

QUESTION 134You design a Business Intelligence (BI) solution by using SQL Server 2008. You have developed SQL Server2008 Reporting Services (SSRS) reports that are deployed on an SSRS instance.You plan to develop a new application to view the reports. The application will be developed by using MicrosoftASP.NET 3.5.You need to ensure that the application can perform the following tasks:-Display available reports in a tree view control.-Create and manage subscriptions on reports.

What should you do?

A. Configure the ASP.NET application to use the SSRS Web service.B. Configure the ASP.NET application to use URL access along with the Command parameter.C. Embed a ReportViewer control in the ASP.NET application. Configure the control to use the local

processing mode.D. Embed a ReportViewer control in the ASP.NET application. Configure the control to use the remote

processing mode.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 135You design a SQL Server 2008 Analysis Services (SSAS) solution. You have the following requirements for asingle data mining model:-Group all customers by two different age ranges.-Group all customers by ten different age ranges.

You need to design the model to meet the requirements.What should you include in the design?

A. one column of the Long data type and the Discrete content typeB. one column of the Long data type and the Continuous content typeC. two columns, each of the Long data type and the Discrete content typeD. two columns, each of the Long data type and the Discretized content type

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 136You administer a SQL Server 2008 Reporting Services (SSRS) environment. You restore the ReportServerand ReportServerTempDB databases to a new server. When you browse to the Report Manager Web page,you receive an error message. You are unable to view the folder structure and the reports.You need to view the folder structure and the reports.What should you do?

Page 68: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

A. Restore the symmetric key.B. Restore the msdb database.C. Restore the master database.D. Configure the IIS virtual directory.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 137You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. You use SQL Server 2008 to work out a SQL Server 2008Analysis Services (SSAS) solution. A source database which contains a table named Client istilized in the solution. And the Client table contains lots ofcolumns. You have read-only accessto the database. You intend to cut down the number of columns in the Client table. You have tosplit the Client table to be distributed across multiple table definitions. So what should you do?

A. You should create multiple data sources for the SSAS solution.B. You should create multiple named queries for the SSAS solution.C. You should create multiple database views for the source database.D. You should create multiple data source views for the SSAS solution.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 138You are the administrator of your company network. You use SQL Server 2008 to develop aBusiness Intelligence (BI) solution. The SQL Server 2008 instance hosts a database which isscheduled for a full backup on a monthly basis. The 4-terabyte database contains 3.5 terabyte ofdata in a read-only filegroup and uses the bulk-logged recovery model. You have to back up thedatabase changes to a tape drive every night while using as little storage space and time aspossible. So which backup strategy should you use?

A. You should use file backupB. You should use Partial backupC. You should use differential backupD. You should use differential Partial backup

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 139You design a Business Intelligence (BI) solution by using SQL Server 2008. You design a SQL Server 2008Reporting Services (SSRS) report that meets the following requirements:

Page 69: Number : 070-452 Passing Score : 800 Time Limit : 120 min · Explanation Explanation/Reference: QUESTION 3 You design a SQL Server 2008 Analysis Services (SSAS) solution. Your solution

-Displays sales data for the last 12 months.-Enables users to view the sales information summarized by month. -Enables users to view individual sales orders for any given month.

You need to design the report to minimize the impact on bandwidth.What should you do?

A. Create a standard report that contains all sales orders. Implement report filtering based on the month.B. Create a standard report that contains all sales orders. Implement grouping for the monthly summaries.C. Create a standard report that contains the monthly summaries. Create a subreport for the sales orders for

any given month.D. Create a standard report that contains the monthly summaries. Create a drillthrough report for the sales

orders for any given month.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

http://www.gratisexam.com/