It is more faster and easier to pass the Microsoft 70-466 exam by using Practical Microsoft Implementing Data Models and Reports with Microsoft SQL Server 2012 questuins and answers. Immediate access to the Most up-to-date 70-466 Exam and find the same core area 70-466 questions with professionally verified answers, then PASS your exam with a high score now.
Q11. HOTSPOT - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) cube that contains the data for a running team.
The data warehouse used by the cube contains the time durations of taps run by each runner on the team. The time durations are stored in seconds as an integer.
You need to build the following two measures in the cube:
. A measure named Measure1 that must contain the average time duration of the laps run by each runner. . A measure named Measure2 that must contain the lap-time duration and the name of the runner who ran the fastest lap.
What should you do? To answer, select the appropriate Aggregation Function property for each measure in the answer area.
Answer:
Q12. - (Topic 4)
You deploy a tabular model in DirectQuery mode to a server named Server1. Server1 has SQL Server Analysis Services (SSAS) installed. The model uses a relational data source named DB1.
You need to ensure that Server1 passes the credentials of the current user browsing the model to DB1.
What should you do?
A. Register a Service Principal Name (SPN) for Server1.
B. From the SQL Server Data Tools, modify the impersonation settings.
C. From the Web.config file, modify the impersonation settings.
D. Register a Service Principal Name (SPN) for DB1.
Answer: A
Q13. - (Topic 4)
A multinational retailer has retail locations on several continents. A single SQL Server Reporting Services (SSRS) instance is used for global reporting.
A SQL Server Analysis Services (SSAS) instance for each continent hosts a multidimensional database named RetailSales. Each RetailSales database stores data only for the continent in which it resides. All of the SSAS instances are configured identically. The cube names and objects are identical.
Reports must meet the following requirements:
...
A report parameter named ServerName must be defined in each report.
When running a report, users must be prompted to select a server instance.
The report data source must use the Microsoft SQL Server Analysis Services data
source type.
You need to create a data source to meet the requirements.
How should you define the expression that is assigned to the connection string property of the data source?
A. ="Server=" & ParametersIServerName.Value & "; Initial Catalog=RetailSales"
B. ="Data Source=@ServerName; Initial Catalog=RetailSales"
C. ="Data Source=" & Parameters!ServerName.Value & ";Initial Catalog=RetailSales"
D. ="Server=" & Parameters!ServerName.Value
E. ="Server=@ServerName; Initial Catalog=RetailSales"
Answer: C
Q14. - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) cube named Sales Planning. The cube consists of two measure groups named Sales and Planning. Each measure group is based on a data warehouse fact table and consists of a single MOLAP partition that has the same name as its measure group.
The Planning measure group consists of two measures:
. Forecast, which uses the Sum aggregate function
. Forecast Count, which uses the Count aggregate function
Users contribute planning values by using a legacy application. An extract, transform, load (ETL) process is scheduled to periodically transfer the planning values from the database of the legacy application to the data warehouse.
Financial analysts query the Sales Planning cube and report that the planning values are sometimes out of date. A new company requirement mandates that the planning values be entered directly into the cube by using Microsoft Excel 2010 PivotTable What-If Analysis.
You need to write-enable the Planning partition.
What should you do before write-enabling the partition?
A. Set the StorageMode property of the Planning partition to Rolap
B. Set the ProcessingMode property of the Planning partition to LazyAggregations.
C. Set the ProcessingMode property of the Planning measure group to LazyAggregations.
D. Remove the Forecast Count measure.
E. Set the Type property of the Planning measure group to Budget.
F. Convert the Planning measure group to a linked measure group.
Answer: D
Q15. - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) tabular project.
A column named City must be added to the table named Customer. The column will be used in the definition of a hierarchy. The City column exists in the Geography table that is related to the Customer table.
You need to add the City column to the Customer table.
How should you write the calculation?
A. City:= LOOKUP(Geography[City],Geography[GeographyKey],[GeographyKey])
B. City:= LOOKUPVALUE(Geography[City],Geography[GeographyKey],[GeographyKey])
C. =RELATED(Geography[City]) =RELATED(Geography.City)
D. =VALUES(Geography[City])
E. City:=VALUES(Geography[City])
Answer: C
Explanation: * RELATED Function Returns a related value from another table.
Q16. DRAG DROP - (Topic 4)
You are making changes to a cube named Sales.
You must increase the value of the measure named Sales Amount by 10%. The increase must be applied only to the children of the member named East in the dimension named Customer.
You need to complete the Multidimensional Expressions (MDX) statement in the calculations section of the Sales cube.
Which statement fragments should you use? (To answer, drag the appropriate statement component to the correct location or locations in the answer area. Use only components that apply.)
Answer:
Q17. - (Topic 4)
You are managing a SQL Server Reporting Services (SSRS) instance in native mode. A system role named Developer Support is present on the server.
Members of the Developer Support role cannot modify the report execution timeout period.
You need to enable members of the Developer Support role to modify the report execution timeout period.
Which task should you add to the Developer Support role?
A. Manage report server properties
B. Manage shared schedules
C. Execute report definitions
D. Manage jobs
Answer: A
Q18. DRAG DROP - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) multidimensional project that is configured to source data from a Microsoft Azure SQL Database database. The cube is processed each night at midnight.
The largest partition in the cube takes 12 hours to process, and users are unable to access the cube until noon. The partition must be available for querying as soon as possible after processing commences.
You need to ensure that the partition is available for querying as soon as possible, without using source data to satisfy the query.
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:
Q19. - (Topic 4)
You are troubleshooting query performance for a SQL Server Analysis Services (SSAS)
cube.
A user reports that a Multidimensional Expressions (MDX) query is very slow.
You need to identify the MDX query statement in a trace by using SQL Server Profiler.
Which event class should you use?
A. Get Data From Aggregation
B. Query Subcube
C. Query Begin
D. Progress Report Begin
E. Calculate Non Empty Begin
F. Execute MDX Script Begin
Answer: C
Q20. - (Topic 4)
You are developing a SQL Server Reporting Services (SSRS) sales summary report.
The report header consists of several images. Report users require PDF exports of the report with no bulky images of the report header.
You need to ensure that the header of the report is hidden when a user exports the report to PDF format.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Set the Hidden property of the report header to (GlobalslRenderFormat.Name = "PDF").
B. Set the Hidden property of the report header to (GlobalslRenderFormat.IsInteractive = False).
C. Set the Hidden property of the report header to FALSE.
D. Set the Hidden property of the report header to TRUE.
Answer: D