70-469 Exam - Recertification for MCSE: Data Platform

certleader.com

Q1. You need to recommend a solution to ensure that USP_4 adheres to the security requirements. 

What should you include in the recommendation? 

A. Enable SQL Server Audit. 

B. Enable trace flags. 

C. Configure data manipulation language (DML) triggers. 

D. Enable C2 audit tracing. 

Answer:

Q2. You plan to modify a procedure that contains hundreds of lines of code. The modification must support the following guidelines: 

Use only tables that are not persistent in the database. 

Minimize the amount of time required to execute and recompile procedures. 

You need to identify which type of table must be used to support the planned modification. 

Which type of table should you identify? 

A. A system table 

B. A partitioned table 

C. A table variable 

D. A temporary table 

Answer:

Q3. Your network contains a server named SQL1 that has SQL Server 2012 installed. SQL1 contains 

a database name DB1 and a table named Customers. 

You add an additional server named SQL2 that runs SQL Server 2012. 

You need to create a distributed partitioned view. The solution must minimize the amount of network traffic. 

What should you do? (Each correct answer presents part of the solution. Choose all that apply.) 

A. Add SQL2 as a Distributor. 

B. Add the Customers table to SQL2. 

C. Add SQL2 as a linked server. 

D. Create the view on SQL1. 

E. Remove the Customers table from SQL1. 

F. Create the view on SQL2. 

Answer: BCDF 

Q4. You review a query that runs slowly. The query accesses data in a table named Schema1.Table1. 

The following is the relevant portion of the execution plan for the query: 

You need to create the missing index. 

Which code segment should you execute? 

A. CREATE NONCLUSTERED INDEX IX1 on Schema1.Table1 (Column1) INCLUDE (Column4) WHERE Column2 <> Column3 

B. CREATE NONCLUSTERED INDEX IX1 on Schema1.Table1 (Column1) 

C. CREATE NONCLUSTERED INDEX IX1 on Schema1.Table1 (Column1, Column2, Column3) INCLUDE (Column4) 

D. CREATE NONCLUSTERED INDEX IX1 on schema1.Table1 (Column1) INCLUDE (Column4) 

Answer:

Q5. You have a SQL Server 2014 database named DB1. 

You plan to import a large number of records from a SQL Azure database to DB1. 

You need to recommend a solution to minimize the amount of space used in the transaction log during the import operation. 

What should you include in the recommendation? 

A. The bulk-logged recovery model 

B. The full recovery model 

C. A new partitioned table 

D. A new log file 

E. A new file group 

Answer:

Q6. Which code segment should you use to define the ProductDetails column? 

A. ProductDetails xml (DOCUMENT Production.ProductDetailsSchema) NULL 

B. ProductDetails xml NULL 

C. ProductDetails xml (CONTENT Production.ProductDetailsSchema) NULL 

D. ProductDetails varchar(MAX) NULL 

Answer:

Q7. You need to recommend a solution to ensure that SQL1 supports the auditing requirements of usp_UpdateEmployeeName. 

What should you include in the recommendation? 

A. Change data capture 

B. Change tracking 

C. Transactional replication 

D. The Distributed Transaction Coordinator (DTC) 

Answer:

Q8. You plan to create a database. 

The database will be used by a Microsoft .NET application for a special event that will last for two days. 

During the event, data must be highly available. 

After the event, the database will be deleted. 

You need to recommend a solution to implement the database while minimizing costs. The solution must not affect any existing applications. 

What should you recommend? 

More than one answer choice may achieve the goal. Select the BEST answer. 

A. SQL Server 2014 Enterprise 

B. SQL Server 2014 Standard 

C. SQL Azure 

D. SQL Server 2014 Express with Advanced Services 

Answer:

Q9. You are creating a table named Orders. 

You need to ensure that every time a new row is added to the Orders table, a table that is used for auditing is updated. 

What should you use? 

More than one answer choice may achieve the goal. Select the BEST answer. 

A. A Data Definition Language (DDL) trigger 

B. A DEFAULT constraint 

C. A CHECK constraint 

D. A FOREIGN KEY constraint 

E. A data manipulation language (DML) trigger 

Answer:

Q10. You need to recommend a database reporting solution that meets the business requirements. 

What should you include in the recommendation? 

A. Data collection 

B. Performance Monitor 

C. A maintenance plan 

D. A dynamic management view 

Answer: