live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Microsoft Designing and Implementing a Microsoft Azure AI Solution (AI-102 Korean Version) - AI-102 Korean Exam Questions

QUESTION NO: 1
웹 기반 고객 에이전트의 사용자로부터 자연어 입력을 처리하기 위해 언어 이해 서비스를 사용하고 있습니다.
사용자들은 에이전트가 종종 "죄송하지만, 이해가 되지 않습니다."라는 일반적인 답변을 한다고 보고합니다. 에이전트가 요청에 응답하는 능력을 개선해야 합니다.
어떤 세 가지 행동을 순서대로 수행해야 할까요? 답하려면, 행동 목록에서 해당 행동을 정답 영역으로 옮겨 올바른 순서대로 정리하세요. (세 가지를 선택하세요.)
Correct Answer:

Explanation:
- enable active learning
- validate the utterances
- train and republish
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-review-endpoint-utterances#log-user-queries-to-enable-active-learning
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-prebuilt-model
QUESTION NO: 2
사용자에게 일반적인 AJ 용어의 정의를 제공하는 앱을 만들고 있습니다.
다음 C# 코드를 생성합니다.

다음 각 문장에 대해, 문장이 사실이라면 '예'를 선택하세요. 그렇지 않으면 '아니요'를 선택하세요.
참고사항: 정답을 선택할 때마다 점수가 부여됩니다.
Correct Answer:

Explanation:

High degree of certainty - No.
The code uses default generation parameters for chat completions (e.g., default temperature # 1.0), which means responses are probabilistic and not guaranteed to be highly certain or consistent. Azure OpenAI guidance explains that parameters like temperature and top_p control randomness; to increase determinism
/certainty you would lower temperature and/or adjust top_p, which this snippet does not do.
Clarifying the user question - Yes.
Prompt engineering guidance emphasizes that clear, specific instructions lead to better outputs. Rephrasing the user message from "What is an LLM?" to "What is an LLM in the context of AI models?" adds context and intent, improving the chance of getting the exact explanatory answer you want.
Constrain with a stronger system message - Yes.
In chat completions, the system message sets behavior and has the highest priority. Tightening it to "You must answer only within the context of AI language models." narrows scope and reduces topic drift, increasing the likelihood that the model's response stays on-task (definitions of AI terms, here specifically LLMs).
Microsoft References (Azure AI / Azure OpenAI Service)
Azure OpenAI Service - Chat Completions: roles (system, user), message ordering, and usage.
Azure OpenAI Service - Prompt engineering: write clear, specific prompts; add constraints to guide responses.
Azure OpenAI Service - Sampling parameters: temperature and top_p control variability/creativity vs.
determinism.
Azure OpenAI Service - Best practices for grounding, controllability, and reducing model drift with stronger system instructions.
QUESTION NO: 3
Azure 구독에는 'All'이라는 이름의 Azure AI 문서 인텔리전스 리소스가 포함되어 있습니다. 'All'에는 다음 모델이 포함되어 있습니다.
* 모델 1: 구매 주문 정보를 추출하는 사용자 지정 모델
* 모델2: 판매 주문 정보를 추출하는 사용자 지정 모델
당신은 Model1과 Model2를 포함하는 Model3이라는 합성 모델을 만들 계획입니다.
Model3으로 문서를 분석할 때 주문 정보를 추출하는 데 올바른 모델이 사용되는지 확인해야 합니다.
어떻게 해야 할까요?
Correct Answer: A
QUESTION NO: 4
Microsoft Foundry 리소스가 포함된 Azure 구독이 있습니다.
주어진 제품 설명으로부터 제품 이름을 추천하는 앱을 개발해야 합니다.
어떤 Foundry 모델을 사용해야 할까요?
Correct Answer: D
QUESTION NO: 5
Microsoft Bot Framework Composer를 사용하여 챗봇을 만들고 있습니다.
사용 가능한 옵션 목록을 표시하도록 챗봇을 구성해야 합니다. 솔루션은 각 옵션에 대한 이미지를 제공해야 합니다.
어떤 두 가지 기능을 사용해야 할까요? 각 정답은 해결책의 일부를 제시합니다.
참고: 정답 하나당 1점입니다.
Correct Answer: B,E
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 6
다음 각 문장에 대해, 문장이 사실이라면 '예'를 선택하세요. 그렇지 않으면 '아니요'를 선택하세요.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:

Platform as a service (PaaS) database offerings in Azure require less setup and configuration effort than Infrastructure as a Service (IaaS) database offerings.
Yes
PaaS abstracts away the OS, patching, backups, and much of the infrastructure management. IaaS requires users to configure and manage VMs and databases manually.
Platform as a service (PaaS) database offerings in Azure provide end users with the ability to control and update the operating system version.
No
In PaaS, the OS and platform management are handled by Azure. Users cannot directly control or update the OS version. This is a responsibility difference between IaaS and PaaS.
All relational and non-relational platform as a service (PaaS) database offerings in Azure can be paused to reduce costs.
No
Not all PaaS database services support pausing. For example, Azure SQL Database serverless can auto-pause, but Azure Cosmos DB and provisioned SQL databases cannot. Hence this statement is incorrect.
Correct Responses:
Yes
No
No
Microsoft References
Azure SQL Database - PaaS overview
What is PaaS?
Serverless compute tier in Azure SQL Database (auto-pause)
QUESTION NO: 7
Azure Cognitive Search에서 인덱싱을 위한 관리 포털로 사용되는 웹앱을 배포합니다. 앱은 기본 관리자 키를 사용하도록 구성됩니다.
보안 검토 중에 검색 인덱스에 무단 변경 사항이 발견되었습니다. 기본 액세스 키가 손상된 것으로 의심됩니다.
인덱스 관리 엔드포인트에 대한 무단 접근을 방지해야 합니다. 솔루션은 다운타임을 최소화해야 합니다.
그 다음에 무엇을 해야 하나요?
Correct Answer: C
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 8
당신은 챗봇을 만들고 있습니다.
지식 기반을 쿼리하려면 챗봇을 구성해야 합니다.
어떤 대화 클래스를 사용해야 하나요?
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 9
참고: 이 문제는 동일한 시나리오를 제시하는 일련의 문제 중 하나입니다. 각 문제는 명시된 목표를 충족할 수 있는 고유한 답안을 포함하고 있습니다. 일부 문제 세트에는 정답이 두 개 이상 있을 수 있고, 다른 문제 세트에는 정답이 없을 수 있습니다.
이 섹션의 질문에 답변한 후에는 해당 질문으로 돌아갈 수 없습니다. 따라서 해당 질문은 복습 화면에 표시되지 않습니다.
Azure Cognitive Service에서 Language에 대한 질문 답변을 사용하는 챗봇이 있습니다.
사용자들은 지식 기반의 범위를 벗어나는 무작위 질문에 답할 때 챗봇의 응답이 형식적이지 않다고 보고합니다.
챗봇이 이런 허위 질문에 정식으로 답변하는지 확인해야 합니다.
해결 방법: Language Studio에서 사용자 정의 의도에 대한 질문과 답변 쌍을 수정한 다음, 모델을 다시 학습시키고 다시 게시합니다.
이것이 목표를 달성하는가?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 10
All이라는 이름의 Azure OpenA1 리소스가 포함된 Azure 구독이 있습니다.
사용자 질문에 답하는 콘솔 앱을 개발할 계획입니다.
All을 호출하고 결과를 콘솔에 출력해야 합니다.
코드는 어떻게 완성해야 하나요? 정답을 입력하려면 정답 영역에서 해당되는 항목을 선택하세요. 참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:

You are using the Azure OpenAI .NET SDK to send a prompt ("What is Microsoft Azure?") to a text model deployment. For text generation, you must call the Completions endpoint; hence client.GetCompletions(...) (or the async variant) is correct.
The Response < Completions > object returns one or more choices; the generated text is contained in response.Value.Choices[0].Text , which you can write to the console.
GetEmbeddings would return vector embeddings, not natural-language text, and GetImageGenerations is for DALL E image generation, so neither meets the requirement to "answer user questions" and print text.
Microsoft References
Azure OpenAI Service (.NET) - Completions quickstart and sample showing GetCompletions and reading Choices[0].Text .
Azure OpenAI Service - Embeddings overview (returns vectors, not text).
Azure OpenAI Service - Image generation overview (DALL E, not for text answers).
QUESTION NO: 11
다음 JSON을 사용하여 Azure Cognitive Search에 대한 지식 저장소를 만듭니다.

그래픽에 제시된 정보를 바탕으로 각 문장을 완성하는 답을 선택하려면 드롭다운 메뉴를 사용하세요. 참고: 정답은 1점입니다.
Correct Answer:

Explanation:

1. Number of Projection Groups
A projection group in a knowledge store is an array of projections ( tables , objects , or files ) that are stored together.
In the provided JSON, the projections array contains the following two top-level sections:
The array of tables :
JSON
" tables " : [
{ ... },
{ ... }
]
The array of objects :
JSON
" objects " : [
{ ... }
]
Each of these top-level arrays ( tables and objects ) represents a distinct projection group in the knowledge store. Therefore, there are two projection groups .
2. Image Saving
The files projection is used to save images, normalized images, or application files generated during the enrichment process.
In the provided JSON, the files array is present but is empty :
JSON
" files " : []
Since there are no file projections defined, the images (or any files) generated during the enrichment process will not be saved to the knowledge store. They are processed in the pipeline but not persisted in the output storage defined by the knowledgeStore configuration.
QUESTION NO: 12
전자상거래 플랫폼을 위한 언어 이해 모델을 구축하고 있습니다. 청구지 주소를 수집할 엔티티를 생성해야 합니다.
청구지 주소에 어떤 엔터티 유형을 사용해야 합니까?
Correct Answer: C
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 13
당신은 챗봇을 만들고 있습니다.
성적 표현이 포함된 메시지를 식별하려면 콘텐츠 관리자 서비스를 사용해야 합니다.
서비스 응답의 어느 섹션에 카테고리 점수가 표시되고, 메시지에는 어떤 카테고리가 할당되나요? 답변하려면 답변 영역에서 적절한 항목을 선택하세요. 참고: 정답은 1점입니다.
Correct Answer:

Explanation:

Comprehensive Detailed Explanation
The scenario:
You are using Azure Content Moderator to filter chatbot messages.
You must detect sexually explicit language.
The question asks: which section of the response provides the category score, and which category number corresponds to sexual content.
Step 1 - Understand Content Moderator response structure
Content Moderator returns several sections:
Classification # Provides scores for categories of potentially unsafe or inappropriate content.
PII # Identifies personally identifiable information (phone numbers, email, addresses, etc.).
Terms # Identifies terms from a custom or built-in blocklist.
Since the requirement is sexually explicit language detection, the correct section is Classification.
Step 2 - Identify the correct Category
Content Moderator's Classification section returns three default categories:
Category 1: Potentially sexually explicit or adult content.
Category 2: Potentially sexually suggestive content.
Category 3: Offensive or derogatory language.
Since the question specifies sexually explicit language, the correct category is 1.
Correct Answer Mapping:
Section: Classification
Category: 1
Microsoft References
Content Moderator - Text moderation (classification categories explained) Content Moderator overview and response schema
QUESTION NO: 14
Microsoft Bot Framework SDK와 Azure Bot Service를 사용하여 봇을 빌드합니다.
Azure에 봇을 배포할 계획입니다.
봇 채널 등록 서비스를 사용하여 봇을 등록합니다.
배포를 완료하는 데 필요한 두 가지 값은 무엇입니까? 각 정답은 해결책의 일부를 나타냅니다.
참고: 정답 하나당 1점입니다.
Correct Answer: C,E
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).