{"id":11821,"date":"2026-09-14T12:23:47","date_gmt":"2026-09-14T12:23:47","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=11821"},"modified":"2026-09-14T12:23:47","modified_gmt":"2026-09-14T12:23:47","slug":"microsoft-dp-800-practice-test-questions-and-exam-dumps-part-4-q61-q80","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-dp-800-practice-test-questions-and-exam-dumps-part-4-q61-q80\/","title":{"rendered":"Microsoft DP-800 Practice Test Questions and Exam Dumps Part 4: Q61\u2013Q80"},"content":{"rendered":"<h2><b>View Full\u00a0<a href=\"https:\/\/www.examlabs.com\/dp-800-exam-dumps\">Microsoft DP-800 Exam Dumps<\/a>\u00a0and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 61<\/b><\/h3>\n<p><b>Which SQL Server tool is primarily used to schedule automated jobs such as backups and maintenance tasks?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SQL Server Agent<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SQL Server Browser<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SQL Server Profiler<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Database Engine Tuning Advisor<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SQL Server Agent is used to automate scheduled tasks on SQL Server. Administrators can create jobs that run tasks such as backups, index maintenance, data imports, and monitoring operations. Jobs can be scheduled to run at specific times or in response to certain conditions. SQL Server Agent can also send notifications when jobs succeed or fail. Proper scheduling helps reduce manual administration and ensures important maintenance operations happen consistently.<\/span><\/p>\n<h3><b>Question 62<\/b><\/h3>\n<p><b>Which SQL Server Agent object defines a sequence of actions that SQL Server Agent should execute?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Alert<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Job<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Operator<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Schedule<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A SQL Server Agent job defines one or more tasks that the Agent should execute. A job can contain multiple steps, use schedules, and respond to success or failure conditions. For example, one job might run a backup command followed by a verification step. Jobs can also be configured to send notifications through operators. Administrators should monitor job history regularly because a scheduled job is useful only when it executes successfully and produces the expected result.<\/span><\/p>\n<h3><b>Question 63<\/b><\/h3>\n<p><b>Which SQL Server Agent object determines when a job should run?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Schedule<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Alert<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Step<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Operator<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A SQL Server Agent schedule defines when and how frequently a job runs. A schedule can specify recurring times, dates, and frequency patterns. For example, a backup job might be scheduled to run every night. Separating schedules from job steps allows administrators to control execution timing without changing the actual job logic. Scheduling should consider system workload so that resource-intensive maintenance tasks do not unnecessarily interfere with business operations.<\/span><\/p>\n<h3><b>Question 64<\/b><\/h3>\n<p><b>Which SQL Server Agent feature can notify an administrator when a job fails?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Operator<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Table<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">View<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Schema<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An SQL Server Agent operator represents a person or group that can receive notifications about jobs and alerts. Administrators can configure a job to notify an operator when it succeeds, fails, or completes. This helps ensure that important automation problems are noticed quickly. Notifications are especially useful for backup jobs and other critical maintenance tasks. Operators and notification settings should be tested so that administrators know alerts will actually reach the intended recipients.<\/span><\/p>\n<h3><b>Question 65<\/b><\/h3>\n<p><b>Which SQL Server backup type contains all data required to restore the database to the point when the backup was created?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Differential backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Full backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Transaction log backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Partial transaction backup<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A full database backup contains the database data needed to restore the database to the point when the backup was created. It provides the foundation for many restore strategies. Differential and transaction log backups can then be used to restore changes made after the full backup. Administrators should design backup schedules according to recovery requirements, available storage, and acceptable recovery time. A backup strategy should also include regular restore testing rather than simply assuming that backups are valid.<\/span><\/p>\n<h3><b>Question 66<\/b><\/h3>\n<p><b>What does a differential database backup contain?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only system tables<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Changes since the most recent full backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Changes since the previous differential backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only transaction log records<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A differential backup contains changes made since the most recent full database backup. As more changes occur, differential backups can become larger because they continue to include all changed data since that full backup. During a restore, the latest full backup and the appropriate differential backup are generally required, followed by any required transaction log backups. Differential backups can reduce restore complexity compared with applying many smaller incremental-style backups.<\/span><\/p>\n<h3><b>Question 67<\/b><\/h3>\n<p><b>Which SQL Server backup type records transaction log information for point-in-time recovery?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Full backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Differential backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Transaction log backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Snapshot backup<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A transaction log backup captures transaction log records that have not already been backed up. It supports point-in-time recovery for databases using a recovery model that supports log backups. Administrators can use a sequence of log backups to restore a database to a specific point before a failure or accidental change. Log backups must be managed as a chain, so missing or corrupted log backups can affect the ability to perform the desired recovery.<\/span><\/p>\n<h3><b>Question 68<\/b><\/h3>\n<p><b>Which recovery model supports transaction log backups and point-in-time recovery in SQL Server?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Simple<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Full<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Basic<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Temporary<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Full recovery model supports transaction log backups and point-in-time recovery. This allows administrators to restore a database to a specific moment, assuming the required backup chain is available. The Simple recovery model does not support regular transaction log backups for point-in-time recovery. The appropriate recovery model depends on business requirements, such as how much data loss can be tolerated and how quickly the database must be recovered. Recovery planning should be based on actual business needs.<\/span><\/p>\n<h3><b>Question 69<\/b><\/h3>\n<p><b>Which term describes the maximum amount of data that an organization is willing to lose after a failure?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RTO<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RPO<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SLA<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MTTR<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">RPO, or Recovery Point Objective, defines the maximum acceptable amount of data loss measured in time. For example, an RPO of 15 minutes means the organization aims to lose no more than approximately 15 minutes of data after a failure. RPO affects backup frequency, replication, and other data-protection strategies. It is different from RTO, which focuses on how quickly a service must be restored. Both values should be defined before designing a recovery solution.<\/span><\/p>\n<h3><b>Question 70<\/b><\/h3>\n<p><b>What does RTO represent in a disaster recovery plan?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Maximum acceptable recovery time<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Maximum amount of data loss<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Backup storage size<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Database transaction count<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">RTO, or Recovery Time Objective, defines how quickly a service or system should be restored after an outage. For example, an RTO of one hour means the organization expects the service to be available again within approximately one hour. RTO affects recovery architecture, automation, staffing, and infrastructure choices. It works together with RPO: RPO determines acceptable data loss, while RTO determines acceptable downtime. Both should be tested through recovery exercises.<\/span><\/p>\n<h3><b>Question 71<\/b><\/h3>\n<p><b>Which Azure service provides a managed relational database platform based on SQL Server?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Data Lake Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure SQL Database is a fully managed relational database service based on the SQL Server database engine. Microsoft manages many infrastructure tasks such as hardware, operating system maintenance, and much of the platform administration. This allows database professionals to focus more on database configuration, security, performance, and application requirements. Azure SQL Database supports features such as automated backups, scaling options, monitoring, and high availability capabilities depending on the selected service tier.<\/span><\/p>\n<h3><b>Question 72<\/b><\/h3>\n<p><b>Which Azure service provides SQL Server database capabilities on a managed virtual machine?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Managed Instance<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Synapse serverless SQL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Table Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure SQL Managed Instance is a managed database service designed to provide a high level of compatibility with SQL Server while reducing infrastructure administration. It supports many SQL Server features that may not be available in Azure SQL Database. This can make it useful when migrating existing SQL Server workloads that require broader instance-level capabilities. Microsoft manages the underlying infrastructure, while administrators remain responsible for database configuration, security, performance, and workload design.<\/span><\/p>\n<h3><b>Question 73<\/b><\/h3>\n<p><b>Which Azure service is designed for enterprise data warehousing and large-scale analytics?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Synapse Analytics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure App Service<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Synapse Analytics is an analytics platform designed for large-scale data warehousing and analytics workloads. It brings together technologies for querying and analyzing large amounts of data and can integrate with various Azure data services. Synapse is useful when workloads require analytical processing rather than simply serving transactional application requests. Database professionals should understand the difference between transactional and analytical workloads when selecting an appropriate platform.<\/span><\/p>\n<h3><b>Question 74<\/b><\/h3>\n<p><b>Which SQL Server index type determines the physical or logical organization of table data around its key?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clustered index<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hash table<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bitmap-only index<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text index<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A clustered index organizes the table&#8217;s data around the clustered index key. Because a table can have only one clustered index, choosing the key requires careful consideration. Clustered indexes are often useful for columns frequently used for range queries or other access patterns that benefit from ordered data. They also affect how nonclustered indexes reference the underlying rows. Index design should be based on actual query workloads rather than simply adding indexes to every column.<\/span><\/p>\n<h3><b>Question 75<\/b><\/h3>\n<p><b>How many clustered indexes can a standard SQL Server table have?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unlimited<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Two<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">One<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">One per column<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A standard SQL Server table can have only one clustered index because the clustered index determines the table&#8217;s data organization. The table cannot be physically organized according to two different clustered keys at the same time. However, a table can have multiple nonclustered indexes. Choosing the clustered index carefully is important because it can affect range queries, joins, inserts, and the storage behavior of other indexes.<\/span><\/p>\n<h3><b>Question 76<\/b><\/h3>\n<p><b>Which index type stores a separate index structure from the underlying table data?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Nonclustered index<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clustered index<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Table partition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Heap index<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A nonclustered index is stored separately from the underlying table data and contains indexed key values along with information that helps SQL Server locate the corresponding rows. A table can have multiple nonclustered indexes. They can greatly improve query performance when designed around common search, join, and sorting patterns. However, each additional index requires storage and maintenance during data modifications. Administrators should monitor index usage before creating many indexes.<\/span><\/p>\n<h3><b>Question 77<\/b><\/h3>\n<p><b>Which SQL Server feature divides a large table or index into smaller logical sections based on a partitioning key?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Partitioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mirroring<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Table and index partitioning divides large data structures into smaller partitions based on a partitioning function and scheme. This can improve manageability and may improve performance for queries that access only specific partitions. Partitioning is particularly useful for large tables with natural ranges, such as dates. It does not automatically make every query faster. Proper partition design requires understanding data distribution, query patterns, maintenance requirements, and storage architecture.<\/span><\/p>\n<h3><b>Question 78<\/b><\/h3>\n<p><b>Which SQL Server feature can reduce storage requirements by storing data in a more compact form?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mirroring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Index fragmentation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SQL Server data compression reduces the storage space required for certain data structures. It can also reduce I\/O because fewer pages may need to be read from storage, although compression and decompression consume CPU resources. SQL Server supports row and page compression for appropriate workloads. Compression should be evaluated using actual workload characteristics because the performance impact depends on the hardware, data, and queries involved.<\/span><\/p>\n<h3><b>Question 79<\/b><\/h3>\n<p><b>Which SQL Server feature can identify unused or missing index information to help with performance analysis?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dynamic management views<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Database diagrams<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stored procedures only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SQL Server Browser<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Dynamic management views can provide information about index usage, missing index recommendations, query activity, and other database performance details. Administrators can use these views as one source of evidence when deciding whether index changes are needed. Missing-index recommendations should not be applied blindly because adding an index can increase storage and write overhead. Index decisions should consider existing indexes, workload patterns, query plans, and the overall database design.<\/span><\/p>\n<h3><b>Question 80<\/b><\/h3>\n<p><b>Which database maintenance activity can help reduce fragmentation in appropriate SQL Server indexes?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rebuild or reorganize indexes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delete all indexes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Restart SQL Server<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Drop and recreate the database<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Index fragmentation can sometimes be addressed by reorganizing or rebuilding indexes. Reorganizing is generally a lighter operation, while rebuilding creates a new index structure and can require more resources. The correct choice depends on fragmentation level, workload, edition, and maintenance requirements. Administrators should not rebuild every index automatically without checking whether maintenance is actually needed. A good maintenance strategy uses monitoring and appropriate thresholds instead of performing expensive operations unnecessarily.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full\u00a0Microsoft DP-800 Exam Dumps\u00a0and Practice Test Dumps. &nbsp; Question 61 Which SQL Server tool is primarily used to schedule automated jobs such as backups and maintenance tasks? SQL Server Agent SQL Server Browser SQL Server Profiler Database Engine Tuning Advisor Correct Answer: 1 Explanation SQL Server Agent is used to automate scheduled tasks on [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11821"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=11821"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11821\/revisions"}],"predecessor-version":[{"id":11822,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11821\/revisions\/11822"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=11821"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=11821"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=11821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}