先試後買

購買之前,你可以先嘗試下載一個試用版本。目前我們只提供PDF版本的試用DEMO,軟件版本只提供截圖。

  • 全天候客戶支持,安全的購物網站。
  • 一年免費更新,以符合真正的考試場景。
  • 支付成功以后,你能在網站上立即下載所購買的產品。
問題1
cont2에 대한 계획된 변경 사항을 구현합니다.
cont2에 대해 생성할 수 있는 추가 액세스 정책의 최대 개수는 얼마입니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고: 정답 하나당 1점입니다.
正確答案:

Explanation:
Stored access policies: # 2
Immutable blob storage policies: # 1
From the scenario in the earlier case study (A. Datum Corporation):
* The planned change requires creating a new container named cont2 in storage1, with the following:
* Three stored access policies (Stored1, Stored2, Stored3)
* A legal hold for immutable blob storage
Also, recall from the table:
* storage1 has Hierarchical namespace = Yes (Data Lake Storage Gen2 enabled).
* storage2 has Hierarchical namespace = No.
The question asks: "What is the maximum number of additional access policies you can create for cont2?" According to Microsoft Azure Storage documentation:
* A blob container can have a maximum of five stored access policies.
* These policies allow shared access signatures (SAS) to be managed centrally, letting you define start times, expiry times, and permissions at the container level.
Since three stored access policies (Stored1, Stored2, Stored3) already exist, the maximum additional policies that can still be created is:
# 5 (maximum allowed) - 3 (already existing) = 2
For immutable blob storage policies:
* A container can have one active immutability policy at a time.
* This can be either a time-based retention policy or a legal hold policy.
* Since cont2 already has a legal hold applied, no additional immutable policy can coexist with it, but it can have one defined policy type (the legal hold).
Therefore:
* Stored access policies: 2 additional policies can still be created.
* Immutable blob storage policies: 1 policy (the existing legal hold).
This aligns exactly with Microsoft Learn: Azure Storage Blob Service limits and immutable storage documentation:
"A container may have up to five stored access policies. Immutable storage supports either a time-based retention policy or legal hold policy per container." Final Verified Answer:
# Stored access policies: 2
# Immutable blob storage policies: 1
問題2
Job1이라는 Azure Stream Analytics 작업이 포함된 Azure 구독이 있습니다.
Job1에 대한 입력 이벤트를 모니터링하여 처리되지 않은 이벤트 수를 파악해야 합니다.
어떤 지표를 사용해야 할까요?

正確答案: B
說明:(僅 NewDumps 成員可見)
問題3
웹 관리자가 가능한 한 빨리 웹 앱을 배포할 수 있도록 환경을 준비해야 합니다.
어떤 세 가지 동작을 순서대로 수행해야 할까요? 답하려면 동작 목록에서 해당 동작을 정답 영역으로 옮겨 올바른 순서대로 정리하세요.
正確答案:

Explanation:

Scenario:
1. Web administrators will deploy Azure web apps for the marketing department.
2. Each web app will be added to a separate resource group.
3. The initial configuration of the web apps will be identical.
4. The web administrators have permission to deploy web apps to resource groups.
Steps:
1 -- > Create a resource group, and then deploy a web app to the resource group.
2 -- > From the Automation script blade of the resource group , click Add to Library.
3 -- > From the Templates service, select the template, and then share the template to the web administrators .
References:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/quickstart-create-templates-use-the- portal
問題4
RG1이라는 리소스 그룹이 포함된 Azure 구독이 있습니다.
template1이라는 Azure Resource Manager(ARM) 템플릿을 사용하여 리소스를 배포할 계획입니다. 솔루션은 다음 요구 사항을 충족해야 합니다.
* RG1에 새로운 리소스를 배포합니다.
* 새로운 리소스를 배포하기 전에 RG1에서 기존 리소스를 모두 제거합니다.
명령을 어떻게 완료해야 하나요? 답변하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고: 정답 하나당 1점입니다.
正確答案:

Explanation:

https://learn.microsoft.com/en-us/powershell/module/az.resources/new-azresourcegroupdeployment?
view=azps-9.3.0#-resourcegroupname
Specifies the name of the resource group to deploy.
https://learn.microsoft.com/en-us/powershell/module/az.resources/new-azresourcegroupdeployment?
view=azps-9.3.0#-mode
Specifies the deployment mode. The acceptable values for this parameter are:
-Complete: In complete mode, Resource Manager deletes resources that exist in the resource group but are not specified in the template.
- Incremental: In incremental mode, Resource Manager leaves unchanged resources that exist in the resource group but are not specified in the template.
問題5
Azure 구독이 있습니다.
Azure Resource Manager 템플릿을 사용하여 동일한 가용성 집합에 포함될 50개의 Azure 가상 머신을 배포할 계획입니다.
패브릭에 장애가 발생하거나 서비스 중에도 가능한 한 많은 가상 머신을 사용할 수 있도록 해야 합니다.
템플릿을 어떻게 구성해야 할까요? 답변하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고: 정답 하나당 1점입니다.
正確答案:

Explanation:
Box 1 = max value
Box 2 = 20
Explanation:
Use max for platformFaultDomainCount
2 or 3 is max value, depending on which region you are in.
Use 20 for platformUpdateDomainCount
Increasing the update domain (platformUpdateDomainCount) helps with capacity and availability planning when the platform reboots nodes. A higher number for the pool (20 is max) means that fewer of their nodes in any given availability set would be rebooted at once.
References:
https://www.itprotoday.com/microsoft-azure/check-if-azure-region-supports-2-or-3-fault-domains-managed- disks
https://github.com/Azure/acs-engine/issues/1030
問題6
재무 부서 사용자를 위한 구성을 자동화하는 솔루션을 추천해야 합니다. 해당 솔루션은 기술 요구 사항을 충족해야 합니다.
추천사항에 무엇을 포함해야 하나요?

正確答案: C
說明:(僅 NewDumps 成員可見)
問題7
Azure 구독이 있습니다.
다음 그림과 같이 Azure Storage 계정을 만들 계획입니다.

그래픽에 제시된 정보를 바탕으로 각 문장을 완성하는 답변 선택을 선택하려면 드롭다운 메뉴를 사용하세요.
참고: 정답 하나당 1점입니다.
正確答案:

Explanation:

Azure Storage ensures durability and high availability of data by replicating it within and/or across datacenters depending on the replication option selected. The exhibit shows that the replication type configured is Locally-redundant storage (LRS), and the access tier (default) is Hot.
1. Minimum Number of Copies - Locally-redundant storage (LRS)
According to Microsoft Azure Storage Documentation (AZ-104 Study Guide):
"Locally redundant storage (LRS) replicates your data three times (3 copies) within a single physical location in the primary region." Each piece of data is written synchronously to three separate storage nodes in the same datacenter. This provides protection against hardware failures within that facility.
Replication options and their redundancy levels:
Replication Type
Number of Copies
Location of Copies
Locally-redundant storage (LRS)
3
Same datacenter (single region)
Zone-redundant storage (ZRS)
3
Across availability zones in same region
Geo-redundant storage (GRS)
6
3 copies in primary region + 3 in paired region
Read-access geo-redundant storage (RA-GRS)
6
Same as GRS, plus read access to secondary region
Therefore, with LRS, the minimum number of copies is 3.
2. Reducing Cost of Infrequently Accessed Data
Azure Storage provides access tiers designed for different usage patterns:
Tier
Description
Typical Use Case
Hot
Highest storage cost, lowest access cost
Frequently accessed data
Cool
Lower storage cost, higher access cost
Infrequently accessed data
Archive
Lowest storage cost, highest retrieval cost
Long-term, rarely accessed data
As per Microsoft Learn - Manage access tiers in Azure Blob Storage:
"To reduce costs for data that is infrequently accessed, you can move blobs from the Hot tier to the Cool or Archive access tier." Hence, to minimize the cost of infrequently accessed data, you should modify the Access tier (default) setting from Hot to Cool or Archive.
Official Microsoft Extract:
From Microsoft Learn - Redundancy in Azure Storage:
"With LRS, three copies of your data exist in a single datacenter."
"To optimize storage costs for infrequently accessed data, set the access tier to Cool or Archive."
# Final Verified Answers:
Statement
Correct Answer
The minimum number of copies of the storage account will be:
3
To reduce the cost of infrequently accessed data in the storage account, you must modify the:
問題8
Azure 구독을 보유하고 계십니다.
귀사는 세 곳의 외부 파트너사를 두고 있습니다. 파트너사들이 사용할 가상 머신 10대를 배포할 계획입니다.
Microsoft 비용 관리 기능을 사용하여 파트너의 가상 머신 사용량을 추적할 수 있어야 합니다. 또한, 솔루션은 관리 부담을 최소화해야 합니다.
무엇을 먼저 해야 할까요?

正確答案: C
說明:(僅 NewDumps 成員可見)
問題9
Admin1에 대한 사용자 요구 사항을 충족해야 합니다.
어떻게 해야 할까요?

正確答案: B
說明:(僅 NewDumps 成員可見)
問題10
storage1이라는 저장소 계정이 포함된 Azure 구독이 있습니다. 이 구독은 온-프레미스 Active Directory 도메인과 동기화되는 contoso.com이라는 Azure Active Directory(Azure AD) 테넌트에 연결되어 있습니다.
해당 도메인에는 다음 표에 표시된 보안 주체가 포함되어 있습니다.

Azure AD에서 User2라는 사용자를 만듭니다.
storage1 계정에는 share1이라는 파일 공유가 포함되어 있으며 다음과 같은 구성을 갖습니다.

다음 각 문장에 대해, 문장이 사실이라면 '예'를 선택하세요. 그렇지 않으면 '아니요'를 선택하세요.
참고: 정답 하나당 1점입니다.
正確答案:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/storage/files/storage-files-identity-ad-ds-assign-permissions?
tabs=azure-portal
Azure Files supports Azure Active Directory Domain Services (Azure AD DS) authentication for SMB access, allowing you to use your existing Active Directory (AD) identities and groups to control access to Azure file shares.In this scenario, the configuration snippet shows that the storage account (storage1) is using Active Directory (AD) authentication through azureFilesIdentityBasedAuthentication with directoryServiceOptions: " AD " .
According to Microsoft Azure documentation, the Storage File Data SMB Share built-in roles (Reader, Contributor, Elevated Contributor) can only be assigned to Azure AD users, groups, or service principals, not to computer objects.
Statement 1: # User1 is an on-premises AD user synchronized to Azure AD. Since Azure Files uses identity- based authentication through AD, User1 can be assigned roles like Storage File Data SMB Share Contributor to access share1.
Statement 2: # Computer1 is a computer account and cannot have Azure RBAC roles directly assigned in Azure. Therefore, you cannot assign SMB Share Reader to it.
Statement 3: # User2 is an Azure AD user (cloud-only identity). Azure RBAC roles for storage shares can also be assigned to Azure AD users. Hence, you can assign Storage File Data SMB Share Elevated Contributor to User2.
問題11
저장소 계정 콘텐츠에 대해 계획된 변경 사항을 구현해야 합니다. 콘텐츠를 구성하는 데 사용할 수 있는 컨테이너와 파일 공유는 무엇인가요?

正確答案: C
說明:(僅 NewDumps 成員可見)
問題12
App1을 Azure로 이동할 계획입니다.
네트워크 보안 그룹(NSG)을 생성합니다.
사용자에게 App1에 대한 접근 권한을 제공하는 솔루션을 추천해야 합니다.
무엇을 추천해야 할까요?

正確答案: C
說明:(僅 NewDumps 成員可見)
問題13
VM1이라는 이름의 Azure 가상 머신을 백업할 계획입니다.
백업 사전 점검 상태가 경고로 표시되는 것을 확인했습니다.
경고 상태가 발생하는 가능한 원인은 무엇입니까?

正確答案: B
說明:(僅 NewDumps 成員可見)

專業認證

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

品質保證

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

輕松通過

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

Try Before Buy

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