Want to know Examcollection 70-466 Exam practice test features? Want to lear more about Microsoft Implementing Data Models and Reports with Microsoft SQL Server 2012 certification experience? Study High value Microsoft 70-466 answers to Renovate 70-466 questions at Examcollection. Gat a success with an absolute guarantee to pass Microsoft 70-466 (Implementing Data Models and Reports with Microsoft SQL Server 2012) test on your first attempt.
Q21. - (Topic 4)
...
You are modifying a SQL Server Analysis Services (SSAS) cube that aggregates order data from a Microsoft Azure SQL Database database. The existing database contains a customer dimension.
The marketing team has requested that customer marketing categories be added to the database.
The marketing categories must meet the following requirements:
A customer member must be able to belong to multiple category members.
A category member must be able to group several customer members.
The marketing team must be able to create new categories every month in the
data source.
You need to implement the appropriate solution to meet the requirements while ensuring that the amount of development and maintenance time is minimized.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Create a dimension named Marketing Category Name and then configure a many-to-many relationship.
B. Create a dimension named Marketing Category Name and then configure a regular relationship.
C. Add an attribute hierarchy named Marketing Category Name to the customer dimension.
D. Add an attribute hierarchy for each marketing category to the customer dimension. Configure each hierarchy to have two members named Yes and No.
Answer: D
Q22. - (Topic 4)
You are developing a BI Semantic Model (BISM) based on a simple and small dataset sourced from SQL Server. The data size and complexity of the data relationships will not change. The model will be used to produce reports in Power View. The reports will show the relationship between product sales and rainfall over time.
You need to use an appropriate project type.
Which project types should you use? (Each answer presents a complete solution. Choose all that apply.)
A. A tabular project that uses the In-Memory query mode
B. A tabular project that uses the DirectQuery query mode
C. A multidimensional project that uses the MOLAP storage mode and proactive cache
D. A multidimensional project that uses the ROLAP storage mode and columnstore indexes
E. A PowerPivot workbook that is deployed to Microsoft SharePoint Server 2010
Answer: A,B,E
Q23. - (Topic 4)
You have a SQL Server Analysis Services (SSAS) database named DB1 on a server named Server1.
You need to deploy DB1 from Server1 to four other servers. If the destination server already contains a copy of DB1, the database must be updated only. If the destination server does not contain a copy of DB1, the database must be copied to the destination server.
What is the best deployment option to use? More than one answer choice may achieve the goal. Select the BEST answer.
A. Analysis Services Deployment Wizard
B. Analysis Management Objects (AMO) automation
C. Backup and Restore
D. Synchronize Database Wizard
Answer: C
Q24. - (Topic 3)
You need to ascertain why Marc did not receive his reports.
What should you do?
A. Search the ReportServerService_<timestamp>.log file for errors.
B. Search the registry for errors.
C. Use SQL Server Management Studio to search the SQL Server logs for errors.
D. Use the Windows Event Viewer to search the Application log for errors.
Answer: B
Q25. DRAG DROP - (Topic 4)
You are developing reports based on the SQL Server Analysis Services (SSAS) cube named ProcessedOrders.
A Multidimensional Expressions (MDX) query must include a query-scoped calculated member, which computes average sales per order item. The query must also return the set of three states in a query-scoped named set named East Coast Customers.
You need to define the calculations in an MDX query to meet the requirements.
Which four MDX segments should you insert in sequence before a SELECT statement? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Answer:
Q26. - (Topic 2)
You need to modify the Sales Regions hierarchy to meet the reporting requirements.
Which SSAS feature should you use?
A. Calculation
B. Translation
C. Perspective
D. Action
Answer: B
Q27. - (Topic 4)
You work in the Business Intelligence (BI) department of a multinational company.
To share its sales data between the various subsidiaries, the company has requested a new corporate BI solution that meets the following requirements:
. The solution must use SQL Server Analysis Services (SSAS) multidimensional or tabular Business Intelligence Semantic Model (BISM).
. The model must incrementally add 10 million fact rows of sales data per month. . The model must be translated to English, German, Chinese, or Spanish based on users' locale. . The model must be able to contain the most recent 36 months of data, in order to let users query the data.
You need to select the appropriate model type and partitioning strategy to meet the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Create and deploy a BISM multidimensional model with one partition for all of the data.
B. Create and deploy a BISM tabular model with one partition for each of the 36 months.
C. Create and deploy a BISM multidimensional model with one partition for each of the 36 months.
D. Create and deploy a BISM tabular model with one partition for all of the data.
Answer: C
Q28. - (Topic 4)
You are managing a SQL Server Reporting Services (SSRS) instance.
A website 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 only
B. RSWindowsKerberos and RSWindowsNTLM
C. RSWindowsBasic
D. RSWindowsKerberos and RSWindowsNegotiate
Answer: D
Q29. - (Topic 1)
Topic 1, Tailspin Toys
Tailspin Toys is a multinational company that manufactures toys. Tailspin Toys has offices in five regions worldwide. The company sells toys at various retail stores. The company also sells toys directly to consumers through a web site.
The company has the following departments:
...
Sales Distribution Manufacturing
Each department has an office in each region.
The fiscal calendar of Tailspin Toys runs from June to May.
The network contains a server farm that has Microsoft SharePoint Server 2013 installed.
Existing Environment Current Database Environment
Each department uses SharePoint team sites for internal collaboration.
All manufacturing information is stored in a relational database named Manufacturing. All sales information is stored in a relational database named Sales.
Tailspin Toys deploys SQL Server Analysis Services (SSAS) and configures SSAS to use tabular models. SSAS will be used for all sales reports.
Tailspin Toys deploys a SQL Server Reporting Services (SSRS) instance in SharePoint mode.
Sales Database
A database named Sales contains two tables named FactSales and DimProduct. FactSales contains the following columns:
...
SalesID Total Due OrderDate
DimProduct contains the following columns:
....
ProductID ProductName ProductCategory ProductSubcategory
The Sales database contains information about the products. Most of the products have a category and a subcategory. Certain products only have a category.
A sample from DimProduct is shown in the following table.
Requirements
Security Requirements
Tailspin Toys identifies the following security requirement: . Sales department users must be allowed to view the sales transactions from their region only. . Sales department users must be able to view the contents of the manufacturing reports. . Manufacturing department users must be able to create new manufacturing
reports. . Third-party and custom solutions must NOT be deployed to the reporting server. . Sales department users must NOT be able to create new manufacturing reports.
Planned Reporting Implementation
The manufacturing department plans to use the SSRS instance for its reports. The manufacturing department also plans to make its reports accessible from SharePoint. All manufacturing reports will use an existing database named Manufacturing.
Reporting Requirements
Tailspin Toys identifies the following reporting requirements: . All reports must contain the company logo and a header that contains the date and the time that the report was executed. . All reports must be created by using the SQL Server Data Tools.
Manufacturing report
You plan to create a report named Manufacturinglssues.rdl. The report has the following requirements: . Manufacturing department managers must be able to view product issues by product type, manufacturing plant location, and error type. . The manufacturing department managers must be able to change views by choosing options from drop-down lists.
Sales reports
You plan to create a sales report named RegionalSales.rdl. The report has the following requirements: . Users must be able to view the report by using a web browser. By default, subcategories and product details must be hidden when using the browser. . Users must be able to subscribe to receive the report by email. The report must be sent by email as a PDF attachment.
You plan to create a quarterly sales report named QuarterSales.rdl. The report must
display sales data by fiscal quarter.
Technical Requirements
Tailspin Toys identifies the following technical requirements: . Products in the DimProduct table that do NOT have a subcategory must use the category value as the subcategory value. . SSRS must NOT connect to databases more frequently than once every 30 minutes. . Sales department users must be able to use Microsoft Excel to browse tabular data.
=====
You need to recommend a solution for the sales department that meets the security requirements.
What should you recommend?
A. Create one role for all of the sales department users. Add a DAX filter that reads the current user name and retrieves the user's region.
B. Create one role for each region. Configure each role to have read access to a specific region. Add the sales department users to their corresponding role.
C. Create a table for each region. Create a role for each region. Grant each role read access to its corresponding table.
D. Create one role for all of the sales department users. Configure the role to have read access to the sales transactions. Ensure that all of the reports that access the sales transaction data restrict read access to the data from the corresponding sales department region only.
Answer: C
Explanation: Scenario: Tailspin Toys identifies the following security requirement:
.
Sales department users must be allowed to view the sales transactions from their region only.
.
Sales department users must be able to view the contents of the manufacturing reports.
.
Sales department users must NOT be able to create new manufacturing reports.
Q30. - (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