To complete the sentence, select the appropriate option in the answer area.
When developing an AI system for self-driving cars, the Microsoft (Blank) for responsible AI should be applied to ensure consistent operation system during unexpected circumstances.
내가 고른 답: accountability
정답: reliability and safety
AI 시스템의 예상치 못한 상황에서의 일관된 동작에 관한 언급이 나오면 reliability and safety를 기억하자!
For each of the following statements, select Yes if the statement is True.
An AI solution that is offered at different prices for different sales territories is an example of the Microsoft inclusiveness principle for responsible AI.
내가 고른 답: True
정답: False
가격 차별은 Inclusiveness와 연관성이 없다. Inclusiveness는 접근성 향상과 사용자의 다양성을 포용하는 데 초점이 맞춰져 있다.
Match the principles of responsible AI to appropriate requirements.
Automated decision-making processes must be recorded so that approved users can identify why a decision was made.
내가 고른 답: Reliability and safety
정답: Transparency
Transparency는 자동화된 의사결정 프로세스가 명확히 기록되고, 승인된 사용자가 결정의 근거를 추적할 수 있도록 보장하는 것을 의미한다.
여기서 추가로 알게 된 것. 나는 모든 사용자가 결정의 근거를 알 수 있게 해야 한다고 생각해서 좀 별로라고 생각했는데, 승인된 사용자였음. ㅎ 역시나.
For each of the following statements, select Yes if the statement is true.
- Automated machine learning can automatically infer the training data from the use case provided.
- Automated machine learning enables you to specify a dataset and will automatically understand which label to predict.
내가 고른 답: 둘 다 True
정답: 둘 다 False
결론적으로, AutoML은 일부 작업을 자동화하지만, 초기 데이터 준비 및 설정은 사용자의 역할인 것!
For each of the following statements, select Yes if the statement is true.
- Automated machine learning provides you with the ability to visually connect datasets and modules on an interactive canvas.
- Automated machine learning implements machine learning solutions without the need for programming experience.
내가 고른 답: 둘 다 False
정답: 둘 다 True
기억할 것! AutoML은 사용자 친화적인 접근 방식을 강조한다.
Which two languages can you use to write custom code for Azure Machine Learning designer?
내가 고른 답: Scala, Python
정답: Python, R
Azure Machine Learning Designer에서 사용자 정의 코드를 작성하려면 Python 또는 R 언어를 사용할 수 있다.
이 두 가지는 데이터 분석 및 머신러닝 작업에서 주로 사용되는 언어라고.
For each of the following statements, select Yes if the statement is true.
- When creating an object detection model in the Custom Vision service, you can select from a set of predefined domains.
- When creating an object detection model in the Custom Vision service, you must choose a classification type of either Multilabel or Multiclass.
- You can create an object detection model in the Custom Vision service to find the location of content within an image.
내가 고른 답: False, Ture, False
정답: True, False, True (어떻게 다 틀릴 수가 🥲)
Object detection은 객체의 위치를 예측하는 데 초점이 있으며, Classification과는 다른 작업임을 기억할 것!
For each of the following statements, select Yes if the statement is true.
The Custom Vision service can be used to analyse video files.
내가 고른 답: True
정답: False
Custom Vision 서비스는 이미지 데이터를 학습하고 분석하는 데 사용되며, 비디오 파일 분석은 지원하지 않는다.
Custom Vision은 객체 감지, 이미지 분류 등 이미지 기반 작업에 최적화되어 있다.
그렇게 하고도 Computer Vision이랑 헷갈려버림..
You need to build an image tagging solution for social media that tags images of your friends automatically. Which Azure Cognitive Services service should you use?
내가 고른 답: Computer Vision
정답: Face
이미지에서 친구의 얼굴을 자동으로 태깅하려면 Azure Face 서비스를 사용해야 한다.
Face 서비스는 정확한 얼굴 태깅 솔루션을 구현하는 데 최적!
In which two scenarios can you use speech recognition?
a. creating a transcript of telephone call or meeting
b. providing closed captions for recorded or live videos
c. creating an automated public address system for a train station
d. an in-car system that reads text messages aloud
내가 고른 답: a,d
정답: a,b
Speech recognition은 주로 음성을 텍스트로 변환하는 작업에 사용된다.
For each of the following statements, select Yes if the statement is true.
You can use the Speech service to translate the audio of a call to a different language.
내가 고른 답: False
정답: True
Azure Speech Service는 통화 오디오를 다른 언어로 번역할 수 있는 기능을 제공한다.
For each of the following statements, select Yes if the statement is true.
You can use the Translator service to detect the language of a given text.
내가 고른 답: False
정답: True
Azure Translator Service는 텍스트의 언어를 자동으로 감지할 수 있다.
Translator는 다국어 콘텐츠 작업을 위한 기본적인 언어 감지 기능을 제공한다.
For each of the following statements, select Yes if the statement is true.
The Text Analytics service can detect handwritten signatures in a document.
내가 고른 답: True
정답: False
Text Analytics는 텍스트 중심의 데이터 분석 작업에 사용되며, 이미지나 서명 인식은 다른 서비스로 처리해야 한다.
You are authoring a Language Understanding (LUIS) application to support a music festival. You want users to be able to ask questions about scheduled shows, such as: 'Which act is playing on the main stage?' The question 'Which act is playing on the main stage?' is an example of which type of element?
내가 고른 답: an entity
정답: an utterance
You need to develop a chatbot for a website. The chatbot must answer users' questions based on the information in the following documents:
- A product troubleshooting guide in a Microsoft Word document
- A frequently asked questions (FAQ) list on a webpage
Which service should you use to process the documents?
내가 고른 답: Text Analytics
정답: QnA Maker (이걸 틀리다니 아마도 집중력이 떨어진 게 아닐까)
문서 정보를 활용한 Q&A 솔루션을 구축하려면 QnA Maker가 가장 적합하다.
You are building a Language Understanding model for an e-commerce business. You need to ensure that the model detects when utterances are outside the intended scope of the model. What should you do?
내가 고른 답: Test the model by using new utterances
정답: Add utterances to the None intent
None Intent에 적절한 발화를 추가하여 모델이 범위 밖의 질문을 올바르게 처리하도록 보장해야 한다.
You have an AI solution that provides users with the ability to control smart devices by using verbal commands. Which two types of natural language processing (NLP) workloads does the solution use?
내가 고른 답: speech-to-text, text-to-speech
정답: key phrase extraction, speech-to-text
잘 이해가 안돼서 멘토님들께 질문 중
사용자 발화의 요점을 파악하기 위해 key phrase 추출이 필요하다고 한다!
For each of the following statements, select Yes if the statement is true.
The Language service can detect handwritten signatures in a document.
내가 고른 답: True
정답: False
Language Service는 주로 텍스트 기반 데이터 분석 작업에 적합하다. (아까도 비슷한 문제 틀렸어서 시험에 나오면 이제 안틀릴 것 같다)
You have a webchat bot that provides responses from a QnA Maker knowledge base. You need to ensure that the bot uses user feedback to improve the relevance of the responses over time. What should you use?
내가 고른 답: sentiment analysis
정답: active learning
QnA Maker에서 사용자 피드백을 활용해 답변의 적절성을 향상하려면 Active Learning을 사용해야 한다. (사용자 피드백만 보고 sentiment analysis 고른 사람 나야 나..)
You need to provide content for a business chatbot that will help answer simple user queries. What are three ways to create question and answer text by using QnA Maker?
a. Import chit-chat content from a predefined data source.
b. Use automated machine learning to train a model based on a file that contains the questions.
c. Generate the questions and answers from an existing webpage.
d. Connect the bot to the Cortana channel and ask questions by using Cortana.
e. Manually enter the questions and answers.
내가 고른 답: a,b,c
정답: a,c,e
QnA Maker에서 콘텐츠를 생성하려면 사전 정의된 데이터 가져오기, 웹페이지에서 생성, 또는 수동 입력을 활용해야 한다.
Which two scenarios are examples of a conversational AI workload?
a. a telephone answering service that has a pre-recorder message
b. telephone voice menus to reduce the load on human resources
c. a chatbot that provides users with the ability to find answers on a website by themselves
d. a service that creates frequently asked questions (FAQ) documents by crawling public websites
내가 고른 답: c,d
정답: b,c
Conversational AI는 사용자가 음성 또는 텍스트로 상호작용할 수 있는 시스템에 적용된다.
For each of the following statements, select Yes if the statment is true.
Azure Bot Service can import frequently asked questions (FAQ) to question and answer sets.
내가 고른 답: True
정답: False
FAQ를 질문과 답변 세트로 가져오는 작업은 QnA Maker에서 수행되며, Azure Bot Service는 이를 활용하는 플랫폼이다.
Match the services to the appropriate descriptions.
(Blank) enables the use of natural language to query a knowledge base.
내가 고른 답: Language Service
정답: Azure Bot Service
이것도 납득이 되지 않아서 물어보는 중
강사님도 내가 고른 답이 더 정확해보인다고 하신다.
그치만 강사님도 출제자가 아니라서 그냥 일단 시험용으로 외워두는 게 좋아보인다고,, 하하
You are developing a system to predict the prices of insurance for drivers in the United Kingdom. You need to minimise bias in the system. What should you do?
a. Remove information about protected characteristics from the data before sampling.
b. Take a training sample that is representative of the population in the United Kingdom.
c. Create a training dataset that uses data from global insurers.
d. Take a completely random training sample.
내가 고른 답: d
정답: b
sample that is representative
데이터를 수집할 때, 영국 인구를 정확히 반영한 대표적인 샘플을 사용해야만 bias를 줄일 수 있다.
다양한 연령, 성별, 지역, 직업 등 다양한 특성을 균형 있게 포함하는 것이 중요하다.
완전히 무작위 샘플은 영국 인구를 제대로 반영하지 못할 가능성이 높으며, 특정 그룹이 과소 또는 과대 대표될 수 있다.
편향을 최소화하려면 영국 인구를 대표하는 훈련 샘플을 선택하는 것이 필수적이다.
이는 모델이 특정 그룹에 대해서 불공정하거나 부정확한 예측을 하지 않도록 보장한다.
In a machine learning model, the data is used as inputs are called (Blank).
Select the answer that correctly completes the sentence.
내가 고른 답: dataset
정답: variables
입력 데이터는 variables로 불리며, 이는 모델의 예측에 사용되는 특성을 나타낸다.
Select the answer that correctly completes the sentence.
Using Recency, Frequency, and Monetary (RFM) values to identify segments of a customer base in an example of (Blank).
내가 고른 답: Regularisation
정답: Clustering
RFM 값을 사용하여 고객을 세그먼트화하는 것은 클러스터링의 전형적인 예이다.
For each of the following statements, select Yes if the statement is true.
Organising documents into groups based on different usage statistics is an example of clustering.
내가 고른 답: False
정답: True
문서를 usage statistics에 따라 그룹으로 조직하는 작업은 clustering의 전형적인 예이다.
You need to track multiple versions of a model that was trained by using Azure Machine Learning. What should you do?
내가 고른 답: Provision an inference cluster
정답: Register the model
Azure Machine Learning에서 모델의 여러 버전을 추적하려면 Register the model을 수행해야 한다.
Select the answer that correctly completes the sentence.
An AI solution that helps photographers take better portrait photographs by providing feedback on exposure, noise, and occlusion in an example of facial (Blank).
내가 고른 답: analysis
정답: detection
사진의 품질을 평가하기 위해 얼굴의 노출, 노이즈, 가림 등을 분석하는 AI 솔루션을 Facial Detection의 사례이다.
Your company manufactures widgets. You have 1,000 digital photos of the widgets. You need to identify the location of the widgets within the photos. What should you use?
내가 고른 답: Custom Vision classification
정답: Custom Vision object detection
1,000장의 사진에서 위젯의 위치를 식별하려면 Custom Vision obejct detection을 사용하는 것이 올바른 선택이다.
For each of the following statements, select Yes if the statement is true.
Automatically generating captions for pre-recorded videos is an example of natural language processing.
내가 고른 답: False
정답: True
자동 자막 생성은 음성과 텍스트를 처리하는 작업으로, 자연어 처리(NLP) 기술의 명확한 예이다.
영상 자막 처리 관련을 다 Computer Vision 기술이라고 생각해서 틀렸다. 이제 안 틀릴 수 있을 듯!
For each of the following statements, select Yes if the statement is true.
- Chatbot can support voice input.
- A separate chatbot is required for each communication channel.
내가 고른 답: False, True
정답: True, False
For each of the following statements, select Yes if the statement is true.
Language Service's question answering can determining the intent of a user utterance.
내가 고른 답: True
정답: False
Which type of natural language processing (NLP) entity is used to identify a phone number?
내가 고른 답: list
정답: regular expression
전화번호와 같은 명확한 패턴을 가진 데이터를 식별하려면 Regular Expression을 사용하는 것이 가장 적합하다.
You have a larget dataset that contains motor vehicle sales data. You need to train an automated machine learning (automated ML) model to predict vehicle sale values based on the type of vehicle. Which task should you select?
내가 고른 답: Regression
정답: View additional configuration settings, Regression
Regression은 작업의 주된 유형을 나타내고, View additional configuration settings는 모델 설정을 완성하는 데 필요한 보조 작업이다.
사실 View additional configuration settings는 전혀 이해가 안되긴 한다.. 질문 드려봤는데 강사님도 Regression은 확실한데 View additional configuration settings는 애매하다고 하신,, 그렇지만 강사님도 출제자가 아니기 때문에 일단은 시험용으로 외워두는 게 좋아보인다고 ㅠㅠ
Select the answer that correctly completes the sentence.
In a machine learning model, the data that is used as inputs are called (Blank).
내가 고른 답: instances
정답: features
입력 데이터는 모델의 features로 간주되며, 이는 예측을 위해 모델이 처리하는 주요 정보이다.
You have an app that identifies the coordinates of a product in an image of a supermarket shelf. Which service does the app use?
내가 고른 답: Custom Vision classification
정답: Custom Vision object detection
슈퍼마켓 선반에서 제품의 위치를 식별하려면 Custom Vision object detection이 적합하다.
Select the answer that correctly completes the sentence.
(Blank) can be used to build no-code apps that use built-in natural language processing models.
내가 고른 답: Microsoft Bot Framework
정답: Copilot Studio (formerly Power Virtual Agents)
Copilot Studio는 코딩 없이 자연어 처리 모델을 사용할 수 있는 최적의 도구이고, Microsoft Bot Framework는 보다 고급 개발자가 코드 작성을 통해 챗봇을 구축하는 데 적합한 도구이다.
What is an example of the Microsoft responsible AI principle of transparency?
a. helping users understand the decisions made by an AI system
b. ensuring that opportunities are allocated equally to all applicants
c. ensuring that developers are accountable for the solutions they create
d. ensuring that the privileged data of users is stored in a secure manner
내가 고른 답: c
정답: a
Microsoft의 Responsible AI 원칙 중 Transparency 원칙은 AI 시스템이 내린 결정을 사용자가 이해할 수 있도록 설명하는 것에 중점을 둔다.
Transparency 원칙의 핵심은 AI 시스템이 어떻게 그리고 왜 특정 결정을 내렸는지 사용자에게 명확하게 설명하는 것이다. 이를 통해 사용자는 AI의 행동을 이해하고, 시스템의 공정성, 정확성, 신뢰성을 평가할 수 있다.
c는 Accountability 원칙에 해당한다. 개발자들이 만든 솔루션에 대해 책임을 지는 것은 투명성과는 다르다.
이것도 위에서부터 지속적으로 틀렸다. 이제 확인!