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

    You have a database with multiple tables. You must insert data into the tables by using views.

    Which of the following two statements best describes an updatable view?

    NOTE: Each correct selection is worth one point.

    A. The view must not include the primary key of the table.

    B. The view may include GROUP BY or HAVING statements.

    C. The view may include a composite field.

    D. Each view must reference columns from one table.

    E. The view must not include subqueries.

  • Question 92:

    You manage a database that supports an Internet of Things (IoS) solution. The database records metrics from over 100 million devices every minute. The database requires 99.995% uptime.

    The database uses a table named Checkins that is 100 gigabytes (GB) in size. The Checkins table stores metrics from the devices. The database also has a table named Archive that stores four terabytes (TB) of data. You use stored

    procedures for all access to the tables.

    You observe that the wait type PAGELATCH_IO causes large amounts of blocking.

    You need to resolve the blocking issues while minimizing downtime for the database.

    Which two actions should you perform? Each correct answer presents part of the solution.

    A. Convert all stored procedures that access the Checkins table to natively compiled procedures.

    B. Convert the Checkins table to an In-Memory OLTP table.

    C. Convert all tables to clustered columnstore indexes.

    D. Convert the Checkins table to a clustered columnstore index.

  • Question 93:

    You have a table that stores transactions partitioned by year. Users occasionally experience performance issues when they access the table. The table is locked exclusively when the records are updated. You need to prevent exclusive locks

    on the table and maintain data integrity.

    What should you do?

    A. Set the LOCK_EXCALATION property to DISABLE

    B. Set the DATA_COMPRESSION property to ROW at the partition level

    C. Set the LOCK_EXCALATION property to AUTO

    D. Set the LOCK_EXCALATION property to TABLE

    E. Set the DATA_COMPRESSION property to PAGE at the partition level

  • Question 94:

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

    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 DML trigger

    B. a schema-bound view

    C. a stored procedure

    D. a DDL trigger

  • Question 96:

    You have a data warehouse fact table that has a clustered columnstore index.

    You have multiple CSV files that contain a total of 3 million rows of data.

    You need to upload the data to the fact table. The solution must avoid the delta group when you import the data.

    Which solution will achieve the goal in the least amount of time?

    A. Load the source data to a staging table. Load the data to the fact table by using the INSERT_SELECT statement and specify the TABLOCK option on the staging table

    B. Create a Microsoft SQL Server Integration Services (SSIS) package. Use multiple data flow tasks to load the data in parallel.

    C. Load the source data to the fact table by running bcp.exe and specify the �?TABLOCK option

    D. Load the source data to the fact table by using the BULK INSERT statement and specify the TABLOCK option

  • Question 97:

    You have a Microsoft Azure SQL Database. You enable Query Store for the database and configure the store to use the following settings:

    SIZE_BASED_CLEANUP_MODE = OFF

    STALE_QUERY_THRESHOLD_DAYS = 60

    MAX_STORAGE_SIZE_MB = 100

    QUERY_CAPTURE_MODE = ALL

    You use Azure Query Performance Insight to review queries. You observe that new queries are not displayed after 15 days and that the Query Store is set to read-only mode.

    If the Query Store runs low on data space, the store must prioritize queries that run regularly or queries that consume applicant resources.

    You must set the Query Store to read_write mode and determine the performance of queries from the past 60 days.

    Which three actions should you perform? Each correct step presents part of the solution.

    NOTE: Each correct selection is worth one point.

    A. Set the value of the CLEANUP_POLICY setting to (STALE_QUERY_THRESHOLD_DAYS = 75)

    B. Set the value of the QUERY_CAPTURE_MODE setting to AUTO

    C. Increase the value for the MAX_STORAGE_SIZE_MB setting

    D. Set the value of the SIZE_BASED_CLEANUP_MODE setting to AUTO

    E. In the Azure portal, navigate to Query Performance Insight. Use the Custom tab to select a period of 2 months.

  • Question 98:

    Database users report that SELECT statements take a long time to return results. You run the following Transact-SQL statement:

    You need to create one nonclustered covering index that contains all of the columns in the above table. You must minimize index key size. Which Transact-SQL statement should you run?

    A. CREATE NONCLUSTERED INDEX IX_User ON Users (CountryCode, UserName);

    B. CREATE NONCLUSTERED INDEX IX_User ON Users (CountryCode, UserStatus) INCLUDE (UserName);

    C. CREATE NONCLUSTERED INDEX IX_User ON Users (CountryCode, UserStatus, UserName);

    D. CREATE NONCLUSTERED INDEX IX_User ON Users (UserStatus, CountryCode) INCLUDE (UserName);

  • Question 99:

    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. a Microsoft SQL Profiler trace

  • Question 100:

    You have multiple queries that take a long time to complete.

    You need to identify the cause by using detailed information about the Transact-SQL statements in the queries. The Transact-SQL statements must not run as part of the analysis.

    Which Transact-SQL statement should you run?

    A. SET STATISTICS IO ON

    B. SET SHOWPLAN_TEXT ON

    C. SET STATISTICS XML ON

    D. SET STATISTICS PROFILE ON

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.