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 Microsoft Certifications 70-762 Questions & Answers

  • Question 21:

    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 SQL Server instances. There are many SQL jobs that run during off-

    peak hours.

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

    You need to collect query performance data while minimizing the performance impact on the SQL Server.

    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 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 22:

    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 SQL Server instances. There are many SQL jobs that run during off-

    peak hours.

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

    You need to create a baseline set of metrics to report how the computer running SQL Server operates under normal load. The baseline must include the resource usage associated with the server processes.

    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 asys.dm_os_wait_stats query.

    H. Create an Extended Event.

  • Question 23:

    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 database that contains a table named Employees. The table stored information about the employees of your company. You need to implement the following auditing rules for the Employees table:

    - Record any changes that are made to the data in the Employees table.

    -

    Customize the data recorded by the audit operations.

    Solution: You implement a user-defined function on the Employees table.

    Does the solution meet the goal?

    A.

    Yes

    B.

    No

  • Question 24:

    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 database that contains a table named Employees. The table stored information about the employees of your company. You need to implement the following auditing rules for the Employees table:

    - Record any changes that are made to the data in the Employees table.

    -

    Customize the data recorded by the audit operations.

    Solution: You implement a check constraint on the Employees table.

    Does the solution meet the goal?

    A.

    Yes

    B.

    No

  • Question 25:

    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 database that contains a table named Employees. The table stored information about the employees of your company. You need to implement the following auditing rules for the Employees table:

    - Record any changes that are made to the data in the Employees table.

    -

    Customize the data recorded by the audit operations.

    Solution: You implement a stored procedure on the Employees table.

    Does the solution meet the goal?

    A.

    Yes

    B.

    No

  • Question 26:

    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.

    Your company has employees in different regions around the world.

    You need to create a database table that stores the following employee attendance information:

    -Employee ID

    -

    date and time employee checked in to work

    -

    date and time employee checked out of work

    Date and time information must be time zone aware and must not store fractional seconds.

    Solution: You run the following Transact-SQL statement:

    Does the solution meet the goal?

    A. Yes

    B. No

  • Question 27:

    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.

    Your company has employees in different regions around the world.

    You need to create a database table that stores the following employee attendance information:

    Employee ID date and time employee checked in to work date and time employee checked out of work

    Date and time information must be time zone aware and must not store fractional seconds. Solution: You run the following Transact-SQL statement: Does the solution meet the goal?

    A. Yes

    B. No

  • Question 28:

    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.

    Your company has employees in different regions around the world. You need to create a database table that stores the following employee attendance information: Employee ID date and time employee checked in to work date and time employee checked out of work

    Date and time information must be time zone aware and must not store fractional seconds.

    Solution: You run the following Transact-SQL statement:

    Does the solution meet the goal?

    A. Yes

    B. No

  • Question 29:

    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. The Account table was created using the following Transact-SQL statement:

    There are more than 1 billion records in the Account table. The Account Number column uniquely identifies each account. The ProductCode column has 100 different values. The values are evenly distributed in the table. Table statistics are refreshed and up to date.

    You frequently run the following Transact-SQL SELECT statements:

    You must avoid table scans when you run the queries. You need to create one or more indexes for the table. Solution: You run the following Transact-SQL statement:

    Does the solution meet the goal?

    A. Yes

    B. No

  • Question 30:

    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. The Account table was created using the following Transact-SQL statement:

    There are more than 1 billion records in the Account table. The Account Number column uniquely identifies each account. The ProductCode column has 100 different values. The values are evenly distributed in the table. Table statistics are refreshed and up to date.

    You frequently run the following Transact-SQL SELECT statements:

    You must avoid table scans when you run the queries. You need to create one or more indexes for the table. Solution: You run the following Transact-SQL statement:

    CREATE CLUSTERED INDEX PK_Account ON Account(ProductCode);

    Does the solution meet the goal?

    A. Yes

    B. No

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.