Microsoft Administering Relational Databases on Microsoft Azure (DP-300 Korean Version) - DP-300 Korean FREE EXAM DUMPS QUESTIONS & ANSWERS

귀사는 14TB 규모의 Microsoft SQL Server 데이터베이스가 있는 온프레미스 데이터센터를 보유하고 있습니다.
Azure SQL 관리형 인스턴스를 생성하고 온프레미스 데이터베이스를 새 인스턴스로 마이그레이션할 계획입니다.
SQL 관리형 인스턴스를 지원하는 세 가지 서비스 계층은 무엇입니까? 각 정답은 완전한 솔루션을 제시합니다. 참고: 각 정답은 1점입니다.
Correct Answer: B,C,E Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Azure Synapse Analytics에 데이터 웨어하우스가 있습니다.
데이터 웨어하우스의 데이터가 저장 시 암호화되었는지 확인해야 합니다.
무엇을 활성화해야 합니까?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
데이터 엔지니어가 새 애플리케이션에 대한 직원 정보를 저장하기 위한 테이블을 만듭니다. 모든 직원 이름은 미국 영어 알파벳으로 되어 있습니다. 모든 주소는 미국 내 위치입니다. 데이터 엔지니어는 다음 문을 사용하여 테이블을 생성합니다.

스토리지를 줄이고 성능을 향상시키려면 데이터 유형 변경을 권장해야 합니다.
어떤 두 가지 조치를 권장해야 합니까? 각 정답은 솔루션의 일부를 나타냅니다.
참고: 올바른 선택은 각각 1점의 가치가 있습니다.
Correct Answer: A,C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Azure Data Factory 인스턴스(ADF1)와 Azure Synapse Analytics 작업 영역(WS1 및 WS2)이 두 개 있습니다.
ADF1에는 다음과 같은 파이프라인이 포함되어 있습니다.
* P1: WS1의 전용 SQL 풀에 있는 파티션되지 않은 테이블의 데이터를 Azure Data Lake Storage Gen2 계정으로 복사하는 복사 작업을 사용합니다.
* P2: Azure Data Lake Storage Gen2 계정의 텍스트 구분 파일에서 WS2의 전용 SQL 풀에 있는 파티션되지 않은 테이블로 데이터를 복사하는 복사 작업을 사용합니다. 병렬 처리 및 성능을 최대화하려면 P1과 P2를 구성해야 합니다.
각 파이프라인의 복사 작업에 대해 어떤 데이터셋 설정을 구성해야 합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
Correct Answer:

Explanation:

P1: Set the Partition option to Dynamic Range.
The SQL Server connector in copy activity provides built-in data partitioning to copy data in parallel.
P2: Set the Copy method to PolyBase
Polybase is the most efficient way to move data into Azure Synapse Analytics. Use the staging blob feature to achieve high load speeds from all types of data stores, including Azure Blob storage and Data Lake Store.
(Polybase supports Azure Blob storage and Azure Data Lake Store by default.) Reference:
https://docs.microsoft.com/en-us/azure/data-factory/connector-azure-sql-data-warehouse
https://docs.microsoft.com/en-us/azure/data-factory/load-azure-sql-data-warehouse
참고: 이 질문은 동일한 시나리오를 제시하는 일련의 질문의 일부입니다. 시리즈의 각 질문에는 명시된 목표를 달성할 수 있는 고유한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 정답이 두 개 이상 있을 수 있지만 다른 질문 세트에는 정답이 없을 수도 있습니다.
이 섹션의 질문에 답변한 후에는 해당 질문으로 돌아갈 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 표시되지 않습니다.
Server1과 Server2라는 두 개의 Azure SQL Database 서버가 있습니다. 각 서버에는 Database1이라는 Azure SQL 데이터베이스가 포함되어 있습니다.
Database1을 Server1에서 Server2로 복원해야 합니다. 솔루션은 Server2의 기존 Database1을 대체해야 합니다.
해결 방법: Server2에서 Database1에 대해 Remove-AzSqlDatabase PowerShell cmdlet을 실행합니다. Server2에서 Database1에 대해 Restore-AzSqlDatabase PowerShell cmdlet을 실행합니다.
이것이 목표를 달성합니까?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
온프레미스 Microsoft SQL Server 2016 서버(Server1)가 있으며, 이 서버에는 DB1이라는 데이터베이스가 있습니다.
Azure Database Migration Service를 사용하여 DB1을 Azure SQL Database 관리형 인스턴스로 온라인 마이그레이션해야 합니다.
DB1의 백업을 어떻게 구성해야 합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:

Box 1: Full and log backups only
Make sure to take every backup on a separate backup media (backup files). Azure Database Migration Service doesn ' t support backups that are appended to a single backup file. Take full backup and log backups to separate backup files.
Box 2: WITH CHECKSUM
Azure Database Migration Service uses the backup and restore method to migrate your on-premises databases to SQL Managed Instance. Azure Database Migration Service only supports backups created using checksum.
Reference:
https://docs.microsoft.com/en-us/azure/dms/known-issues-azure-sql-db-managed-instance-online Basic Concept: This question tests choosing the correct Azure migration approach by matching the source platform, target service, downtime tolerance, and administrative effort.
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 perform an online migration of DB1 to an Azure SQL Database managed instance by using Azure Database Migration Service.
Why the alternate choices are Wrong: The alternate selections would either use a migration tier that does not match the downtime requirement, choose a network resource that does not support the migration path, or add an unnecessary deployment component.
Azure SQL 데이터베이스가 있습니다.
다음 그림과 같이 성능이 저하된 쿼리를 검토하고 있습니다.

아래 그림에 제시된 정보를 바탕으로 각 문장을 완성하는 답을 드롭다운 메뉴에서 선택하세요.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/performance/live-query-statistics?view=sql-server- ver15 Basic Concept: This question tests database auditing and query visibility. DP-300 expects you to distinguish between collecting audit events, retaining logs, and analyzing query behavior.
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 have an Azure SQL database.
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.
DB1이라는 Microsoft SQL Server 데이터베이스가 있고, 그 안에 Table1이라는 테이블이 있습니다.
User1이라는 사용자의 데이터베이스 역할 멤버십은 다음 그림에 나와 있습니다.

아래 그림에 제시된 정보를 바탕으로 각 문장을 완성하는 답을 드롭다운 메뉴에서 선택하세요.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:

Box 1: delete a row from Table1
Members of the db_datawriter fixed database role can add, delete, or change data in all user tables.
Box 2: db_datareader
Members of the db_datareader fixed database role can read all data from all user tables.
Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles Basic Concept: This question tests implement a secure environment in the DP-300 exam context. The correct choice is determined by the exact service boundary and operational requirement stated in the scenario.
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 have a Microsoft SQL Server database named DB1 that contains a table named Table1.
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.
Azure 구독에는 db1이라는 이름의 Azure SQL 데이터베이스가 있습니다.
db1에 SQL Insights를 구현해야 합니다.
어떤 리소스 두 개를 먼저 생성해야 할까요? 각 정답은 해결책의 일부를 나타냅니다.
참고: 정답 하나당 1점입니다.
Correct Answer: D,E Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
여러 데이터베이스를 호스팅하는 Azure SQL 관리형 인스턴스가 있습니다.
데이터베이스의 진단 원격 분석을 기반으로 각 데이터베이스에 대한 경고를 구성해야 합니다.
무엇을 사용해야 합니까?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Azure 구독을 보유하고 계십니다.
고가용성 구성으로 Always On 가용성 그룹을 사용하여 Azure 가상 머신에 SQL Server 인스턴스 두 개를 배포해야 합니다. 솔루션은 다음 요구 사항을 충족해야 합니다.
* 장애 조치에 소요되는 시간을 최소화합니다.
* 장애 조치 중에 기본 복제본과의 기존 연결을 유지합니다.
어떻게 해야 할까요?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Azure 가상 머신에 SQL Server 2019가 설치되어 있고, 해당 가상 머신에는 SSISDB 데이터베이스가 있습니다.
최근 발생한 오류로 인해 마스터 데이터베이스가 손실되었습니다.
가상 머신에서 모든 Microsoft SQL Server Integration Services(SSIS) 패키지가 실행되지 않는 것을 발견했습니다.
이 문제를 해결하기 위해 순서대로 수행해야 할 네 가지 조치는 무엇입니까? 정답을 선택하려면, 조치 목록에서 적절한 조치를 골라 답란으로 옮기고, 순서대로 배열하십시오.
Correct Answer:

Explanation:

Step 1: Attach the SSISDB database
Step 2: Turn on the TRUSTWORTHY property and the CLR property
If you are restoring the SSISDB database to an SQL Server instance where the SSISDB catalog was never created, enable common language runtime (clr) Step 3: Open the master key for the SSISDB database Restore the master key by this method if you have the original password that was used to create SSISDB.
open master key decryption by password = ' LS1Setup! ' -- ' Password used when creating SSISDB ' Alter Master Key Add encryption by Service Master Key Step 4: Encrypt a copy of the mater key by using the service master key Reference:
https://docs.microsoft.com/en-us/sql/integration-services/backup-restore-and-move-the-ssis-catalog
범용 서비스 계층에 DB1이라는 이름의 Azure SQL 데이터베이스가 있습니다.
SQL Insights를 사용하여 D81을 모니터링해야 합니다.
해결책에 무엇을 포함해야 할까요? 답변하려면 답변란에서 적절한 옵션을 선택하세요.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:

Basic Concept: This question tests Azure monitoring and performance management, including which metric, log destination, or alerting behavior fits the operational requirement.
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 monitor D81 by using SQL insights.
Why the alternate choices are Wrong: The alternate destinations or collection scopes miss part of the telemetry requirement: they either omit the server/pool/database layer or send data somewhere that does not support the requested analysis path.
0
0
0
10