Font size
WorksheetsAI questions 1
Total questions: 91
Worksheet time: 46mins
What is the key difference between regression and classification?
Regression predicts categorical values, while classification predicts continuous values.
Regression predicts continuous values, while classification predicts categorical values.
Both regression and classification predict categorical values.
Both regression and classification predict continuous values.
Which of the following is an example of regression?
Predicting the price of a house
Classifying an email as spam or not spam
Grouping customers based on purchasing behavior
Detecting fraudulent transactions
Which algorithm is commonly used for classification tasks?
K-means clustering
Linear regression
Decision Trees
A* search
K-means clustering is an example of what type of learning?
Supervised learning
Unsupervised learning
Semi-supervised learning
Reinforcement learning
In K-means clustering, what does 'K' represent?
The number of clusters
The distance between centroids
The number of data points
The number of iterations
Which of the following is an application of K-means clustering in business? (Select all that apply)
Customer segmentation
Product categorization
Predicting future sales
Identifying fraudulent transactions
In state space search, what is a "state"?
The final goal of the problem
A representation of the problem elements at a given moment
A function used to estimate the solution
The actions taken by the agent
Which of the following best describes the purpose of state space search?
To explore different problem-solving strategies based on predefined rules
To explore a set of possible states to find a sequence of actions leading to the goal
To group similar data points based on their features
To classify new data points based on historical data
Which of the following is true about Breadth-first search (BFS)? (Select all that apply)
It explores all nodes at the current depth level before moving to the next level
It guarantees finding the shortest path if all steps cost the same
It explores one branch deep before backtracking
It uses less memory than Depth-first search
What type of search strategy is Breadth-first search (BFS)?
Uninformed search
Informed search
Heuristic search
Greedy search
Which search strategy uses domain-specific knowledge to find more efficient solutions?
Breadth-first search
Depth-first search
Uninformed search
Heuristic search
What is the main difference between Depth-first search (DFS) and Breadth-first search (BFS)
DFS explores all nodes at the same level before moving deeper.
BFS explores one branch deep before backtracking.
DFS explores a branch deep before backtracking, while BFS explores all nodes at the same level.
BFS and DFS are the same algorithm but used for different purposes.
In the context of informed search, what does the A algorithm combine to determine which path to explore?
Path cost and heuristic estimate
Breadth and depth exploration
Path cost and number of nodes
Total number of states and actions
Which of the following algorithms is considered "uninformed" or "blind"?
A* search
Breadth-first search
K-means clustering
Decision Trees
Which of the following are applications of K-means clustering? (Select all that apply)
Fraud detection
Grouping customers based on their purchasing behavior
Classifying emails as spam or not spam
Categorizing products by features
What is the primary purpose of computer vision?
To allow computers to hear and process audio signal
To enable computers to visually perceive and interpret the world
To allow computers to learn human languages
To enable computers to store vast amounts of data
Which of the following is NOT a computer vision workload?
Image Description
Text Reading
Speech Synthesis
Facial Recognition
In image classification, what is the main goal?
Detecting specific objects within an image
Recognizing faces in an image
Classifying images based on their main subject
Reading text from an image
Which of the following uses object detection technology?
Image sorting by date
Detecting emergency equipment in buildings
Enhancing image resolution
Translating text within images
What technology is used to convert handwritten notes into digital text?
Object Detection
Optical Character Recognition (OCR)
Image Classification
Conversational AI
What is the function of the Read API in OCR?
Reading text in multiple languages in small images
Converting audio to text
Extracting text from larger documents asynchronously
Detecting objects within an image
Which application is a typical use of face recognition?
Identifying handwritten text in forms
Recognizing people in social media photos
Mapping pedestrian movement in real-time
Predicting weather patterns
What is one main feature of conversational AI?
It can detect content in images.
It allows users to engage in natural conversations with computers.
It converts text to speech.
It organizes digital files by content.
Which use case involves semantic segmentation?
Extracting the main subject of an image
Converting text to speech
Understanding pixel-level details for self-driving cars
Translating a document into multiple languages
What role does Microsoft Cognitive Services play in AI?
Provides a platform for building and training custom machine learning models
Offers pre-built ML models and APIs for common AI tasks
Is a hardware platform for AI computations
Exclusively supports image analysis
Which of the following are applications of Optical Character Recognition (OCR)? (Select all that apply)
Automating form processing
Detecting pedestrians in vehicle cameras
Converting historical documents into digital text
Sorting images based on subjects
Which of the following are capabilities of computer vision? (Select all that apply)
Content Tagging
Speech Recognition
Object Detection
Facial Recognition
What are some use cases of computer vision in various industries? (Select all that apply)
Self-driving cars detecting pedestrians
Scheduling automated emails
Monitoring solar panels with drones
Automated banking check deposits
Which tasks can conversational AI assist with? (Select all that apply)
Answering FAQs in webchat
Sorting images by category
Accepting meeting invitations automatically
Reducing human workload in customer support
Which services are included under Microsoft Cognitive Services for AI? (Select all that apply)
Vision
Language
Search
Image Processing Only
What are some functionalities provided by Azure’s Language Cognitive Service?
Key phrase extraction
Image recognition
Entity recognition
Sentiment analysis
Conversational AI agents (bots) can engage with users through which of the following channels?
Web chat interfaces
Social media platforms
Virtual reality headsets
What are the primary applications of speech-to-text and text-to-speech functionalities in NLP?
Transcription of audio
Language translation
Automated customer service
Accessibility for visually impaired users
Which types of entities can be included in an Azure question-answering knowledge base?
FAQs from an existing document
Custom question and answer pairs
Built-in chit-chat content
Machine learning models
What is the purpose of machine learning?
To manually analyze large datasets
To create predictive models by finding relationships in data
To replace all manual labor with automation
To build hardware for data storage
Which type of machine learning involves labeled training data?
Supervised learning
Unsupervised learning
Clustering
Reinforcement learning
What is a primary characteristic of clustering in machine learning?
It uses labels to predict outcomes
It groups similar items together
It predicts numeric values
It uses reinforcement algorithms
What is Azure Machine Learning Designer used for?
Writing machine learning code
Managing Azure subscriptions
Creating and deploying machine learning pipelines
Collecting labeled datasets
What is the main feature of Automated Machine Learning in Azure?
It provides hardware for training models
It automates finding the best model for the data
It labels datasets automatically
It visualizes data in 3D
What are the steps involved in model training and validation?
Splitting the data into training and validation sets
Applying an algorithm to fit the data to a model
Using a validation set to predict and compare outcomes
Publishing the model directly after training
What are the key components of Azure Machine Learning?
Compute resources
Azure ML Workspace
Automated Machine Learning
Cloud gaming services
What are examples of supervised machine learning tasks?
Regression
Classification
Clustering
Predicting house prices
Which features describe unsupervised machine learning?
It uses labeled data
It identifies patterns in unlabeled data
It includes clustering tasks
It predicts specific numeric outcomes
What are benefits of using Automated Machine Learning?
It reduces the time needed for experimentation
It eliminates the need for data preparation
It selects the best algorithm automatically
It supports scalability and efficiency
Which of the following is a major benefit of AI?
Reduction in the cost of performing work.
Work can be performed much slower.
Work is more inconsistent than human work.
AI reduces productivity.
Which of the following is NOT a characteristic of Artificial Intelligence?
AI machines are trained with data and algorithms.
AI machines can learn from mistakes and experiences.
AI machines always work on fixed algorithms.
AI machines can analyze situations and take decisions accordingly.
Which of the following machines does NOT require training data?
Artificial Intelligence machines
Smart machines that work on fixed algorithms
Self-learning machines
Autonomous machines
Why does prompt engineering matter in AI?
It is unnecessary for AI outcomes.
It ensures accurate, safe, and ethical AI results.
It limits the AI's capabilities.
It makes AI work faster.
What is a best practice in prompt engineering?
Always use complex prompts from the beginning.
Test different prompts to understand AI responses.
Never review the AI-generated content.
Avoid collaboration with others on prompts.
What is Artificial Intelligence?
Technology that can learn to do things better over time.
Technology that can understand human language.
Technology that can answer questions.
Techonlogy that requires user input.
Which of the following is not an application area of AI?
Self-driving cars
Personalized shopping
Fraud prevention
Manual data entry
Why did Uber pay $245 million to Waymo?
To settle a patent infringement lawsuit
To settle a lawsuit related to intellectual property theft
To purchase Waymo’s self-driving technology
To acquire a stake in Waymo
What was Levandowski accused of doing before joining Uber?
Selling Uber’s confidential information
Sabotaging Uber’s self-driving car project
Stealing confidential self-driving technology files from Waymo
Launching a rival self-driving startup
What is a major legal concern regarding the use of AI systems?
Ownership of AI technology
Liability for AI errors
The cost of implementing AI
The speed at which AI learns
Which of the following is an example of a privacy concern related to AI and IoT technologies?
AI malfunctioning in medical diagnoses
Virtual assistants listening to conversations
Autonomous cars causing accidents
AI overtaking human jobs
What impact might intelligent systems have on jobs and the workforce?
Complete job elimination in all sectors
Increased need for unskilled labor
Creation of new jobs and displacement of others
Stabilization of current job trends
What is a potential danger of robots and AI systems?
Decreased human labor efficiency
Increased privacy and safety risks
Universal wage increases
Limited innovation in technology
What role does the U.S. Justice Department play in the lawsuit against RealPage and Yardi?
Investigating whether their pricing systems drive up rents unlawfully
Defending RealPage and Yardi in court
Approving RealPage’s pricing algorithms
Supporting landlords in using algorithmic pricing systems
RealPage and Yardi deny the lawsuit claims by stating that their algorithms:
Facilitate collusion between landlords
Prevent tenants from negotiating lower rents
Use non-public data to set rent prices
Help landlords manage properties more efficiently
What is one argument against the use of algorithmic pricing systems in setting rents?
They limit rent increases for tenants
They boost landlord profitability with fewer vacancies
They contribute to unaffordable housing
They enhance market competition
What impact has the rise of algorithmic pricing systems had on vacancy rates in some markets?
Increased occupancy across all properties
Lowered rents to fill vacancies
Higher rents despite increased vacancies
Prevented all vacancies
Which of the following are privacy concerns related to AI and IoT technologies? (Select all that apply)
Virtual assistants listening to conversations
Self-driving cars causing accidents
AI dashcams tracking passing cars
Robots taking over jobs
What are potential arguments tenants could raise against algorithmic pricing systems? (Select all that apply)
Algorithms increase rents beyond what market forces dictate
Algorithms ensure fair rent prices for tenants
Algorithms lack transparency in rent-setting processes
Algorithms enhance negotiation power for tenants
Which legal issues arise with implementing intelligent systems? (Select all that apply)
Ownership of knowledge in AI systems
Liability for errors made by AI
The cost of implementing AI
Ethical concerns regarding autonomous weapons
What potential dangers of AI and robots were mentioned? (Select all that apply)
Job loss
Enhanced market innovation
Bias in AI systems
Increased energy consumption
What remedies could be pursued to protect tenants from algorithmic pricing systems? (Select all that apply)
Regulatory oversight of pricing algorithms
Introducing rent control policies
Allowing non-public data to be shared between landlords
Requiring greater transparency in rent-setting
What is the primary goal of Computer Vision?
To improve computer processing speed
To enable machines to interpret and understand visual data
To enhance audio recognition capabilities
To develop autonomous financial systems
Which service in Azure is used for custom image classification?
Computer Vision Service
Custom Vision Service
Face Service
Form Recognizer
What does Optical Character Recognition (OCR) in Azure do?
Recognizes spoken language in videos
Detects and reads text in images
Tracks motion in video feeds
Identifies facial emotions
Which feature of the Face Service is limited to managed Microsoft customers?
Blur detection
Identity verification
Glasses detection
Head pose analysis
What is the maximum file size for images analyzed by Azure AI Vision?
1 MB
4 MB
10 MB
20 MB
Which of these is NOT an application of the Computer Vision Service?
Smart cropping
Image analysis
Voice synthesis
Face detection
What is the key advantage of the Form Recognizer Service?
Extracting semantic data from forms
Translating text into multiple languages
Enhancing image resolution
Performing sentiment analysis
What is one benefit of training a model using the Custom Vision Service?
Automated updates without retraining
Support for unique classification needs
Immediate deployment without data
Universal adaptability across industries
Which Azure service enables detecting the presence and movement of people in a space?
Video Analysis
OCR
Face Service
Custom Vision Service
What principle guides Microsoft’s restrictions on facial recognition technology?
Enhanced security needs
Responsible AI Principles
Technological innovation goals
International law compliance
Which tasks can the Computer Vision Service perform?
Object detection
Handwritten text recognition
Analyzing audio files
Image tagging
What features are included in Azure’s Face Service?
Blur detection
Age prediction
Image cropping
Identity verification
Which industries benefit from Azure’s Computer Vision?
Healthcare
Automotive
Manufacturing
Legal services
What are some best practices for optimizing computer vision workloads on Azure?
Data preprocessing
Scaling resources
Ignoring security measures
Continuous monitoring
What does NLP stand for?
Natural Logic Processing
Natural Language Processing
Network Language Processing
Neural Learning Protocol
Which component of NLP is responsible for determining the sentiment in a text?
Entity Recognition
Machine Translation
Sentiment Analysis
Speech Synthesis
What is the primary purpose of Conversational AI?
To improve graphic rendering
To facilitate a dialog between an AI and a human
To manage database operations
To process financial transactions
Which Azure service is used for developing and managing bots?
Azure Bot Service
Azure Machine Learning
Azure Virtual Machines
Azure Kubernetes Service
Which NLP technique is used to convert text from one language to another?
Text-to-speech
Sentiment analysis
Machine translation
Speech recognition
In the context of NLP, what is an 'entity'?
A type of chatbot
A word or phrase representing important data like names or locations
A network protocol
A machine learning algorithm
Which Azure feature is used to detect the predominant language in a text?
Language detection
Speech recognition
Machine translation
Key phrase extraction
What functionality does text-to-speech provide in NLP?
Converts spoken language to written text
Converts written text to audible speech
Translates languages
Detects entities in text
Which of the following platforms is NOT mentioned as a deployment channel for bots?
Web chat interfaces
Mobile applications
Social media platforms
What is a primary benefit of question-answering systems in Azure?
Reduces server costs
Provides fast and accurate responses to user queries
Increases data storage capacity
Improves hardware efficiency
Which of the following are key components of Natural Language Processing?
Text analysis
Machine learning algorithms
Sentiment analysis
Speech recognition
