70-467 Premium Bundle

70-467 Premium Bundle

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Certification Exam

4.5 
(17415 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
December 3, 2024Last update

Microsoft 70-467 Free Practice Questions

Q1. You need to identify changes in the financial database. 

What should you do? 

A. Add SQL Server log shipping to each table. 

B. Add SQL Server mirroring to each table. 

C. Perform a full extract of each table. 

D. Enable change data capture on each table. 

E. Create an AlwaysOn Availability Group that includes all the tables. 

Answer:

Q2. 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 to the SQL Server environment of each SSIS package. 

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

Answer:

Q3. A group of report writers develop reports. The report writers currently use Report Builder 

1.0 and report models. The report writers are not trained on SQL Server query writing. Their report assignments come from various departments within the organization. 

The company is upgrading to SQL Server 2012 with SQL Server Reporting Services (SSRS) in native mode. After the upgrade, reports will retrieve data from a large new data warehouse that will reside on an instance of the SQL Server 2012 Database Engine. Reports for each department will retrieve data from only a subset of the data warehouse tables. 

You are designing the data access strategy. You have the following requirements: 

. Ensure that report writers can create only reports that display data which they have database permissions to view. . Minimize the effort required to update connection strings for all reports developed by the report writers. . Minimize the number of fields visible in a specific report for report writers who work for multiple departments. 

You need to design the data access strategy. 

What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.) 

A. Create report models by using SQL Server Data Tools (SSDT). Include data sources and data source views for each department's data requirements. Configure each data source to use integrated security. 

B. Create one shared data source that uses integrated security. Create an embedded dataset for each report. 

C. Create one shared data source that uses integrated security. Create one shared dataset that includes all tables required by the report writers. 

D. Create one shared data source that uses integrated security. Create a shared dataset for each department's data requirements. 

Answer:

Q4. You need to roll back the compatibility level of the Research database. 

What should you do? 

A. Restore a backup of the previous version of the database. 

B. Use an ALTER DATABASE statement to set the compatibility option. 

C. Change the CompatibilityLevel property in the XMLA script, and then execute the script. 

D. In SQL Server Management Studio (SSMS), change the compatibility level in the database properties. 

Answer:

Q5. You need to use SQL Server Management Studio (SSMS) to make the SSAS databases available for application testing. 

What should you do? 

A. Restore the SSAS databases from the latest backup to SSAS01. 

B. Script the databases as a Create script to a new window and then execute the script on SSAS01. 

C. Detach the SSAS databases from the SSASCluster, and then attach them to SSAS01. 

D. Use the Import/Export Wizard to copy the databases from the production server to the development server. 

Answer:

Q6. You need to improve the performance of data warehouse queries. 

What should you do? 

A. Create columnstore indexes. 

B. Create clustered indexes. 

C. Create indexed views. 

D. Create bitmap indexes. 

Answer:

Q7. You need to implement a strategy for efficiently storing sales order data in the data warehouse. 

What should you do? 

A. Separate the factOrders table into multiple tables, one for each month that has orders, and use a local partitioned view. 

B. Separate the factOrders table into multiple tables, one for each day that has orders, and use a local partitioned view. 

C. Create daily partitions in the factOrders table. 

D. Create monthly partitions in the factOrders table. 

Answer:

Q8. You need to select and configure a tool for the monitoring solution. 

What should you choose? 

A. Performance Monitor configured with the MSAS11:Storage Engine Query counter 

B. Performance Monitor configured with the MSAS11:Processing counter 

C. SQL Server Profiler configured with the Query Processing: Query Subcube event 

D. SQL Server Profiler configured with the Queries Events: Query Begin event 

Answer:

Q9. 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 

Q10. You need to create the Package Activity report. 

What should you do? 

A. Create a log table and use SSIS event handlers to write to the log table. Then create an 

SSRS report that uses the log table. 

B. use the SSIS log provider for SQL Server. Then create an SSRS report that uses the 

sysssislog table. 

C. Create a log table and build a custom log provider to write to the log table. Then create 

an SSRS report that uses the log table. 

D. Create an SSRS report that uses the 

catalog.executions and catalog.execution_data_statistics views. 

Answer:

Q11. You need to re-establish subscriptions on SSRS01. 

What should you do? 

A. Manually failover the active node. 

B. Install prerequisites and upgrade shared components on Node1 and Node2. 

C. Generate a SQL Server 2012 configuration file by running the SQL Server Setup executable. 

D. Upgrade Node1 by using the SQL Server 2012 Upgrade wizard. 

Answer:

Q12. You deploy a PowerPivot workbook to a PowerPivot Gallery in a Microsoft SharePoint site. Workbook data comes from two different sources: Source A and Source B. 

The workbook contains five tables with a total of 20 million rows from Source A, and three small lookup tables from Source B. Data from Source A is updated throughout the day. Data from Source B is updated at 3:00 P.M. 

. You have the following requirements:Refresh the PowerPivot workbook with updated lookup data as soon as possible. . Minimize load on the source systems and the SharePoint environment during business hours. . Minimize user involvement in the data refresh process. 

You enable automatic data refresh for the workbook. 

You need to configure a data refresh schedule for the workbook that meets the requirements. 

What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.) 

A. Power View 

B. Report Designer 

C. Report Builder 

D. PerformancePoint Services 

Answer:

Q13. 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.) 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q14. You are defining a named set by using Multidimensional Expressions (MDX) in a sales cube. 

The cube includes a Product dimension that contains a Category hierarchy and a Color attribute hierarchy. 

You need to return only the blue products in the Category hierarchy. 

Which set 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:

Q15. You are creating a Multidimensional Expressions (MDX) calculation for Projected Revenue in a cube. 

For Customer A, Projected Revenue is defined as 150 percent of the Total Sales for the customer. For all other customers, Projected Revenue is defined as 110 percent of the Total Sales for the customer. 

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:

START 70-467 EXAM