Valid 70-768 Dumps shared by ExamDiscuss.com for Helping Passing 70-768 Exam! ExamDiscuss.com now offer the newest 70-768 exam dumps, the ExamDiscuss.com 70-768 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-768 dumps with Test Engine here:
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. A company has an e-commerce website. When a customer places an order, information about the transaction is inserted into tables in a Microsoft SQL Server relational database named OLTP1. The company has a SQL Server Analysis Services (SSAS) instance that is configured to use Tabular mode. SSAS uses data from OLTP1 to populate a data model. Sales analysts build reports based on the SSAS model. Reports must be able to access data as soon as it is available in the relational database. 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?
Correct Answer: A
Explanation/Reference: Explanation: With DirectQuerywithInMemory mode the queries use the relational data source by default, unless otherwise specified in the connection string from the client. References:https://msdn.microsoft.com/en-us/library/hh230898(v=sql.120).aspx