0% found this document useful (0 votes)
93 views22 pages

70 768

The document contains questions and answers related to configuring and developing tabular models in SQL Server Analysis Services (SSAS). Some key points: - DirectQuery mode should be enabled for models that need to show updated data quickly and support certain DAX functions. - Transactional deployment should be set to True when copying models to optimize performance for queries across multiple companies. - Models need to be processed in Full mode to ensure new data is reflected. - Both multidimensional and tabular instances of SSAS need to be installed to support projects using different types of models and data mining. - Dimensions need the appropriate relationship type (regular, many-to-many, referenced) connected

Uploaded by

Sonit Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views22 pages

70 768

The document contains questions and answers related to configuring and developing tabular models in SQL Server Analysis Services (SSAS). Some key points: - DirectQuery mode should be enabled for models that need to show updated data quickly and support certain DAX functions. - Transactional deployment should be set to True when copying models to optimize performance for queries across multiple companies. - Models need to be processed in Full mode to ensure new data is reflected. - Both multidimensional and tabular instances of SSAS need to be installed to support projects using different types of models and data mining. - Dimensions need the appropriate relationship type (regular, many-to-many, referenced) connected

Uploaded by

Sonit Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 22

Q1. You are developing Microsoft SQL Server Analysis Services (SSAS) tabular model.

The model must meet the following requirements:

-Support the RELATED and TRUNC DAX functions.

-Show updated data as quickly as possible.

You need to configure model.

What should you do?

Ans: Ensure that DirectQuery is enabled for the model.

Q2. The company recently split up into multiple companies based on product lines. Each company starts
with a copy of the database and tabular model that contains data for a specific product line.

You need to optimize performance of queries that use the copied tabular models while minimizing
downtime.

What should you do?

Ans: Ensure that the Transactional Deployment property is set to True.

Q3. You must ensure that the tabular model reflects the new vacation packages.

You need to configure the tabular data model.

What should you do?

Ans: Process the model in Process Full mode.

Q4. You develop both projects by using SQL Server Data Tools.

-Project1 uses the tabular data model.

-Project2 uses SQL Server data mining to predict customer-purchasing intentions by using the Decision
Trees algorithm.

You need to install the appropriate services to support both projects.

Which two actions should you perform? Each correct answer presents part of the solution.

Ans: Install one multidimensional instance of SSAS.

Install one tabular instance of SSAS.


Q5.

Users need to be able to analyze sales by product and color.

You need to create the dimension.

Which relationship type should you use between the InternetSales table and the new dimension?

Ans: referenced

Q6.

Users need to be able to analyze sales by color.

You need to create a dimension that contains all of the colors for products sold by the company.

Which relationship type should you use between the InternetSales table and the new dimension?

Ans: regular
Q7.

You need to create a new dimension that allows users to list shipments by the country where the
product is shipped.

Which relationship type should you use between the Shipment table and the new dimension?

Ans: many-to-many

Q8.
You must create a report that shows, for each month, the Internet sales for that month and the total
Internet sales for the calendar year up to and including the current month.
You create the following MDX statement (Line numbers are included for reference only.):

You need to complete the MDX statement to return data for the report.
Which MDX segment should you use in line 01?

Ans:
Q9. You need to configure and deploy an Analysis Services project to the Analysis Services instance that
allows near real-time data source access.

Solution: In the Deployment Option property for the report, you set the Query Mode to DirectQuery
with InMemory.

Does the solution meet the goal?

Ans: Yes

Q10. You need to configure and deploy an Analysis Services project to the Analysis Services instance that
allows near real-time data source access.

Solution: In the Deployment Option property for the report, you set the Query Mode to InMemory with
DirectQuery.

Does the solution meet the goal?

Ans: No

Q11. You need to configure and deploy an Analysis Services project to the Analysis Services instance that
allows near real-time data source access.

Solution: In the Deployment Option property for the report, you set the Query Mode to InMemory.

Does the solution meet the goal?

Ans: No

Q12. -Ninety percent or greater relative to sales target values is considered on target.
-Between 75 percent and 90 percent is considered slightly off target.
-Below 75 percent is considered off target
You need to implement the KPI based on the Status expression.
Solution: You design the following solution:

Ans: No
Q13. -Ninety percent or greater relative to sales target values is considered on target.
-Between 75 percent and 90 percent is considered slightly off target.
-Below 75 percent is considered off target
You need to implement the KPI based on the Status expression.
Solution: You design the following solution:

Ans: No

Q14. -Ninety percent or greater relative to sales target values is considered on target.
-Between 75 percent and 90 percent is considered slightly off target.
-Below 75 percent is considered off target
You need to implement the KPI based on the Status expression.
Solution: You design the following solution:

Ans: Yes >=.90 <.90 >.74

Q15. You have a Microsoft SQL Server Analysis Services (SSAS) multidimensional database that stores
customer and order data for customers in the United States only. The database contains the following
objects:
You must create a KPI named Large Sales Target that uses the Traffic Light indicator to display status.
The KPI must contain:

You need to create the KPI.


Solution: You set the value of the Status expression to:

Ans: No

Q16. You have a Microsoft SQL Server Analysis Services (SSAS) multidimensional database that stores
customer and order data for customers in the United States only. The database contains the following
objects:

You must create a KPI named Large Sales Target that uses the Traffic Light indicator to display status.
The KPI must contain:
You need to create the KPI.
Solution: You set the value of the Status expression to:

Ans: No

Q17. You have a Microsoft SQL Server Analysis Services (SSAS) multidimensional database that stores
customer and order data for customers in the United States only. The database contains the following
objects:

You must create a KPI named Large Sales Target that uses the Traffic Light indicator to display status.
The KPI must contain:
You need to create the KPI.
Solution: You set the value of the Status expression to:

Ans: Yes Resellar Average Unit Price

Q18. The data model must begin processing each day at 2:00 and processing should be complete by 4:00
the same day. You observe that the data processing operation often does not complete before 7:00. This
is adversely affecting team members.
You need to improve the performance.
Solution: Install solid-state disk drives to store the tabular data model.
Does the solution meet the goal?

Ans: No

Q19. The data model must begin processing each day at 2:00 and processing should be complete by 4:00
the same day. You observe that the data processing operation often does not complete before 7:00. This
is adversely affecting team members.
You need to improve the performance.
Solution: Enable Buffer Cache Extensions.
Does the solution meet the goal?

Ans: No

Q20. The data model must begin processing each day at 2:00 and processing should be complete by 4:00
the same day. You observe that the data processing operation often does not complete before 7:00. This
is adversely affecting team members.
You need to improve the performance.
Solution: Change the storage mode for the data model to DirectQuery.
Does the solution meet the goal?

Ans: Yes

Q21. You need to configure the server to optimize the afternoon report generation based on the
OrderAnalysis cube.
Which property should you configure?

Ans: LowMemoryLimit

Q22. Each processing option may be used once, more


than once, or not at all. You may need to drag the split bar between panes or scroll to view
content.

Ans:
Q23. Each processing task may be used once, more
than once, or not at all. You may need to drag the split bar between panes or scroll to view
content.

Ans:

Q24. You need to configure the SalesAnalysis cube to correct the sales analysis by customer
calculation.
Which four 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.
Ans:
Q25. You need to configure the project option settings to minimize deployment time for the
CustomerAnalysis data model.
What should you do? To answer, select the appropriate setting from each list in the answer area.

Ans:

Q26. You need to configure the CoffeeSale fact table environment.


Which four 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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct
orders you select.
Ans:
Q27. A database named DB2 uses the InMemory query mode. Users frequently run the following query:

You need to configure SQL Server Profiler to determine why the query is performing poorly.
Which three event should you monitor on the SQL Server Profiler trace events configuration page? To
answer, select the appropriate options in the answer area.

Ans:
Q28. A database named DB2 uses the InMemory query mode. Users frequently run the following query:

You need to reconfigure the SSAS instance that hosts DB1.


Which three actions should 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.

Ans:
Q29. A database named DB2 uses the InMemory query mode. Users frequently run the following query:

You need to ensure no users see the PriorYearSales measure in the field list for the Sales table.
What should you do?

Ans: Create a perspective, and ensure that the PriorYearSales measure is not added to the
perspective. Ensure that users connect to the model by using the perspective.

Q30. You develop both projects by using SQL Server Data Tools.
You need to install the appropriate services to support both projects.
What should you do? In the table below, select the appropriate services for each project.

NOTE: Make only one selection in each column.

Ans:
Q31. You need to ensure that the Salesperson and Picker attributes in each dimension use
unique names.
In the table below, identify an option that you would use as part of the process to alter the
names of the attributes for each of the dimensions.
NOTE: Make only one selection in each column.

Ans:

Q32. You need to hide the specified attributes from the end users of the OrderAnalysis cube.
You do not want to change the structure of the dimension.
Which change should you make to the properties for the Stock Item Key and Photo
attributes?

Ans: Set the AttributeHierarchyVisible property to False.


Q33. Drag Drop

Ans:

Q34. Drag & Drop

You are writing a MDX query to retrieve data from a Microsoft SQL Server Analysis Services (SSAS) cube
named Channel Sales. The cube defines two measures
named Sales and Cost. The cube also defines a Date dimension and a Product dimension.
You need to retrieve profit values for a year named CY2016.
How should you complete the MDX statement? To answer, drag the appropriate MDX segment to the
correct locations. Each MDX segment may be used once,
more than once, or not at all. You may need to drag the split bar between panes or scroll to view
content.
Select and Place:
Ans: 1st Option in 1st Box

3rd Option in Second Box

Q35. DRAG DROP


You are a business analyst for a company that uses a Microsoft SQL Server Analysis Services (SSAS)
tabular database for reporting. The database model
contains the following tables:

You have been asked to write a query for a report that returns the total sales for each product
subcategory, as well as for each product category.
You need to write the query to return the data for the report.
How should you complete the DAX statement? To answer, drag the appropriate DAX segment to the
correct locations. Each DAX segment may be used once,
more than once, or not at all. You may need to drag the split bar between panes or scroll to view
content.
Select and Place:

Ans:
Q36.

Ans:

Q37. MCQ
Q38. You are developing and application to track customer sales.

You need to return the sum of orders that have been finalized, given a specified order identifier.

This value will be used in other Transact-SOL statements.

You need to create a database object.

What should you create?

Ans: scalar-valued function

You might also like