AZ-203 Korean 無料問題集「Microsoft Developing Solutions for Microsoft Azure (AZ-203 Korean Version)」

Azure Table Storage를 사용하여 응용 프로그램에 대한 고객 정보를 저장합니다. 데이터에는 고객 세부 정보가 포함되며 성으로 분할됩니다. 이름이 Smith 인 모든 고객을 반환하는 쿼리를 만들어야합니다. 어떤 코드 세그먼트를 사용해야합니까?

解説: (JPNTest メンバーにのみ表示されます)
사용자에게 전송되는 전자 메일에 대한 요약 보고서에 대한 링크를 구성해야합니다.
어떻게해야합니까?

解説: (JPNTest メンバーにのみ表示されます)
파일을 처리 및 변환하고 파일을 Azure 저장소에 저장하는 Azure Batch 프로젝트가 있습니다. 배치 작업을 시작하는 기능을 개발 중입니다.
다음 매개 변수를 함수에 추가하십시오.

outputContainerSasUrl 매개 변수가 참조하는 컨테이너에 변환 된 파일이 있는지 확인해야합니다. 변환에 실패한 파일은 failedContainerSasUrl 매개 변수가 참조하는 컨테이너의 위치입니다.
파일이 올바르게 처리되었는지 확인해야합니다.
코드 세그먼트를 어떻게 완성해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
正解:

Explanation


Box 1: CreateJob
Box 2: TaskSuccess
TaskSuccess: Upload the file(s) only after the task process exits with an exit code of 0.
Incorrect: TaskCompletion: Upload the file(s) after the task process exits, no matter what the exit code was.
Box 3: TaskFailure
TaskFailure:Upload the file(s) only after the task process exits with a nonzero exit code.
Box 4: OutputFiles
To specify output files for a task, create a collection of OutputFile objects and assign it to the CloudTask.OutputFiles property when you create the task.
References:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.batch.protocol.models.outputfileuploadcondition
https://docs.microsoft.com/en-us/azure/batch/batch-task-output-files
Linux의 App Service에 웹 앱을 배포 할 계획입니다. 앱 서비스 계획을 생성합니다. 웹 앱이 포함 된 이미지를 사용자 지정 Docker 이미지를 만들어 Azure Container Registry에 푸시합니다.
컨테이너 내부에서 생성 된 콘솔 로그에 실시간으로 액세스해야합니다.
Azure CLI 명령을 어떻게 완료해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
正解:

Explanation

Box 1: config
To Configure logging for a web app use the command:
az webapp log config
Box 2: --docker-container-logging
Syntax include:
az webapp log config [--docker-container-logging {filesystem, off}]
Box 3: webapp
To download a web app's log history as a zip file use the command:
az webapp log download
Box 4: download
References:
https://docs.microsoft.com/en-us/cli/azure/webapp/log
의료 레코드 응용 프로그램을 Azure 가상 컴퓨터 (VM)에 배포하려고합니다. 온-프레미스 빌드 서버에서 생성 한 VHD를 사용하여 응용 프로그램을 배포합니다.
Azure에 배포하는 동안 및 배포 한 후에 응용 프로그램 및 관련 데이터가 모두 암호화되어 있는지 확인해야합니다.
어떤 세 가지 작업을 순서대로 수행해야합니까? 응답하려면 적절한 조치를 조치 목록에서 응답 영역으로 이동하고 올바른 순서로 정렬하십시오.
正解:

Explanation

Step 1: Encrypt the on-premises VHD by using BitLocker without a TPM. Upload the VM to Azure Storage Step 2: Run the Azure PowerShell command Set-AzureRMVMOSDisk To use an existing disk instead of creating a new disk you can use the Set-AzureRMVMOSDisk command.
Example:
$osDiskName = $vmname+'_osDisk'
$osDiskCaching = 'ReadWrite'
$osDiskVhdUri = "https://$stoname.blob.core.windows.net/vhds/"+$vmname+"_os.vhd"
$vm = Set-AzureRmVMOSDisk -VM $vm -VhdUri $osDiskVhdUri -name $osDiskName -Create Step 3: Run the Azure PowerShell command Set-AzureRmVMDiskEncryptionExtension Use the Set-AzVMDiskEncryptionExtension cmdlet to enable encryption on a running IaaS virtual machine in Azure.
Incorrect:
Not TPM: BitLocker can work with or without a TPM. A TPM is a tamper resistant security chip on the system board that will hold the keys for encryption and check the integrity of the boot sequence and allows the most secure BitLocker implementation. A VM does not have a TPM.
References:
https://www.itprotoday.com/iaaspaas/use-existing-vhd-azurerm-vm
ASP.NET Core MVC 응용 프로그램을 개발합니다. 웹 페이지 및 사용자 지정 이벤트를 추적하도록 응용 프로그램을 구성합니다.
응용 프로그램 사용 추세를 식별해야합니다.
어떤 Azure Application Insights 사용 현황 분석 기능을 사용해야합니까? 대답하려면 적절한 기능을 올바른 요구 사항으로 드래그하십시오. 각 기능은 한 번 또는 여러 번 사용되거나 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
正解:

Explanation

Box1: Users
Box 2: Impact
One way to think of Impact is as the ultimate tool for settling arguments with someone on your team about how slowness in some aspect of your site is affecting whether users stick around. While users may tolerate a certain amount of slowness, Impact gives you insight into how best to balance optimization and performance to maximize user conversion.
Box 3: Retention
The retention feature in Azure Application Insights helps you analyze how many users return to your app, and how often they perform particular tasks or achieve goals. For example, if you run a game site, you could compare the numbers of users who return to the site after losing a game with the number who return after winning. This knowledge can help you improve both your user experience and your business strategy.
Box 4: User flows
The User Flows tool visualizes how users navigate between the pages and features of your site. It's great for answering questions like:
How do users navigate away from a page on your site?
What do users click on a page on your site?
Where are the places that users churn most from your site?
Are there places where users repeat the same action over and over?
많은 웹 서비스를 제공하는 SaaS 회사의 개발자입니다.
회사의 모든 웹 서비스는 다음 요구 사항을 충족해야합니다.
* API 관리를 사용하여 서비스에 액세스
* 인증을 위해 OpenID Connect를 사용하십시오.
* 익명 사용 방지
최근 보안 감사에 따르면 인증없이 여러 웹 서비스를 호출 할 수 있습니다.
어떤 API 관리 정책을 구현해야합니까?

解説: (JPNTest メンバーにのみ表示されます)
오디오 및 시각 경보를 시작 및 중지하는 단일 신호 서버가있는 위험 알림 시스템을 작성 중입니다.
경보를 게시하기 위해 Azure Service Bus를 구현합니다. 각 알람 컨트롤러는 Azure Service Bus를 사용하여 트랜잭션의 일부로 알람 신호를 받습니다. 감사 목적으로 경보 이벤트를 기록해야 합니다. 각 트랜잭션 레코드에는 활성화된 알람 유형에 대한 정보가 포함되어야 합니다.
회신 추적 감사 솔루션을 구현해야 합니다.
어떤 두 가지 작업을 수행해야 합니까? 각 정답은 솔루션의 일부를 나타냅니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

正解:B、E 解答を投票する
Azure Blob Storage 컨테이너에 저장된 사진을 관리하는 데 사용할 수있는 ASP.NET Core 웹 사이트를 개발 중입니다.
웹 사이트 사용자는 Azure AD (Azure Active Directory) 자격 증명을 사용하여 인증합니다.
사진을 저장하는 컨테이너에 RBAC (역할 기반 액세스 제어) 역할 권한을 구현합니다. RBAC 역할에 사용자를 지정합니다.
사용자의 권한을 Azure Blob 컨테이너와 함께 사용할 수 있도록 웹 사이트의 Azure AD 응용 프로그램을 구성해야합니다.
응용 프로그램을 어떻게 구성해야합니까? 응답하려면 적절한 설정을 올바른 위치로 드래그하십시오. 각 설정은 한 번, 한 번 이상 또는 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
正解:

Explanation

Box 1: user_impersonation
Box 2: delegated
Example:
* Select the API permissions section
* Click the Add a permission button and then:Ensure that the My APIs tab is selected
* In the list of APIs, select the API TodoListService-aspnetcore.
* In the Delegated permissions section, ensure that the right permissions are checked: user_impersonation.
* Select the Add permissions button.
Box 3: delegated
Example
* Select the API permissions section
* Click the Add a permission button and then,Ensure that the Microsoft APIs tab is selected
* In the Commonly used Microsoft APIs section, click on Microsoft Graph
* In the Delegated permissions section, ensure that the right permissions are checked: User.Read. Use the search box if necessary.
* Select the Add permissions button
References:
https://docs.microsoft.com/en-us/samples/azure-samples/active-directory-dotnet-webapp-webapi-openidconnect-
오디오 및 시각 경보를 시작 및 중지하는 단일 신호 서버가있는 위험 알림 시스템을 작성 중입니다.
경보를 게시하기 위해 Azure Service Bus를 구현합니다. 각 알람 컨트롤러는 Azure Service Bus를 사용하여 트랜잭션의 일부로 알람 신호를받습니다. 감사 목적으로 경보 이벤트를 기록해야합니다. 각 트랜잭션 레코드에는 활성화 된 알람 유형에 대한 정보가 포함되어야합니다.
회신 추적 감사 솔루션을 구현해야합니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

正解:B、C 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
전자 상거래 체크 아웃 API를 구현해야합니다.
어떤 세 가지 작업을 수행해야합니까? 각 정답은 솔루션의 일부를 나타냅니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

正解:C、D、F 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
보안 요구 사항이 충족되는지 확인해야합니다.
코드 세그먼트를 어떻게 완성해야합니까?
답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
正解:

Explanation

Box 1: ExpenseAccount
Scenario: User's expense account number must be visible only to logged in users. All other views of the expense account number should include only the last segment. With the remaining parts obscured.
Box 2: Text
If MaskingFunction has a value of Number or Text, you can specify the NumberFrom and NumberTo parameters, for number masking, or the PrefixSize, ReplacementString, and SuffixSize for text masking.
Box 3: 4
-SuffixSize specifies the number of characters at the end of the text that are not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter.
Scenario: Format is 1234-1234-1235
Box 4: xxxx"
Scenario: Format is 1234-1234-1235
References:
https://docs.microsoft.com/en-us/powershell/module/azurerm.sql/new-azurermsqldatabasedatamaskingrule?view
참고 :이 질문은 동일한 시나리오를 나타내는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 명시된 목표를 달성 할 수있는 고유 한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 둘 이상의 올바른 솔루션이있을 수 있지만 다른 질문 세트에는 올바른 솔루션이 없을 수 있습니다.
이 질문에 대한 질문에 답변 한 후에는 질문으로 돌아올 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 나타나지 않습니다.
Margie 's Travel은 국제 여행 및 예약 관리 서비스입니다. 이 회사는 식당 예약으로 확장하고 있습니다. 솔루션에 나열된 레스토랑에 대해 Azure 검색을 구현해야합니다.
Azure Search에서 인덱스를 만듭니다.
Azure Search .NET SDK를 사용하여 레스토랑 데이터를 Azure Search 서비스로 가져와야합니다.
해결책:
1. SearchIndexClient 개체를 만들어 검색 인덱스에 연결합니다.
2. 추가해야하는 문서가 포함 된 DataContainer를 작성하십시오.
3. DataSource 인스턴스를 만들고 Container 속성을 DataContainer로 설정합니다.
4. SearchIndexClient의 Documents.Suggest 메소드를 호출하고 DataSource를 전달하십시오.
솔루션이 목표를 달성합니까?

解説: (JPNTest メンバーにのみ表示されます)
회사는 스마트 냉장고가 온도 정보를 중앙 위치로 보낼 수있는 솔루션을 개발 중입니다.
솔루션은 메시지를 처리 ​​할 수있을 때까지 메시지를 받고 저장해야합니다. 이름, 요금 계층, 구독, 리소스 그룹 및 위치를 제공하여 Azure Service Bus 인스턴스를 만듭니다.
구성을 완료해야합니다.
어떤 Azure CLI 또는 PowerShell 명령을 실행해야합니까?

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

弊社を連絡する

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

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

サポート:現在連絡