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 Developing Solutions for Microsoft Azure (AZ-203 Korean Version) (AZ-203 Korean) Free Practice Test

Question 1
일기 예보 데이터를 외부 파트너에게 제공하는 응용 프로그램이 있습니다. Azure API Management를 사용하여 API를 게시합니다.
다음 요구 사항을 충족하도록 API의 동작을 변경해야합니다.
* 대체 입력 매개 변수를 지원하십시오.
* 응답에서 서식 텍스트를 제거하십시오.
백엔드 서비스에 대한 추가 컨텍스트를 제공하십시오.
어떤 유형의 정책을 구현해야합니까? 대답하려면 정책 유형을 올바른 시나리오로 드래그하십시오. 각 정책 유형은 한 번, 한 번 이상 또는 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창 사이로 드래그하거나 스크롤하여 내용을 볼 수 있습니다. 참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation
Question 2
인증 이벤트 정책에 따라 인증 이벤트가 트리거되고 처리되는지 확인해야 합니다.
어떻게 해야 합니까?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
마이크로 서비스 솔루션을 개발 중입니다. 솔루션을 다중 노드 AKS (Azure Kubernetes Service) 클러스터에 배포하려고합니다.
다음 기능이 포함 된 솔루션을 배포해야합니다.
리버스 프록시 기능
* 구성 가능한 트래픽 라우팅
* 커스텀 인증서로 TLS 종료
어떤 구성 요소를 사용해야합니까? 대답하려면 해당 구성 요소를 올바른 요구 사항으로 드래그하십시오. 각 구성 요소는 한 번, 한 번 이상 또는 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation

Box 1: Helm
To create the ingress controller, use Helm to install nginx-ingress.
Box 2: kubectl
To find the cluster IP address of a Kubernetes pod, use the kubectl get pod command on your local machine, with the option -o wide .
Box 3: Ingress Controller
An ingress controller is a piece of software that provides reverse proxy, configurable traffic routing, and TLS termination for Kubernetes services. Kubernetes ingress resources are used to configure the ingress rules and routes for individual Kubernetes services.
Reference:
https://docs.microsoft.com/bs-cyrl-ba/azure/aks/ingress-basic
https://www.digitalocean.com/community/tutorials/how-to-inspect-kubernetes-networking
Question 4
기존의 여러 논리 앱을 관리합니다.
정의를 변경하고 새 논리를 추가하며 정기적으로 이러한 앱을 최적화해야합니다.
무엇을 사용해야합니까? 대답하려면 적절한 도구를 올바른 기능으로 드래그하십시오. 각 도구는 한 번만 사용하거나 전혀 사용하지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation

Box 1: Enterprise Integration Pack
After you create an integration account that has partners and agreements, you are ready to create a business to business (B2B) workflow for your logic app with the Enterprise Integration Pack.
Box 2: Code View Editor
To work with logic app definitions in JSON, open the Code View editor when working in the Azure portal or in Visual Studio, or copy the definition into any editor that you want.
Box 3: Logical Apps Designer
You can build your logic apps visually with the Logic Apps Designer, which is available in the Azure portal through your browser and in Visual Studio.
References:
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-author-definitions
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-overview
Question 5
회사에서 Node.js 웹앱을 개발 중입니다. 웹앱 코드는 https://github.com/TailSpinToys/weapp에있는 GitHub 리포지토리에서 호스팅됩니다.
웹 앱은 프로덕션으로 이동하기 전에 검토해야합니다. 초기 코드 릴리스를 review라는 배포 슬롯에 배포해야합니다.
웹앱을 생성하고 코드를 배포해야합니다.
명령을 어떻게 완료해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation

The New-AzResourceGroup cmdlet creates an Azure resource group.
The New-AzAppServicePlan cmdlet creates an Azure App Service plan in a given location The New-AzWebApp cmdlet creates an Azure Web App in a given a resource group The New-AzWebAppSlot cmdlet creates an Azure Web App slot.
References:
https://docs.microsoft.com/en-us/powershell/module/az.resources/new-azresourcegroup?view=azps-2.3.2
https://docs.microsoft.com/en-us/powershell/module/az.websites/new-azappserviceplan?view=azps-2.3.2
https://docs.microsoft.com/en-us/powershell/module/az.websites/new-azwebapp?view=azps-2.3.2
https://docs.microsoft.com/en-us/powershell/module/az.websites/new-azwebappslot?view=azps-2.3.2
Question 6
ASP.NET Core MVC 응용 프로그램을 개발합니다. 웹 페이지 및 사용자 지정 이벤트를 추적하도록 응용 프로그램을 구성합니다.
응용 프로그램 사용 추세를 식별해야합니다.
어떤 Azure Application Insights 사용 현황 분석 기능을 사용해야합니까? 대답하려면 적절한 기능을 올바른 요구 사항으로 드래그하십시오. 각 기능은 한 번 또는 여러 번 사용되거나 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

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?
Question 7
Inventory API를 업데이트해야합니다.
어떤 개발 도구를 사용해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation

Scenario: The Inventory API must be written by using ASP.NET Core and Node.js.
Box 1: Entity Framework Core
Box 2: Code first
References:
https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating
Question 8
로그 용량 문제를 해결해야합니다.
어떻게해야합니까?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
REST API 요구 사항을 지원하도록 Azure App Service를 구성해야 합니다.
어떤 값을 사용해야 합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation

Plan: Standard
Standard support auto-scaling
Instance Count: 10
Max instances for standard is 10.
Scenario:
The REST API's that support the solution must meet the following requirements:
* Allow deployment to a testing location within Azure while not incurring additional costs.
* Automatically scale to double capacity during peak shipping times while not causing application downtime.
* Minimize costs when selecting an Azure payment model.
References:
https://azure.microsoft.com/en-us/pricing/details/app-service/plans/
Question 10
회사에는 회사 로고 이미지를 사용하는 여러 웹 사이트가 있습니다. CDN (Azure Content Delivery Network)을 사용하여 정적 이미지를 저장합니다.
CDN 및 POP (Point of Presence) 서버가 이미지를 분배하고 올바른 순서로 항목을 나열하는 방법에 대한 올바른 프로세스를 결정해야합니다.
어떤 순서로 작업이 수행됩니까? 응답하려면 모든 조치를 조치 목록에서 응답 영역으로 이동하고 올바른 순서로 정렬하십시오.
Correct Answer:

Explanation

Step 1: A user requests the image..
A user requests a file (also called an asset) by using a URL with a special domain name, such as <endpoint name>.azureedge.net. This name can be an endpoint hostname or a custom domain. The DNS routes the request to the best performing POP location, which is usually the POP that is geographically closest to the user.
Step 2: If no edge servers in the POP have the..
If no edge servers in the POP have the file in their cache, the POP requests the file from the origin server. The origin server can be an Azure Web App, Azure Cloud Service, Azure Storage account, or any publicly accessible web server.
Step 3: The origin server returns the..
The origin server returns the file to an edge server in the POP.
An edge server in the POP caches the file and returns the file to the original requestor (Alice). The file remains cached on the edge server in the POP until the time-to-live (TTL) specified by its HTTP headers expires. If the origin server didn't specify a TTL, the default TTL is seven days.
Step 4: Subsequent requests for..
Additional users can then request the same file by using the same URL that the original user used, and can also be directed to the same POP.
If the TTL for the file hasn't expired, the POP edge server returns the file directly from the cache. This process results in a faster, more responsive user experience.
References:
https://docs.microsoft.com/en-us/azure/cdn/cdn-overview
Question 11
6 개의 고속도로를 따라 교통량을 모니터링하는 교통량 모니터링 시스템을 구축 중입니다. 이 시스템은 각 고속도로에 대한 시계열 분석 기반 보고서를 생성합니다. 트래픽 센서의 데이터는 Azure Event Hub에 저장됩니다.
트래픽 데이터는 4 개의 부서에서 소비합니다. 각 부서에는 시계열 기반 보고서를 표시하고 Event Hub에서 들어오는 데이터를 처리하는 WebJob이 포함 된 Azure Web App이 있습니다. 모든 Web Apps는 3 개의 인스턴스가있는 App Service Plan에서 실행됩니다.
전체 데이터를 최대화해야합니다. 지연 시간을 최소화해야합니다.
Azure Event Hub를 구현해야합니다.
어떤 설정을 사용해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation

Box 1: 6
The number of partitions is specified at creation and must be between 2 and 32.
There are 6 highways.
Box 2: Highway
References:
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-features
Question 12
Azure Batch 작업을 만들고 실행하는 코드를 작성하고 있습니다.
계산 노드 풀을 생성했습니다.
배치 서비스에 배치 작업을 제출하려면 올바른 클래스와 해당 메소드를 선택해야합니다.
어떤 방법을 사용해야합니까?

Correct Answer: E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 13
Processing 클래스에서 GetCredentials 메서드를 구현하려면 Processing.es의 PC32 행에 코드를 추가해야합니다.
코드를 어떻게 작성해야합니까? 대답하려면 해당 코드 세그먼트를 올바른 위치로 드래그하십시오. 각 코드 세그먼트는 한 번, 두 번 이상 또는 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation

Acquiring an access token is then quite easy. Example code:
private async Task<string> GetAccessTokenAsync()
{
var tokenProvider = new AzureServiceTokenProvider();
return await tokenProvider.GetAccessTokenAsync("https://storage.azure.com/");
}
References:
https://joonasw.net/view/azure-ad-authentication-with-azure-storage-and-managed-service-identity
Question 14
재해 복구 요구 사항이 충족되는지 확인해야합니다.
PC16 라인에 어떤 코드를 추가해야합니까?
대답하려면 해당 코드 조각을 올바른 위치로 드래그하십시오. 각 코드 조각은 한 번, 한 번 이상 또는 전혀 사용되지 않을 수 있습니다. 분할 창을 분할 창간에 드래그하거나 스크롤하여 컨텐츠를 볼 수 있습니다.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation

Scenario, Disaster recovery: Regional outage must not impact application availability. All DR operations must not be dependent on application running and must ensure that data in the DR region is up to date.
Box 1: DirectoryTransferContext
We transfer all files in the directory.
Note: The TransferContext object comes in two forms: SingleTransferContext and DirectoryTransferContext.
The former is for transferring a single file and the latter is for transferring a directory of files.
Box 2: ShouldTransferCallbackAsync
The DirectoryTransferContext.ShouldTransferCallbackAsync delegate callback is invoked to tell whether a transfer should be done.
Box 3: False
If you want to use the retry policy in Copy, and want the copy can be resume if break in the middle, you can use SyncCopy (isServiceCopy = false).
Note that if you choose to use service side copy ('isServiceCopy' set to true), Azure (currently) doesn't provide SLA for that. Setting 'isServiceCopy' to false will download the source blob loca References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-data-movement-library
https://docs.microsoft.com/en-us/dotnet/api/microsoft.windowsazure.storage.datamovement.directorytransfercon