Microsoft Developing Solutions for Microsoft Azure (AZ-203 Korean Version) - AZ-203 Korean FREE EXAM DUMPS QUESTIONS & ANSWERS

LabelMaker 보안 요구 사항을 충족해야합니다.
어떻게해야합니까?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
모바일 제공 서비스를위한 소프트웨어 솔루션을 개발합니다. 사용자가 해당 지역의 식당에서 주문하는 데 사용할 수있는 모바일 앱을 개발 중입니다. 앱은 다음 워크 플로를 사용합니다.
1. 운전자가 주문을 배달 할 식당을 선택합니다.
2. 주문은 해당 지역의 모든 이용 가능한 운전자에게 발송됩니다.
3. 선택한 식당의 주문 만 운전자에게 표시됩니다.
4. 주문을 수락 한 첫 번째 드라이버는 사용 가능한 주문 목록에서 주문을 제거합니다.
Azure Service Bus 솔루션을 구현해야합니다.
어떤 세 가지 작업을 순서대로 수행해야합니까? 응답하려면 적절한 조치를 조치 목록에서 응답 영역으로 이동하고 올바른 순서로 정렬하십시오.
Correct Answer:

Explanation

Box 1: Create a single Service Bus Namespace
To begin using Service Bus messaging entities in Azure, you must first create a namespace with a name that is unique across Azure. A namespace provides a scoping container for addressing Service Bus resources within your application.
Box 2: Create a Service Bus Topic for each restaurant for which a driver can receive messages.
Create topics.
Box 3: Create a Service Bus subscription for each restaurant for which a driver can receive orders.
Topics can have multiple, independent subscriptions.
References:
https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview
Linux의 App Service에 웹 앱을 배포 할 계획입니다. 앱 서비스 계획을 생성합니다. 웹 앱이 포함 된 이미지를 사용자 지정 Docker 이미지를 만들어 Azure Container Registry에 푸시합니다.
컨테이너 내부에서 생성 된 콘솔 로그에 실시간으로 액세스해야합니다.
Azure CLI 명령을 어떻게 완료해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

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
조직 내 용어와 관련된 프로젝트 데이터에 액세스 할 수있는 웹 사이트를 구축 중입니다. 웹 사이트는 익명 액세스를 허용하지 않습니다. internal라는 Azure AD (Azure Active Directory) 앱을 사용하여 인증을 수행했습니다.
웹 사이트에는 다음과 같은 인증 요구 사항이 있습니다.
* Azure AD 사용자는 웹 사이트에 로그인 할 수 있어야합니다.
* 웹 사이트의 개인 설정은 Active Directory 그룹의 구성원 자격을 기반으로해야합니다.
인증 요구 사항을 충족하도록 응용 프로그램의 매니페스트를 구성해야합니다.
매니페스트를 어떻게 구성해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 : 각각의 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation

Box 1: groupMembershipClaims
Scenario: Personalization of the website must be based on membership in Active Directory groups.
Group claims can also be configured in the Optional Claims section of the Application Manifest.
Enable group membership claims by changing the groupMembershipClaim
The valid values are:
"All"
"SecurityGroup"
"DistributionList"
"DirectoryRole"
Box 2: oauth2Permissions
Scenario: Azure AD users must be able to login to the website.
oauth2Permissions specifies the collection of OAuth 2.0 permission scopes that the web API (resource) app exposes to client apps. These permission scopes may be granted to client apps during consent.
모바일 앱과의 사용자 상호 작용에 대한 의미있는 분석을 제공하려면 Azure Mobile Apps SDK를 활용하는 Application Insights 계측 기능을 구현해야합니다.
Application Insights의 Usage Analytics 기능을 구현하는 데 필요한 데이터를 캡처해야합니다. 어떤 세 가지 데이터 값을 캡처해야합니까? 각 정답은 솔루션의 일부를 나타냅니다. 참고 : 각 정답은 한 포인트의 가치가 있습니다.
Correct Answer: B,C,D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
사용자에게 전송되는 전자 메일에 대한 요약 보고서에 대한 링크를 구성해야합니다.
어떻게해야합니까?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
참고 :이 질문은 동일한 시나리오를 나타내는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 명시된 목표를 달성 할 수있는 고유 한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 둘 이상의 올바른 솔루션이있을 수 있지만 다른 질문 세트에는 올바른 솔루션이 없을 수 있습니다.
이 섹션의 질문에 대답 한 후에는 해당 질문으로 돌아올 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 나타나지 않습니다.
SecurityPin 보안 요구 사항이 충족되는지 확인해야합니다.
솔루션 : Azure Key Vault에 포함 된 인증서를 사용하여 SecurityPin 열에 대해 항상 암호화를 사용하도록 설정하고 WebAppldentity 서비스 사용자에게 인증서에 대한 액세스 권한을 부여하십시오.
솔루션이 목표를 달성합니까?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
고객이 호텔을 조사 할 수 있도록 .NET Core MVC 응용 프로그램을 개발 중입니다. 응용 프로그램은 Azure Search를 사용합니다. 응용 프로그램은 다양한 기준을 사용하여 호텔과 관련된 문서를 찾아 색인을 검색합니다. 이 색인에는 요금, 편의 시설 목록 및 가장 가까운 공항까지의 거리에 대한 검색 필드가 포함됩니다.
애플리케이션은 검색 기준을 지정하고 결과를 구성하기 위해 다음 시나리오를 지원해야합니다.
* 정규식을 사용하여 색인을 검색하십시오.
* 이름-값 쌍의 개수별로 결과를 구성하십시오.
* 공항까지 지정된 거리 내에 있고 특정 가격대에 속하는 호텔을 나열하십시오.
SearchParameters 클래스를 구성해야합니다.
어떤 속성을 구성해야합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
참고 각 올바른 선택은 1 포인트의 가치가 있습니다.
Correct Answer:

Explanation

Box 1: QueryType
The SearchParameters.QueryType Property gets or sets a value that specifies the syntax of the search query.
The default is 'simple'. Use 'full' if your query uses the Lucene query syntax.
You can write queries against Azure Search based on the rich Lucene Query Parser syntax for specialized query forms: wildcard, fuzzy search, proximity search, regular expressions are a few examples.
Box 2: Facets
The facets property gets or sets the list of facet expressions to apply to the search query. Each facet expression contains a field name, optionally followed by a comma-separated list of name:value pairs.
Box 3: Filter
The Filter property gets or sets the OData $filter expression to apply to the search query.
References:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.search.models.searchparameters
https://docs.microsoft.com/en-us/azure/search/query-lucene-syntax
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.search.models.searchparameters.querytype
공개 뉴스 API를위한 게이트웨이 솔루션을 개발합니다. 뉴스 API 백엔드는 RESTful 서비스로 구현되며 OpenAPI 사양을 사용합니다.
Azure API Management 서비스 인스턴스를 사용하여 뉴스 API에 액세스 할 수 있는지 확인해야합니다.
어떤 Azure PowerShell 명령을 실행해야합니까?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
0
0
0
10