Certification Exam Prep Questions for Implementing Data Models and Reports with Microsoft SQL Server (MS-20466)
QuickStart is now offering you assessment questions Implementing Data Models and Reports with Microsoft SQL Server (MS-20466). Whether you are deciding which exam to sign up for, or simply want to practice the materials necessary to complete certification for this course, we have provided a practice assessment to better aid in certification. 100% of the questions are real questions from a recent version of the test you will take for Implementing Data Models and Reports with Microsoft SQL Server (MS-20466).
You are developing a SQL server analysis service (SSAS) tabular project. There is a table named sales in
the model. In the sales table there is a single data column. The following requirements need to be
followed by the sales table: All rows must be returned by the queries. Four different processing
schedules must be supported for different date ranges. There must not be Overlapping data in the date
ranges.
Which solution will you implement in order to meet the requirements?
- A. For the table sales create four partitions. Create four roles. For each role and partition use the same row filter queries.
-
Incorrect.
- B. Using row filter queries convert the sales table into four smaller tables. For all four tables use one perspective.
-
Incorrect.
You are managing a SQL server analysis service (SSAS) tabular database. There must be the following requirements in the database. Data must be loaded into partitions or tables by the processing. Relationships or hierarchies must not be rebuild by the processing. Calculated columns must not be recalculated by the processing. A processing strategy need to be implemented for the database to meet the requirements. What should be the processing model?
- A. Process Clear
-
Incorrect.
- B. Process Data
-
Incorrect.
- C. Process Add
-
Correct!
- D. Process Full
-
Incorrect.
- E. Process Default
-
Incorrect.
You are developing a SQL server analysis service (SSAS) tabular project that will be used by finance,
sales and marketing teams.
It is reported by the sales team that the model is too complex and difficult to use. There is no other
information needed to the sales team other than sales-related resource in the tabular model. All the
resources in the tabular model need to be seen by the finance and marketing teams. A solution
needs to be implemented that meet the needs of the sales team while minimizing administrative
effort and development.
Which option will you choose?
- A. For each team create a separate partition.
-
Incorrect.
- B. For each team create a separate data source.
-
Incorrect.
- C. For the sales team create a perspective.
-
Correct!
- D. To filter non-sales data enable client side security.
-
Incorrect.
You are developing a SQL server analysis service (SSAS) tabular project. To enable users to query data in the data model you need to grant the minimum permission necessary. Which role permission suitable to use?
- A. Explorer
-
Incorrect.
- B. Process
-
Incorrect.
- C. Browser
-
Incorrect.
- D. Administrator
-
Incorrect.
- E. Select
-
Incorrect.
- F. Read
-
Correct!
You are developing a SQL server analysis service (SSAS) tabular project. There is a table name sales
person and territories in the data warehouse that define the relationship between a salesperson’s
name, login ID, and assigned sales territory. It is to ensure that each salesperson has access to data from
only the sales territory assigned to that salesperson. To achieve this goal you need to use the least
amount of development effort.
What should be the right option? (choosing More than one answer may achieve the goal. Select the
BEST answer.)
- A. With read permissions, create a new role named sales person. As a member to the role add each salesperson’s logon.
-
Incorrect.
For a SQL server analysis service (SSAS) cube you are troubleshooting query performance. It is reported by a user that a multidimensional expressions (MDX) query is very slow. By using SQL server profiler the MDX query statement in a trace needs to be identified. Which event class should be correct?
- A. Get Data from Aggregation
-
Incorrect.
- B. Query Subcube
-
Incorrect.
- C. Query Begin
-
Correct!
- D. Progress Report Begin
-
Incorrect.
- E. Calculate Non Empty Begin
-
Incorrect.
- F. Execute MDX Script Begin
-
Incorrect.
You are maintaining a SQL server analysis instances. For Microsoft SharePoint in a SharePoint farm you need to configure an installation for PowerPivot. What tool should be appropriate? (Each answer presents a complete solution. Choose all that apply)
- A. SQL Server Configuration Manager
-
Correct!
- B. PowerPivot Configuration Tool
-
Correct!
- C. SharePoint Products Configuration Wizard
-
Incorrect.
- D. SharePoint Central Administration
-
Correct!
- E. PowerShell
-
Incorrect.
A tabular Business Intelligence Semantic Model (BISMJ) database based on a SQL Server database is
being developed by you. The FactInternetSales table is partitioned by month in the data source. New
data has been inserted in the FactInternetSales table, in the DimProduct table, and in the DimCustomer
table and data from the current month has been updated.
The FactInternetSales table in also partitioned by month in the model. The model has the most recent
data while minimizing the processing time needs to be ensured. What should be the correct answer?
You are maintaining a SQL server analysis service (SSAS) multidimensional database. A dimension that is no longer used by any cubes is identified. The dimension needs to be deleted. What should be the right option?
- A. To drop the dimension from the database write a Multidimensional Expressions (MDX) command.
-
Incorrect.
- C. For execution against the production model script the deletion of the dimension as an XMLA command.
-
Incorrect.
You are managing an environment in SharePoint integrated mode that has SharePoint Server 2010 and a SQL Server Reporting Services (SSRS) instance. By using a shared schedules through email several report subscriptions are configured to deliver reports. The email server will be going offline. Until the email server is brought back online you need to temporarily suspend the shared schedule. What should be the correct answer?
- A. Pause the shared schedule in Report Manager.
-
Incorrect.
- C. Delete the shared schedule in Report Manager.
-
Incorrect.
For a company that has a subscription to a dataset from the Microsoft Azure Data Market you are developing a SQL Server Reporting Services (SSRS) report. Flexible queries are permitted by the data set. The connection type for the data source needs to be chosen. Which connection type is correct?
- A. XML
-
Correct!
- B. Microsoft Azure SQL Databa
-
Incorrect.
- C. Microsoft SharePoint List
-
Incorrect.
- D. ODBC
-
Incorrect.
You are developing A SQL server reporting service (SSRS). A single SQL server data source and dataset is defined by the report. In the report from the Microsoft Azure SQL database you need to include additional data sourced. Which option is correct?
- A. Create data source using SQL server and then add a dataset that uses the new data source.
-
Incorrect.
- B. Create data source using Microsoft Azure SQL Database and then add a dataset that uses the new data source.
-
Correct!
- C. For the report generate an Atom-compliant data feed.
-
Incorrect.
In SQL Server Data Tools (SSDT), you are developing a new SQL Server Reporting Services (SSRS) report. There is a table named table1 and a textbox named textbox1 in the report. Initially table1 is visible but the user must be able to choose when to hide it. In order to meet these requirements you need to develop the report. Choose the correct option? (Choosing more than one option may achieve the goal. Select the BEST answer.)
- B. To drill through to rerun the report to toggle the display of Table1 configure Textbox1.
-
Incorrect.
- C. Configure the Display can be toggled by this report item option to use Table1 for the properties of Table1
-
Incorrect.
In SQL Server Data Tools (SSDT), you are developing a new SQL Server Reporting Services (SSRS) report. For the business unit to prompt the user the report must define a report parameter. There is a unique font scheme combination of font and sizes properties for each business units. It is to be ensured that in the table header all of the textboxes use the correct business unit font properties. Choose the right answer? (Choosing more than one option may achieve the goal. Select the BEST answer.)
- B. Assign expressions to the FontFamily and FontSize properties for each header text box.
-
Incorrect.
You installed a SQL server reporting service (SSRS). A copy of the symmetric key needs to be restored. Which is the right command to run?
- A. rskeymgmt -d
-
Incorrect.
- B. rskeymgmt -e -f %temp%\rs.key -p Password1
-
Incorrect.
- C. rskeymgmt -i
-
Incorrect.
- D. rskeymgmt -a -f %temp%\rs.key -p Password1
-
Correct!
In native mode you are managing a SQL Server Reporting Services (SSRS) instance. On the server a role named folder access controller is present. For individual item task the Folder Access Controller role consists of only the Set security. When report manager is open by role members, they cannot view folders. In order to make the role members to view folders you need to modify the folder access controller role. Which is the correct task to be added in the folder access controller role?
- A. Manage models
-
Incorrect.
- B. Manage reports
-
Incorrect.
- C. View reports
-
Incorrect.
- D. Manage folders
-
Correct!
You have a SQL server reporting service (SSRS) instance. There is a report of the instance that displays 3 million records. There is a performance issue that is experience by the users when they use the report. The report renders as quickly as possible, this needs to be ensured. Select two options which you will perform. There is a part of solution which is presented by each correct answer.
- A. Enable versioning.
-
Correct!
- B. Enable caching.
-
Correct!
- C. Enable report history.
-
Incorrect.
- D. Create snapshots
-
Incorrect.
- E. Implement pagination
-
Incorrect.
Back To Top