Q1. HOTSPOT - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) cube.
Revenue must be compared to a goal and described by a status and a trend. Revenue,
goal, status, and trend will be defined by Multidimensional Expressions (MDX) expressions.
You need to add the Revenue indicator.
Which tab should you select? (To answer, select the appropriate tab in the work area.)
Answer:
Q2. - (Topic 4)
You are designing a SQL Server Analysis Services (SSAS) cube for the sales department at your company.
The sales department has the following requirements for the cube:
. Include a year-over-year (YOY) calculation
. Include a month-over-month (MOM) calculation
You need to ensure that the calculations are implemented in the cube.
Which Multidimensional Expressions (MDX) function should you use?
A. UNREGINTERCEPT()
B. LASTPER1ODS()
C. TIMQNTELUGENCE()
D. PARALLELPERIOD()
Answer: C
Q3. - (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
Q4. HOTSPOT - (Topic 4)
A sales cube contains two years of data.
The sales team must see year-over-year (YOY) and month-over-month (MOM) sales
metrics.
You need to modify the cube to support the sales team's requirements.
Which Business Intelligence Wizard enhancements should you use? (To answer, configure
the appropriate option or options in the dialog box in the answer area.)
Answer:
Q5. - (Topic 4)
You are developing a SQL Server Analysis Services (SSAS) tabular project.
A model contains tables and columns that must not be visible to the user. The columns and tables cannot be removed because they are used in calculations. The calculations are used to calculate the budget and forecast for the current quarter.
You need to hide the tables and columns.
What should you do?
A. Before adding the forecast calculations to the model, right-click the applicable tables and columns and select the Hide option.
B. After adding the budget calculations to the model, in the Properties window for the applicable tables and columns, set the Visible property to True.
C. Before adding the forecast calculations to the model, right-click the applicable tables and columns and select the Hide from Client Tools option.
D. After adding the budget calculations to the model, in the Properties window for the applicable tables and columns, set the Enabled property to False.
Answer: C
Q6. - (Topic 3)
You need to identify the reports that produce the errors that Marc is receiving.
What should you do?
A. Write a query by using the Subscriptions table in the report server database.
B. Write a query by using the Execution Log 3 view in the report server database.
C. Use the Windows Event Viewer to search the Application log for errors.
D. Search the ReportServerService_<timestamp>.log file for errors.
Answer: B
Q7. - (Topic 4)
You are adding dimensions and a new measure group named Accounts Receivable to an existing SQL Server Analysis Services (SSAS) cube.
Date is one of the existing dimensions in the SSAS database. The underlying fact table for the measure group is associated with multiple dates, including InvoiceDate DueDate and PaymentDate.
You need to ensure that users can slice the Accounts Receivable measures by InvoiceDate, DueDate, and PaymentDate. You also need to ensure that the time required to process the database is minimized.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Create three new perspectives named InvoiceDate, DueDate, and PaymentDate.
B. Create three independent dimensions named InvoiceDate, DueDate and PaymentDate and then link all three of them to the Accounts Receivable measure group.
C. Create cube dimensions named InvoiceDate, DueDate, and PaymentDate by using the existing Date dimension in the database.
D. Add three attributes named InvoiceDate. DueDate, and PaymentDate to the existing Date dimension in the database.
Answer: C
Q8. - (Topic 4)
You create a materialized reference dimension between a dimension named Regions and a measure group named Orders.
You use a table named Customers as a bridge as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that data is updated to reflect any changes in the relationship. The solution must NOT require that the entire cube be reprocessed.
What should you reprocess?
A. The Sales partition
B. The Regions dimension
C. The Customers dimension
D. The Orders partition
Answer: C
Q9. 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:
Q10. - (Topic 1)
You need to recommend a solution to meet the requirements for the Manufacturinglssues.rdl report.
What is the best solution that you should include in the recommendation? More than one answer choice may achieve the goal. Choose the BEST answer.
A. Add a dataset to the report that uses an ad hoc SQL statement. Configure the dataset to include the parameters required for the different views. Add a dataset for each parameter created. Configure each parameter to use the values in the dataset.
B. Add a dataset to the report that uses an ad hoc SQL statement. Configure the dataset to include the parameters required for the different views. Update each parameter to use a set of values from Report Designer.
C. Add a dataset to the report that uses an ad hoc SQL statement. Configure the dataset to include the parameters required for the different views. Use the default display for the parameters.
D. Add a dataset to the report that uses a stored procedure. Configure the dataset to include the parameters required for the different views. Update each parameter to use a set of values from Report Designer.
Answer: C