Microsoft Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform - 70-459 Exam Practice Test

You administer an instance of SQL Server 2014.
You are tasked with tuning a common set of queries. You have the results of several test executions, along with query plans. The schema and the data for all database object(s) used remain unchanged between executions. The QueryTime column is defined as a computed column that uses the GETDATEO system function. The query plans and results are shown below:

You need to make an initial diagnosis of the situation, based solely on this input.
Which two statements can you make about the performance characteristics of this query? Each correct answer presents a complete solution. Choose two.
Correct Answer: E,F
You have a database hosted on SQL Server 2012 R2. The database contains 5 million rows.
You need to recommend a repeatable method to migrate the database to SQL Database.
Which method should you recommend?
More than one answer choice may achieve the goal. Select the BEST answer.
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
You need to add a new column named Confirmed to the Attendees table. The solution must meet the following requirements:
- Have a default value of false. - Minimize the amount of disk space used.
Which code block should you use?
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
You use SQL Server 2012 to maintain the data used by the applications at your company.
You plan to create a disk-based table named Tablel by using the following statement. (Line numbers are included for reference only.)

You need to ensure that Tablel contains a column named UserName. The UserName column will:
Store string values in any language.
Accept a maximum of 200 characters.
Be case-insensitive and accent-insensitive.
Which code segment should you add at line 03?
---
Correct Answer: B
You need to modify the stored procedure usp.LookupConcurrentUsers.
What should you do?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
DRAG DROP
You plan to deploy SQL Server 2012.
You identify the following security requirements for the deployment:
- Users must be prevented from intercepting and reading the T-SQL statements sent from the clients to the database engine. - All database files and log files must be encrypted if the files are moved to another disk on another server.
You need to identify which feature meets each security requirement. The solution must minimize processor overhead.
Which features should you identify?
To answer, drag the appropriate feature to the correct requirement in the answer area.
Correct Answer:
You have a SQL Azure database.
You need to identify which keyword must be used to create a view that will be indexed.
Which keyword should you identify?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
You need to implement security for the restore and audit process. What should you do?
Correct Answer: C