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

참고 :이 질문은 동일한 시나리오를 나타내는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 고유 한 솔루션이 포함되어 있습니다. 솔루션이 명시된 목표를 충족하는지 확인하십시오.
여러 ASP.Net 웹 응용 프로그램을 개발하고 Azure App Service에 배포하고 있습니다. 세션 상태 정보 및 HTML 출력을 저장하려고합니다. 다음 요구 사항이있는 스토리지 메커니즘을 사용해야합니다.
모든 ASP.NET 웹 응용 프로그램에서 세션 상태 공유
* 여러 독자 및 단일 작성자를 위해 동일한 세션 상태 데이터에 대한 제어 된 동시 액세스 지원
* 동시 요청에 대한 전체 HTTP 응답 저장
정보를 저장해야합니다.
제안 된 솔루션 : Redis 용 Azure Cache를 배포하고 구성하십시오. 웹 애플리케이션을 업데이트하십시오.
.
솔루션이 목표를 달성합니까?

LabelMaker 보안 요구 사항을 충족해야합니다.
어떻게해야합니까?

解説: (GoShiken メンバーにのみ表示されます)
참고 :이 질문은 동일한 시나리오를 나타내는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 명시된 목표를 달성 할 수있는 고유 한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 둘 이상의 올바른 솔루션이있을 수 있지만 다른 질문 세트에는 올바른 솔루션이 없을 수 있습니다.
이 섹션의 질문에 대답 한 후에는 해당 질문으로 돌아올 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 나타나지 않습니다.
정책에 따라 인증 이벤트가 트리거되고 처리되는지 확인해야합니다.
솔루션 : 로그인 및 로그 아웃 이벤트에 대한 별도의 Azure Event Grid 항목 및 구독을 만듭니다.
솔루션이 목표를 달성합니까?

解説: (GoShiken メンバーにのみ表示されます)
새 버전의 LabelMaker 응용 프로그램을 배포해야합니다.
어떤 세 가지 작업을 순서대로 수행해야합니까? 응답하려면 적절한 조치를 조치 목록에서 응답 영역으로 이동하고 올바른 순서로 정렬하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
正解:

Explanation

Step 1: Build a new application image by using dockerfile
Step 2: Create an alias if the image with the fully qualified path to the registry Before you can push the image to a private registry, you've to ensure a proper image name. This can be achieved using the docker tag command. For demonstration purpose, we'll use Docker's hello world image, rename it and push it to ACR.
# pulls hello-world from the public docker hub
$ docker pull hello-world
# tag the image in order to be able to push it to a private registry
$ docker tag hello-word <REGISTRY_NAME>/hello-world
# push the image
$ docker push <REGISTRY_NAME>/hello-world
Step 3: Log in to the registry and push image
In order to push images to the newly created ACR instance, you need to login to ACR form the Docker CLI.
Once logged in, you can push any existing docker image to your ACR instance.
Scenario:
Coho Winery plans to move the application to Azure and continue to support label creation.
LabelMaker app
Azure Monitor Container Health must be used to monitor the performance of workloads that are deployed to Kubernetes environments and hosted on Azure Kubernetes Service (AKS).
You must use Azure Container Registry to publish images that support the AKS deployment.
References:
https://thorsten-hans.com/how-to-use-a-private-azure-container-registry-with-kubernetes-9b86e67b93b6
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-tutorial-quick-task
알림 대기 시간 문제를 해결해야합니다.
어떤 두 가지 작업을 수행해야합니까? 각 정답은 솔루션의 일부를 나타냅니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다

解説: (GoShiken メンバーにのみ表示されます)
섹션 번호 : 148
참고 :이 질문은 동일한 시나리오를 나타내는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 명시된 목표를 달성할수 있는 고유한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 둘 이상의 올바른 솔루션이 있을 수 있지만 다른 질문 세트에는 올바른 솔루션이 없을 수 있습니다.
이 질문에 대한 질문에 답변한 후에는 질문으로 돌아올 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 나타나지 않습니다.
AKS (Azure Kubernetes Service) 클러스터에 배포할 솔루션을 개발 중입니다. 솔루션에는 사용자 지정 VNet, Azure Container Registry 이미지 및 Azure Storage 계정이 포함됩니다.
이 솔루션은 AKS 클러스터 내의 모든 Azure 리소스를 동적으로 만들고 관리할수 있어야 합니다.
Azure API와 함께 사용하려면 AKS 클러스터를 구성해야 합니다.
솔루션 : 네트워크 정책을 지원하는 AKS 클러스터를 작성하십시오. 정의된 네임 스페이스 내에서만 트래픽을 허용하도록 네트워크를 만들고 적용하십시오.
솔루션이 목표를 달성합니까?

解説: (GoShiken メンバーにのみ表示されます)
기본 제공 인증 및 권한 부여 기능을 사용하는 Azure API 앱을 구현하고 있습니다.
모든 앱 작업은 현재 사용자에 대한 정보와 연결되어야합니다.
현재 사용자에 대한 정보를 검색해야합니다.
목표를 달성하는 두 가지 가능한 방법은 무엇입니까? 각 정답은 완전한 솔루션을 제시합니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

解説: (GoShiken メンバーにのみ表示されます)
회사에서 게임 플랫폼을 개발 중입니다. 사용자는 팀에 가입하여 온라인으로 플레이하고 플레이어 통계가 포함 된 리더 보드를 볼 수 있습니다. 솔루션에는 Team이라는 엔티티가 포함됩니다.
거의 변경되지 않는 엔터티에 대한 데이터 작업의 효율성을 향상시키기 위해 Azure Redis Cache 인스턴스를 구현할 계획입니다.
팀 데이터가 변경되면 캐시를 무효화해야합니다.
코드를 어떻게 작성해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
正解:

Explanation

Box 1: IDatabase cache = connection.GetDatabase();
Connection refers to a previously configured ConnectionMultiplexer.
Box 2: cache.StringSet("teams",")
To specify the expiration of an item in the cache, use the TimeSpan parameter of StringSet.
cache.StringSet("key1", "value1", TimeSpan.FromMinutes(90));
References:
https://azure.microsoft.com/sv-se/blog/lap-around-azure-redis-cache-preview/
용량 문제를 해결해야합니다.
어떻게해야합니까?

解説: (GoShiken メンバーにのみ表示されます)
: 165 DRAG DROP
자율 운송 시스템 용 소프트웨어 솔루션을 개발 중입니다. 이 솔루션은 큰 데이터 집합과 Azure Batch 처리를 사용하여 전체 차량 집합에 대한 탐색 집합을 시뮬레이션 합니다.
Azure Batch에서 솔루션의 컴퓨팅 노드를 만들어야 합니다.
어떻게 해야 합니까?
조치를 올바른 순서로 넣으십시오.
正解:

Explanation

With .NET:
Step 1: In the Azure portal, create a Batch account.
First we create a batch account.
Step 2: In a .NET method, call the method: BatchClient.PoolOperations.CreatePool Now that you have a Batch account, create a sample pool of Windows compute nodes for test purposes. To create a Batch pool, the app uses the BatchClient.PoolOperations.CreatePool method to set the number of nodes, VM size, and a pool configuration.
Step 3: In a .NET method, call the method: BatchClient.PoolOperations.CreateJob Now that you have a pool, create a job to run on it. A Batch job is a logical group for one or more tasks. A job includes settings common to the tasks, such as priority and the pool to run tasks on. Initially the job has no tasks. The app uses the BatchClient.JobOperations.CreateJob method to create a job on your pool.
Step 4: In a .NET method, call the method: batchClient.JobOperations.AddTask Now create sample tasks to run in the job. Typically you create multiple tasks that Batch queues and distributes to run on the compute nodes. The app adds tasks to the job with the AddTask method, which queues them to run on the compute nodes.
For example: batchClient.JobOperations.AddTask(JobId, tasks);
References:
https://docs.microsoft.com/en-us/azure/batch/quick-create-portal
https://docs.microsoft.com/en-us/azure/batch/quick-run-dotnet