最新的Microsoft Administering Relational Databases on Microsoft Azure (DP-300 Korean Version) - DP-300 Korean免費考試真題

問題1
Azure 구독에는 db1이라는 이름의 Azure SQL 데이터베이스가 있습니다.
db1에 SQL Insights를 구현해야 합니다.
어떤 리소스 두 개를 먼저 생성해야 할까요? 각 정답은 해결책의 일부를 나타냅니다.
참고: 정답 하나당 1점입니다.

正確答案: A,B
說明:(僅 PDFExamDumps 成員可見)
問題2
Azure 가상 머신에 Db1이라는 데이터베이스가 있는 SQL Server가 설치되어 있습니다.
Db1에 대한 자동 튜닝을 활성화해야 합니다.
문장을 어떻게 완성해야 할까요? 답하려면, 답란에서 적절한 답을 선택하세요.
참고: 정답 하나당 1점입니다.
正確答案:

Explanation:

Box 1: SET AUTOMATIC_TUNING = AUTO
To enable automatic tuning on a single database via T-SQL, connect to the database and execute the following query:
ALTER DATABASE current SET AUTOMATIC_TUNING = AUTO
Setting automatic tuning to AUTO will apply Azure Defaults.
Box 2: SET AUTOMATIC_TUNING (FORCE_LAST_GOOD_PLAN = ON)
To configure individual automatic tuning options via T-SQL, connect to the database and execute the query such as this one:
ALTER DATABASE current SET AUTOMATIC_TUNING (FORCE_LAST_GOOD_PLAN = ON) Setting the individual tuning option to ON will override any setting that database inherited and enable the tuning option. Setting it to OFF will also override any setting that database inherited and disable the tuning option.
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/automatic-tuning-enable
問題3
아래 그림과 같이 Azure SQL 데이터베이스에 대한 장기 보존 정책을 구성합니다. (그림 탭을 클릭하세요.)

첫 번째 주간 백업은 2020년 1월 4일에 이루어졌습니다. 처음 10주간의 주간 백업 날짜는 다음과 같습니다.
* 2020년 1월 4일
* 2020년 1월 11일
* 2020년 1월 18일
* 2020년 1월 25일
* 2020년 2월 1일
* 2020년 2월 8일
* 2020년 2월 15일
* 2020년 2월 22일
* 2020년 2월 29일
* 2020년 3월 7일
아래 그림에 제시된 정보를 바탕으로 각 문장을 완성하는 답을 드롭다운 메뉴에서 선택하세요.
참고: 정답 하나당 1점입니다.
正確答案:

Explanation:

Basic Concept: This question tests high availability and disaster recovery design for Azure SQL, SQL Server on Azure VMs, and regional failure scenarios.
Why the selected answer is Correct: The selected values fit this scenario because they apply the required Azure SQL configuration at the correct scope and sequence: You configure a long-term retention policy for an Azure SQL database as shown in the exhibit.
Why the alternate choices are Wrong: The alternate selections apply to different administrative stages or different scopes. In a hotspot or drag-drop task, order and scope are part of the answer, so a technically valid Azure feature can still be wrong if it is placed in the wrong step.
問題4
파일이 Azure Data Lake Storage Gen2 컨테이너에 도착하면 Azure Data Factory 파이프라인을 트리거해야 합니다.
어떤 리소스 공급자를 활성화해야 합니까?

正確答案: B
說明:(僅 PDFExamDumps 成員可見)
問題5
Azure AD 테넌트와 여러 Azure SQL 데이터베이스를 호스팅하는 SQL1이라는 논리적 Microsoft SQL 서버가 있습니다.
Azure Automation을 사용하여 자동으로 데이터베이스에 Azure AD 사용자 권한을 할당할 계획입니다.
필요한 Automation 계정을 만들어야 합니다.
어떤 계정 2개를 만들어야 합니까? 각 정답은 솔루션의 일부를 나타냅니다.
참고: 올바른 선택은 각각 1점의 가치가 있습니다.

正確答案: A,C
說明:(僅 PDFExamDumps 成員可見)
問題6
Azure Databricks에서 구조화된 스트리밍 솔루션을 빌드할 계획입니다. 솔루션은 5분 간격으로 새 이벤트를 계산하고 해당 간격 동안 도착하는 이벤트만 보고합니다.
출력은 Delta Lake 테이블로 전송됩니다.
어떤 출력 모드를 사용해야 합니까?

正確答案: B
說明:(僅 PDFExamDumps 成員可見)
問題7
Azure 구독에 Serverl이라는 이름의 논리 SQL 서버가 있습니다. Serverl의 master 데이터베이스에는 Userl이라는 사용자가 있습니다. Userl 사용자가 Serverl에 데이터베이스를 생성할 수 있도록 해야 합니다. Userl 사용자에게 어떤 데이터베이스 역할을 할당해야 할까요?

正確答案: B
說明:(僅 PDFExamDumps 成員可見)
問題8
Azure SQL 관리형 인스턴스가 있습니다.
쿼리 계획의 마지막 실행과 해당 런타임 통계를 수집해야 합니다. 솔루션은 현재 실행 중인 쿼리에 대한 영향을 최소화해야 합니다.
당신은 무엇을 해야 합니까?

正確答案: C
說明:(僅 PDFExamDumps 成員可見)
問題9
Azure 구독을 보유하고 계십니다.
PowerShell을 사용하여 논리 SQL 서버를 배포해야 합니다. 이 솔루션은 논리 SQL 서버가 Azure AD 사용자를 생성하고 고객 관리 키를 사용한 투명 데이터 암호화(TDE)를 제공할 수 있도록 보장해야 합니다.
이 명령을 어떻게 완료해야 할까요? 답변하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고: 정답 하나당 1점입니다.
正確答案:

Explanation:
" Assigned Identity " and " Key id " https://learn.microsoft.com/en-us/powershell/module/az.sql/new- azsqlserver?view=azps-10.2.0#code-try-3 Basic Concept: This question tests identity and authentication for Azure SQL and SQL Server workloads, including when to use contained users, directory identities, certificate validation, or authentication profiles.
Why the selected answer is Correct: The selected values fit this scenario because they apply the required Azure SQL configuration at the correct scope and sequence: You need to deploy a logical SQL server by using PowerShell.
Why the alternate choices are Wrong: The alternate actions fail because Entra authentication must be established at the server/administrator level first, then mapped to contained database users, and finally used by the client connection.
問題10
Azure Synapse Analytics 전용 SQL 풀에서 날짜 차원 테이블을 디자인하고 있습니다.
날짜 차원 테이블은 모든 팩트 테이블에서 사용됩니다.
데이터 이동을 최소화하려면 어떤 배포 유형을 권장해야 합니까?

正確答案: C
說明:(僅 PDFExamDumps 成員可見)
問題11
Azure 가상 머신에 SQL1이라는 이름의 SQL Server 인스턴스가 있습니다.
SQL1에는 Microsoft SQL Server 이벤트를 캡처하는 session!이라는 이름의 확장 이벤트 세션이 포함되어 있습니다.
세션 이벤트와 Windows용 이벤트 추적(ETW)에서 캡처한 이벤트를 연관시켜야 합니다.
첫 번째 세션에서는 무엇을 해야 할까요?

正確答案: B
說明:(僅 PDFExamDumps 成員可見)
問題12
다양한 볼륨의 데이터를 수집하는 스트리밍 데이터 솔루션을 설계하고 있습니다.
생성 후에 파티션 수를 변경할 수 있는지 확인해야 합니다.
데이터를 수집하려면 어떤 서비스를 사용해야 합니까?

正確答案: B
說明:(僅 PDFExamDumps 成員可見)
問題13
Azure Data Lake Storage Gen2 컨테이너가 있습니다.
데이터는 컨테이너에 입력된 후 데이터 통합 ​​애플리케이션에 의해 변환됩니다. 이후에는 데이터가 수정되지 않습니다. 사용자는 컨테이너 내의 파일을 읽을 수는 있지만 수정할 수는 없습니다.
다음 요구 사항을 충족하는 데이터 아카이빙 솔루션을 설계해야 합니다.
* 새로운 데이터에 대한 접근이 빈번하므로 최대한 신속하게 이용 가능해야 합니다.
* 5년 이상 된 데이터는 자주 접근되지는 않지만, 요청 시 1초 이내에 제공되어야 합니다.
* 7년 이상 된 데이터는 접근하지 않습니다. 7년이 지난 데이터는 가능한 한 최소한의 비용으로 보존해야 합니다.
* 필요한 가용성을 유지하면서 비용을 최소화해야 합니다.
데이터를 어떻게 관리해야 할까요? 답변하려면 답변란에서 적절한 옵션을 선택하세요.
참고: 정답 하나당 1점입니다.
正確答案:

Explanation:

Box 1: Move to cool storage
The cool access tier has lower storage costs and higher access costs compared to hot storage. This tier is intended for data that will remain in the cool tier for at least 30 days. Example usage scenarios for the cool access tier include:
Short-term backup and disaster recovery
Older data not used frequently but expected to be available immediately when accessed Large data sets that need to be stored cost effectively, while more data is being gathered for future processing Note: Hot - Optimized for storing data that is accessed frequently.
Cool - Optimized for storing data that is infrequently accessed and stored for at least 30 days.
Archive - Optimized for storing data that is rarely accessed and stored for at least 180 days with flexible latency requirements, on the order of hours.
Box 2: Move to archive storage
Example usage scenarios for the archive access tier include:
Long-term backup, secondary backup, and archival datasets
Original (raw) data that must be preserved, even after it has been processed into final usable form Compliance and archival data that needs to be stored for a long time and is hardly ever accessed Reference:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
問題14
귀하의 Azure 구독에는 다음 표에 표시된 리소스가 포함되어 있습니다.

App1은 장시간 활동이 없다가 db1에 접근하려고 할 때 일시적인 연결 오류 및 시간 초과 현상이 발생합니다.
Appl이 겪고 있는 문제를 최대한 빨리 해결하기 위해 db1을 수정해야 합니다. 당장의 비용은 고려하지 마세요. 어떻게 하시겠습니까?

正確答案: A
說明:(僅 PDFExamDumps 成員可見)

專業認證

PDFExamDumps模擬測試題具有最高的專業技術含量,只供具有相關專業知識的專家和學者學習和研究之用。

品質保證

該測試已取得試題持有者和第三方的授權,我們深信IT業的專業人員和經理人有能力保證被授權産品的質量。

輕松通過

如果妳使用PDFExamDumps題庫,您參加考試我們保證96%以上的通過率,壹次不過,退還購買費用!

免費試用

PDFExamDumps提供每種産品免費測試。在您決定購買之前,請試用DEMO,檢測可能存在的問題及試題質量和適用性。