Pass4sure offers free demo for 70-466 exam. "Implementing Data Models and Reports with Microsoft SQL Server 2012", also known as 70-466 exam, is a Microsoft Certification. This set of posts, Passing the Microsoft 70-466 exam, will help you answer those questions. The 70-466 Questions & Answers covers all the knowledge points of the real exam. 100% real Microsoft 70-466 exams and revised by experts!
Q1. - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) tabular project. The model has tables named Invoice Line Items and Products.
The Invoice Line Items table has the following columns:
..
Product Id Unit Sales Price
The Unit Sales Price column stores the unit price of the product sold. The Products table has the following columns:
..
Product Id Maximum Sales Price
The Maximum Sales Price column is available only in the Products table.
You add a column named Is Overpriced to the Invoice Line Items table. The Is Overpriced column must store a value of TRUE if the value of the Unit Sales Price is greater than the value of the Maximum Sales Price. Otherwise, a value of FALSE must be stored.
You need to define the Data Analysis Expressions (DAX) expression for the Is Overpriced column.
Which DAX formula should you use? (Each answer represents a complete solution. Choose all that apply.)
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A,C
Q2. - (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
Q3. - (Topic 4)
You manage a SQL Server Reporting Services (SSRS) instance.
An application must pass credentials to the local security authority for Reporting Services.
You need to configure Reporting Services to issue a challenge/response when a
connection is made without credentials.
Which authentication type should you configure in the RSReportServer.config file?
A. RSWindowsKerberos
B. RSWindowsNegotiate
C. RSWindowsNTLM
D. RSWindowsBasic
Answer: A
Q4. - (Topic 3)
You need to configure the SSRS data source.
What should you do?
A. Use Windows credentials.
B. Prompt the user for credentials.
C. In the data source configuration window, select the Credentials are not required option.
D. Store the credentials.
Answer: A
Q5. - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) tabular project.
You need to grant the minimum permissions necessary to enable users to query data in a tabular model.
Which role permission should you use?
A. Explorer
B. Select
C. Process
D. Browser
E. Read Definition
F. Read
Answer: F
Q6. HOTSPOT - (Topic 4)
You are designing a dimension named Employee for a SQL Server Analysis Services
multidimensional project.
The Employee dimension contains a DateOfBirth attribute and a MaritalStatus attribute.
You need to minimize the amount of time required to process the cube.
What should you do? To answer, select the appropriate relationship type for each attribute
in the answer area.
Answer:
114. DRAG DROP - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) tabular project.
You need to add a calculated column to a table in the model.
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:
Q7. - (Topic 4)
You manage a SQL Server Reporting Services (SSRS) instance. The ReportingServicesService.exe.config file has been modified to enable logging.
Some users report that they cannot access the server.
You need to ascertain the IP addresses of the client computers that are accessing the server.
What should you do?
A. View the ExecutionLog view in the Report Server database.
B. View the Report Server service trace log.
C. View the Report Server HTTP log.
D. View the Windows System event log.
Answer: C
Explanation: http://msdn.microsoft.com/en-us/library/bb630443.aspx
Q8. - (Topic 4)
You are designing a SQL Server Reporting Services (SSRS) report based on a SQL Server Analysis Services (SSAS) cube. The cube is used to measure sales growth by salesperson.
The cube contains a Key Performance Indicator (KPI) to show if a salesperson's sales are off target slightly off target, or on target.
You need to add a report item that visually displays the KPI status value as a red, yellow, or green flag.
Which report item should you add?
A. An Indicator
B. A Gauge that uses the Radial type
C. A Gauge that uses the Linear type
D. A Sparkline
E. A Data Bar
Answer: A
Q9. - (Topic 2)
You need to create the AD Sales measure.
Which aggregation function should you use?
A. Sum
B. Average
C. ByAccount
D. AverageOfChildren
Answer: D
Q10. - (Topic 4)
You are developing a new SQL Server Reporting Services (SSRS) report in SQL Server Data Tools (SSDT).
The report contains tables, images, charts, page breaks, gauges, and indicators.
You need to ensure that the reports can be exported to Microsoft Excel and PDF formats and do not have any layout issues.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. During development, preview the report in the SSDT preview tab to validate its default HTML rendering.
B. After development, test the report in a web browser.
C. Increase the value of the Width property of the report body.
D. During development, preview the report in the SSDT preview tab and export it to the other rendering formats.
Answer: D