70-466 · Question #50
70-466 Question #50: Real Exam Question with Answer & Explanation
The correct answer is A: Select the tabular project type and use the In-Memory query mode.. When maximizing performance is the goal and data latency is acceptable, the tabular In-Memory mode is optimal because it caches the entire dataset in RAM and queries run against that cache without touching source systems.
Question
Options
- ASelect the tabular project type and use the In-Memory query mode.
- BSelect the multidimensional project type and use the MOLAP storage mode.
- CSelect the tabular project type and use the DirectQuery query mode.
- DSelect the multidimensional project type and use the ROLAP storage mode.
Explanation
When maximizing performance is the goal and data latency is acceptable, the tabular In-Memory mode is optimal because it caches the entire dataset in RAM and queries run against that cache without touching source systems.
Common mistakes.
- B. The multidimensional project type does not natively support OData data feeds as a direct data source, making this option impractical for the stated requirements.
- C. DirectQuery mode forwards every query to the source system in real time, which maximizes data freshness but does not maximize performance compared to In-Memory caching.
- D. ROLAP storage mode in a multidimensional project queries the relational source at query time, providing the worst query performance among the options and also lacks native OData support.
Concept tested. Tabular vs multidimensional model and query mode selection
Reference. https://learn.microsoft.com/en-us/analysis-services/tabular-models/directquery-mode-ssas-tabular
Topics
Community Discussion
No community discussion yet for this question.