70-762 Exam Details

  • Exam Code
    :70-762
  • Exam Name
    :Developing SQL Databases
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :182 Q&As
  • Last Updated
    :Jan 29, 2022

Microsoft 70-762 Online Questions & Answers

  • Question 51:

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution,

    while others might not have a correct solution.

    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

    You have a database that is 130 GB and contains 500 million rows of data.

    Granular transactions and mass batch data imports change the database frequently throughout the day. Microsoft SQL Server Reporting Services (SSRS) uses the database to generate various reports by using several filters.

    You discover that some reports time out before they complete.

    You need to reduce the likelihood that the reports will time out.

    Solution: You create a file group for the indexes and a file group for the data files. You store the files for each file group on separate disks.

    Does this meet the goal?

    A. Yes
    B. No

  • Question 52:

    You are experiencing performance issues with the database server.

    You need to evaluate schema locking issues, plan cache memory pressure points, and backup I/O problems.

    What should you create?

    A. a System Monitor report
    B. a sys.dm_tran_database_transaction dynamic management view query
    C. an Extended Events session that uses Query Editor
    D. an Activity Monitor session in Microsoft SQL Management Studio.

  • Question 53:

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. You have a table that has a clustered index and a nonclustered index. The indexes use different columns from the table. You have a query named Query1 that uses the nonclustered index. Users report that Query1 takes a long time to report results. You run Query1 and review the following statistics for an index seek operation:

    You need to resolve the performance issue. Solution: You rebuild the clustered index. Does the solution meet the goal?

    A. Yes
    B. No

  • Question 54:

    You have a view that includes an aggregate.

    You must be able to change the values of columns in the view. The changes must be reflected in the tables that the view uses.

    You need to ensure that you can update the view.

    What should you create?

    A. a nonclustered index
    B. a schema-bound view
    C. a stored procedure
    D. an INSTEAD OF trigger

  • Question 55:

    Note: This question is part of a series of questions that present the same scenario. Each question in this series contains a unique solution. Determine whether the solution meets the stated goals.

    You are developing a new application that uses a stored procedure. The stored procedure inserts thousands of records as a single batch into the Employees table.

    Users report that the application response time has worsened since the stored procedure was updated. You examine disk-related performance counters for the Microsoft SQL Server instance and observe several high values that include a

    disk performance issue. You examine wait statistics and observe an unusually high WRITELOG value.

    You need to improve the application response time.

    Solution: You add a unique clustered index to the Employees table.

    Does the solution meet the goal?

    A. Yes
    B. No

  • Question 56:

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.

    You need to identify the indexes that are not being used so that you can remove them from the database.

    Solution: You run the sys.dm_db_index_usage_stats dynamic management view.

    Does the solution meet the goal?

    A. Yes
    B. No

  • Question 57:

    You suspect deadlocks on a database.

    Which two trace flags in the Microsoft SQL Server error log should you locate? Each correct answer presents part of the solution.

    NOTE: Each correct selection is worth one point.

    A. 1204
    B. 1211
    C. 1222
    D. 2528
    E. 3205

  • Question 58:

    Note: This question is part of a series of questions that use the same or similar answer choices. An Answer choice may be correct for more than one question in the series. Each question independent of the other questions in this series.

    Information and details provided in a question apply only to that question.

    You are a database developer for a company. The company has a server that has multiple physical disks. The disks are not part of a RAID array. The server hosts three Microsoft SQL Server instances. There are many SQL jobs that run

    during off-peak hours.

    You must monitor and optimize the SQL Server to maximize throughput, response time, and overall SQL performance.

    You need to examine delays in executed threads, including errors with queries and batches.

    What should you do?

    A. Create a sys.dm_os_waiting_tasks query.
    B. Create a sys.dm_exec_sessions query.
    C. Create a Performance Monitor Data Collector Set.
    D. Create a sys.dm_os_memory_objects query.
    E. Create a sp_configure `max server memory'query.
    F. Create a SQL Profiler trace.
    G. Create a sys.dm_os_wait_stats query.
    H. Create an Extended Event.

  • Question 59:

    Note: This question is part of a series of questions that use the same or similar answer choices. An Answer choice may be correct for more than one question in the series. Each question independent of the other questions in this series.

    Information and details provided in a question apply only to that question.

    You are a database developer for a company. The company has a server that has multiple physical disks. The disks are not part of a RAID array. The server hosts three Microsoft SQL Server instances. There are many SQL jobs that run

    during off-peak hours.

    You observe that many deadlocks appear to be happening during specific times of the day.

    You need to monitor the SQL environment and capture the information about the processes that are causing the deadlocks. Captured information must be viewable as the queries are running.

    What should you do?

    A. A. Create a sys.dm_os_waiting_tasks query.
    B. Create a sys.dm_exec_sessions query.
    C. Create a PerformanceMonitor Data Collector Set.
    D. Create a sys.dm_os_memory_objects query.
    E. Create a sp_configure `max server memory' query.
    F. Create a SQL Profiler trace.
    G. Create a sys.dm_os_wait_stats query.
    H. Create an Extended Event.

  • Question 60:

    You run the following Transact-SQL statement:

    There are multiple unique OrderID values. Most of the UnitPrice values for the same OrderID are different.

    You need to create a single index seek query that does not use the following operators: Nested loop Sort Key lookup

    Which Transact-SQL statement should you run?

    A. CREATE INDEX IX_OrderLines_1 ON OrderLines (OrderID, UnitPrice) INCLUDE (Description, Quantity)
    B. CREATE INDEX IX_OrderLines_1 ON OrderLines (OrderID, UnitPrice) INCLUDE (Quantity)
    C. CREATE INDEX IX_OrderLines_1 ON OrderLines (OrderID, UnitPrice, Quantity)
    D. CREATE INDEX IX_OrderLines_1 ON OrderLines (UnitPrice, OrderID) INCLUDE (Description, Quantity)

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 70-762 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.