AZ-203 Korean試験無料問題集「Microsoft Developing Solutions for Microsoft Azure (AZ-203 Korean Version) 認定」
컨테이너 용 Azure App Service 웹앱을 사용하여 Docker / Go를 개발 중입니다. Linux의 App Service에서 컨테이너를 실행할 계획입니다. 사용할 Docker 컨테이너 이미지를 식별합니다.
현재 자원 그룹은 Linux를 지원하는 위치에 없습니다. 필요한 자원 그룹 수를 최소화해야합니다.
애플리케이션을 작성하고 초기 배치를 수행해야합니다.
솔루션을 개발하기 위해 어떤 세 가지 Azure CLI 명령을 사용해야합니까? 응답하려면 명령 목록에서 해당 명령을 응답 영역으로 옮기고 올바른 순서로 정렬하십시오.

현재 자원 그룹은 Linux를 지원하는 위치에 없습니다. 필요한 자원 그룹 수를 최소화해야합니다.
애플리케이션을 작성하고 초기 배치를 수행해야합니다.
솔루션을 개발하기 위해 어떤 세 가지 Azure CLI 명령을 사용해야합니까? 응답하려면 명령 목록에서 해당 명령을 응답 영역으로 옮기고 올바른 순서로 정렬하십시오.

正解:

Explanation

You can host native Linux applications in the cloud by using Azure Web Apps. To create a Web App for Containers, you must run Azure CLI commands that create a group, then a service plan, and finally the web app itself.
Step 1: az group create
In the Cloud Shell, create a resource group with the az group create command.
Step 2: az appservice plan create
In the Cloud Shell, create an App Service plan in the resource group with the az appservice plan create command.
Step 3: az webapp create
In the Cloud Shell, create a web app in the myAppServicePlan App Service plan with the az webapp create command. Don't forget to replace with a unique app name, and <docker-ID> with your Docker ID.
References:
https://docs.microsoft.com/mt-mt/azure/app-service/containers/quickstart-docker-go?view=sql-server-ver15
Azure Application Insights를 사용하여 성능을 모니터링하고 이벤트를 추적하는 ASP.NET Core Web API 웹 서비스를 개발 중입니다.
로깅을 활성화하고 Application Insights에서 추적 한 이벤트와 로그 메시지를 상호 연관시킬 수 있는지 확인해야합니다.
코드를 어떻게 작성해야합니까? 대답하려면 해당 코드 세그먼트를 올바른 위치로 드래그하십시오. 각 코드 세그먼트는 한 번, 두 번 이상 또는 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

로깅을 활성화하고 Application Insights에서 추적 한 이벤트와 로그 메시지를 상호 연관시킬 수 있는지 확인해야합니다.
코드를 어떻게 작성해야합니까? 대답하려면 해당 코드 세그먼트를 올바른 위치로 드래그하십시오. 각 코드 세그먼트는 한 번, 두 번 이상 또는 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

正解:

Explanation

Box 1: ApplicationInsightsLoggerOptions
If you want to include the EventId and EventName properties, then add the following to the ConfigureServices method:
services
AddOptions<ApplicationInsightsLoggerOptions>()
Configure(o => o.IncludeEventId = true);
Box 2: IncludeEventID
Box 3: ApplicationServices
In Asp.Net core apps it turns out that trace logs do not show up in Application Insights out of the box. We need to add the following code snippet to our Configure method in Startup.cs:
loggerFactory.AddApplicationInsights(app.ApplicationServices, logLevel); References:
https://blog.computedcloud.com/enabling-application-insights-trace-logging-in-asp-net-core/
모바일 응용 프로그램을 디자인하는 회사에서 일하고 있습니다. 플레이어 레코드가 다른 게임에 할당 된 서버를 유지 관리합니다. 추적 시스템은 새롭고 개발 중입니다.
이 응용 프로그램은 Entity Framework를 사용하여 Azure Database에 연결합니다. 데이터베이스에는 Player 테이블과 Game 테이블이 있습니다.
플레이어를 추가 할 때 코드는 새 플레이어 레코드를 삽입하고 기존 게임 레코드와 새 플레이어 레코드 간의 관계를 추가해야합니다.
응용 프로그램은 올바른 gameId 및 playerId와 함께 CreatePlayerWithGame을 호출하여 프로세스를 시작합니다. (행 번호는 참조 용으로 만 포함됩니다.)

다음 각 명령문에 대해 명령문이 참이면 예를 선택하십시오. 그렇지 않으면 아니오를 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

이 응용 프로그램은 Entity Framework를 사용하여 Azure Database에 연결합니다. 데이터베이스에는 Player 테이블과 Game 테이블이 있습니다.
플레이어를 추가 할 때 코드는 새 플레이어 레코드를 삽입하고 기존 게임 레코드와 새 플레이어 레코드 간의 관계를 추가해야합니다.
응용 프로그램은 올바른 gameId 및 playerId와 함께 CreatePlayerWithGame을 호출하여 프로세스를 시작합니다. (행 번호는 참조 용으로 만 포함됩니다.)

다음 각 명령문에 대해 명령문이 참이면 예를 선택하십시오. 그렇지 않으면 아니오를 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

正解:

Explanation

Many-to-many relationships without an entity class to represent the join table are not yet supported. However, you can represent a many-to-many relationship by including an entity class for the join table and mapping two separate one-to-many relationships.
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.Entity<PostTag>()
HasKey(t => new { t.PostId, t.TagId });
modelBuilder.Entity<PostTag>()
HasOne(pt => pt.Post)
WithMany(p => p.PostTags)
HasForeignKey(pt => pt.PostId);
modelBuilder.Entity<PostTag>()
HasOne(pt => pt.Tag)
WithMany(t => t.PostTags)
HasForeignKey(pt => pt.TagId);
}
}
ASP.NET Core MVC 응용 프로그램을 개발합니다. 웹 페이지 및 사용자 지정 이벤트를 추적하도록 응용 프로그램을 구성합니다.
응용 프로그램 사용 추세를 식별해야합니다.
어떤 Azure Application Insights 사용 현황 분석 기능을 사용해야합니까? 대답하려면 적절한 기능을 올바른 요구 사항으로 드래그하십시오. 각 기능은 한 번 또는 여러 번 사용되거나 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

응용 프로그램 사용 추세를 식별해야합니다.
어떤 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?
비 사용자 작업에 대해서는 원격 분석을 구현해야합니다.
필터 클래스를 어떻게 완료해야합니까? 대답하려면 해당 코드 세그먼트를 올바른 위치로 드래그하십시오. 각 코드 세그먼트는 한 번, 두 번 이상 또는 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

필터 클래스를 어떻게 완료해야합니까? 대답하려면 해당 코드 세그먼트를 올바른 위치로 드래그하십시오. 각 코드 세그먼트는 한 번, 두 번 이상 또는 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

正解:

Explanation

Scenario: Exclude non-user actions from Application Insights telemetry.
Box 1: ITelemetryProcessor
To create a filter, implement ITelemetryProcessor. This technique gives you more direct control over what is included or excluded from the telemetry stream.
Box 2: ITelemetryProcessor
Box 3: ITelemetryProcessor
Box 4: RequestTelemetry
Box 5: /health
To filter out an item, just terminate the chain.
References:
https://docs.microsoft.com/en-us/azure/azure-monitor/app/api-filtering-sampling
Azure App Services 웹앱이 있습니다. Azure SQL Database 인스턴스 리소스 그룹의 Azure 저장소 계정 및 Azure Redis 캐시 인스턴스
개발자는 웹앱에 코드를 게시 할 수 있어야합니다. 개발자에게 웹 앱에 대한 Contribute 역할을 부여해야합니다. 역할을 부여해야합니다.
어떤 두 가지 명령을 사용할 수 있습니까? 각 정답은 완전한 솔루션을 제시합니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
개발자는 웹앱에 코드를 게시 할 수 있어야합니다. 개발자에게 웹 앱에 대한 Contribute 역할을 부여해야합니다. 역할을 부여해야합니다.
어떤 두 가지 명령을 사용할 수 있습니까? 각 정답은 완전한 솔루션을 제시합니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
正解:A,C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
소셜 네트워킹 앱용 데이터 스토리지 솔루션을 개발 중입니다.
솔루션에는 Azure Table Storage를 사용하여 사용자 정보를 저장하는 모바일 앱이 필요합니다.
여러 사용자 정보 세트를 삽입 할 수있는 코드를 개발해야합니다.
코드를 어떻게 작성해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

솔루션에는 Azure Table Storage를 사용하여 사용자 정보를 저장하는 모바일 앱이 필요합니다.
여러 사용자 정보 세트를 삽입 할 수있는 코드를 개발해야합니다.
코드를 어떻게 작성해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.

正解:

Explanation

Box 1, Box 2: TableBatchOperation
Create the batch operation.
TableBatchOperation op = new TableBatchOperation();
Box 3: ExecuteBatch
/ Execute the batch operation.
table.ExecuteBatch(op);
Note: You can insert a batch of entities into a table in one write operation. Some other notes on batch operations:
You can perform updates, deletes, and inserts in the same single batch operation.
A single batch operation can include up to 100 entities.
All entities in a single batch operation must have the same partition key.
While it is possible to perform a query as a batch operation, it must be the only operation in the batch.
References:
https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-dotnet
: 164 DRAG DROP
자율 운송 시스템 용 소프트웨어 솔루션을 개발 중입니다. 이 솔루션은 큰 데이터 집합과 Azure Batch 처리를 사용하여 전체 차량 집합에 대한 탐색 집합을 시뮬레이션합니다.
Azure Batch에서 솔루션의 컴퓨팅 노드를 만들어야 합니다.
어떻게 해야 합니까?
조치를 올바른 순서로 넣으십시오.

자율 운송 시스템 용 소프트웨어 솔루션을 개발 중입니다. 이 솔루션은 큰 데이터 집합과 Azure Batch 처리를 사용하여 전체 차량 집합에 대한 탐색 집합을 시뮬레이션합니다.
Azure Batch에서 솔루션의 컴퓨팅 노드를 만들어야 합니다.
어떻게 해야 합니까?
조치를 올바른 순서로 넣으십시오.

正解:

Explanation

With the Azure Portal:
Step 1: In the Azure portal, create a Batch account.
First we create a batch account.
Step 2: In the Azure portal, create a pool of compute nodes
Now that you have a Batch account, create a sample pool of Windows compute nodes for test purposes.
Step 3: In the Azure portal, add a Job.
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.
Step 4: In the Azure portal, create tasks
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.
References:
https://docs.microsoft.com/en-us/azure/batch/quick-create-portal