DP-300 Korean 無料問題集「Microsoft Administering Relational Databases on Microsoft Azure (DP-300 Korean Version)」

Azure Synapse Analytics에 DW1이라는 엔터프라이즈 데이터 웨어하우스가 포함된 Azure 데이터 솔루션이 있습니다.
여러 사용자가 DW1에 대한 임시 쿼리를 동시에 실행합니다.
정기적으로 DW1에 자동 데이터 로드를 수행합니다.
임시 쿼리가 실행될 때 자동화된 데이터 로드에 빠르고 성공적으로 완료할 수 있는 충분한 메모리가 있는지 확인해야 합니다.
당신은 무엇을 해야 합니까?

解説: (JPNTest メンバーにのみ表示されます)
Azure 구독이 있습니다.
Always On 가용성 그룹을 사용할 고가용성 구성에서 Azure 가상 머신에 SQL Server의 두 인스턴스를 배포해야 합니다. 솔루션은 다음 요구 사항을 충족해야 합니다.
* 장애 조치에 걸리는 시간을 최소화합니다.
* 장애 조치 중에 기본 복제본에 대한 기존 연결을 유지합니다.
어떻게 해야 할까요?

DB1이라는 Azure SQL 데이터베이스가 있는데, 여기에는 Table1과 Table2라는 두 개의 테이블이 들어 있습니다. 두 테이블 모두 Column1이라는 열을 포함합니다. Column1은 App1이라는 애플리케이션의 조인에 사용됩니다.
Column1의 내용은 저장 중, 전송 중, 사용 중일 때 보호해야 합니다.
Column1의 내용을 어떻게 보호해야 합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고사항: 정답 하나당 1점입니다.
正解:

Explanation:

Box 1: Column encryption Key
Always Encrypted uses two types of keys: column encryption keys and column master keys. A column encryption key is used to encrypt data in an encrypted column. A column master key is a key-protecting key that encrypts one or more column encryption keys.
Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/always-encrypted-database- engine
Azure로 마이그레이션한 후 ManufacturingSQLDb1에 대한 구성을 권장해야 합니다. 솔루션은 비즈니스 요구 사항을 충족해야 합니다.
추천서에 무엇을 포함해야 합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고사항: 정답 하나당 1점입니다.
正解:

Explanation:

Scenario: Business Requirements
Litware identifies business requirements include: meet an SLA of 99.99% availability for all Azure deployments.
Box 1: Cloud witness
If you have a Failover Cluster deployment, where all nodes can reach the internet (by extension of Azure), it is recommended that you configure a Cloud Witness as your quorum witness resource.
Box 2: Azure Basic Load Balancer
Microsoft guarantees that a Load Balanced Endpoint using Azure Standard Load Balancer, serving two or more Healthy Virtual Machine Instances, will be available 99.99% of the time.
Note: There are two main options for setting up your listener: external (public) or internal. The external (public) listener uses an internet facing load balancer and is associated with a public Virtual IP (VIP) that is accessible over the internet. An internal listener uses an internal load balancer and only supports clients within the same Virtual Network.
Reference:
https://technet.microsoft.com/windows-server-docs/failover-clustering/deploy-cloud-witness
https://azure.microsoft.com/en-us/support/legal/sla/load-balancer/v1_0/
Topic 1, Litware
Existing Environment
Network Environment
The manufacturing and research datacenters connect to the primary datacenter by using a VPN.
The primary datacenter has an ExpressRoute connection that uses both Microsoft peering and private peering.
The private peering connects to an Azure virtual network named HubVNet.
Identity Environment
Litware has a hybrid Azure Active Directory (Azure AD) deployment that uses a domain named litwareinc.
com. All Azure subscriptions are associated to the litwareinc.com Azure AD tenant.
Database Environment
The sales department has the following database workload:
* An on-premises named SERVER1 hosts an instance of Microsoft SQL Server 2012 and two 1-TB databases.
* A logical server named SalesSrv01A contains a geo-replicated Azure SQL database named SalesSQLDb1. SalesSQLDb1 is in an elastic pool named SalesSQLDb1Pool. SalesSQLDb1 uses database firewall rules and contained database users.
* An application named SalesSQLDb1App1 uses SalesSQLDb1.
The manufacturing office contains two on-premises SQL Server 2016 servers named SERVER2 and SERVER3. The servers are nodes in the same Always On availability group. The availability group contains a database named ManufacturingSQLDb1 Database administrators have two Azure virtual machines in HubVnet named VM1 and VM2 that run Windows Server 2019 and are used to manage all the Azure databases.
Licensing Agreement
Litware is a Microsoft Volume Licensing customer that has License Mobility through Software Assurance.
Current Problems
SalesSQLDb1 experiences performance issues that are likely due to out-of-date statistics and frequent blocking queries.
Requirements
Planned Changes
Litware plans to implement the following changes:
* Implement 30 new databases in Azure, which will be used by time-sensitive manufacturing apps that have varying usage patterns. Each database will be approximately 20 GB.
* Create a new Azure SQL database named ResearchDB1 on a logical server named ResearchSrv01.
ResearchDB1 will contain Personally Identifiable Information (PII) data.
* Develop an app named ResearchApp1 that will be used by the research department to populate and access ResearchDB1.
* Migrate ManufacturingSQLDb1 to the Azure virtual machine platform.
* Migrate the SERVER1 databases to the Azure SQL Database platform.
Technical Requirements
Litware identifies the following technical requirements:
* Maintenance tasks must be automated.
* The 30 new databases must scale automatically.
* The use of an on-premises infrastructure must be minimized.
* Azure Hybrid Use Benefits must be leveraged for Azure SQL Database deployments.
* All SQL Server and Azure SQL Database metrics related to CPU and storage usage and limits must be analyzed by using Azure built-in functionality.
Security and Compliance Requirements
Litware identifies the following security and compliance requirements:
* Store encryption keys in Azure Key Vault.
* Retain backups of the PII data for two months.
* Encrypt the PII data at rest, in transit, and in use.
* Use the principle of least privilege whenever possible.
* Authenticate database users by using Active Directory credentials.
* Protect Azure SQL Database instances by using database-level firewall rules.
* Ensure that all databases hosted in Azure are accessible from VM1 and VM2 without relying on public endpoints.
Business Requirements
Litware identifies the following business requirements:
* Meet an SLA of 99.99% availability for all Azure deployments.
* Minimize downtime during the migration of the SERVER1 databases.
* Use the Azure Hybrid Use Benefits when migrating workloads to Azure.
* Once all requirements are met, minimize costs whenever possible.
Azure 구독이 있습니다.
Azure SQL 데이터베이스를 배포해야 합니다. 솔루션은 다음 요구 사항을 충족해야 합니다.
- CPU 리소스를 동적으로 확장합니다.
- 비용 절감을 위해 데이터베이스를 일시 중지할 수 있는지 확인하세요.
무엇을 사용해야 합니까?

VNet1이라는 가상 네트워크에 VM1이라는 Azure 가상 머신이 있습니다. VM1에서 인터넷으로의 아웃바운드 트래픽이 차단됩니다.
SqlSrv1이라는 논리 서버에 SqlDb1이라는 Azure SQL 데이터베이스가 있습니다.
다음 요구 사항을 충족하려면 VM1과 SqlDb1 간의 연결을 구현해야 합니다.
- VM1이 이외의 Azure SQL Server에 연결할 수 없는지 확인합니다.
SQLSrv1.
- SqlSrv1에 대한 네트워크 연결을 제한합니다.
VNet1에서 무엇을 만들어야 합니까?

解説: (JPNTest メンバーにのみ表示されます)
동일한 논리 서버에 Azure SQL Database 인스턴스 5개를 만듭니다.
각 데이터베이스에서 Azure Active Directory(Azure AD) 사용자인 User1을 만듭니다.
User1은 Azure Data Studio를 사용하여 논리 서버에 연결을 시도하다가 로그인 오류가 발생합니다.
User1이 Azure Data Studio를 사용하여 논리 서버에 연결할 때 User1이 모든 데이터베이스를 볼 수 있는지 확인해야 합니다.
어떻게 해야 할까요?

解説: (JPNTest メンバーにのみ表示されます)
50개의 Azure SQL 데이터베이스가 있습니다.
Azure에서 데이터베이스 크기, 가격 책정 계층 등의 데이터베이스 설정이 수정되면 데이터베이스 소유자에게 알려야 합니다.
당신은 무엇을 해야 합니까?

解説: (JPNTest メンバーにのみ表示されます)
contoso.com이라는 Azure AD 테넌트에 연결된 Azure 구독이 있습니다. 구독에는 SQL 1이라는 Azure SQL 데이터베이스와 app1이라는 Azure 웹이 포함되어 있습니다. App1에는 관리 ID 기능이 활성화되어 있습니다.
app1에 대한 새로운 데이터베이스 사용자를 만들어야 합니다.
Transact-SQL 문장을 어떻게 완성해야 합니까? 대답하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고사항: 정답 하나당 1점입니다.
正解:

Explanation:

https://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-msi-sql-database?tabs=windowsclient%
2Cef%2Cdotnet
10개의 Azure SQL 데이터베이스를 호스팅하는 sqlsrv1이라는 Azure SQL Database 서버가 있습니다.
데이터베이스가 예상보다 느리게 수행됩니다.
성능 문제가 sqlsrv1의 tempdb 사용과 관련이 있는지 확인해야 합니다.
당신은 무엇을 해야 합니까?

解説: (JPNTest メンバーにのみ表示されます)
DB1이라는 데이터베이스가 포함된 Azure 가상 머신에 SQL Server가 있습니다. DB1에는 CustomerPII라는 테이블이 포함되어 있습니다.
사용자가 CustomerPII 테이블을 쿼리할 때마다 기록해야 합니다.
어떤 두 가지 옵션을 활성화해야 합니까? 각 정답은 솔루션의 일부를 나타냅니다.
참고: 올바른 선택은 각각 1점의 가치가 있습니다.

正解:B、C 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
FileTable 및 Filestream 기능을 사용하는 온-프레미스 Microsoft SQL Server가 있습니다.
Azure SQL로 마이그레이션할 계획입니다.
어떤 서비스를 이용해야 할까요?

解説: (JPNTest メンバーにのみ表示されます)
FactSales라는 테이블이 포함된 Azure SQL 데이터베이스가 있습니다. FactSales에는 다음 표에 표시된 열이 포함되어 있습니다.

FactSales에는 60억 개의 행이 있으며 일괄 프로세스를 사용하여 밤마다 로드됩니다.
데이터베이스에 가장 큰 공간 절감 효과를 제공하는 압축 유형은 무엇입니까?

解説: (JPNTest メンバーにのみ表示されます)

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡