[Nov-2021] 070-768 Exam Questions and Valid 070-768 Dumps PDF [Q41-Q57]

Share

[Nov-2021] 070-768 Exam Questions and Valid 070-768 Dumps PDF 

070-768 Brain Dump: A Study Guide with Tips & Tricks for passing Exam


What is the duration of the 70-768 Exam

  • Passing Score: 700/1000
  • Format: Multiple choices, multiple answers
  • Length of Examination: 150 minutes
  • Number of Questions: 45-60

For more info visit:

Microsoft 70-768 Exam Reference

 

NEW QUESTION 41
You manage your department's SQL Server Analysis Services (SSAS) projects. The sales department uses a tabular model to analyze sales data. Users report excessive wait times when updating the model.
You need to improve the performance of the model. What should you do?

  • A. Define a hierarchy.
  • B. Create a perspective.
  • C. Partition the table.
  • D. Define relationships.

Answer: C

 

NEW QUESTION 42
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 InMemory.
Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
With InMemory the queries can use the cache only.
References:https://msdn.microsoft.com/en-us/library/hh230898(v=sql.120).aspx

 

NEW QUESTION 43
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: Install solid-state disk drives to store the tabular data model.
Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
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: +
References:https://docs.microsoft.com/en-us/sql/analysis-services/tabular- models/directquery-mode-ssas-tabular

 

NEW QUESTION 44
You are developing a SQL Server Analysis Services (SSAS) tabular project.
A model defines a measure named Profit and includes a table named Date.
The table includes year, semester, quarter, month, and date columns.
The Date column is of data type Date.
The table contains a set of contiguous dates.
You need to create a measure to report on year-over-year growth of profit.
What should you do? (Each answer presents a complete solution. Choose all that apply.)

  • A. Use the Business Intelligence Wizard and then use the Define time intelligence enhancement.
  • B. Define the following calculation. Year Over Year Profit Growth:=[Profit] - CALCULATE([Profit], PARALLELPERIOD('Date'[Date], -12, MONTH))
  • C. Define the following calculation. Year Over Year Profit Growth:=[Profit] - CALCULATE([Profit], SAMEPERIODLASTYEAR('Date'[Date]))
  • D. Define the following calculation. Year Over Year Profit Growth:=CALCULATE([Profit], DATEADD('Date'[Date], 1, YEAR))

Answer: B,C

 

NEW QUESTION 45
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 have an existing multidimensional cube that provides sales analysis. The users can slice by date, product, location, customer, and employee.
The management team plans to evaluate sales employee performance relative to sales targets. You identify the following metrics for employees:
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:

Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
Explanation/Reference:
Explanation:

 

NEW QUESTION 46
DRAG DROP
You are a business analyst for a retail company that uses a Microsoft SQL Server Analysis Services (SSAS) multidimensional database to track sales. The database contains the following objects:

Your company is developing a promotional plaque to recognize the top resellers in the top
1 0 cities where the company does business. Each plaque must display the sales total for all resellers in the city. In addition, the plaque must display a total for all cities not in the top
1 0.
You have the following requirements:
You need to provide the information needed for the promotional plaques.
How should you complete the MDX statement? To answer, drag the appropriate MDX segments 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.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:

Box 1:DYNAMIC SET
Box 2:MEMBER
Box 3:DYNAMIC SET
Box 4:[Geography].[City].[City].members
Box 5:[Measures].[Reseller Sales Amount]
References: https://docs.microsoft.com/en-us/sql/mdx/aggregate-mdx

 

NEW QUESTION 47
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 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:

Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
Explanation/Reference:
Explanation:

 

NEW QUESTION 48
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You are developing Microsoft SQL Server Analysis Services (SSAS) tabular model.
The model must meet the following requirements:
You need to configure model.
What should you do?

  • A. Process the model in Process Full mode.
  • B. Ensure that DirectQuery is disabled for the model.
  • C. Process the model in Process Data mode.
  • D. Process the model in Process Defrag mode.
  • E. Ensure that the Transactional Deployment property is set to False.
  • F. Ensure that DirectQuery is enabled for the model.
  • G. Ensure that the Transactional Deployment property is set to True.

Answer: F

Explanation:
DAX originally emerged from a Power Pivot add-in for Excel, as a formula language extension for creating calculated columns and measures for data analysis (which are also integral elements of one SSAS Tabular model database, too), but when Microsoft added support for DAX queries in SQL Server 2012, BI experts started "daxing" data from Tabular model databases.
That trend continues, because of simplicity and fast query execution (related to DirectQuery mode in SSAS Tabular).
References:https://www.sqlshack.com/query-ssas-tabular-model-database-using-dax- functions/

 

NEW QUESTION 49
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 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:

Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: B

Explanation:
Explanation/Reference:
Explanation:

 

NEW QUESTION 50
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 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:

Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: A

 

NEW QUESTION 51
Drag and Drop Question
You need to resolve the issues that the users report.
Which processing options should you use? To answer, drag the appropriate processing option to the correct location or locations. 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.

Answer:

Explanation:

Explanation:
Box1: Process Full:
When Process Full is executed against an object that has already been processed, Analysis Services drops all data in the object, and then processes the object.
This kind of processing is required when a structural change has been made to an object, for example, when an attribute hierarchy is added, deleted, or renamed.
Box 2: Process Default
Detects the process state of database objects, and performs processing necessary to deliver unprocessed or partially processed objects to a fully processed state.
If you change a data binding, Process Default will do a Process Full on the affected object.
Box 3:
Not Process Update: Forces a re-read of data and an update of dimension attributes. Flexible aggregations and indexes on related partitions will be dropped.

 

NEW QUESTION 52
You are developing a SQL Server Analysis Services (SSAS) tabular project.
In the data warehouse, a table named Sales Persons and Territories defines a relationship between a salesperson's name, logon ID, and assigned sales territory.
You need to ensure that each salesperson has access to data from only the sales territory assigned to that salesperson. You need to use the least amount of development effort to achieve this goal.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

  • A. Create a separate tabular model for each sales territory and assign each tabular model a corresponding sales territory name.
    Grant each salesperson access to the corresponding tabular model of the assigned sales territory.
  • B. Create a new role named Sales Persons with Read permission.
    Add each salesperson's logon as a member to the role.
  • C. Create a new Active Directory Domain Services (AD DS) security group and add each salesperson as a member.
    Then create a new role named Sales Persons with Read permission.
    Add the group as a member to the new role.
  • D. Add the Sales Persons and Territories table to the model, define the relationships, and then implement dynamic security by using row filters.
    Grant each salesperson access to the model.

Answer: D

 

NEW QUESTION 53
Hotspot Question
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.

Answer:

Explanation:

Explanation:
Scenario:
Box 1, Processing option:Default
Process Default detects the process state of database objects, and performs processing necessary to deliver unprocessed or partially processed objects to a fully processed state. If you change a data binding, Process Default will do a Process Full on the affected object.
Note: Processing Method This setting controls whether the deployed objects are processed after deployment and the type of processing that will be performed. There are three processing options:
Default processing (default)
Full processing
None
Box 2, Transactional deployment: False
If this option is False, Analysis Services deploys the metadata changes in a single transaction, and deploys each processing command in its own transaction.
Scenario: The CustomerAnalysis data model will contain a large amount of data and needs to be shared with other developers even if a deployment fails. Each time you deploy a change during development, processing takes a long time.
https://docs.microsoft.com/en-us/sql/analysis-services/multidimensional-models/deployment- script-files-specifying-processing-options
Topic 2, Background
Wide World Importers imports and sells clothing. The company has a multidimensional Microsoft SQL Server Analysis Services instance. The server has 80 gigabytes (GB) of available physical memory. The following installed services are running on the server:
* SQL Server Database Engine
* SQL Server Analysis Services (multidimensional)
The database engine instance has been configured for a hard cap of 50 GB, and it cannot be lowered. The instance contains the following cubes: SalesAnalysis, OrderAnalysis.
Reports that are generated based on data from the OrderAnalysis cube take more time to complete when they are generated in the afternoon each day. You examine the server and observe that it is under significant memory pressure.
Processing for all cubes must occur automatically in increments. You create one job to process the cubes and another job to process the dimensions. You must configure a processing task for each job that optimizes performance. As the cubes grown in size, the overnight processing of the cubes often do not complete during the allowed maintenance time window.
Sales Analysis
The SalesAnalysis cube is currently being tested before being used in production. Users report that day name attribute values are sorted alphabetically. Day name attribute values must be sorted chronologically. Users report that they are unable to query the cube while any cube processing operations are in progress. You need to maximize data availability during cube processing and ensure that you process both dimensions and measures.
Order Analysis
The OrderAnalysis cube is used for reporting and ad-hoc queries from Microsoft Excel. The data warehouse team adds a new table named Fact.Transaction to the cube. The Fact.Transaction table includes a column named Total Including Tax. You must add a new measure named Transactions ?Total Including Tax to the cube. The measure must be calculated as the sum of the Total Including Tax column across any selected relevant dimensions.
Finance
The Finance cube is used to analyze General Ledger entries for the company.
Requirements
- You must minimize the time that it takes to process cubes while
meeting the following requirements:
- The Sales cube requires overnight processing of dimensions, cubes,
measure groups, and partitions.
- The OrderAnalysis cube requires overnight processing of dimensions
only.
- The Finance cube requires overnight processing of dimensions only.

 

NEW QUESTION 54
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 InMemory.
Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
With InMemory the queries can use the cache only.
https://msdn.microsoft.com/en-us/library/hh230898(v=sql.120).aspx

 

NEW QUESTION 55
You are developing a SQL Server Reporting Services (SSRS) report that renders in HTML.
The report includes a dataset with fields named Description, Price, and Color.
The report layout includes a table that displays product details and also includes columns named Description, Price, and Color.
You need to modify the report so that users can sort products by the Price column.
What should you do?

  • A. Set the SortExpression property to =Fields!Price.Name for the Price text box.
  • B. Set the SortExpression property to =Fields!Price.Value for the Price text box.
  • C. Add a custom action to the Price text box.
  • D. In the Interactive Sorting page of the Price text box properties, select the Enable interactive sorting on this text box check box, and then select the Price field for the Sort by property.
  • E. Add a group for the Price field.

Answer: B,D

 

NEW QUESTION 56
You manage an instance of SQL Server Analysis Services (SSAS). Over the last several months, the usage on the server increased by 50% as users begin to create and run more analyses.
Queries are taking longer to run, and processor usage is consistently above 80%.
You predict that query usage will continue to increase at 5% per month. You need to scale SSAS to accommodate the present and future processing load.
Which three actions could you take?
Each correct answer presents a complete solution.

  • A. Create a second instance of SSAS on a different server and dedicate this instance to processing queries.
  • B. Create a new Network Load Balanced (NLB) cluster.
  • C. Create a new local SSAS partition.
  • D. Create a new remote SSAS partition.
  • E. Create a second instance of SSAS on the same server and dedicate this instance to processing queries.

Answer: A,B,D

 

NEW QUESTION 57
......

070-768 Exam Questions: Free PDF Download Recently Updated Questions: https://www.vce4plus.com/Microsoft/070-768-valid-vce-dumps.html