DP 300 Quiz 4 Topic 3

DP 300 Quiz 4 Topic 3

Professional Development

42 Qs

quiz-placeholder

Similar activities

BASIS DATA XI 2020

BASIS DATA XI 2020

Professional Development

40 Qs

AZ-900 Practice Test 1

AZ-900 Practice Test 1

Professional Development

43 Qs

AZ-900 Deployment and Management

AZ-900 Deployment and Management

Professional Development

40 Qs

Exame AZ-900

Exame AZ-900

Professional Development

40 Qs

AZ-900 - Aula 08 - Revisão

AZ-900 - Aula 08 - Revisão

Professional Development

37 Qs

Simulado Módulo 01 - Conceitos Fundamentais de Nuvem

Simulado Módulo 01 - Conceitos Fundamentais de Nuvem

Professional Development

38 Qs

AZ900-07

AZ900-07

Professional Development

40 Qs

AWS Database & Networking

AWS Database & Networking

Professional Development

45 Qs

DP 300 Quiz 4 Topic 3

DP 300 Quiz 4 Topic 3

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Faith Muwishi

Used 12+ times

FREE Resource

42 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have an Azure SQL database named sqldb1.

You need to minimize the possibility of Query Store transitioning to a read-only state.

What should you do?

A. Double the value of Data Flush interval

B. Decrease by half the value of Data Flush Interval

C. Double the value of Statistics Collection Interval

D. Decrease by half the value of Statistics Collection interval

Answer explanation

Correct Answer: B

The Max Size (MB) limit isn't strictly enforced. Storage size is checked only when Query Store writes data to disk. This interval is set by the Data

Flush Interval

(Minutes) option. If Query Store has breached the maximum size limit between storage size checks, it transitions to read-only mode.

Incorrect Answers:

C: Statistics Collection Interval: Defines the level of granularity for the collected runtime statistic, expressed in minutes. The default is 60

minutes. Consider using a lower value if you require finer granularity or less time to detect and mitigate issues. Keep in mind that the value

directly affects the size of Query Store data.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have SQL Server 2019 on an Azure virtual machine that runs Windows Server 2019. The virtual machine has 4 vCPUs and 28 GB of memory.

You scale up the virtual machine to 16 vCPUSs and 64 GB of memory.

You need to provide the lowest latency for tempdb.

What is the total number of data files that tempdb should contain?

2

4

8

64

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have 50 Azure SQL databases.

You need to notify the database owner when the database settings, such as the database size and pricing tier, are modified in Azure.

What should you do?

A. Create a diagnostic setting for the activity log that has the Security log enabled.

B. For the database, create a diagnostic setting that has the InstanceAndAppAdvanced metric enabled.

C. Create an alert rule that uses a Metric signal type.

D. Create an alert rule that uses an Activity Log signal type.

Answer explanation

Correct Answer: D

Activity log events - An alert can trigger on every event, or, only when a certain number of events occur.

The activity log of a database logs the change for the SKU (Stock-keeping-Unit) change.

Incorrect Answers:

C: Metric values - The alert triggers when the value of a specified metric crosses a threshold you assign in either direction. That is, it triggers

both when the condition is first met and then afterwards when that condition is no longer being met.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have several Azure SQL databases on the same Azure SQL Database server in a resource group named ResourceGroup1.

You must be alerted when CPU usage exceeds 80 percent for any database. The solution must apply to any additional databases that are created

on the Azure

SQL server.

Which resource type should you use to create the alert?

A. Resource Groups

B. SQL Servers

C. SQL Databases

D. SQL Virtual Machines

Answer explanation

Correct Answer: C

There are resource types related to application code, compute infrastructure, networking, storage + databases.

You can deploy up to 800 instances of a resource type in each resource group.

Some resources can exist outside of a resource group. These resources are deployed to the subscription, management group, or tenant. Only

specific resource types are supported at these scopes.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have SQL Server 2019 on an Azure virtual machine that runs Windows Server 2019. The virtual machine has 4 vCPUs and 28 GB of memory.

You scale up the virtual machine to 8 vCPUSs and 64 GB of memory.

You need to provide the lowest latency for tempdb.

What is the total number of data files that tempdb should contain?

A. 2

B. 4

C. 8

D. 64

Answer explanation

Correct Answer: C

The number of files depends on the number of (logical) processors on the machine. As a general rule, if the number of logical processors is

less than or equal to eight, use the same number of data files as logical processors. If the number of logical processors is greater than eight,

use eight data files and then if contention continues, increase the number of data files by multiples of 4 until the contention is reduced to

acceptable levels or make changes to the workload/code.

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

You have SQL Server on an Azure virtual machine that contains a database named DB1. DB1 contains a table named CustomerPII.

You need to record whenever users query the CustomerPII table.

Which two options should you enable? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A. server audit specification

B. SQL Server audit

C. database audit specification

D. a server principal

Answer explanation

Correct Answer: BC

Auditing an instance of SQL Server or a SQL Server database involves tracking and logging events that occur on the system. The SQL Server

Audit object collects a single instance of server-level or database-level actions and groups of actions to monitor. The audit is at the SQL Server

instance level. You can have multiple audits per SQL Server instance. The Database-Level Audit Specification object belongs to an audit. You

can create one database audit specification per

SQL Server database per audit.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have an Azure virtual machine based on a custom image named VM1.

VM1 hosts an instance of Microsoft SQL Server 2019 Standard.

You need to automate the maintenance of VM1 to meet the following requirements:

✑ Automate the patching of SQL Server and Windows Server.

✑ Automate full database backups and transaction log backups of the databases on VM1.

✑ Minimize administrative effort.

What should you do first?

A. Enable a system-assigned managed identity for VM1

B. Register the Azure subscription to the Microsoft.Sql resource provider

C. Install an Azure virtual machine Desired State Configuration (DSC) extension on VM1

D. Register the Azure subscription to the Microsoft.SqlVirtualMachine resource provider

Answer explanation

Correct Answer: D

Automated Patching depends on the SQL Server infrastructure as a service (IaaS) Agent Extension. The SQL Server IaaS Agent Extension

(SqlIaasExtension) runs on Azure virtual machines to automate administration tasks. The SQL Server IaaS extension is installed when you

register your SQL Server VM with the SQL

Server VM resource provider.

To utilize the SQL IaaS Agent extension, you must first register your subscription with the Microsoft.SqlVirtualMachine provider, which gives the

SQL IaaS extension the ability to create resources within that specific subscription.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?