Q1. You are developing the database schema for a SQL Server Analysis Services (SSAS) BI Semantic Model (BISM). The BISM will be based on the schema displayed in the following graphic.
You have the following requirements:
. Ensure that queries of the data model correctly display average student age by class and average class level by student. . Minimize development effort.
You need to design the data model.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Create a multidimensional project and define measures and a reference relationship.
B. Create a tabular project and define calculated columns.
C. Create a multidimensional project and define measures and a many-to-many dimensional relationship.
D. Create a tabular project and define measures.
Answer: C
Q2. You need to slice data by the CouponUsed, OnSale, and Closeout columns.
What should you do?
A. Create one linked dimension for each column.
B. Create one degenerate dimension.
C. Create one role-playing dimension.
D. Create one junk dimension.
Answer: D
Q3. 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
Q4. You need to use Reporting Services Configuration Manager to configure SSRS to complete the installation on SSRS02.
What should you do? (Each correct answer presents a partial solution. Choose all that apply.)
A. Change the encryption key.
B. Specify the execution account.
C. Join the scale-out deployment.
D. Set the Report Server Web Service URL.
E. Set the Report Manager URL.
F. Delete the encryption key.
Answer: BE
Q5. You are designing a partitioning strategy for a large fact table in a data warehouse.
Tens of millions of new records are loaded into the data warehouse weekly, outside of business hours. Most queries are generated by reports and by cube processing. Data is frequently queried at the day level and occasionally at the month level.
You need to partition the table to maximize the performance of queries.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Partition the fact table by month, and compress each partition.
B. Partition the fact table by week.
C. Partition the fact table by year.
D. Partition the fact table by day, and compress each partition.
Answer: D
Q6. You are redesigning a SQL Server Analysis Services (SSAS) database that contains a cube named Sales. Before the initial deployment of the cube, partition design was optimized for processing time. The cube currently includes five partitions named FactSalesl through FactSales5. Each partition contains from 1 million to 2 million rows.
A. Use the Usage-Based Optimization Wizard to create aggregations for the current partitions.
B. Use the Aggregation Design Wizard to create aggregations for the current partitions.
C. Combine all the partitions into a single partition. Use the Usage-Based Optimization Wizard to create aggregations.
D. Combine all the partitions into a single partition. Use the Aggregation Design Wizard to create aggregations.
Answer: C
Q7. You need to develop the tabular project to support the date analysis requirements.
What should you do?
A.
Create one date table named Date.
. Create an active relationship between the DateKey column of the Date table and the OrderDateKey column of the Sales table.
. Create an inactive relationship between the DateKey column of the Date table and the ShipDateKey column of the Sales table.
B.
.Create two date tables, one named Order Date and one named Ship Date.
. Create an active relationship between the DateKey column of the Order Date table and the OrderDateKey column of the Sales table.
. Create an inactive relationship between the DateKey column of the Ship Date table and the ShipDateKey column of the Sales table.
C.
. Create one date table named Date.
. Create an active relationship between the DateKey column of the Date table and the ShipDateKey column of the Sales table.
. Create an inactive relationship between the DateKey column of the Date table and the OrderDateKey column of the Sales table.
D.
. Create two date tables, one named Order Date and one named Ship Date.
. Create an active relationship between the DateKey column of the Order Date table and the OrderDateKey column of the Sales table.
. Create an active relationship between the DateKey column of the Ship Date table and the ShipDateKey column of the Sales table.
Answer: C
Q8. 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.
C. In SharePoint Central Administration, create a target application and configure the
PowerPivot service application settings to use the target application.
Answer: B
Q9. 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: BC
Q10. You need to implement security in the cube to limit the sites visible to each user.
What should you do?
A. Create an SSAS database role in the cube for each user and assign the sites each user can access to his or her database role.
B. Create an SSAS server role for each user and assign the sites each user can access to his or her server role.
C. Create an SSAS database role and define a Multidimensional Expressions (MDX) calculation to implement dynamic dimension security.
D. Create a view on the SalesTransactions table that uses the SecurityFilter and User table data to limit the sites for each user.
Answer: C
Q11. You need to identify the reasons that data alert notifications are not being sent.
Which of the following reasons are possible? (Each correct answer presents a complete solution. Choose al that apply.)
A. The shared schedule is paused.
B. The data source used by the report is disabled.
C. The SSR5 service is not running.
D. The report data has not changed since the previous notification
E. The SQL Server Agent is not running.
F. The SSRS encryption key has been deleted.
Answer: CE
Q12. You are designing a fact table in a SQL Server database.
The fact table must meet the following requirements:
Include a columnstore index.
Allow users to choose up to 10 dimension tables and up to five facts at one time.
Maximize performance of queries that aggregate measures by using any of the 10 dimensions.
Support billions of rows.
Use the most efficient design strategy.
You need to design the fact table to meet the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Design a fact table with 5 dimensional key columns and 10 measure columns. Place the columnstore index on the dimensional key columns.
B. Design a fact table with 5 dimensional key columns and 10 measure columns. Place the columnstore index on the measure columns.
C. Design a fact table with 10 dimensional key columns and 5 measure columns. Place the columnstore index on the dimensional key columns and the measure columns.
D. Design a fact table with 10 dimensional key columns and 5 measure columns. Place the columnstore index on only the measure columns.
Answer: C
Q13. You need to ensure that the corporate logos appear in reports.
What should you do?
A. In SharePoint Central Administration, configure the unattended execution account.
B. In SharePoint Central Administration, configure the Report Server service account.
C. In Reporting Services Configuration Manager, configure the unattended execution account.
D. In Reporting Services Configuration Manager, configure the Report Server service account.
Answer: A
Q14. You need to implement the aggregation designs for the cube.
What should you do?
A. Use the Usage-Based Optimization Wizard.
B. Use the Aggregation Design Wizard.
C. Partition the cube by month.
D. Implement cache warming in SSAS via an SSIS package.
Answer: B
Q15. 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:
. Ensure that the deployment model supports changing the content of connection strings by using parameters at execution time. . Ensure that the deployment model automatically starts from calls to the
catalog.start_execution stored procedure in the SSISDB database.
. Maximize performance at execution time.
. Minimize development effort.
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 package deployment model. Use a SQL Server package configuration with a common filter. Change the contents of the SSIS Configurations table at runtime.
B. Use a project 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.
C. Use a package deployment model. Save each SSIS package to a file share that can be accessed from all environments.
D. Use a project deployment model. Modify connection manager properties to use project parameters. Ensure that the SSISDB database is created.
Answer: A