Skip to content

Contains practise questions for the Azure AI-900 Exam from Microsoft and myself

Notifications You must be signed in to change notification settings

IsabellaS2/AI-900

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 

Repository files navigation

Azure AI-900 Fundamentals Practice Questions

Welcome to a comprehensive collection of practice questions designed to aid your preparation for the AI-900 exam, your gateway to understanding Azure fundamentals in artificial intelligence.

How to Utilise this Repository

This repository is thoughtfully divided into two sections. The first section comprises practice questions provided by Microsoft within their training modules. The second section features additional questions curated by me, aligning with various modules covered in the exam syllabus.

To optimise your study experience, it's highly recommended to begin with the official learning modules. Establishing a foundational understanding through these modules will strengthen your grasp of the subject matter, which can then be reinforced and expanded upon with the questions provided here.

Don't feel overwhelmed by the amount of questions! They are organised into modules, ensuring a structured and thorough preparation process.

View my certification

Inspirations

I have drawn inspiration from this repository

Microsoft Questions

1. You want to create a model to predict sales of ice cream based on historic data that includes daily ice cream sales totals and weather measurements. Which Azure service should you use?

  1. Azure Machine Learning
  2. Azure AI Bot Service
  3. Azure AI Language
Show Answer

Azure Machine Learning

2. You work for a wildlife sanctuary and are considering using AI to identify bird species from images. Which AI service should you use to prototype your idea?

  1. Azure AI Vision
  2. Azure AI Search
  3. Azure OpenAI
Show Answer

Azure AI Vision

3. A predictive app provides audio output for visually impaired users. Which principle of Responsible AI is reflected here?

  1. Transparency
  2. Inclusiveness
  3. Fairness
Show Answer

Inclusiveness

4. You want to create a model to predict the cost of heating an office building based on its size in square feet and the number of employees working there. What kind of machine learning problem is this?

  1. Regression
  2. Classification
  3. Clustering
Show Answer

Regression

5. You need to evaluate a classification model. Which metric can you use?

  1. Mean squared error (MSE)
  2. Precision
  3. Silhouette
Show Answer

Precision

6. In deep learning, what is the purpose of a loss function? 

  1. To remove data for which no known label values are provided
  2. To evaluate the aggregate difference between predicted and actual label values
  3. To calculate the cost of training a neural network rather than a statistical model. 
Show Answer

To evaluate the aggregate difference between predicted and actual label values

7. What does automated machine learning in Azure Machine Learning enable you to do? 

  1. Automatically deploy new versions of a model as they're trained
  2. Automatically provision Azure Machine Learning workspaces for new data scientists in an organisation
  3. Automatically run multiple training jobs using different algorithms and parameters to find the best model
Show Answer

Automatically run multiple training jobs using different algorithms and parameters to find the best model

8. An application requires three separate AI services. To see the cost for each separately, what type of resource(s) should be created?

  1. A multi-service resource that includes all the AI services
  2. A single-service resource for each AI service
  3. It's not possible to see costs for individual AI services
Show Answer

A single-service resource for each AI service

9. After logging into one of the Azure studios, what is one task to complete to begin using the studio?

  1. Input a key and endpoint into the studio
  2. Customize the API request.
  3. Associate a resource with the studio
Show Answer

Associate a resource with the studio

10. What is an Azure AI services resource?

  1. A bundle of several AI services in one resource
  2. An AI service to recognize faces
  3. A single-service resource for Azure AI Search
Show Answer

A bundle of several AI services in one resource

11. Computer vision is based on the manipulation and analysis of what kinds of values in an image?

  1. Timestamps in photograph metadata
  2. Pixels
  3. Image file names
Show Answer

Pixels

12. You want to use the Azure AI Vision service to analyze images. You also want to use the Azure AI Language service to analyze text. You want developers to require only one key and endpoint to access all of your services. What kind of resource should you create in your Azure subscription?

  1. Azure AI Vision
  2. Azure AI services
  3. Azure OpenAI service
Show Answer

Azure AI services

13. You want to use the Azure AI Vision service to identify the location of individual items in an image. Which of the following features should you retrieve?

  1. Objects
  2. Visual Tags
  3. Dense Captions
Show Answer

Objects

14. How does the Face service indicate the location of faces in images?

  1. A pair of coordinates for each face, indicating the center of the face
  2. Two pairs of coordinates for each face, indicating the location of the eyes
  3. A set of coordinates for each face, defining a rectangular bounding box around the face
Show Answer

A set of coordinates for each face, defining a rectangular bounding box around the face

15. What is one aspect that might impair facial detection?

  1. Glasses
  2. Extreme angles
  3. Fast shutter speed
Show Answer

Extreme angles

16. What two actions are required to try out the capabilities of the Face service?

  1. Create an Azure Cognitive Search resource, and open Vision Studio
  2. Create a Face resource, and open Vision Studio
  3. Create a Face resource, and open Azure OpenAI Studio
Show Answer

Create a Face resource, and open Vision Studio

17. You want to extract text from images and then use Azure AI Language to analyze the text. You want developers to require only one key and endpoint to access all of your services. What kind of resource should you create in your Azure subscription?

  1. Azure AI Vision
  2. Azure AI services
  3. Azure AI Language
Show Answer

Azure AI services

18. You plan to use Azure AI Vision's Read API. What results can the Read API provide?

  1. Results arranged in pages, lines, and words
  2. Only the bounding box coordinates
  3. Results arranged by pages that have photographs first, then pages that exclusively have text
Show Answer

Results arranged in pages, lines, and words

19. You want to use Azure AI Language to determine the key talking points in a text document. Which feature of the service should you use?

  1. Sentiment analysis
  2. Key phrase extraction
  3. Entity detection
Show Answer

Key phrase extraction

20. You use Azure AI Language to perform sentiment analysis on a sentence. The confidence scores .04 positive, .36 neutral, and .60 negative are returned. What do these confidence scores indicate about the sentence sentiment?

  1. The document is positive.
  2. The document is neutral.
  3. The document is negative.
Show Answer

The document is negative.

21. When might you see NaN returned for a score in language detection?

  1. When the score calculated by the service is outside the range of 0 to 1
  2. When the predominant language in the text is mixed with other languages
  3. When the language is ambiguous
Show Answer

When the language is ambiguous

22. Your organization has an existing frequently asked questions (FAQ) document. You need to create a knowledge base that includes the questions and answers from the FAQ with the least possible effort. What should you do?

  1. Create an empty knowledge base, and then manually copy and paste the FAQ entries into it.
  2. Import the existing FAQ document into a new knowledge base.
  3. Import a pre-defined chit-chat data source.
Show Answer

Import the existing FAQ document into a new knowledge base.

23. You want to create a knowledge base for your organization’s bot service. Which Azure AI service is best suited to creating a knowledge base?

  1. Conversational Language Understanding
  2. Question Answering
  3. Optical Character Recognition
Show Answer

Question Answering

24. You need to provision an Azure resource that will be used to author a new conversational language understanding application. What kind of resource should you create?

  1. Azure AI Speech
  2. Azure AI Language
  3. Azure AI services
Show Answer

Azure AI Language

25. You are authoring a conversational language understanding application to support an international clock. You want users to be able to ask for the current time in a specified city, for example "What is the time in London?". What should you do?

  1. Define a "city" entity and a "GetTime" intent with utterances that indicate the city entity.
  2. Create an intent for each city, each with an utterance that asks for the time in that city.
  3. Add the utterance "What time is it in city" to the "None" intent.
Show Answer

Define a "city" entity and a "GetTime" intent with utterances that indicate the city entity.

26. You have published your conversational language understanding application. What information does a client application developer need to get predictions from it?

  1. The endpoint and key for the application's prediction resource
  2. The endpoint and key for the application's authoring resource
  3. The Azure credentials of the user who published the language understanding application
Show Answer

The endpoint and key for the application's prediction resource

27. You plan to build an application that uses Azure AI Speech to transcribe audio recordings of phone calls into text, and then submit the transcribed text to Azure AI Language to extract key phrases. You want to manage access and billing for the application services with a single Azure resource. Which type of Azure resource should you create?

  1. Speech
  2. Language
  3. Azure AI services
Show Answer

Azure AI services

27. You want to use Azure AI Speech service to build an application that reads incoming email message subjects aloud. Which API should you use?

  1. Speech to text
  2. Text to speech
  3. Translator
Show Answer

Text to speech

28. You plan to use Azure AI Document Intelligence's prebuilt receipt model. Which kind of Azure resource should you create?

  1. Azure AI Vision resource
  2. Azure AI Document Intelligence or Azure AI services resource.
  3. Azure AI Language resource.
Show Answer

Azure AI Document Intelligence or Azure AI services resource.

29. You are using the Azure AI Document Intelligence service to analyze receipts. Which field types does the service recognise?

  1. Merchant retail type.
  2. Merchant name and address.
  3. Merchant name and date of incorporation.
Show Answer

Merchant name and address

30. What is required to use the receipt analyzer service in Azure AI Document Intelligence?

  1. Train the model on sample receipts from your organisation.
  2. Create an Azure AI Document Intelligence resource.
  3. Nothing - receipt analyzer is available once you create an Azure subscription.
Show Answer

Create an Azure AI Document Intelligence resource.

31. Which data format is accepted by Azure AI Search when you're pushing data to the index?

  1. CSV
  2. SQL
  3. JSON
Show Answer

JSON

32. Which explanation best describes an indexer and an index?

  1. An indexer converts documents into JSON and forwards them to a search engine for indexing.
  2. An indexer can be used instead of an index if the files are already in the proper format.
  3. An indexer is only used for AI enrichment and skillset execution.
Show Answer

An indexer converts documents into JSON and forwards them to a search engine for indexing.

33. If you set up a search index without including a skillset, which would you still be able to query? 

  1. Sentiment
  2. Text content
  3. Image captions
Show Answer

Text content

34. What are Large Language Models?

  1. Models that only work with one language.
  2. Models that only work with small amounts of data.
  3. Models that use deep learning to process and understand natural language on a massive scale.
Show Answer

Models that use deep learning to process and understand natural language on a massive scale.

35. What is an example of a potential task a generative AI application can help solve?

  1. Monitoring the temperature in a manufacturing facility.
  2. Creating a draft for an email.
  3. Collecting real time data and storing it in a database.
Show Answer

Creating a draft for an email.

36. What is the purpose of vector-based embeddings?

  1. To represent semantic meaning of text tokens.
  2. To create tokens that include multiple representations of a word in different languages.
  3. To correct misspellings in the training data.
Show Answer

To represent semantic meaning of text tokens.

37. What is the potential impact of copilots?

  1. Copilots only impact applications used in professional settings.
  2. Copilots can help with first drafts, information synthesis, strategic planning, and much more.
  3. Copilots can only be used for certain natural language tasks like summarizing text.
Show Answer

Copilots can help with first drafts, information synthesis, strategic planning, and much more.

39. Which assumption of the multiple linear regression model should be satisfied to avoid misleading predictions?

  1. Features are dependent on each other.
  2. Features are independent of each other.
  3. Labels are dependent on each other.
  4. Labels are independent of each other.
Show Answer

Features are independent of each other.

40. How are ChatGPT, OpenAI, and Azure OpenAI related? 

  1. Azure OpenAI is Microsoft's version of ChatGPT, a chatbot that uses generative AI models.
  2. ChatGPT and OpenAI are chatbots that generate natural language, code, and images. Azure OpenAI provides access to these two chatbots.
  3. OpenAI is a research company that developed ChatGPT, a chatbot that uses generative AI models. Azure OpenAI provides access to many of OpenAI's AI models
Show Answer

OpenAI is a research company that developed ChatGPT, a chatbot that uses generative AI models. Azure OpenAI provides access to many of OpenAI's AI models

41. You would like to summarise a paragraph of text. Which generative AI model family would you use to solve for this workload? 

  1. GPT
  2. Codex
  3. Dall-E.
Show Answer

GPT

42. What is one action Microsoft takes to support ethical AI practices in Azure OpenAI? 

  1. Provides Transparency Notes that share how technology is built and asks users to consider its implications.
  2. Logs users out of Azure OpenAI Studio after a period of inactivity to ensure it's only used by one user.
  3. Allows users to build any application, regardless of harmful effects, to ensure fairness.
Show Answer

Provides Transparency Notes that share how technology is built and asks users to consider its implications.

43. Why should you consider creating an AI Impact Assessment when designing a generative AI solution?

  1. To make a legal case that indemnifies you from responsibility for harms caused by the solution
  2. To document the purpose, expected use, and potential harms for the solution
  3. To evaluate the cost of cloud services required to implement your solution
Show Answer

To document the purpose, expected use, and potential harms for the solution

44. What capability of Azure OpenAI Service helps mitigate harmful content generation at the Safety System level?

  1. DALL-E model support
  2. Fine-tuning
  3. Content filters
Show Answer

Content filters

45. Why should you consider a phased delivery plan for your generative AI solution?

  1. To enable you to gather feedback and identify issues before releasing the solution more broadly
  2. To eliminate the need to identify, measure, and mitigate potential harms
  3. To enable you to charge more for the solution
Show Answer

To enable you to gather feedback and identify issues before releasing the solution more broadly

My Questions

These are multiple choice questions I made up based on my notes to help me study

Fundamental AI Concepts

1. What is AI?

  1. Software that imitates human behaviors and capabilities
  2. Advanced mathematics
  3. Machine learning, computer vision, natural language processing
  4. Programming language
Show Answer

Software that imitates human behaviors and capabilities

2. What are the key workloads in AI?

  1. Data science
  2. Advanced mathematics
  3. Machine learning, computer vision, natural language processing
  4. Robotics
Show Answer

Machine learning, computer vision, natural language processing

3. How do machines learn?

  1. By watching humans
  2. Through trial and error
  3. Through data
  4. By reading books
Show Answer

Through data

4. Where can you use computer vision solutions?

  1. In agriculture
  2. In robotics
  3. In healthcare
  4. In Microsoft Azure
Show Answer

In Microsoft Azure

5. What area of AI deals with visual processing?

  1. Natural language processing
  2. Robotics
  3. Computer vision
  4. Machine learning
Show Answer

Computer vision

6. What is image classification?

  1. A mechanism for visual perception
  2. A process of naming images
  3. A method for classifying images based on their contents
  4. An array of pixel values
Show Answer

A method for classifying images based on their contents

7. What principle of responsible AI emphasizes treating all people fairly?

  1. Reliability and safety
  2. Privacy and security
  3. Fairness
  4. Inclusiveness
Show Answer

Fairness

8. Which aspect of responsible AI focuses on ensuring secure handling of data?

  1. Reliability and safety
  2. Transparency
  3. Privacy and security
  4. Accountability
Show Answer

Privacy and security

9. What area of AI deals with understanding and interpreting written and spoken language?

  1. Computer vision
  2. Machine learning
  3. Natural language processing
  4. Generative AI
Show Answer

Natural language processing

10. What Microsoft service provides capabilities for deploying and hosting generative AI models?

  1. Azure Vision Studio
  2. Azure AI Language
  3. Azure OpenAI Service
  4. Azure AI Vision
Show Answer

Azure OpenAI Service

Fundamentals of Machine Learning

1. What is the fundamental goal of machine learning?

  1. To write code for predictive models
  2. To use data to create a predictive model
  3. To study historical data only
  4. To predict past observations accurately
Show Answer

To use data to create a predictive model

2. What is the process called when a machine learning model calculates an output value based on one or more input values?

  1. Inference
  2. Training
  3. Collaboration
  4. Modeling
Show Answer

Inference

3. What do the features and labels represent in the context of machine learning?

  1. Features represent observed attributes, and labels represent predictions
  2. Features represent predictions, and labels represent observed attributes
  3. Features represent historical data, and labels represent future data
  4. Features represent future data, and labels represent historical data
Show Answer

Features represent observed attributes, and labels represent predictions

4. What is the purpose of regression in supervised machine learning?

  1. To classify observations into discrete groups
  2. To predict a numeric value
  3. To predict a categorization or class
  4. To determine relationships between features
Show Answer

To predict a numeric value

5. What is the primary objective of clustering in unsupervised machine learning?

  1. To determine relationships between features and labels
  2. To predict a categorization or class
  3. To group observations based on similarities
  4. To identify patterns in historical data
Show Answer

To group observations based on similarities

6. What is regression in machine learning?

  1. A form of unsupervised learning
  2. A form of supervised learning where the label represents a categorization
  3. A form of supervised learning where the label predicted by the model is a numeric value
  4. A form of machine learning used for clustering
Show Answer

A form of supervised learning where the label predicted by the model is a numeric value

7. Which of the following is an example of regression?

  1. Predicting whether a bank customer will default on a loan
  2. Predicting the genre of a movie
  3. Predicting the species of a penguin
  4. Predicting the fuel efficiency of a car
Show Answer

Predicting the fuel efficiency of a car

8. What is classification in machine learning?

  1. A form of unsupervised learning
  2. A form of supervised learning where the label represents a categorization
  3. A form of supervised learning where the label predicted by the model is a numeric value
  4. A form of machine learning used for clustering
Show Answer

A form of supervised learning where the label represents a categorization

9. What is an example of binary classification?

  1. Predicting the species of a penguin
  2. Predicting the selling price of a property
  3. Predicting whether a patient is at risk for diabetes
  4. Predicting the fuel efficiency of a car
Show Answer

Predicting whether a patient is at risk for diabetes

10. What evaluation metric is commonly used for evaluating a regression model?

  1. Accuracy
  2. Recall
  3. Mean Absolute Error (MAE)
  4. Precision
Show Answer

Mean Absolute Error (MAE)

11. What evaluation metric is commonly used for evaluating a binary classification model?

  1. Mean Squared Error (MSE)
  2. F1-score
  3. Root Mean Squared Error (RMSE)
  4. Coefficient of determination (R2)
Show Answer

F1-score

12. What is multiclass classification?

  1. A form of unsupervised learning
  2. A form of supervised learning where the label represents a categorization
  3. A form of supervised learning where the label predicted by the model is a numeric value
  4. A form of machine learning used for clustering
Show Answer

A form of supervised learning where the label represents a categorization

13. What is an example of multiclass classification?

  1. Predicting the selling price of a property
  2. Predicting whether a bank customer will default on a loan
  3. Predicting the genre of a movie
  4. Predicting the fuel efficiency of a car
Show Answer

Predicting the genre of a movie

14. What is clustering in machine learning?

  1. A form of supervised learning where the label represents a categorization
  2. A form of unsupervised learning
  3. A form of machine learning used for regression
  4. A form of machine learning used for classification
Show Answer

A form of unsupervised learning

15. What is an example of clustering?

  1. Predicting the species of a penguin
  2. Grouping flowers based on the number of leaves and petals
  3. Predicting the fuel efficiency of a car
  4. Predicting whether a patient is at risk for diabetes
Show Answer

Grouping flowers based on the number of leaves and petals

16. What is the key objective of training a clustering model?

  1. To maximize accuracy
  2. To minimize recall
  3. To minimize the mean absolute error (MAE)
  4. To group data points into clusters based on similarities
Show Answer

To group data points into clusters based on similarities

17. Which metric can be used to evaluate the quality of clusters?

  1. Accuracy
  2. Recall
  3. Silhouette
  4. Precision
Show Answer

Silhouette

18. What is deep learning?

  1. A form of unsupervised learning
  2. A form of supervised learning
  3. A form of machine learning used for regression
  4. An advanced form of machine learning inspired by the human brain
Show Answer

An advanced form of machine learning inspired by the human brain

19. What is a neural network?

  1. A biological system for transmitting information
  2. An algorithm for clustering data points
  3. A function that maps inputs to outputs based on learned weights
  4. A type of activation function
Show Answer

A function that maps inputs to outputs based on learned weights

20. What is Azure Machine Learning?

  1. A programming language for machine learning
  2. A cloud service for managing machine learning projects
  3. An open-source machine learning library
  4. A deep learning framework
Show Answer

A cloud service for managing machine learning projects

21. What is the purpose of an Azure Machine Learning workspace?

  1. To import and explore data
  2. To provision compute resources
  3. To run code in notebooks
  4. To manage machine learning resources and jobs
Show Answer

To manage machine learning resources and jobs

Fundamentals of Azure AI Services

1. What is a significant benefit of Azure AI services?

  1. They require specialist AI knowledge to implement
  2. They are only accessible to large technology companies
  3. They unlock automation for workloads in language, vision, intelligent search, content generation, and more
  4. They are primarily designed for robotics applications
Show Answer

They unlock automation for workloads in language, vision, intelligent search, content generation, and more

2. How do Azure AI services dramatically improve speed-to-market?

  1. By requiring extensive coding skills
  2. By using pre-trained machine learning models and deploying them as resources
  3. By providing specialized APIs for each service
  4. By limiting access to only large organizations
Show Answer

By using pre-trained machine learning models and deploying them as resources

3. What are the two types of Azure AI service resources?

  1. Basic and advanced
  2. Public and private
  3. Multi-service and single-service
  4. Internal and external
Show Answer

Multi-service and single-service

4. How can developers access Azure AI services?

  1. Through REST APIs, client libraries, or integrated tools
  2. Through complex programming languages only
  3. Only by using Logic Apps and Power Automate
  4. Through manual configuration in the Azure portal only
Show Answer

Through REST APIs, client libraries, or integrated tools

5. What is the purpose of authentication in Azure AI services?

  1. To provide access to free resources
  2. To verify the user's identity and authorization to use the service
  3. To restrict access to specific geographical locations
  4. To ensure compatibility with legacy systems
Show Answer

To verify the user's identity and authorization to use the service

Fundamentals of Computer Vision

1. What is an image, from the perspective of a computer program?

  1. A representation of biological eyes
  2. A visual perception mechanism
  3. An array of numeric pixel values
Show Answer

An array of numeric pixel values

2. What does a single layer of pixel values in an image represent?

  1. RGB color hues
  2. Grayscale image
  3. Object detection
Show Answer

Grayscale image

3. What is the primary purpose of applying filters to images in computer vision?

  1. To remove data from images
  2. To manipulate the size of images
  3. To modify pixel values and create visual effects
Show Answer

To modify pixel values and create visual effects

4. Which machine learning model architecture is commonly used in computer vision for image classification?

  1. Recurrent Neural Networks (RNNs)
  2. Convolutional Neural Networks (CNNs)
  3. Transformer Networks
Show Answer

Convolutional Neural Networks (CNNs)

5. How are filter weights adjusted during the training process of a convolutional neural network?

  1. Randomly
  2. Based on image labels
  3. Manually
Show Answer

Based on image labels

6. What is the primary function of transformers in natural language processing (NLP)?

  1. Encoding language tokens as vector-based embeddings
  2. Removing noise from textual data
  3. Generating image captions
Show Answer

Encoding language tokens as vector-based embeddings

7. What are multi-modal models in computer vision?

  1. To provide prebuilt and customizable computer vision models
  2. To train language models
  3. To perform image editing tasks
Show Answer

To provide prebuilt and customizable computer vision models

8. Which capability is supported by Azure AI Vision service?

  1. Generating captions and descriptions of images
  2. Only optical character recognition
  3. Image compression
Show Answer

Generating captions and descriptions of images

Fundamentals of Facical Recognition

1. What is the primary purpose of face detection and analysis in artificial intelligence?

  1. To analyze text data
  2. To locate and analyze human faces in images or video content
  3. To identify animals in photographs
  4. To generate captions for images
Show Answer

To locate and analyze human faces in images or video content

2. What is an application of facial recognition?

  1. Identifying animals in photographs
  2. Automatically tagging known friends in photographs on social media
  3. Detecting objects in images
  4. Analyzing text data
Show Answer

Automatically tagging known friends in photographs on social media

3. What is the purpose of the Azure AI Face service?

  1. To provide basic face detection and analysis
  2. To identify animals in videos
  3. To analyze text data
  4. To generate captions for images
Show Answer

To provide basic face detection and analysis

4. What attributes can the Azure Face service provide related to detected faces?

  1. Species of animals
  2. Facial expressions
  3. Accessories, blur, exposure, glasses, head pose, mask, noise, and occlusion
  4. Text content
Show Answer

Accessories, blur, exposure, glasses, head pose, mask, noise, and occlusion

5. What is a requirement to use the Azure Face service for additional capabilities?

  1. Submit an intake form
  2. Subscribe to a premium plan
  3. Upgrade to a higher-tier Azure subscription
  4. Enroll in a certification program
Show Answer

Submit an intake form

Fundamentals of Optical Character Recognition

1. What is OCR?

  1. Optical Character Rendering
  2. Object Character Recognition
  3. Optical Character Recognition
  4. Object Code Recognition
Show Answer

Optical Character Recognition

2. Which of the following is NOT mentioned as a potential use of OCR?

  1. Digitizing medical records
  2. Scanning checks for bank deposits
  3. Analyzing satellite images
  4. Note-taking
Show Answer

Analyzing satellite images

3. What is the purpose of Azure AI Vision's Read API?

  1. Extract machine-readable text from images, PDFs, and TIFF files
  2. Analyze sentiment in text data
  3. Detect objects in images
  4. Generate synthetic images
Show Answer

Extract machine-readable text from images, PDFs, and TIFF files

4. Which of the following is NOT a way to use Azure AI Vision's Read API?

  1. Vision Studio
  2. REST API
  3. GraphQL
  4. Software Development Kits (SDKs)
Show Answer

GraphQL

5. What is the primary function of Vision Studio in Azure AI Vision?

  1. Writing code to interact with Azure AI Vision services
  2. Providing a graphical interface to access Azure AI Vision APIs
  3. Analyzing data from OCR results
  4. Training machine learning models
Show Answer

Providing a graphical interface to access Azure AI Vision APIs

6. Which resource type in Azure subscription allows access to multiple Azure AI services with one key and endpoint?

  1. Azure AI Vision
  2. Azure AI services
  3. Azure AI Language
  4. Azure AI Compute
Show Answer

Azure AI services

7. What hierarchy is used to organize the results returned by the Azure AI Vision's OCR engine?

  1. Pages -> Text blocks -> Words
  2. Pages -> Lines -> Words
  3. Pages -> Paragraphs -> Sentences
  4. Pages -> Regions -> Text blocks
Show Answer

Pages -> Lines -> Words

8. What is the main benefit of automating text processing with OCR?

  1. Reducing the need for manual data entry
  2. Increasing hardware efficiency
  3. Improving network security
  4. Accelerating graphic rendering
Show Answer

Reducing the need for manual data entry

9. In OCR, what are bounding boxes used for?

  1. Marking areas of text in an image
  2. Highlighting areas of interest in an image
  3. Identifying specific objects in an image
  4. Measuring the aspect ratio of an image
Show Answer

Marking areas of text in an image

Fundamentals of Text Analysis with the Language Service

1. What is the purpose of natural language processing (NLP) in computer systems?

  1. To interpret the subject of text in a way similar to humans
  2. To encrypt text for secure transmission
  3. To compress text files for storage efficiency
  4. To convert text to speech
Show Answer

To interpret the subject of text in a way similar to humans

2. Which of the following is an example of a use case for natural language processing (NLP)?

  1. Generating random text strings
  2. Analyzing satellite images
  3. Creating a social media sentiment analyzer
  4. Converting images to PDFs
Show Answer

Creating a social media sentiment analyzer

3. What is tokenization in the context of text analysis?

  1. Breaking down a text into distinct words or phrases
  2. Encrypting text for secure transmission
  3. Converting text to speech
  4. Analyzing the frequency of words in a text
Show Answer

Breaking down a text into distinct words or phrases

4. Which of the following techniques is used to determine the most commonly used words in a document?

  1. Tokenization
  2. Stemming
  3. Frequency analysis
  4. Entity recognition
Show Answer

Frequency analysis

5. What is the purpose of entity recognition in text analysis?

  1. To break down text into distinct words or phrases
  2. To detect the language of a text
  3. To identify people, places, events, and more in text
  4. To summarize the main points of a document
Show Answer

To identify people, places, events, and more in text

6. Which Azure resource type should you choose if you want to manage access and billing for Azure AI Language services separately from other services?

  1. Azure AI Vision
  2. Language resource
  3. Azure AI services resource
  4. Azure Compute
Show Answer

Language resource

7. What is the purpose of sentiment analysis in text analytics?

  1. To identify people, places, events, and more in text
  2. To break down text into distinct words or phrases
  3. To detect positive, negative, or neutral sentiments in text
  4. To summarize the main points of a document
Show Answer

To detect positive, negative, or neutral sentiments in text

8. What does the language detection capability of Azure AI Language identify?

  1. The sentiment of a text
  2. The language of a text
  3. The main points of a document
  4. The entities in a text
Show Answer

The language of a text

9. What is key phrase extraction used for in text analysis?

  1. To encrypt text for secure transmission
  2. To detect the language of a text
  3. To identify the main points or concepts in a document
  4. To summarize the main points of a document
Show Answer

To identify the main points or concepts in a document

10. What common natural language processing task is supported by language models?

  1. Image recognition
  2. Sentiment analysis
  3. Video processing
  4. Audio transcription
Show Answer

Sentiment analysis

Fundamentals of question answering with the Language Service

1. What is conversational AI?

  1. A solution that enables dialogue between an AI agent and a human
  2. A technique to encrypt communication between computers
  3. A method for compressing large text files
  4. An approach to convert speech into text
Show Answer

A solution that enables dialogue between an AI agent and a human

2. What is the purpose of question answering in conversational AI?

  1. To generate random questions
  2. To provide automated responses to customer queries
  3. To encrypt communication channels
  4. To compress large text files
Show Answer

To provide automated responses to customer queries

3. Which services are involved in creating a user support bot solution on Microsoft Azure?

  1. Azure AI Computer Vision and Azure Speech Services
  2. Azure AI Language and Azure AI Bot Service
  3. Azure Compute and Azure IoT Hub
  4. Azure Machine Learning and Azure Cognitive Search
Show Answer

Azure AI Language and Azure AI Bot Service

4. What is the first step in creating a project for custom question answering?

  1. Define questions and answers
  2. Provision a Language resource in Azure
  3. Test the project
  4. Build a bot with Azure AI Bot Service
Show Answer

Provision a Language resource in Azure

5. What is the purpose of connecting channels in a bot application?

  1. To encrypt communication between the bot and users
  2. To establish a secure connection with the Azure AI Bot Service
  3. To enable users to interact with the bot through various communication media
  4. To compress large text files for efficient transmission
Show Answer

To enable users to interact with the bot through various communication media

Fundamentals of conversational language understanding

1. What is an utterance in conversational language understanding?

  1. An example of something a user might say that the application must interpret
  2. A method for training language models
  3. A technique to encrypt communication channels
  4. A type of Azure resource
Show Answer

An example of something a user might say that the application must interpret

2. What is an entity in conversational language understanding?

  1. A pre-defined intent for common scenarios
  2. An item to which an utterance refers
  3. A method for connecting client applications to prediction resources
  4. A natural language expression that a user might say
Show Answer

An item to which an utterance refers

3. What is an intent in conversational language understanding?

  1. A specific instance of a general device entity
  2. The purpose or goal expressed in a user's utterance
  3. A resource for training language models
  4. A type of pre-built domain
Show Answer

The purpose or goal expressed in a user's utterance

4. What is the None intent used for in conversational language understanding?

  1. To handle utterances that do not match any other intent
  2. To define pre-built intents for common scenarios
  3. To train language models
  4. To create entities for utterances
Show Answer

To handle utterances that do not match any other intent

5. What is the purpose of authoring a model in conversational language understanding?

  1. To generate random sample utterances
  2. To define entities, intents, and utterances for training
  3. To connect client applications to prediction resources
  4. To publish language models for client consumption
Show Answer

To define entities, intents, and utterances for training

Fundamentals of Azure AI Speech

1. What are the two primary capabilities supported by AI speech systems?

  1. Speech recognition and transcription
  2. Speech synthesis and natural language processing
  3. Speech recognition and synthesis
  4. Speech analysis and sentiment detection
Show Answer

Speech recognition and synthesis

2. What is the purpose of speech recognition in AI systems?

  1. To convert text to speech
  2. To detect and interpret spoken input
  3. To analyze sentiment in spoken conversations
  4. To generate captions for audio files
Show Answer

To detect and interpret spoken input

3. Which models are typically used in speech recognition?

  1. Phonetic and grammatical models
  2. Acoustic and language models
  3. Syntax and semantic models
  4. Feature extraction and classification models
Show Answer

Acoustic and language models

4. What is the main purpose of speech synthesis?

  1. To detect spoken patterns in audio files
  2. To generate phonetic transcriptions
  3. To convert text to spoken output
  4. To analyze prosodic features in speech
Show Answer

To convert text to spoken output

5. Which Azure resource type is required to use Azure AI Speech service?

  1. Azure Compute
  2. Azure Storage
  3. Azure AI services
  4. Azure Networking
Show Answer

Azure AI services

Fundamentals of Azure AI Document Intelligence

1. What is the main purpose of document intelligence?

  1. To create documents
  2. To process text and extract information from documents
  3. To share documents
  4. To archive documents
Show Answer

To process text and extract information from documents

2. How does document intelligence automate the process of extracting data from receipts?

  1. By manually entering data into a database
  2. By converting scanned images of receipts into text using OCR
  3. By outsourcing the task to human workers
  4. By printing receipts on heat-sensitive paper
Show Answer

By converting scanned images of receipts into text using OCR

3. What are the two types of models supported by Azure AI Document Intelligence?

  1. Simple and complex models
  2. Prebuilt and custom models
  3. Online and offline models
  4. Static and dynamic models
Show Answer

Prebuilt and custom models

4. What kind of information can prebuilt models in Azure AI Document Intelligence extract from invoices?

  1. Only customer names
  2. Only transaction details
  3. Only sales details
  4. Customer and vendor details, sales and transaction details, and more
Show Answer

Customer and vendor details, sales and transaction details, and more

5. What is the main advantage of using the prebuilt receipt model in Azure AI Document Intelligence?

  1. It can process images only in JPEG format
  2. It can process images of any format and size
  3. It can process only one receipt type
  4. It can recognize data on various receipt types with different languages and formats
Show Answer

It can recognize data on various receipt types with different languages and formats

Fundamentals of Knowledge Mining and Azure AI Search

1. What is the primary purpose of knowledge mining solutions like Azure AI Search?

  1. To manually read through documents
  2. To automatically extract information from unstructured data
  3. To organize documents in a file system
  4. To create documents
Show Answer

To automatically extract information from unstructured data

2. What is one of the features of Azure AI Search's AI-powered search capabilities?

  1. Support for only one language
  2. Integration with Office 365 only
  3. Support for image and text analysis
  4. Restricted to cloud assets only
Show Answer

Support for image and text analysis

3. How does Azure AI Search enable data ingestion from various sources?

  1. By restricting data sources to Azure databases only
  2. By providing built-in connectors for data ingestion
  3. By allowing only JSON format data
  4. By requiring manual data entry
Show Answer

By providing built-in connectors for data ingestion

4. What is the purpose of a skillset in Azure AI Search?

  1. To define search queries
  2. To store search results
  3. To automate data ingestion
  4. To apply a sequence of AI skills to enrich data
Show Answer

To apply a sequence of AI skills to enrich data

5. How are Azure AI Search indexes structured?

  1. As rows in a database
  2. As JSON documents
  3. As tables in a file system
  4. As columns in a spreadsheet
Show Answer

As JSON documents

6. What are the two approaches provided by Azure AI Search to create and load JSON documents into an index?

  1. Push method and Pull method
  2. Export method and Import method
  3. REST API method and SDK method
  4. Source method and Target method
Show Answer

Push method and Pull method

7. Which method does Azure AI Search use to pull data from external Azure data sources and populate a search index?

  1. Push method
  2. REST API method
  3. Pull method
  4. Import method
Show Answer

Pull method

8. How can you monitor the progress of loading new documents into an index?

  1. By checking the Azure AI Search dashboard
  2. By monitoring the associated indexer
  3. By using the Search explorer tool
  4. All of the above
Show Answer

All of the above

9. What is the purpose of a knowledge store in Azure AI Search?

  1. To persist connection information to source data
  2. To store enriched content generated from AI skillsets
  3. To create a physical data structure for full text search
  4. To manage components of the Azure AI Search resource
Show Answer

To store enriched content generated from AI skillsets

10. What is the default search syntax for queries in Azure AI Search?

  1. Simple query syntax
  2. Full Lucene query syntax
  3. Advanced query syntax
  4. Complex query syntax
Show Answer

Simple query syntax

Fundamentals of Generative AI

1. What is generative AI?

  1. AI that imitates human behavior using predefined instructions
  2. AI that interacts with the environment without explicit directions
  3. AI that generates original content
  4. AI that analyzes existing data and makes predictions
Show Answer

AI that generates original content

2. Which of the following is an example of generative AI application?

  1. Weather forecasting
  2. Stock market analysis
  3. ChatGPT, a chatbot
  4. Medical diagnosis
Show Answer

ChatGPT, a chatbot

3. What types of responses can generative AI applications provide?

  1. Text only
  2. Text, images, and code
  3. Images only
  4. Code only
Show Answer

Text, images, and code

4. What is the purpose of tokenization in transformer models?

  1. To create natural language responses
  2. To decompose training text into tokens
  3. To generate embeddings for tokens
  4. To calculate attention scores
Show Answer

To decompose training text into tokens

5. What is the role of attention layers in transformer models?

  1. To predict the next token in a sequence
  2. To evaluate the semantic relationships between tokens
  3. To decompose training text into tokens
  4. To generate embeddings for tokens
Show Answer

To evaluate the semantic relationships between tokens

6. What is Azure OpenAI Service?

  1. Microsoft's cloud solution for deploying, customizing, and hosting large language models
  2. A platform for weather forecasting
  3. An API for stock market analysis
  4. A medical diagnosis tool
Show Answer

Microsoft's cloud solution for deploying, customizing, and hosting large language models

7. What can developers do with Azure OpenAI Studio?

  1. Deploy large language models and provide few-shot examples
  2. Build and deploy weather forecasting models
  3. Train medical diagnosis models
  4. Analyze stock market trends
Show Answer

Deploy large language models and provide few-shot examples

8. What are copilots?

  1. Large language models for generating code
  2. AI assistants that help users with common tasks
  3. Models specifically designed for medical diagnosis
  4. Tools for weather forecasting
Show Answer

AI assistants that help users with common tasks

9. What is prompt engineering?

  1. The process of designing user interfaces
  2. The process of improving the quality of responses from generative AI by refining prompts
  3. The process of optimizing search engine algorithms
  4. The process of training machine learning models
Show Answer

The process of improving the quality of responses from generative AI by refining prompts

10. How can developers improve the quality of responses from generative AI?

  1. By using complex prompts
  2. By providing examples and grounding data in prompts
  3. By increasing the size of the model
  4. By reducing the amount of training data
Show Answer

By providing examples and grounding data in prompts

Fundamentals of Azure OpenAI Service

1. What are the main goals of the partnership between Microsoft and OpenAI?

  1. To utilize Azure's infrastructure, including security, compliance, and regional availability, to help users build enterprise-grade applications.
  2. To deploy OpenAI AI model capabilities across Microsoft products, including and beyond Azure AI products.
  3. To use Azure to power all of OpenAI's workloads.
  4. All of the above
Show Answer

All of the above

2. What are GPT models proficient in?

  1. Understanding and creating natural language
  2. Generating images
  3. Translating code from one programming language into another
  4. None of the above
Show Answer

Understanding and creating natural language

3. What is one way to access Azure OpenAI Service?

  1. By registering for limited access
  2. By downloading the Azure OpenAI Studio app
  3. By purchasing a subscription from the Microsoft Store
  4. All of the above
Show Answer

By registering for limited access

4. How can Azure OpenAI help developers code faster?

  1. By providing code suggestions and completions
  2. By automatically debugging code
  3. By generating entire software applications
  4. None of the above
Show Answer

By providing code suggestions and completions

5. What is the significance of Azure OpenAI's enterprise-grade security features?

  1. They ensure that only Microsoft employees can access the service
  2. They protect users' AI models and data
  3. They prioritize speed over security
  4. They limit the functionality of the AI models
Show Answer

They protect users' AI models and data

6. How does Azure OpenAI contribute to responsible AI use?

  1. By allowing users to build any application without restrictions
  2. By providing tools to detect and mitigate harmful use cases
  3. By promoting biased decision-making
  4. None of the above
Show Answer

By providing tools to detect and mitigate harmful use cases

7. What is the purpose of Transparency Notes in Azure OpenAI?

  1. To explain how to use the Azure OpenAI Studio app
  2. To outline the terms of service for Azure OpenAI
  3. To share information about how the technology is built and its implications
  4. None of the above
Show Answer

To share information about how the technology is built and its implications

Fundamentals of Responsible Generative AI

1. According to Microsoft's guidelines, what is the first stage in developing a responsible generative AI plan?

  1. Identify potential harms
  2. Measure potential harms
  3. Mitigate potential harms
Show Answer

Identify potential harms

2. Which layer of a generative AI solution focuses on the construction of prompts submitted to the model?

  1. The model layer
  2. The safety system layer
  3. The metaprompt and grounding layer
Show Answer

The metaprompt and grounding layer

3. What is the purpose of the "red team" testing mentioned in the responsible generative AI process?

  1. To verify the presence of potential harms in the solution
  2. To prioritize the identified harms
  3. To test the robustness of the model layer
Show Answer

To verify the presence of potential harms in the solution

4. What is a recommended approach to measuring a system for potential harms?

  1. Performing only manual testing to ensure accuracy
  2. Using pre-defined criteria to evaluate the output
  3. Applying harm categorization after the testing phase
Show Answer

Using pre-defined criteria to evaluate the output

5. What should be included in the documentation and descriptions of a generative AI solution?

  1. Descriptions of the user interface design only
  2. Information about the generative AI model used
  3. Recommendations for system deployment
Show Answer

Information about the generative AI model used

6. What is the purpose of the safety system layer in a generative AI solution?

  1. To fine-tune the generative AI model
  2. To apply platform-level configurations and capabilities to mitigate harm
  3. To design the user interface of the application
Show Answer

To apply platform-level configurations and capabilities to mitigate harm

7. What is the significance of devising a phased delivery plan for releasing a generative AI solution?

  1. It allows for rapid deployment without user feedback
  2. It helps gather feedback and identify problems before a wider release
  3. It ensures complete secrecy of the solution until full release
Show Answer

It helps gather feedback and identify problems before a wider release

Releases

No releases published

Packages

No packages published