(new version) passleader free 70-467 practice tests with new questions (41-60)

20
Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467) New Version Updated After 2014/7/1 -- Ensure 100% Valid Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader. New Version Updated After 2014/7/1 -- 100% Valid Ensure Click Here -- http://www.passleader.com/70-467.html QUESTION 41 You are creating a Multidimensional Expressions (MDX) calculation for Projected Revenue in a cube. For Product A, Projected Revenue is defined as 150 percent of the Total Sales of the product. For all other products, Projected Revenue is defined as 110 percent of the Total Sales of the product. You need to calculate the Projected Revenue as efficiently as possible. Which calculation should you use? (More than one answer choice may achieve the goal. Select the BEST answer.) A. Option A B. Option B C. Option C D. Option D Answer: C QUESTION 42 You are defining a named set by using Multidimensional Expressions (MDX) in a sales cube. The cube includes a Customer dimension that contains a Geography hierarchy and a Gender attribute hierarchy. You need to return only the female customers in the Geography hierarchy. Which set should you use? (More than one answer choice may achieve the goal. Select the BEST answer.)

Upload: ubliing

Post on 03-Apr-2016

216 views

Category:

Documents


0 download

DESCRIPTION

Passleader Free 70-467 Practice Tests With New Questions Ensure 100 Percent Pass.-- http://www.passleader.com/70-467.html

TRANSCRIPT

Page 1: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

QUESTION 41 You are creating a Multidimensional Expressions (MDX) calculation for Projected Revenue in a cube. For Product A, Projected Revenue is defined as 150 percent of the Total Sales of the product. For all other products, Projected Revenue is defined as 110 percent of the Total Sales of the product. You need to calculate the Projected Revenue as efficiently as possible. Which calculation should you use? (More than one answer choice may achieve the goal. Select the BEST answer.)

A. Option A

B. Option B

C. Option C

D. Option D

Answer: C QUESTION 42 You are defining a named set by using Multidimensional Expressions (MDX) in a sales cube. The cube includes a Customer dimension that contains a Geography hierarchy and a Gender attribute hierarchy. You need to return only the female customers in the Geography hierarchy. Which set should you use? (More than one answer choice may achieve the goal. Select the BEST answer.)

Page 2: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

A. Option A

B. Option B

C. Option C

D. Option D

Answer: A QUESTION 43 Hotspot Questions You are designing a SQL Server Integration Services (SSIS) package configuration strategy. The package configuration must meet the following requirements: - Include multiple properties in a configuration.

- Force packages to load all settings in the configuration.

- Support Encrypting File System (EFS) formats.

You need to select the appropriate configuration. Which configuration type should you use? To answer, select the appropriate option from the drop-down list in the dialog box.

Page 3: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

Answer:

Explanation: Package Configuration Types The following table describes the package configuration types. * SQL Server table A table in a SQL Server database contains the configuration. The table can include multiple configurations. * XML configuration file An XML file contains the configurations. The XML file can include multiple configurations.

Page 4: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

* Environment variable An environment variable contains the configuration. * Registry entry A Registry entry contains the configuration. * Parent package variable A variable in the package contains the configuration. This configuration type is typically used to update properties in child packages. Reference: Package Configurations QUESTION 44 You are designing a SQL Server Integration Services (SSIS) solution that will load multiple Online Transactional Processing (OLTP) data sources into a SQL Server data mart. You have the following requirements: - Ensure that the process supports the creation of an exception report

that details possible duplicate key values, null ratios within columns,

and column-length distributions of values.

- Ensure that users can generate the exception report in an XML format.

- Use the minimum development effort.

You need to design the SSIS solution to meet the requirements. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

A. Use a Data Profiling task. Use a Data Flow task to extract the XML output of the Data Profiling task into a SQL Server table. Query the table to view the exceptions.

B. Use Data Flow tasks to process the clean data.

C. Use a Data Profiling task. Read the exceptions in Data Profile Viewer.

D. Design a stored procedure that examines data for common dirty data patterns. Use an Execute SQL task.

Answer: C QUESTION 45 You are designing a SQL Server Integration Services (SSIS) solution. The solution will contain an SSIS project that includes several SSIS packages. Each SSIS package will define the same connection managers and variables. You have the following requirements: - The deployment model must support changing the content of connection

strings by using parameters at execution time.

- The deployment model must automatically log events to the SSISOB

database.

- Maximize performance at execution time.

You need to design a solution that meets the requirements. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

A. Use a project deployment model. Modify connection manager properties to use project parameters.

B. Use a package deployment model. Save each SSIS package to a file share that can be accessed from all environments.

C. Use a package deployment model. Configure connections in an XML configuration file referenced by an environment variable that corresponds

Page 5: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

to the SQL Server environment of each SSIS package.

D. Use a project deployment model. Modify connection manager properties to use package parameters.

Answer: A QUESTION 46 Drag and Drop Questions You are administering a SQL Server Analysis Services (SSAS) database on a server. The database hosts a financial cube based on a SQL Azure database. You need to grant read access to the financial cube for all users in the group USA\PowerUsers. Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)

Answer:

Case Study: 1 - Tailspin Toys Case A(QUESTION 47 - QUESTION 59) Background You are the business intelligence (BI) solutions architect for Tailspin Toys. You produce solutions by using SQL Server 2012 Business Intelligence edition and Microsoft SharePoint Server 2010 Service Pack 1 (SP1) Enterprise edition. Technical Background Extract, transform, load (ETL) processes populate the data warehouse every 24 hours.

Page 6: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

ETL Processes One SQL Server Integration Services (SSIS) package is designed and developed to populate each data warehouse table. The primary source of data is extracted from a SQL Azure database. Secondary data sources include a Microsoft Dynamics CRM 2011 on-premises database. ETL developers develop packages by using the SSIS project deployment model. The ETL developers are responsible for testing the packages and producing a deployment file. The deployment file is given to the ETL administrators. The ETL administrators belong to a Windows security group named SSISOwners that maps to a SQL Server login named SSISOwners. Data Models The IT department has developed and manages two SQL Server Analysis Services (SSAS) BI Semantic Model (BISM) projects: Sales Reporting and Sales Analysis. The Sales Reporting database has been developed as a tabular project. The Sales Analysis database has been developed as a multidimensional project. Business analysts use PowerPivot for Microsoft Excel to produce self-managed data models based directly on the data warehouse or the corporate data models, and publish the PowerPivot workbooks to a SharePoint site. The sole purpose of the Sales Reporting database is to support business user reporting and ad-hoc analysis by using Power View. The database is configured for DirectQuery mode and all model queries result in SSAS querying the data warehouse. The database is based on the entire data warehouse. The Sales Analysis database consists of a single SSAS cube named Sales. The Sales cube has been developed to support sales monitoring, analysts, and planning. The Sales cube metadata is shown in the following graphic.

Details of specific Sales cube dimensions are described in the following table.

Page 7: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

The Sales measure group is based on the FactSales table. The Sales Plan measure group is based on the FactSalesPlan table. The Sales Plan measure group has been configured with a multidimensional OLAP (MOLAP) writeback partition. Both measure groups use MOLAP partitions, and aggregation designs are assigned to all partitions. Because the volumes of data in the data warehouse are large, an incremental processing strategy has been implemented. The Sales Variance calculated member is computed by subtracting the Sales Plan forecast amount from Sales. The Sales Variance ?o calculated member is computed by dividing Sales Variance by Sales. The cube's Multidimensional Expressions (MDX) script does not set any color properties. Analysis and Reporting SQL Server Reporting Services (SSRS) has been configured in SharePoint integrated mode. A business analyst has created a PowerPivot workbook named Manufacturing Performance that integrates data from the data warehouse and manufacturing data from an operational database hosted in SQL Azure. The workbook has been published in a PowerPivot Gallery library in SharePoint Server and does not contain any reports. The analyst has scheduled daily data refresh from the SQL Azure database. Several SSRS reports are based on the PowerPivot workbook, and all reports are configured with a report execution mode to run on demand. Recently users have noticed that data in the PowerPivot workbooks published to SharePoint Server is not being refreshed. The SharePoint administrator has identified that the Secure Store Service target application used by the PowerPivot unattended data refresh account has been deleted. Business Requirements ETL Processes All ETL administrators must have full privileges to administer and monitor the SSIS catalog, and to import and manage projects. Data Models The budget and forecast values must never be accumulated when querying the Sales cube. Queries should return the forecast sales values by default. Business users have requested that a single field named SalespersonName be made available to report the full name of the salesperson in the Sales Reporting data model. Writeback is used to initialize the budget sales values for a future year and is based on a weighted allocation of the sales achieved in the previous year.

Page 8: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

Analysis and Reporting Reports based on the Manufacturing Performance PowerPivot workbook must deliver data that is no more than one hour old. Management has requested a new report named Regional Sales. This report must be based on the Sales cube and must allow users to filter by a specific year and present a grid with every region on the columns and the Products hierarchy on the rows. The hierarchy must initially be collapsed and allow the user to drill down through the hierarchy to analyze sales. Additionally, sales values that are less than S5000 must be highlighted in red. Technical Requirements Data Warehouse Business logic in the form of calculations should be defined in the data warehouse to ensure consistency and availability to all data modeling experiences. The schema design should remain as denormalized as possible and should not include unnecessary columns. The schema design must be extended to include the product dimension data. ETL Processes Package executions must log only data flow component phases and errors. Data Models Processing time for all data models must be minimized. A key performance indicator (KPI) must be added to the Sales cube to monitor sales performance. The KPI trend must use the Standard Arrow indicator to display improving, static, or deteriorating Sales Variance % values compared to the previous time period. Analysis and Reporting IT developers must create a library of SSRS reports based on the Sales Reporting database. A shared SSRS data source named Sales Reporting must be created in a SharePoint data connections library.

Page 9: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

QUESTION 47 You need to fix the PowerPivot data refresh problem by using the least amount of administrative effort. What should you do?

A. Use the PowerPivot Configuration Tool and select the Upgrade Features, Services, Applications and Solutions option.

B. Use the PowerPivot Configuration Tool and select the Configure or Repair PowerPivot for SharePoint option.

C Reinstall SSAS in PowerPivot for SharePoint mode by using the SQL Server 2012 installation media.

D. In SharePoint Central Administration, create a target application and configure the PowerPivot service application settings to use the target application.

Answer: B QUESTION 48 You need to grant appropriate permissions to the SSISOwners SQL Server login. What should you do?

Page 10: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

A. Map the login to the SSISDB database. Assign the user to the ssis_admin role.

B. Map the login to the msdb database. Assign the user to the db_owner role.

C. Map the login to the msdb database. Assign the user to the db_ssisadmin role.

D. Map the login to the SSISDB database. Assign the user to the db_ssisadmin role.

E. Map the login to the SSISDB database. Assign the user to the db_owner role.

F. Map the login to the msdb database. Assign the user to the ssis_admin role.

Answer: C Explanation: http://msdn.microsoft.com/en-us/library/ms141053.aspx QUESTION 49 You need to configure the Scenario attribute to ensure that business users appropriately query the Sales Plan measure. What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

A. Set the AttributeHierarchyVisible property to False.

B. Set the IsAggregatable property to False.

C. Set the Usage property to Parent.

D. set the DefaultMember property to the Forecast member.

E. Set the AttributeHierarchyEnabled property to False.

F. Set the RootMemberIf property to ParentIsMissing.

Answer: CD Explanation: * From scenario: The Sales measure group is based on the FactSales table. The Sales Plan measure group is based on the FactSalesPlan table. The Sales Plan measure group has been configured with a multidimensional OLAP (MOLAP) writeback partition. Both measure groups use MOLAP partitions, and aggregation designs are assigned to all partitions. QUESTION 50 Drag and Drop Questions You need to configure the attribute relationship types for the Salesperson dimension. Which configuration should you use? To answer, drag the appropriate pair of attributes and attribute relationships from the list to the correct location or locations in the answer area. (Answer choices may be used once, more than once, or not all.)

Page 11: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

Answer:

Explanation: * You connect a "higher-level" attribute to a "lower-level" attribute. * Best practice design says relationships should be rigid (bold filled lines) when members aren't shifting around. * Example:

QUESTION 51 You need to define the trend calculation for the sales performance KPI. Which KPI trend MDX expression should you use?

A. CASE WHEN [Sales Variance %] < ([Sales Variance %], [Date].[Calendar].PrevMember)

THEN -1 WHEN [Sales Variance %] =

([Sales Variance %], [Date].[Calendar].PrevMember) THEN 0 ELSE 1 END

B. IIF([Sales Variance %3 < ([Sales Variance %], [Date].[Calendar].PrevMember), 1, 0)

C. IIF([Sales Variance %] < ([Sales Variance %], [Date].[Calendar].PrevMember), 0, 1)

D. CASE WHEN [Sales Variance %] < ([Sales Variance %], [Date].[Calendar].PrevMember)

THEN 1 WHEN [Sales Variance %] =

([Sales Variance %], [Date].[Calendar].PrevMember) THEN 0 ELSE -1 END

Answer: A QUESTION 52

Page 12: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

Drag and Drop Questions You need to extend the schema design to store the product dimension data. Which design should you use? To answer, drag the appropriate table or tables to the correct location or locations in the answer area. (Fill from left to right. Answer choices may be used once, more than once, or not all.)

Answer:

Page 13: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

Explanation: * From scenario: / The schema design must be extended to include the product dimension data. * DimProduct table need to contain a foreign key to the DimSubCategory table. No further SubCategory data should be stored in the DimProduct table. * No time related columns (StartDate, EndDate) should be included in the DimProduct table. QUESTION 53 You need to configure package execution logging to meet the requirements. What should you do?

A. Configure logging in each ETL package to log the OnError, Onlnformation, and Diagnostic events.

B. Set the SSIS catalog's Server-wide Default Logging Level property to Performance.

C. Set the SSIS catalog's Server-wide Default Logging Level property to Basic.

D. Set the SSIS catalog's Server-wide Default Logging Level property to Verbose.

E. Configure logging in each ETL package to log the OnError, OnPreExecute, and OnPostExecute events.

Answer: B QUESTION 54 You need to create the Sales Reporting shared SSRS data source. Which SSRS data connection type should you use?

A. OData

B. Microsoft SQL Server

C. ODBC

Page 14: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

D. OLE DB

Answer: B QUESTION 55 You need to select an appropriate tool for creating the Regional Sales report. Which tool or tools should you use? (Each correct answer presents a complete solution. Choose all that apply.)

A. Excel 2010, using the CUBE functions

B. Power View, using a Matrix

C. Excel 2010, using a PivotTable

D. Report Builder, using a Matrix

Answer: BCD Explanation: B: Working with a matrix in Power View A matrix is a type of visualization that is similar to a table in that it is made up of rows and columns. However, a matrix can be collapsed and expanded by rows and/or columns. If it contains a hierarchy, you can drill down/drill up. C: Using an Excel Pivot Table, connecting to the Cube, will give you the option to drill the down cube. Using conditional formatting you can highlight specific value ranges. D: Matrices provide functionality similar to crosstabs and pivot tables. At run time, as the report data and data regions are combined, a matrix grows horizontally and vertically on the page. Values in matrix cells display aggregate values scoped to the intersection of the row and column groups to which the cell belongs. You can format the rows and columns to highlight the data you want to emphasize. You can also include drilldown toggles that initially hide detail data; the user can then click the toggles to display more or less detail as needed. * From scenario: Management has requested a new report named Regional Sales. This report must be based on the Sales cube and must allow users to filter by a specific year and present a grid with every region on the columns and the Products hierarchy on the rows. The hierarchy must initially be collapsed and allow the user to drill down through the hierarchy to analyze sales. Additionally, sales values that are less than S5000 must be highlighted in red. QUESTION 56 You need to select an appropriate tool for creating the Regional Sales report. Which tools or tools should you use? (Each Answer presents a complete solution. Choose all that apply.)

A. Power View, using a table configured for vertical multiples

B. Excel 2010, using a PivotTable

C. Report Builder, using a Matrix

D. Power View, using a table configured for horizontal multiples

Answer: BC QUESTION 57 You need to create the calculation for SalespersonName. What should you do? (Each Answer presents a complete solution. Choose all that apply.)

A. Create a computed column in the data warehouse's DimSalesperson table. Include the column in the Sales Reporting model's Salesperson table.

Page 15: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

B. Modify the data warehouse's DimSalesperson table and add a new column. Use an UPDATE statement to populate the new column with values. Update the SSIS package developed to populate the data warehouse's DimSalesperson table to use a Derived Column transformation to produce the calculation.

C. Configure the Sales Reporting model's Salesperson table properties to be based on a query. Define a derived column in the query.

D. Add a calculated column to the Sales Reporting model's Salesperson table by using the Data Analysis Expressions (DAX) language CONCATENATE function.

E. Create a view in the data warehouse that defines a derived column based on the DimSalesperson table. Base the Sales Reporting model's Salesperson table on the view. Include the column in the Sales Reporting model's Salesperson table.

F. Add a calculated column to the Sales Reporting model's Salesperson table by using the Data Analysis Expressions (DAX) language ADDCOLUMNS function.

Answer: BE QUESTION 58 You need to configure data refresh for the Manufacturing Performance PowerPivot workbook. What should you do? (Each Answer presents part of the solution. Choose ail that apply.)

A. Configure the PowerPivot Data Refresh Timer Job to run every 60 minutes.

B. Restore the PowerPivot workbook to an SSAS instance in tabular mode.

C. Script a process command and configure a SQL Server Agent job to execute the command every 60 minutes.

D. Restore the PowerPivot workbook to an SSAS instance in PowerPivot for SharePoint mode.

Answer: A QUESTION 59 You need to complete the following UPDATE statement to initialize the budget sales values for 2012. Which MDX weight value expression should you use? To answer, drag the appropriate weight value expression to the answer area.

Page 16: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

Answer:

Case Study: 2 - Contoso, Ltd (QUESTION 60 - QUESTION 72) General Background You are the SQL Server Administrator for Contoso, Ltd. You have been tasked with upgrading all existing SQL Server instances to SQL Server 2012.

Page 17: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

Technical Background The corporate environment includes an Active Directory Domain Services (AD DS) domain named contoso.com. The forest and domain levels are set to Windows Server 2008. All default containers are used for computer and user accounts. All servers run Windows Server 2008 R2 Service Pack 1 (SP1). All client computers run Windows 7 Professional SP1. All servers and client computers are members of the contoso.com domain. The current SQL Server environment consists of a single instance failover cluster of SQL Server 2008 R2 Analysis Services (SSAS). The virtual server name of the cluster is SSASCluster. The cluster includes two nodes: Node1 and Node2. Node1 is currently the active node. In anticipation of the upgrade, the prerequisites and shared components have been upgraded on both nodes of the cluster, and each node was rebooted during a weekly maintenance window. A single-server deployment of SQL Server 2008 R2 Reporting Services (SSRS) in native mode is installed on a server named SSRS01. The Reporting Server service is configured to use a domain service account. SSRS01 hosts reports that access the SSAS databases for sales data as well as modeling data for the Research team. SSRS01 contains 94 reports used by the organization. These reports are generated continually during business hours. Users report that report subscriptions on SSRS01 are not being delivered. You run the reports on demand from Report Manager and find that the reports render as expected. A new server named SSRS02 has been joined to the domain, SSRS02 will host a single-server deployment of SSRS so that snapshots of critical reports are accessible during the upgrade. The server configuration is shown in the exhibit. (Click the Exhibit button.) The production system includes three SSAS databases that are described in the following table.

All SSAS databases are backed up once a day, and backups are stored offsite. Business Requirements After the upgrade users must be able to perform the following tasks: - Ad-hoc analysis of data in the SSAS databases by using the Microsoft

Excel PivotTable client.

- Daily operational analysis by executing a custom application that uses

ADOMD.NET and existing Multidimensional Expressions (MDX) queries.

The detailed data must be stored in the model. Technical Requirements You need to minimize downtime during the SSASCIuster upgrade. The upgrade must minimize user intervention and administrative effort. The upgrade to SQL Server 2012 must maximize the use of all existing servers, require the least amount of administrative effort, and ensure that the SSAS databases are operational as soon as possible. You must implement the highest level of domain security for client computers connecting to SSRS01. The SSRS instance on SSRS01 must use Kerberos delegation to connect to the SSAS databases. Email notification for SSRS01 has not been previously configured. Email notification must be configured to use the SMTP server SMTP01 with a From address of [email protected]. Report distribution must be secured by using SSL and must be limited to the contoso.com domain. You have the following requirements for SSRS02: - Replicate the SSRS01 configuration.

- Ensure that all current reports are available on SSRS02.

- Minimize the performance impact on SSR501.

In preparation for the upgrade, the SSRS-related components have been installed on the new SSRS02 server by using the Reporting Services file-only installation mode. The Reporting Services databases have been restored from SSRS01 and configured appropriately.

Page 18: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

You must design a strategy to recover the SSRS instance on SSRS01 in the event of a system failure. The strategy must ensure that SSRS can be recovered in the minimal amount of time and that reports are available as soon as possible. Only functional components must be recovered. SSRS02 is the recovery server and is running the same version of SSRS as SSRS01. A full backup of the SSRS databases on SSRS01 is performed nightly. The report server configuration files, custom assemblies, and extensions on SSRS02 are manually synchronized with SSRS01. Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS databases. Databases on SSRS01 is performed nightly. The report server configuration files, custom assemblies, and extensions on SSRS02 are manually synchronized with SSRS01. Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS databases. The backup must include only the partitioning, metadata, and aggregations to minimize the processing time required when restoring the databases. You must minimize processing time and the amount of disk space used by the backups. Before upgrading SSAS on the SSASCluster, all existing databases must be moved to a temporary staging server named SSAS01 that hosts a default instance of SQL Server 2012 Analysis Services. This server will be used for testing client applications connecting to SSAS 2012, and as a disaster recovery platform during the upgrade. You must move the databases by using the least amount of administrative effort and minimize downtime. All SSAS databases other than the Research database must be converted to tabular BI Semantic Models (BISMs) as part of the upgrade to SSAS 2012. The Research team must have access to the Research database for modeling throughout the upgrade. To facilitate this, you detach the Research database and attach it to SSAS01. While testing the Research database on SSAS01, you increase the compatibility level to 1100. You then discover a compatibility issue with the application. You must roll back the compatibility level of the database to 1050 and retest. After completing the upgrade, you must do the following: 1. Design a role and assign an MDX expression to the Allowed member set

property of the Customer dimension to allow sales representatives to

browse only members of the Customer dimension that are located in their

sales regions. Use the sales representatives' logins and minimize impact

on performance.

2. Deploy a data model to allow the ad-hoc analysis of data. The data

model must be cached and source data from an OData feed.

Page 19: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

QUESTION 60 You need to configure security for the SSRS instance on SSRS01 to connect to SSAS and minimize downtime. What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

A. Register a service principal name for the Report Server service.

B. Register a service principal name for the Analysis Services service.

C. Restart the IIS service.

D. Configure SSRS01 to use the Negotiate authentication type.

E. Configure SSRS01 to use the Custom authentication type.

Answer: AD Explanation: A (not B): If you are deploying Reporting Services in a network that uses the Kerberos protocol for mutual authentication, you must create a Service Principal Name (SPN) for the Report Server service if you configure it to run as a domain user account. D (not E): * See step 6 below.

Page 20: (New Version) Passleader Free 70-467 Practice Tests With New Questions (41-60)

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (70-467)

New Version Updated After 2014/7/1 -- Ensure 100% Valid

Get Latest & Actual 70-467 Exam's Question and Answers from PassLeader.

New Version Updated After 2014/7/1 -- 100% Valid Ensure

Click Here -- http://www.passleader.com/70-467.html

To register an SPN for a Report Server service running as a domain user ?Install Reporting Services and configure the Report Server service to run as a domain user account. Note that users will not be able to connect to the report server until you complete the following steps. Log on to the domain controller as domain administrator. Open a Command Prompt window. Copy the following command, replacing placeholder values with actual values that are valid for your network: Setspn -a http/<computer-name>.<domain-name>:<port> <domain-user-account> ?Run the command. Open the RsReportServer.config file and locate the <AuthenticationTypes> section. Add <RSWindowsNegotiate/> as the first entry in this section to enable NTLM. * RSWindowsNegotiate. If you initially set the Windows service account for the report server to NetworkService or LocalSystem in Reporting Services Configuration Manager, RSWindowsNegotiate is added to the RSReportServer.config file as the default setting. With this setting, the report server can accept requests from client applications requesting Kerberos or NTLM authentication. If Kerberos is requested and the authentication fails, the report server switches to NTLM authentication and prompts the user for credentials unless the network is configured to manage authentication transparently. Using RSWindowsNegotiate is your best option because it provides the greatest flexibility for multiple clients in an intranet environment. Not C: IIS is not mention in this scenario. Note: * From scenario: / A single-server deployment of SQL Server 2008 R2 Reporting Services (SSRS) in native mode is installed on a server named SSRS01. The Reporting Server service is configured to use a domain service account. Reference: Register a Service Principal Name (SPN) for a Report Server