AI-102 Korean試験無料問題集「Microsoft Designing and Implementing a Microsoft Azure AI Solution (AI-102 Korean Version) 認定」

텍스트 처리 솔루션을 개발하고 있습니다.
당신은 다음과 같은 방법을 개발합니다.

다음 코드를 사용하여 메서드를 호출합니다.
GetKeyPhrases(textAnalyticsClient, "고양이가 매트 위에 앉았습니다");
다음 각 문장에 대해 문장이 사실이라면 예를 선택하세요. 그렇지 않으면 아니요를 선택하세요.
참고사항: 정답 하나당 1점입니다.
正解:

Explanation:

Box 1: Yes
The Key Phrase Extraction API evaluates unstructured text, and for each JSON document, returns a list of key phrases.
Box 2: No
'the' is not a key phrase.
This capability is useful if you need to quickly identify the main points in a collection of documents. For example, given input text "The food was delicious and there were wonderful staff", the service returns the main talking points: "food" and "wonderful staff".
Box 3: No
Key phrase extraction does not have confidence levels.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to- keyword-extraction
전자상거래 플랫폼을 위한 언어 이해 모델을 구축하고 있습니다. 청구 주소를 캡처하기 위한 엔티티를 구성해야 합니다.
청구지 주소에 어떤 엔터티 유형을 사용해야 합니까?

解説: (GoShiken メンバーにのみ表示されます)
예기치 않은 운영 체제 재시작 시 데이터베이스의 트랜잭션 변경 사항이 보존되도록 보장하는 데이터베이스 트랜잭션 속성은 무엇입니까?

Azure 구독이 있습니다. 구독에는 Model1이라는 GPT-3.5 Turbo 모델을 호스팅하는 Azure OpenAI 리소스가 포함되어 있습니다.
Model1을 다음과 같은 시스템 메시지를 사용하도록 구성합니다. "당신은 사람들이 수학 퍼즐을 풀도록 돕는 AI 조수입니다. 마치 4살짜리 아이가 요청한 것처럼 답을 설명하세요." 이것은 어떤 유형의 신속한 엔지니어링 기술의 예입니까?

다음 각 문장에 대해 문장이 tine이면 Yes를 선택하세요. 그렇지 않으면 No를 선택하세요. 참고: 정답은 1점입니다.
正解:

Explanation:
다음 표에 표시된 파일이 포함된 로컬 폴더가 있습니다.

Azure Ai Video Indexer를 사용하여 파일을 분석해야 합니다. 어떤 파일을 Video Indexer 웹사이트에 업로드할 수 있습니까?

JavaScript로 봇을 만드세요.
Azure 명령줄 인터페이스(CLI)에서 다음 명령을 실행합니다.
봇 준비-배포
Azure에 봇을 배포해야 합니다.
어떤 세 가지 Azure CLl 명령을 순서대로 실행해야 합니까? 대답하려면 명령 목록에서 해당 명령을 답변 영역으로 옮기고 클라이언트 순서대로 정렬합니다.
正解:

Explanation:
To deploy the bot to Azure, you should run the following three Azure CLI commands in sequence:
az deployment group create This command will create the Azure resources for your bot using an ARM template and a parameters file. You need to specify the resource group name, the template file path, and the parameters file path. For example:
az deployment group create --resource-group myResourceGroup --template-file
"deploymentTemplates\template-with-preexisting-rg.json" --parameters "deploymentTemplates\parameters- for-template-BotApp-with-rg.json" This command will also output the app ID and password of your bot, which you will need for the next command1.
az webapp deployment source config-zip This command will deploy your bot code to the app service that you created in the previous step. You need to specify the resource group name, the app service name, and the zip file path of your bot code. For example:
az webapp deployment source config-zip --resource-group myResourceGroup --name myBotAppService --src
"code.zip"
This command will also output the URL of your bot endpoint, which you will need for the next command2.
az ad app update This command will update your bot registration with the endpoint URL of your bot. You need to specify the app ID of your bot and the endpoint URL. For example:
az ad app update --id myBotAppId --set replyUrls="https://myBotAppService.azurewebsites.net/api
/messages"
This command will complete the deployment process and make your bot ready to be tested3.
사용자의 자연어 입력을 이해하기 위해 대화형 언어 이해 모델을 훈련합니다.
모델을 배포하기 전에 모델의 정확도를 평가해야 합니다.
사용할 수 있는 두 가지 방법은 무엇입니까? 각 정답은 완전한 솔루션을 제시합니다.
참고사항: 정답 하나당 1점입니다.

회사 웹사이트에서 회사 비디오에 대한 검색 인터페이스를 제공하는 데 사용되는 Video Indexer 서비스가 있습니다.
비디오에 누가 있는지에 따라 비디오를 검색할 수 있어야 합니다. 어떻게 해야 하나요?

解説: (GoShiken メンバーにのみ表示されます)
RG1이라는 새 리소스 그룹에 QnA Maker 서비스를 프로비저닝할 계획입니다.
RG1에서는 AP1이라는 이름의 App Service 플랜을 만듭니다.
QnA Maker 서비스를 프로비저닝할 때 RG1에서 자동으로 생성되는 두 가지 Azure 리소스는 무엇입니까? 각 정답은 솔루션의 일부를 제시합니다.
참고사항: 정답 하나당 1점입니다.

解説: (GoShiken メンバーにのみ表示されます)
Azure Al Video Indexer 계정이 포함된 Azure 구독이 있습니다.
인덱서에 사용자 정의 브랜드와 로고를 추가하고 사용자 정의 브랜드에 대한 제외를 구성해야 합니다. REST API 호출을 어떻게 완료해야 합니까? 대답하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고사항: 정답 하나당 1점입니다.
正解:

Explanation:
귀사는 Azure에서 관계형 데이터베이스를 구현해야 합니다. 솔루션은 지속적인 유지 관리를 최소화해야 합니다. 어떤 Azure 서비스를 사용해야 합니까?

URL을 통해 접근할 수 있는 영수증이 있습니다.
Form Recognizer와 SDK를 사용하여 영수증에서 데이터를 추출해야 합니다. 솔루션은 미리 빌드된 모델을 사용해야 합니다.
어떤 클라이언트와 방법을 사용해야 할까요?

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