exam questions

Exam 70-768 All Questions

View all questions & answers for the 70-768 exam

Exam 70-768 topic 1 question 1 discussion

Actual exam question from Microsoft's 70-768
Question #: 1
Topic #: 1
[All 70-768 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You deploy a tabular data model to an instance of Microsoft SQL Server Analysis Services (SSAS). The model uses an in-memory cache to store and query data.
The data set is already the same size as the available RAM on the server. Data volumes are likely to continue to increase rapidly.
Your data model contains multiple calculated tables.
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?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
By default, tabular models use an in-memory cache to store and query data. When tabular models query data residing in-memory, even complex queries can be incredibly fast. However, there are some limitations to using cached data. Namely, large data sets can exceed available memory, and data freshness requirements can be difficult if not impossible to achieve on a regular processing schedule.
DirectQuery overcomes these limitations while also leveraging RDBMS features making query execution more efficient.
With DirectQuery: +
Data is up-to-date, and there is no extra management overhead of having to maintain a separate copy of the data (in the in-memory cache). Changes to the underlying source data can be immediately reflected in queries against the data model.
Datasets can be larger than the memory capacity of an Analysis Services server.
Etc.
References:https://docs.microsoft.com/en-us/sql/analysis-services/tabular-models/directquery-mode-ssas-tabular

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mkatic
Highly Voted 5 years, 10 months ago
In the text of the question it says "Your data model contains multiple calculated tables." Isn't it true, when you want DirectQuery, then you should not have calculated tables? https://docs.microsoft.com/en-us/sql/analysis-services/tabular-models/directquery-mode-ssas-tabular?view=sql-server-2017
upvoted 11 times
STH
5 years, 10 months ago
That is true : the correct answer is "No".
upvoted 10 times
...
rhbenitez
4 years, 8 months ago
Calculated tables: Calculated tables are not supported in DirectQuery models, but calculated columns are. If you try to convert a tabular model that contains a calculated table, an error will occur stating that the model cannot contain pasted data.
upvoted 5 times
...
...
othman_ee
Most Recent 4 years, 4 months ago
Going with B
upvoted 2 times
...
bhrv
4 years, 5 months ago
I was considering contributor access, but with such low quality elaboration on such a controversial answer made me refuse from this idea.
upvoted 2 times
...
panal
4 years, 6 months ago
I think the Correct Answer B (No).
upvoted 3 times
...
redsoxfred
4 years, 6 months ago
I think the answer is No.. I tried to add a Calculated table to a sample tabular project and when i try to set directQuery mode to ON i get this error The model cannot be changed to DirectQuery mode because table CalculatedTable 1 is a calculated table. Delete table CalculatedTable 1 from the model, and then change the model to DirectQuery mode.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago