70-469 Premium Bundle

70-469 Premium Bundle

Recertification for MCSE: Data Platform Certification Exam

4.5 
(26775 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 21, 2024Last update

Microsoft 70-469 Free Practice Questions

Q1. You have a server named Server1 that has 16 processors. 

You plan to deploy multiple instances of SQL Server 2014 to Server1. 

You need to recommend a method to allocate processors to each instance. 

What should you include in the recommendation? 

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

A. Processor affinity 

B. Windows System Resource Manager (WSRM) 

C. Max Degree of Parallelism 

D. Resource Governor 

Answer:

Q2. 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:

Q3. You use SQL Server 2014. The physical server is a dedicated database server that has 120GB of RAM available. There is approximately 50GB of storage space available on a slow local disk. 

You create a new stored procedure. You decide you need to temporarily hold approximately 300,000 rows from two tables, from which you will compute two complex business scores. 

The stored procedure will use temporary storage defined as follows: The code will make several passes through the data, applying complex calculations before writing the data to a permanent disk-based table in the same database from which it reads the data. 

For this stored procedure, you need to deal with temporary data in the most efficient way to minimize physical disk pressure. 

What should you do? More than one answer choice may achieve the goal. Select the BEST answer. 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: A

Q4. You execute the following code: 

The execution plan for the query is shown in the exhibit. (Click the Exhibit button.) 

You need to prevent the key lookup. 

What should you modify? 

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

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q5. You need to optimize the index structure that is used by the tables that support the fraud detection services. 

What should you do? 

A. Add a hashed nonclustered index to CreateDate. 

B. Add a not hash nonclustered index to CreateDate. 

C. Add a not hash clustered index on POSTransactionId and CreateDate. 

D. Add a hashed clustered index on POSTransactionId and CreateDate. 

Answer:

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

What should you do? 

A. Execute sp_help 'usp_GetOrdersByProduct'. 

B. Execute sp_recompile 'usp_GetOrdersByProduct'. 

C. Add WITH RECOMPILE to line 03 in usp_GetOrdersByProduct. 

D. Add WITH (FORCESEEK) to line 07 in usp_GetOrdersByProduct. 

Answer:

Q7. You need to create the object used by the parameter of usp_InsertSessions. 

Which statement should you use? 

A. CREATE SCHEMA SessionDataTable 

B. CREATE TYPE SessionDataTable AS Table 

C. CREATE TABLE SessionDataTable 

D. CREATE XML SCHEMA COLLECTION SessionDataTable 

Answer:

Q8. You have a server that has SQL Server 2014 installed. The server contains 100 user databases. 

You need to recommend a backup solution for the user databases. 

The solution must meet the following requirements: 

Perform a transaction log backup every hour. 

Perform a full backup of each database every week. 

Perform a differential backup of each database every day. 

Ensure that new user databases are added automatically to the backup solution. 

What should you recommend? 

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

A. Policy-Based Management 

B. A Data Definition Language (DDL) trigger 

C. SQL Server Agent jobs 

D. A maintenance plan 

Answer:

Q9. While testing the CategoryFromType function, you discover that the function is returning 'Other'. 

You need to update CategoryFromType to return the category name. 

Which line of code should you modify in CategoryFromType.sql? 

A. 04 

B. 05 

C. 12 

D. 14 

Answer:

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

What should you do? 

A. Query system DMVs to monitor avg_chain_length and max_chain_length. Create alerts to notify you when these values converge. 

B. Create a SQL Agent alert when the File Table: Avg time per file I/O request value is increasing. 

C. Query system DMVs to monitor total_bucket_count. Create alerts to notify you when this value increases. 

D. Query system DMVs to monitor total_bucket_count. Create alerts to notify you when this value decreases. 

Answer:

Q11. You need to add a new column named Confirmed to the Employees table. The solution must meet the following requirements: 

. Have a default value of TRUE. 

. Minimize the amount of disk space used. 

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q12. You manage a SQL Server 2014 instance that contains a database named DB1. 

Users report that some queries to DB1 take longer than expected. Although most queries run in less than one second, some queries take up to 20 seconds to run. 

You need to view all of the performance statistics for each database file. 

Which method should you use? 

A. Query the sys.dm_os_tasks dynamic management view. 

B. Query the sys.dm_os_performance_counters dynamic management view. 

C. Query the sys.dm_io_virtual_file_stats dynamic management function. 

D. Examine the Data File I/O pane in Activity Monitor. 

Answer:

Q13. You have a SQL Server 2012 instance that hosts a single-user database. 

The database does not contain user-created stored procedures or user-created functions. 

You need to minimize the amount of memory used for query plan caching. 

Which advanced server option should you modify? 

A. Scan for Startup Procs 

B. Enable Contained Databases 

C. Optimize for Ad hoc Workloads 

D. Allow Triggers to Fire Others 

Answer:

Q14. You need to recommend a solution to minimize the amount of time it takes to execute USP_5. 

What should you include in the recommendation? 

A. Enable cross-database chaining. 

B. Use a server role to group all logins. 

C. Use the EXECUTE AS clause in USP_5. 

D. Copy USP.5 to each database. 

Answer:

Q15. You have a Microsoft SQL Azure database named DBAzurel. DBAzurel contains a table named Orders that stores sales data. 

Each order has a sales total that can only be discovered by querying multiple tables. 

You need to ensure that the value of the sales total is returned by executing a query on Orders. 

What should you create? 

A. A calculated column that uses a scalar function 

B. A trigger that uses a table-valued function 

C. A calculated column that uses a table-valued function 

D. A trigger that uses a ranking function 

Answer:

Q16. 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:

START 70-469 EXAM