Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Microsoft Azure Administrator (AZ-104 Korean Version) (AZ-104 Korean) Free Practice Test

Question 1
이미지를 저장하는 storage1이라는 Azure Storage 계정이 있습니다.
새 스토리지 계정을 만들고 개체 복제를 사용하여 storage1에 있는 이미지를 새 계정으로 복제해야 합니다.
새 계정을 어떻게 설정해야 하나요? 답변하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:
Account type: StorageV2 only
Object type to create in the new account: Container
To configure object replication in Azure Blob Storage, both the source and destination storage accounts must meet specific requirements. The Microsoft Azure Administrator documentation clearly specifies that object replication is supported only for StorageV2 (General-purpose v2) accounts, and replication can only occur between blob containers in those accounts.
* Account Type: Object replication is supported exclusively in StorageV2 accounts because older types such as BlobStorage or StorageV1 lack replication metadata and versioning support.
* Object Type: The replication applies only to blob containers-it does not support files, tables, or queues.
Replication works by asynchronously copying block blobs (not append or page blobs) between the source and destination containers once replication rules are configured.
Therefore, to replicate images (blobs) from storage1 to the new account, the new account must be created as StorageV2 only, and the object type must be a container.
Final Verified Answer:
# Account type: StorageV2 only
# Object type to create: Container
Question 2
기술적 요구 사항을 충족하는 식별 솔루션을 추천해야 합니다.
무엇을 추천해야 할까요?

Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
User1에 대해 계획된 변경 사항을 구현해야 합니다.
User1에게 어떤 역할을, 그리고 어떤 리소스에 할당해야 할까요? 답변하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:

According to the Microsoft Azure Administrator (AZ-104) Study Guide and Azure Role-Based Access Control (RBAC) documentation, permissions to link an Azure Private DNS zone to a virtual network require access to both the virtual network resource and the DNS zone resource.
The process of linking a DNS zone to a virtual network establishes name resolution for the resources within that VNet through the Private DNS zone. To perform this operation, the user must have:
* "Microsoft.Network/virtualNetworks/*" permissions (to modify and manage VNet settings).
* "Microsoft.Network/privateDnsZones/*" permissions (to manage DNS zone links).
These permissions are granted by two built-in roles:
* Network Contributor - Allows full management of the network resources like virtual networks, subnets, and network interfaces but does not allow access to manage DNS zones.
* Private DNS Zone Contributor - Allows management of private DNS zones and their link configurations.
Therefore, to grant User1 the ability to link Zone1.com (Private DNS Zone) to VNet1, the correct approach is to assign both roles with the least privilege principle, scoped specifically to the required resources:
* Network Contributor on VNet1
* Private DNS Zone Contributor on zone1.com
Assigning the permissions at the resource level (and not at the resource group or subscription level) ensures compliance with the principle of least privilege, a core requirement of Azure governance.
This setup enables User1 to perform the exact operation (linking the Private DNS Zone to the VNet) while preventing unnecessary access to unrelated resources.
Final Verified Answer:
# Roles: Network Contributor and Private DNS Zone Contributor only
# Resources: VNet1 and zone1.com only
Topic 1, A. Datum Corporation
Overview
A). Datum Corporation is a consulting firm that has a main office in Montreal and branch offices in Seattle and New York.
Azure Environment
A). Datum has an Azure subscription that contains three resource groups named RG1. RG2, and RG3. The subscription contains the storage accounts shown in the following table.

The subscription .contains the virtual machines shown in the following table.

The subscription has an Azure container registry that contains the images shown in the following table.

The subscription contains the resources shown in the following table.

The subscription contains an Azure key vault named Vaultl.
Vault! contains the certificates shown in the following table.


Vaultl contains the keys shown in the following table.
Microsoft Entra Environment
A). Datum has a Microsoft Entra tenant named adatum.com that is linked to the Azure subscription and contains the users shown in the following table.
The lenant contains the groups shown in the following table.

The adatum.com tenant has a custom security attribute named Attribute1.
Planned Changes
A). Datum plans to implement the following changes:
* Configure a data collection rule {DCR) named DCR1 to collect only system events that have an event ID of
4648 from VM2 and VM4.
* In storage1, create a new container named cont2 that has the following access policies:
o Three stored access policies named Stored 1, Stored2, and Stored3 o A legal hold for immutable blob storage
* Whenever possible, use directories to organize storage account content.
* Grant User1 the permissions required to link Zone1 to VNet1.
* Assign Attribute1 to supported adatum.com resources.
* In storage2, create an encryption scope named Scope " 1.
* Deploy new containers by using Image1 or Image2.
Technical Requirements
A). Datum must meet the following technical requirements:
* UseTLSforWebApp1.
* Follow the principle of least privilege.
* Grant permissions at the required scope only.
* Ensure that Scope1 is used to encrypt storage services.
* Use Azure Backup to back up cont1 and share1 as frequently as possible.
* Whenever possible, use Azure Disk Encryption and a key encryption key (KEK) to encrypt the virtual machines.
Question 4
Group1이라는 컨테이너 그룹이 포함된 Azure 구독이 있습니다. Group1에는 다음 표와 같이 두 개의 Azure 컨테이너 인스턴스가 포함되어 있습니다.

container2가 container1에 부정적인 영향을 미치지 않고 CPU 리소스를 사용할 수 있는지 확인해야 합니다.
어떻게 해야 하나요?

Correct Answer: B
Question 5
기술적 요구 사항을 충족하려면 WebApp1을 구성해야 합니다.
Vault1에서 어떤 인증서를 사용할 수 있나요?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
App1과 App2라는 두 개의 Azure App Service 앱이 있습니다. 각 앱에는 프로덕션 배포 슬롯과 테스트 배포 슬롯이 있습니다. 프로덕션 슬롯에 대한 백업 구성 설정은 다음 표에 나와 있습니다.

다음 각 문장에 대해, 문장이 사실이라면 '예'를 선택하세요. 그렇지 않으면 '아니요'를 선택하세요.
Correct Answer:

Explanation:

On January 15, 2021, App1 will have only one backup in storage. Yes, this is correct. According to the table, App1 has a backup every 1 day, starting from January 6, 2021, with a retention of 0 days. This means that each backup will be deleted after 0 days, or as soon as the next backup is created. Therefore, on January 15,
2021, App1 will have only one backup in storage, which is the one created on that day1.
On February 6, 2021, you can access the backup of the App2 test slot from January 15, 2021. No, this is not correct. According to the table, App2 has a backup every 1 day, starting from January 6, 2021, with a retention of 30 days. This means that each backup will be deleted after 30 days, or when the storage limit is reached. However, the table also shows that App2 has a setting of "Keep at least one backup" set to Yes. This means that the oldest backup will be retained even if it exceeds the retention period or the storage limit2.
Therefore, on February 6, 2021, you can access the backup of the App2 test slot from January 6, 2021, but not from January 15, 2021.
On January 15, 2021, you can restore the App2 production slot backup from January 6 to the App2 test slot. Yes, this is correct. According to the web search results, you can restore a backup by overwriting an existing app or by restoring to a new app or slot3. You can also restore a backup from a different slot or app as long as they are in the same subscription and region4. Therefore, on January 15, 2021, you can restore the App2 production slot backup from January 6 to the App2 test slot.
Question 7
Azure 가상 머신을 세 개의 Azure 지역에 배포합니다.
각 지역에는 가상 네트워크가 포함되어 있습니다. 각 가상 네트워크에는 풀 메시 토폴로지에 피어링된 여러 서브넷이 포함되어 있습니다.
각 서브넷에는 규칙이 정의된 NSG(네트워크 보안 그룹)가 포함되어 있습니다.
사용자가 포트 33000을 사용하여 한 지역의 가상 머신에서 다른 지역의 가상 머신으로 연결할 수 없다고 보고합니다.
문제를 진단하는 데 사용할 수 있는 두 가지 옵션은 무엇입니까? 각 정답은 완전한 솔루션을 제시합니다.
참고: 올바른 선택은 각각 1점의 가치가 있습니다.

Correct Answer: B,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
참고: 이 질문은 동일한 시나리오를 제시하는 일련의 질문의 일부입니다. 시리즈의 각 질문에는 명시된 목표를 달성할 수 있는 고유한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 정답이 두 개 이상 있을 수 있지만 다른 질문 세트에는 정답이 없을 수도 있습니다.
이 섹션의 질문에 답변한 후에는 해당 질문으로 돌아갈 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 표시되지 않습니다.
Azure 구독에 대해 트래픽 분석을 활성화하는 데 필요한 역할이 Admin1이라는 Azure AD(Azure Active Directory) 사용자에게 할당되었는지 확인해야 합니다.
해결 방법: 구독 수준에서 네트워크 기여자 역할을 Admin1에 할당합니다.
이것이 목표를 달성합니까?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
Subscription1이라는 Azure 구독이 있습니다. Subscription1에는 VM1과 VM2라는 두 개의 Azure 가상 머신이 포함되어 있습니다. VM1과 VM2는 Windows Server 2016을 실행합니다.
VM1은 Azure Backup 에이전트를 사용하지 않고 Azure Backup을 통해 매일 백업됩니다.
VM1은 데이터를 암호화하는 랜섬웨어의 영향을 받았습니다.
VM1의 최신 백업을 복원해야 합니다.
백업을 어느 위치로 복원할 수 있나요? 답변하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:
Box 1 : VM1 and VM2 only
When recovering files, you can ' t restore files to a previous or future operating system version.You can restore files from a VM to the same server operating system, or to the compatible client operating system.
Therefore -
" VM1 and VM2 only " is the best answer since both run on Windows Server 2016.
" A new Azure virtual machine only " ,this will also work but why to create unnecessary new VM in Azure if existing VM will do the task. So this option is incorrect.
Box 2 : VM1 or A new Azure virtual machine only
When restoring a VM, you can ' t use the replace existing VM option for encrypted VMs. This option is only supported for unencrypted managed disks. And also You can restore files from a VM to the same server operating system, or to the compatible client operating system only. Hence " VM1 or A new Azure virtual machine only " is correct answer.

References:
https://docs.microsoft.com/en-us/azure/backup/backup-azure-arm-restore-vms
https://docs.microsoft.com/en-us/azure/backup/backup-azure-restore-files-from-vm#system-requirements
Question 10
그림과 같이 VNet1이라는 가상 네트워크가 있습니다. ('그림' 탭을 클릭하세요.)

VNet1에 연결된 장치가 없습니다.
VNet1을 VNet2라는 다른 가상 네트워크에 피어링하려고 합니다. VNet2의 주소 공간은 10.2.0.0/16입니다.
피어링을 생성해야 합니다.
가장 먼저 무엇을 해야 하나요?

Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 11
VM1이라는 가상 머신이 포함된 Azure 구독이 있습니다.
VM1의 CPU 사용률이 80%를 초과하면 경고를 트리거하는 Azure Monitor 경고 규칙을 배포하려고 합니다.
경고 규칙이 User1과 User2라는 두 사용자에게 이메일 메시지를 보내는지 확인해야 합니다.
Azure Monitor에 대해 무엇을 만들어야 하나요?

Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 12
storage1이라는 스토리지 계정이 포함된 Azure 구독이 있습니다. 이 구독은 contoso.com이라는 Microsoft Enterprise 테넌트에 연결되어 있으며, 이 테넌트는 온프레미스 Active Directory 도메인과 동기화됩니다. 해당 도메인에는 다음 표에 표시된 보안 주체가 포함되어 있습니다.

Microsoft Entra 테넌트에서 User2라는 이름의 사용자를 생성합니다.
storage1 계정에는 share!라는 이름의 파일 공유가 있으며 다음과 같은 구성이 되어 있습니다.
다음 각 문장에 대해, 문장이 사실이면 '예'를 선택하고, 그렇지 않으면 '아니요'를 선택하십시오.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:
Question 13
Azure 구독이 있습니다. 이 구독에는 VNet1이라는 가상 네트워크에 연결되는 가상 머신이 포함되어 있습니다.
VM Insights에 대한 Azure Monitor를 구성하려고 합니다.
모든 가상 머신이 VNet1을 통해서만 Azure Monitor와 통신하도록 해야 합니다.
가장 먼저 무엇을 만들어야 할까요?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).