Microsoft 70-464 Developing Microsoft SQL Server Databases Exam Practice Test

Page: 1 / 14
Total 200 questions
Question 1

You need to modify the usp_DetectSuspiciousActivity stored procedure.

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



Answer : D, E

Note:

* Move micropayments to dbo.POSException table by using a stored procedure named ups_DetectSuspiciousActivity.


Question 2

You need to implement security for the restore and audit process. What should you do?



Answer : A


Question 3

You need to monitor the health of your tables and indexes in order to implement the required index maintenance strategy.

What should you do?



Answer : A

From scenario:

* You need to anticipate when POSTransaction table will need index maintenance.

* The index maintenance strategy for the UserActivity table must provide the optimal structure for both maintainability and query performance.


Question 4

You need to ensure that a new execution plan is used by usp_GetOrdersByProduct each time the stored procedure runs.

What should you do?



Answer : B


Question 5

You need to modify usp.GetOrdersAndItems to ensure that an order is NOT retrieved by usp_GetOrdersAndItems while the order is being updated.

What should you add to usp.GetOrdersAndItems?



Answer : B

The SET TRANSACTION ISOLATION LEVEL SERIALIZABLE statement specifies that no other statement can read data that has been modified but not yet committed by other transactions.

References:

https://docs.microsoft.com/en-us/sql/t-sql/statements/set-transaction-isolation-level-transact-sql?view=sql-server-2017

https://docs.microsoft.com/en-us/sql/t-sql/queries/hints-transact-sql-table?view=sql-server-2017


Question 6

You need to ensure that a new execution plan is used by usp_GetOrdersByProduct each time the stored procedure runs.

What should you do?



Question 7

You need to resolve the performance issues of the usp_getOpenings stored procedure.

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



Answer : A, C, E

Scenario: You also discover that the usp_GetOpenings stored procedure takes a long time to run and that the non-clustered index on the Description column is not being used.

The FORMSOF term performs matches using other linguistic forms of the word. The following is the FORMSOF term syntax:

FORMSOF (<generation_type>,<match_words>)

The generation type specifies how Microsoft Windows Search chooses the alternative word forms. The INFLECTIONAL value chooses alternative inflection forms for the match words. If the word is a verb, alternative tenses are used. If the word is a noun, the singular, plural, and possessive forms are used to detect matches.

References:

https://docs.microsoft.com/en-us/windows/win32/search/-search-sql-formsof


Page:    1 / 14   
Total 200 questions