70-465 Exam Questions
164 real 70-465 exam questions with expert-verified answers and explanations. Page 4 of 4.
- Question #157Design and implement database solutions for SQL Server
Drag and Drop Question You have an SQL Server 2014 server. You plan to create four stored procedures that will use transactions. The stored procedures will be configured as shown i...
SQL Server TransactionsIsolation LevelsConcurrency ControlLocking Mechanisms - Question #158Design and implement database solutions for SQL Server
Drag and Drop Question You have a database named DB1. DB1 contains a table named Sales.SalesPerson that has an index named AK_SalesPerson_rowguid. Queries that do not use the index...
Index maintenanceIndex fragmentationSQL Server indexesOnline operations - Question #159Designing and Implementing Database Objects / XML Index Optimization in SQL Server
Drag and Drop Question You define a table by using the following statement. The Teachers table contains one million records. A sample record of the XML data output is as follows: Y...
XML IndexesSQL Server IndexingSecondary XML IndexQuery Optimization - Question #160Design and implement database solutions for Azure SQL Database
You are designing a Windows Azure SQL Database for an order fulfillment system. You create a table named Sales.Orders with the following script. Each order is tracked by using one...
database designhistorical trackingAzure SQL Databasedata modeling - Question #162Design database security solutions
You have SQL Server 2014. You create two databases named DB1 and DB2 in DB1, you create a table named table1. In DB2 you create table2. In DB1 you create a view named View1. View1...
cross-database accessSQL Server securityauthentication modespermissions - Question #164Design and implement database solutions for SQL Server
You have a SQL Server 2014 database that contains a large table named table1. Table1 is split into three filegroups. Each filegroups is on a separate server. You need to write a qu...
Distributed queriesLinked serversDistributed views - Question #166Design and implement database solutions for SQL Server
You are planning an upgrade of 10 similarity configured servers that have SQL Server 2008 service pack 3 installed. The Server will be upgraded to SQL Server 2014. The upgraded Ser...
SQL Server upgradeSlipstream installationPatch managementDowntime minimization - Question #167Design and implement database solutions for SQL Server
You have a database that contains a table named Customers. You need to retrieve a set of customers by using multiple nested SELECT statements. The solution must meet the following...
ViewsReusable queriesDatabase objects - Question #169Design and implement database solutions for SQL Server
You have a database named DB1 that has the following: --- a Table named Customers that contains a list of customers ---- a table named Invoice that contains invoice information. Th...
Stored proceduresTable-valued parametersParameter passing - Question #171Design and implement database solutions for SQL Server
You have a SQL server 2014 server that has several databases. You are designing a performance monitoring strategy for the server. You need to recommend a solution to log and track...
Performance monitoringExtended EventsSQL TraceStored procedure performance - Question #172Design and implement database solutions for SQL Server
You need to recommended a solution to minimize the amount of disk resources used by Query1. What should you recommend?
Query optimizationDisk space optimizationPartitioned views - Question #174Design and implement database solutions for SQL Server
You need to reconfigured a solution to minimize the amount of server resource used when users access Report1. What should you recommend?
Query optimizationReport performanceIndexed views - Question #355Design and implement database solutions for SQL Server
You need to address the Sales Director's requirements regarding the customer classification. You need to recommend a solution for changing the classifictaions. What should you reco...
Data modelingAuditingSlowly changing dimensionsHistorical data - Question #435Design and implement database solutions for SQL Server
You have an SQL Server 2014 server named SQL1. You are designing a performance monitoring solution. You need to monitor the following events on SQL1: - A deadlock graph - Missing c...
Performance monitoringDatabase Engine Tuning AdvisorSQL Server ProfilerDeadlocks