Q1. DRAG DROP - (Topic 4)
You are developing a SQL Server Analysis Services (S5AS) cube. The cube consists of a single measure group.
The measure group consists of one partition that uses MOLAP.
The proactive caching policy has the following requirements:
. The cache must be updated when data is changed in the table named tbIOrders. . Changes must be notified through the use of the XML for Analysis (XMLA) NotifyTableChange command.
You need to configure the proactive caching policy to meet the requirements.
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:
Q2. - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) tabular project for a Power View solution.
You need to grant permission for salespersons to view only the data based on their sales territory.
What should you do?
A. Create a member and then create a Data Analysis Expressions (DAX) filter.
B. Create a member and then create a Multidimensional Expressions (MDX) filter.
C. Use SQL Server Management Studio to create a role. Then create a Data Analysis Expressions (DAX) filter.
D. Use SQL Server Management Studio to create a role. Then create a Multidimensional Expressions (MDX) filter.
Answer: C
Q3. - (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
Q4. DRAG DROP - (Topic 4)
You are developing a SQL Server Analysis Services (SAS) multidimensional project that is configured to source data from a SQL Azure database.
You plan to use multiple servers to process different partitions simultaneously. You create and configure a new data source.
You need to create a new partition and configure SQL Server Analysis Services (SSAS) to use a remote server to process data contained within the partition.
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:
Q5. - (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
Q6. - (Topic 4)
You are administrating a SQL Server Analysis Services (SSAS) tabular database.
You need to create a new role that allows its members to query data and to refresh data in the model.
Which permission should you use? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Browse and Manage
B. Administrator
C. Read and Process
D. Explore and Manage
Answer: C
Explanation:
* Giving a database role permission to process an Analysis Services database means that the role has permission to perform all processing options on the database. This includes the processing of all cubes, dimensions, mining structures, and mining models in the database. However, the role does not have permission to read database metadata or access any data in the database itself.
Q7. - (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
Q8. HOTSPOT - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) cube.
You are writing the following Multidimensional Expressions (MDX) statement for use by a calculated measure. The measure computes the sales amount for the same time period of the previous year. (Line numbers are included for reference only.)
You need to complete the MDX statement.
Which MDX function should you use in line 03? To answer, select the appropriate MDX function in the functions list.
Answer:
Q9. - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) multidimensional database. The underlying data source does not have a time dimension table.
You need to implement a time dimension.
What should you do?
A. Use the SQL Server Data Tools Dimension Wizard and generate a time table on the server.
B. Create a CSV file with time data and use the DMX IMPORT statement to import data from the CSV file.
C. Create a time dimension by using the Define dimension intelligence option in the Business Intelligence Wizard.
D. Create a time dimension by using the Define time intelligence option in the Business Intelligence Wizard.
Answer: A
Q10. - (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