70-764 Exam Details

  • Exam Code
    :70-764
  • Exam Name
    :Administering a SQL Database Infrastructure
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :452 Q&As
  • Last Updated
    :Feb 07, 2022

Microsoft 70-764 Online Questions & Answers

  • Question 201:

    You are troubleshooting an application that runs a query. The application frequently causes deadlocks. You need to identify which transaction causes the deadlock. What should you do? More than one answer choice may achieve the goal. Select the BEST answer.

    A. Query the sys.dm_exec_requests dynamic management view.
    B. Create a trace in SQL Server Profiler that contains the Deadlock graph event.
    C. Query the sys.dm_exec_sessions dynamic management view.
    D. Create an extended events session to capture deadlock information.

  • Question 202:

    DRAG DROP

    Background

    Corporate Information

    Fabrikam, Inc. is a retailer that sells electronics products on the Internet. The company has a headquarters site and one satellite sales office. You have been hired as the database administrator, and the company wants you to change the

    architecture of the Fabrikam ecommerce site to optimize performance and reduce downtime while keeping capital expenditures to a minimum. To help with the solution, Fabrikam has decided to use cloud

    resources as well as on-premise servers.

    Physical Locations

    All of the corporate executives, product managers, and support staff are stationed at the headquarters office. Half of the sales force works at this location. There is also a satellite sales office. The other half of the sales force works at the

    satellite office in order to have sales people closer to clients in that area. Only sales people work at the satellite location.

    Problem Statement

    To be successful, Fabrikam needs a website that is fast and has a high degree of system uptime. The current system operates on a single server and the company is not happy with the single point of failure this presents. The current nightly

    backups have been failing due to insufficient space on the available drives and manual drive cleanup often needing to happen to get past the errors. Additional space will not be made available for backups on the HQ or satellite servers.

    During your investigation, you discover that the sales force reports are causing significant contention.

    Configuration

    Windows Logins

    The network administrators have set up Windows groups to make it easier to manage security. Users may belong to more than one group depending on their role. The groups have been set up as shown in the following table:

    Server Configuration The IT department has configured two physical servers with Microsoft Windows Server 2012 R2 and SQL Server 2014 Enterprise Edition and one Windows Azure Server. There are two tiers of storage available for use by database files only a fast tier and a slower tier. Currently the data and log files are stored on the fast tier of storage only. If a possible use case exists, management would like to utilize the slower tier storage for data files. The servers are configured as shown in the following table:

    Database

    Currently all information is stored in a single database called ProdDB, created with the following script:

    The Product table is in the Production schema owned by the ProductionStaff Windows group. It is the main table in the system so access to information in the Product table should be as fast as possible. The columns in the Product table are defined as shown in the following table:

    The SalesOrderDetail table holds the details about each sale. It is in the Sales schema owned by the SalesStaff Windows group. This table is constantly being updated, inserted into, and read. The columns in the SalesOrderDetail table are defined as shown in the following table:

    Database Issues

    The current database does not perform well. Additionally, a recent disk problem caused the system to go down, resulting in lost sales revenue. In reviewing the current system, you found that there are no automated maintenance procedures.

    The database is severely fragmented, and everyone has read and write access.

    Requirements

    Database

    The database should be configured to maximize uptime and to ensure that very little data is lost in the event of a server failure. To help with performance, the database needs to be modified so that it can support in-memory data, specifically

    for the Product table, which the CIO has indicated should be a memoryoptimized table. The auto-update statistics option is set off on this database. Only product managers are allowed to add products or to make changes to the name,

    description, price, cost, and supplier. The changes are made in an internal database and pushed to the Product table in ProdDB during system maintenance time. Product managers and others working at the headquarters location also should

    be able to generate reports that include supplier and cost information.

    Customer data access

    Customers access the company's website to order products, so they must be able to read product information such asname, description, and price from the Product table. When customers place orders, stored procedures calledby the website

    update product quantityon-hand values. This means the product table is constantly updated at randomtimes.

    Customer support data access

    Customer support representatives need to be able to view and not update or change product information. Management does not want the customer support representatives to be able to see the product cost or any supplier information.

    Sales force data access

    Sales people at both the headquarters office and the satellite office must generate reports that read from the Product and SalesOrderDetail tables. No updates or inserts are ever made by sales people. These reports are run at random times

    and there can be no reporting downtime to refresh the data set except during the monthly maintenance window.

    The reports that run from the satellite office are process intensive queries with large data sets. Regardless of which office runs a sales force report, the SalesOrderDetail table should only return valid, committed order data; any orders not yet

    committed should be ignored.

    Historical Data

    The system should keep historical information about customers who access the site so that sales people can see how frequently customers log in and how long they stay on the site.

    The information should be stored in a table called Customer Access. Supporting this requirement should have minimal impact on production website performance.

    Backups

    The recovery strategy for Fabrikam needs to include the ability to do point in time restores and minimize the risk of data loss by performing transaction log backups every 15 minutes.

    Database Maintenance

    The company has defined a maintenance window every month when the server can be unavailable. Any maintenance functions that require exclusive access should be accomplished during that window.

    Project milestones completed

    Revoked all existing read and write access to the database, leaving the schema ownership in place.

    Configured an Azure storage container secured with the storage account name MyStorageAccount with the primary access key StorageAccountKey on the cloud file server.

    SQL Server 2014 has been configured on the satellite server and is ready for use.

    On each database server, the fast storage has been assigned to drive letter F:,

    and the slow storage has been assigned to drive letter D:.

    You need to create the CustomerAccess table to support the reporting and performance requirements.

    Develop the solution by selecting and arranging the required code blocks in the correct order. You may not need all of the code blocks.

    Select and Place:

  • Question 203:

    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 is independent of the other questions in this series. Information and details provided in a question apply only to that question.

    A company has a Microsoft SQL Server environment in Microsoft Azure. The databases are stored directly in Azure blob storage.

    You need to ensure that you can restore a database to a specific point in time between backups while minimizing the number of Azure storage containers required.

    Which option should you use?

    A. backup compression
    B. backup encryption
    C. file snapshot backup
    D. mirrored backup media sets
    E. SQL Server backup to URL
    F. SQL Server Managed Backup to Azure
    G. tail-log backup
    H. back up and truncate the transaction log

  • Question 204:

    DRAG DROP

    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 take approximately 10 times longer to complete than queries that use the index. You discover that AK_SalesPerson_rowguid has severe fragmentation. You need to recommend a solution to defragment the

    index.

    The solution must ensure that the index can be used by queries during the defragmentation.

    What statement should you use? To answer, drag the appropriate elements to the correct locations. Each element may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content

    Select and Place:

  • Question 205:

    You need to move a database in between servers.

    You need to guarantee database users will be able to login in the database with a minimum of management effort.

    A. Application role
    B. Database user
    C. Server login
    D. Server role

  • Question 206:

    DRAG DROP

    You need to recommend the actions that are required to partition a table.

    In which order should the four actions be performed? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order.

    Select and Place:

  • Question 207:

    Your company has offices in Seattle and Montreal.

    The network contains two servers named Server1 and Server2 that have SQL Server 2012 installed. Server1 is located in the Seattle office. Server2 is located in the Montreal office. The latency of the WAN link between the Montreal office

    and the Seattle office is more than 200 ms.

    You plan to implement an AlwaysOn availability group on both servers.

    You need to recommend a failover type for the availability group. What should you recommend?

    A. Synchronous manual failover
    B. Synchronous automatic failover
    C. Asynchronous automatic failover
    D. Asynchronous manual failover

  • Question 208:

    You administer a Microsoft SQL Server 2016 database.

    Users report that an application that accesses the database displays an error, but the error does not provide meaningful information.

    No entries are found in the SQL Server log or Windows event logs related to the error.

    You need to identify the root cause of the issue by retrieving the error message.

    What should you do?

    A. Create an Extended Events session by using the sqlserver.error_reported event.
    B. Create a SQL Profiler session to capture all ErrorLog and EventLog events.
    C. Flag all stored procedures for recompilation by using sp_recompile.
    D. Execute sp_who.

  • Question 209:

    You administer a Microsoft SQL Server 2016 database instance.

    You plan to migrate the database to Windows Azure SQL Database.

    You verify that all objects contained in the database are compatible with Windows Azure SQL Database.

    You need to ensure that database users and required server logins are migrated to Windows Azure SQL Database.

    What should you do?

    A. Use the Copy Database wizard.
    B. Back up the database from the local server and restore it to Windows Azure SQL Database.
    C. Use the Database Transfer wizard.
    D. Use SQL Server Management Studio to deploy the database to Windows Azure SQL Database.

  • Question 210:

    You administer a Microsoft SQL Server 2016 database named Contoso that contains a single user-defined database role namedBillingUsers.

    All objects in Contoso are in the dbo schema.

    You need to grant EXECUTE permissions for all stored procedures in Contoso to BillingUsers.

    Which Transact-SQL statement should you use?

    A. EXEC sp_addrolemember'db_procexecutor', 'BillingUsers'
    B. CREATE ROLE proc_caller GRANT EXECUTE ON ALL PROCEDURES TO proc_caller ALTER MEMBER BillingUsers ADD TO ROLE proc_caller
    C. GRANT EXECUTE ON Schema::dbo TO BillingUsers
    D. GRANT EXECUTE ON Contoso::dbo TOBillingUsers

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-764 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.