Free Microsoft AI-901 Korean Practice Test & Real Exam Questions
Microsoft Foundry 프로젝트에 비전 기능을 지원하는 모델 배포가 있습니다. 모델이 관련성 있고 유용한 응답을 생성하도록 하는 프롬프트를 만들어야 합니다. 프롬프트에 무엇을 포함해야 할까요?
Correct Answer: B
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
생성형 AI 모델에는 어떤 두 가지 유형이 있습니까? 각 정답은 완전한 해결책을 제시합니다.
참고: 정답 하나당 1점입니다.
참고: 정답 하나당 1점입니다.
Correct Answer: A,D
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
다음 각 문장에 대해, 문장이 사실이면 '예'를 선택하고, 그렇지 않으면 '아니요'를 선택하십시오.
참고: 정답 하나당 1점입니다.

참고: 정답 하나당 1점입니다.

Correct Answer:

Explanation:

Statement 1: A summarization model is used to transcribe spoken audio into written text. = No Summarization creates a shorter version of existing text. Transcribing spoken audio into written text is a speech recognition / speech-to-text capability, not summarization.
Statement 2: A chat completion model can generate vector embeddings for semantic tasks. = No Chat completion models are used to generate conversational text responses. Vector embeddings for semantic search, similarity, and retrieval tasks are generated by embedding models , not chat completion models.
Statement 3: An embedding model can generate vector representations of the provided input. = Yes This is correct. Embedding models convert input such as text into vector representations that capture semantic meaning and can be used for tasks such as similarity search, clustering, and retrieval.
다음 각 문장에 대해, 문장이 사실이면 '예'를 선택하고, 그렇지 않으면 '아니요'를 선택하십시오.
참고: 정답 하나당 1점입니다.

참고: 정답 하나당 1점입니다.

Correct Answer:

Explanation:

Statement 1: Generating a response to a user prompt occurs during the inference stage. = Yes When a deployed generative AI model receives a user prompt and generates an output, that process is called inference . The model is being used to produce a response, not being trained.
Statement 2: A generative AI model generates responses by copying stored documents directly from the model's training data. = No Generative AI models do not normally respond by simply copying stored documents from training data. They generate outputs based on learned statistical patterns. In some cases, models may reproduce memorized content, but that is not the normal or intended generation mechanism.
Statement 3: A generative AI model produces output by predicting the next token based on patterns learned from the model's training data. = Yes This is correct. Large language models generate text by predicting likely next tokens based on the prompt and learned patterns from training.
다음 각 문장에 대해, 문장이 사실이면 '예'를 선택하고, 그렇지 않으면 '아니요'를 선택하십시오.
참고: 정답 하나당 1점입니다.

참고: 정답 하나당 1점입니다.

Correct Answer:


다음 각 문장에 대해, 문장이 사실이면 '예'를 선택하고, 그렇지 않으면 '아니요'를 선택하십시오.
참고: 정답 하나당 1점입니다.

참고: 정답 하나당 1점입니다.

Correct Answer:


당신은 송장을 처리하여 비용을 계산하는 웹 애플리케이션을 개발하고 있습니다.
정의된 스키마를 사용하여 중첩 값을 포함한 구조화된 필드를 송장에서 추출해야 합니다.
무엇을 사용해야 할까요?
정의된 스키마를 사용하여 중첩 값을 포함한 구조화된 필드를 송장에서 추출해야 합니다.
무엇을 사용해야 할까요?
Correct Answer: B
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
문장을 올바르게 완성하는 답을 고르시오.


Correct Answer:

Explanation:
The correct answer is API endpoint . After a generative AI model is deployed in Microsoft Foundry, the deployment exposes an inference endpoint through which external applications can submit requests and receive generated responses. Microsoft Foundry documentation describes deployed models as being accessible programmatically through an endpoint and associated credentials. Applications invoke the relevant REST API or SDK against this endpoint and specify the deployed model as required by the API.
An embedding vector is a numerical representation of semantic information used for similarity search, retrieval, and grounding; it is not the network interface through which a deployed model is invoked. A training dataset contains data used to train or fine-tune a model and is not called when performing inference.
A URL parameter can be part of an API request, but it does not represent the deployed model ' s callable interface.
This directly aligns with the AI-901 objective to deploy a model and interact with it in the Foundry portal and to create lightweight applications that invoke deployed generative AI models through supported APIs and SDKs.
