Quiz: AI and Machine Learning Fundamentals — 21 questions

Detailed questions and answers

1. Which network task is a direct application of predictive AI?

Generating Python scripts for device configuration
Forecasting traffic patterns from network data
Designing a new network topology
Writing documentation for network devices

Forecasting traffic patterns from network data

Explanation

Predictive AI uses data to forecast network conditions such as traffic patterns. Generating scripts, designs, and documentation are examples of artifacts produced by generative AI.

2. A system receives customer records without category labels and discovers groups of customers with similar behavior. Which learning type is being used?

Unsupervised learning, because the system discovers groupings from unlabeled data
Reinforcement learning, because the system receives penalties for incorrect group assignments
Deep learning, because every grouping task requires a multilayered neural network
Supervised learning, because the system predicts categories supplied during training

Unsupervised learning, because the system discovers groupings from unlabeled data

Explanation

Unsupervised learning finds patterns, relationships, or groupings in data without predefined labels, matching the customer-segmentation situation. Supervised learning requires provided answers, while the scenario does not involve rewards or require a particular neural-network architecture.

3. What distinguishes deep learning from machine learning more generally?

Deep learning learns through rewards while other machine learning avoids environmental interaction
Deep learning uses multilayered neural networks for complex tasks and large datasets
Deep learning trains from labeled answers while other machine learning uses no data labels
Deep learning searches for groupings in unlabeled data without making predictions

Deep learning uses multilayered neural networks for complex tasks and large datasets

Explanation

Deep learning is a specialized subset of machine learning that uses multilayered neural networks to process large datasets and perform complex tasks. Labels, rewards, and unlabeled grouping describe particular learning setups, not the defining distinction of deep learning.

4. Which combination most directly explains the growing importance of artificial intelligence?

Greater computing power, abundant big data, and advances in AI research
Expanded software licensing, standardized interfaces, and declining data collection
Faster internet access, cheaper hardware, and reduced use of digital services
More manual data processing, smaller datasets, and fewer research breakthroughs

Greater computing power, abundant big data, and advances in AI research

Explanation

AI has become more important because computing power has increased, large datasets have become available, and AI research has made significant breakthroughs. Faster internet or software licensing may support technology generally but does not capture the stated drivers of AI’s growth.

5. A retailer wants to discover previously unknown customer segments without assigning categories in advance. Which approach best fits this goal?

Unsupervised learning, because it clusters data by shared features
Reinforcement learning, because it rewards profitable purchases
Generative learning, because it produces synthetic customer profiles
Supervised learning, because it requires predefined customer labels

Unsupervised learning, because it clusters data by shared features

Explanation

Unsupervised learning can group similar data points into clusters and reveal hidden patterns without predefined labels. Supervised learning would require labeled examples representing the customer categories in advance.

6. How does reinforcement learning improve a model’s behavior over time?

It interacts with an environment and uses rewards or penalties to guide actions
It studies labeled examples and copies the correct answer for each new input
It processes large datasets through several layers of a neural network
It groups unlabeled records according to similarities among their features

It interacts with an environment and uses rewards or penalties to guide actions

Explanation

Reinforcement learning improves behavior through interaction with an environment, using rewards and penalties to encourage actions that maximize performance over time. Labeled examples describe supervised learning, grouping describes unsupervised learning, and multilayered networks describe deep learning.

7. When a network outage occurs, which Cisco Catalyst Center capability analyzes its underlying cause and may recommend a resolution?

AI Network Analytics
AI-enhanced Radio Resource Management
AI Endpoint Analytics
Machine Reasoning Engine

Machine Reasoning Engine

Explanation

The Machine Reasoning Engine uses AI to perform root-cause analysis and can suggest or carry out corrective actions. AI Endpoint Analytics instead focuses on identifying and classifying devices.

8. What feedback mechanism allows a reinforcement-learning agent to improve its behavior?

It receives a reward or penalty after taking an action
It compares its output with a biological neural network
It extracts increasingly abstract features through hidden layers
It receives a label for every training example before acting

It receives a reward or penalty after taking an action

Explanation

A reinforcement-learning agent interacts with an environment, takes actions, and uses resulting rewards or penalties to learn which actions produce better outcomes. Receiving labels for training examples is characteristic of supervised learning.

9. Which sequence describes how data moves through a deep-learning network?

Input layer, multiple hidden layers, then output layer
Hidden layer, labeled examples, then biological processing layer
Output layer, one hidden layer, then input layer
Input layer, reward layer, then penalty and output layers

Input layer, multiple hidden layers, then output layer

Explanation

Deep-learning networks pass data from an input layer through multiple hidden layers and finally to an output layer, with successive layers extracting more abstract features. Rewards and penalties belong to reinforcement learning rather than the standard layer sequence.

10. A security team needs to identify an unauthorized device and place it into an appropriate network segment; which capability best fits this task?

AI-enhanced Radio Resource Management
Machine Reasoning Engine
AI Network Analytics
AI Endpoint Analytics

AI Endpoint Analytics

Explanation

AI Endpoint Analytics identifies and classifies devices, detects unauthorized or unusual behavior, and supports automated profiling and segmentation. The Machine Reasoning Engine focuses on diagnosing the causes of network problems.

11. What does artificial intelligence enable computers to do?

Simulate human-like abilities such as recognizing patterns and solving problems
Execute fixed instructions without adapting to changing information
Store large datasets without interpreting or acting on their contents
Connect devices through networks without making decisions from data

Simulate human-like abilities such as recognizing patterns and solving problems

Explanation

Artificial intelligence enables computers to simulate abilities commonly associated with human intelligence, including pattern recognition, learning, decision-making, and problem-solving. The alternatives describe storage, fixed programming, or networking rather than intelligent behavior.

12. How does supervised learning classify an unseen data point?

It groups the point with similar examples without using labels
It learns relationships between labeled inputs and their known outputs
It generates a new example by recombining learned patterns
It selects an action by maximizing rewards from an environment

It learns relationships between labeled inputs and their known outputs

Explanation

Supervised learning studies labeled examples to learn the relationship between each input and its label, then applies that relationship to unseen data. Grouping similar points without labels describes unsupervised learning, not supervised classification.

13. What is the primary role of AI Network Analytics in Cisco Catalyst Center?

Establishing behavioral baselines and detecting network anomalies
Identifying unauthorized devices and automating device segmentation
Performing root-cause analysis and applying corrective actions
Adjusting wireless radio settings to balance access-point load

Establishing behavioral baselines and detecting network anomalies

Explanation

AI Network Analytics learns normal network behavior, offers optimization recommendations, and monitors for anomalies. Root-cause analysis belongs to the Machine Reasoning Engine, not AI Network Analytics.

14. What is an artificial neural network?

A computational model inspired by biological information processing
A reward-based system that learns actions through environmental feedback
A living information-processing system found in the human brain
A clustering method that groups data without human supervision

A computational model inspired by biological information processing

Explanation

An artificial neural network is a computational model inspired by the way biological neural networks process information. A biological neural network is a living system, whereas an artificial one is implemented computationally.

15. How does a machine-learning algorithm typically make a prediction about new data?

It identifies patterns in input data and applies them to make a prediction or decision
It removes unusual observations before a human chooses the final answer
It follows a complete set of manually written instructions for every possible input
It copies the most recent example without analyzing relationships among the data

It identifies patterns in input data and applies them to make a prediction or decision

Explanation

Machine-learning algorithms detect patterns in input data and use those patterns to make predictions or decisions on new data. A hard-coded system instead relies on explicit human-written instructions, which is the key distinction highlighted here.

16. What kind of data is used to train a supervised-learning model?

Labeled data containing the correct answers for the training examples
Unlabeled data from which the model must discover its own groupings
Large datasets processed through multilayered neural networks
Interaction data paired with rewards or penalties for chosen actions

Labeled data containing the correct answers for the training examples

Explanation

Supervised learning trains on labeled examples for which the correct answers are provided, allowing the model to learn predictions or classifications. Unlabeled data characterizes unsupervised learning, while rewards and multilayered networks describe other learning types.

17. A network engineer asks an AI system to produce a Python script that configures multiple routers; which type of AI is being used?

Predictive AI
Radio resource management AI
Endpoint classification AI
Generative AI

Generative AI

Explanation

Generative AI creates network artifacts, including Python automation scripts for configuring devices. Predictive AI instead forecasts network behavior, threats, or equipment failures.

18. Which statement best defines machine learning in relation to artificial intelligence?

It is a separate field that replaces AI by following instructions written in advance
It is a branch of robotics that lets machines move without processing information
It is a data-storage method that organizes examples for later human analysis
It is a subset of AI in which computers learn from data and improve without explicit programming

It is a subset of AI in which computers learn from data and improve without explicit programming

Explanation

Machine learning is a subset of artificial intelligence that allows systems to learn from data and improve without explicit programming for every behavior. The broader AI field can also include applications that do not learn from data, so ML does not replace AI.

19. A hospital uses past patient records to estimate the likelihood of future treatment outcomes. Which type of AI is being used?

Reinforcement AI, because it learns treatment actions from penalties
Unsupervised AI, because it groups patients without examining outcomes
Predictive AI, because it forecasts outcomes from historical data
Generative AI, because it creates new medical content from patterns

Predictive AI, because it forecasts outcomes from historical data

Explanation

Predictive AI analyzes historical data to forecast future outcomes, including healthcare outcomes. Generative AI instead learns patterns to create new content such as text, images, or audio.

20. How does AI-enhanced Radio Resource Management improve wireless network operation?

It analyzes incidents to determine causes and recommend corrective actions.
It classifies endpoints and segments devices according to their identities.
It establishes behavioral baselines to predict anomalies across the network.
It dynamically adjusts radio settings to balance load and reduce interference.

It dynamically adjusts radio settings to balance load and reduce interference.

Explanation

AI-enhanced Radio Resource Management dynamically changes radio settings to balance wireless demand, limit interference, and improve coverage. Establishing baselines is handled by AI Network Analytics, while incident diagnosis is handled by the Machine Reasoning Engine.

21. Which task is a direct example of generative AI?

Forecasting tomorrow’s weather from historical measurements
Detecting an unusual pattern in network activity
Creating an image from learned visual patterns
Predicting traffic congestion on a planned route

Creating an image from learned visual patterns

Explanation

Generative AI learns patterns from existing data and creates new content, such as an image. Weather forecasting, traffic prediction, and anomaly detection are applications of predictive AI.

Review with flashcards

Memorize the answers with 48 flashcards on AI and Machine Learning Fundamentals.

What does artificial intelligence (AI) use to simulate intelligence?

Computers.

Which human behaviors does AI simulate?

Recognizing patterns, learning, making decisions, and solving problems.

Name one example of AI in virtual assistants.

Siri.

See flashcards →

Read the study sheet

Read the complete study sheet on AI and Machine Learning Fundamentals.

See study sheet →

Similar courses

Create your own quizzes

Import your course and AI generates quizzes with corrections in 30 seconds.

Quiz generator