Statistical Artificial Intelligence uses data, probability, and statistical patterns to make predictions or decisions.
Incorrect! Try again.
3What is the main purpose of machine learning?
Overview of Machine Learning
Easy
A.To replace all computer hardware
B.To help computers learn from data
C.To create internet connections
D.To store files without programs
Correct Answer: To help computers learn from data
Explanation:
Machine learning enables computers to identify patterns and improve their performance using data.
Incorrect! Try again.
4What is a model in machine learning?
Overview of Machine Learning
Easy
A.A collection of unrelated files
B.A learned pattern used for predictions
C.A network cable connection
D.A physical computer component
Correct Answer: A learned pattern used for predictions
Explanation:
A machine learning model is a learned representation of patterns that can be used to make predictions or decisions.
Incorrect! Try again.
5What type of data is used in supervised learning?
Supervised learning
Easy
A.Labeled data
B.Unrelated data
C.Encrypted data
D.Deleted data
Correct Answer: Labeled data
Explanation:
Supervised learning uses examples that include inputs and their known correct outputs, called labels.
Incorrect! Try again.
6Which task is an example of supervised learning?
Supervised learning
Easy
A.Choosing actions without feedback
B.Finding hidden data groups
C.Predicting house prices
D.Grouping songs by similarity
Correct Answer: Predicting house prices
Explanation:
House price prediction uses labeled examples containing property information and known prices.
Incorrect! Try again.
7What is the main goal of unsupervised learning?
Unsupervised learning
Easy
A.To discover patterns in unlabeled data
B.To translate instructions into hardware
C.To follow rewards from an environment
D.To learn from a teacher's labels
Correct Answer: To discover patterns in unlabeled data
Explanation:
Unsupervised learning finds structures or patterns in data without provided output labels.
Incorrect! Try again.
8Which technique commonly groups similar data points?
Unsupervised learning
Easy
A.Clustering
B.Classification
C.Regression
D.Compilation
Correct Answer: Clustering
Explanation:
Clustering organizes data points into groups based on their similarity.
Incorrect! Try again.
9How does an agent learn in reinforcement learning?
Reinforcement learning
Easy
A.By grouping data without feedback
B.By copying a fixed rule list
C.By reading only labeled examples
D.By receiving rewards or penalties
Correct Answer: By receiving rewards or penalties
Explanation:
A reinforcement learning agent learns by interacting with an environment and receiving rewards or penalties for its actions.
Incorrect! Try again.
10What does a reinforcement learning agent choose?
Reinforcement learning
Easy
A.Clusters
B.Training files
C.Labels
D.Actions
Correct Answer: Actions
Explanation:
The agent selects actions in an environment to achieve better long-term rewards.
Incorrect! Try again.
11What is deep learning primarily based on?
Introduction to Deep Learning
Easy
A.Fixed database queries
B.Computer screen design
C.Multi-layer neural networks
D.Manual sorting rules
Correct Answer: Multi-layer neural networks
Explanation:
Deep learning uses neural networks with multiple layers to learn useful representations from data.
Incorrect! Try again.
12Why are deep learning models called deep?
Introduction to Deep Learning
Easy
A.They only analyze deep images
B.They use underwater computers
C.They require deep physical storage
D.They contain multiple processing layers
Correct Answer: They contain multiple processing layers
Explanation:
The term deep refers to the multiple layers through which information is processed in a neural network.
Incorrect! Try again.
13Which deep learning model is commonly associated with image recognition?
Types and applications of Deep Learning
Easy
A.Spreadsheet model
B.Decision tree
C.Convolutional neural network
D.Hash table
Correct Answer: Convolutional neural network
Explanation:
Convolutional neural networks, or CNNs, are widely used to recognize patterns in images.
Incorrect! Try again.
14Which application commonly uses deep learning for understanding spoken words?
Types and applications of Deep Learning
Easy
A.File compression
B.Battery charging
C.Screen brightness control
D.Speech recognition
Correct Answer: Speech recognition
Explanation:
Deep learning can identify patterns in audio signals and convert spoken language into text.
Incorrect! Try again.
15What is a foundation model?
Foundation models
Easy
A.A password system for computer access
B.A small program with one fixed rule
C.A hardware device for storing data
D.A large model trained on broad data
Correct Answer: A large model trained on broad data
Explanation:
Foundation models are trained on broad datasets and can be adapted for many different tasks.
Incorrect! Try again.
16What is one common way to adapt a foundation model?
Foundation models
Easy
A.Removing all training data
B.Fine-tuning it for a task
C.Disconnecting its input devices
D.Replacing it with a keyboard
Correct Answer: Fine-tuning it for a task
Explanation:
Fine-tuning adjusts a foundation model using task-specific data so it performs better for a particular purpose.
Incorrect! Try again.
17What does multimodal Artificial Intelligence process?
Multimodal Artificial Intelligence
Easy
A.Multiple types of data
B.Only computer programs
C.Only numerical data
D.Only printed documents
Correct Answer: Multiple types of data
Explanation:
Multimodal Artificial Intelligence can work with different data types, such as text, images, audio, and video.
Incorrect! Try again.
18What is a key feature of agentic Artificial Intelligence?
Agentic Artificial Intelligence
Easy
A.It can only classify fixed images
B.It can plan and take actions
C.It can only display stored numbers
D.It can only repeat one command
Correct Answer: It can plan and take actions
Explanation:
Agentic Artificial Intelligence is designed to pursue goals by planning, making decisions, and taking actions.
Incorrect! Try again.
19Where does Edge Artificial Intelligence process data?
Edge Artificial Intelligence
Easy
A.Near the data source
B.Only on printed reports
C.Only inside a search engine
D.Only in a distant data center
Correct Answer: Near the data source
Explanation:
Edge Artificial Intelligence runs processing near devices or sensors that collect the data.
Incorrect! Try again.
20What is a main characteristic of Tiny Artificial Intelligence?
Tiny Artificial Intelligence
Easy
A.It requires a large data center
B.It operates only through web browsers
C.It runs on resource-limited devices
D.It uses unlimited memory and power
Correct Answer: It runs on resource-limited devices
Explanation:
Tiny Artificial Intelligence uses compact models designed for devices with limited memory, processing power, and energy.
Incorrect! Try again.
21A hospital must encode a policy stating that a patient is eligible for a treatment only if several explicit clinical rules are satisfied. Which AI approach is most suitable when the decision must be directly traceable to those rules?
Symbolic and statistical Artificial Intelligence
Medium
A.A statistical clustering system
B.A reinforcement learning agent
C.A symbolic rule-based system
D.A deep generative model
Correct Answer: A symbolic rule-based system
Explanation:
Symbolic AI represents knowledge as explicit facts and rules, making each decision traceable to the policy conditions that produced it.
Incorrect! Try again.
22A spam filter performs well during testing but becomes less accurate after spammers begin using new vocabulary. Which issue most directly explains this decline?
Overview of Machine Learning
Medium
A.The model has too many symbolic rules
B.The training labels have become continuous
C.The input data distribution has changed
D.The model is performing dimensionality reduction before classifying every message
Correct Answer: The input data distribution has changed
Explanation:
The language used in new spam differs from the training data, creating data or concept drift that can reduce predictive performance.
Incorrect! Try again.
23A company has historical houses with known selling prices and wants to predict the selling price of a new house. What type of supervised task is this?
Supervised learning
Medium
A.Regression
B.Clustering
C.Multiclass classification
D.Binary classification
Correct Answer: Regression
Explanation:
Regression predicts a continuous numerical value, such as the selling price of a house.
Incorrect! Try again.
24A disease occurs in only 1% of patients. A classifier predicts every patient as healthy and obtains 99% accuracy. Which metric would better reveal its failure to identify diseased patients?
Supervised learning
Medium
A.Overall classification accuracy
B.Mean squared error
C.Number of training epochs
D.Recall for the diseased class
Correct Answer: Recall for the diseased class
Explanation:
Recall measures the fraction of actual diseased patients correctly detected. A model predicting everyone as healthy has zero recall for that class.
Incorrect! Try again.
25A retailer wants to group customers by purchasing behavior but has no predefined customer categories. Which method best matches this objective?
Unsupervised learning
Medium
A.Supervised classification using categories manually created after every purchase
B.Regression
C.Policy optimization
D.Clustering
Correct Answer: Clustering
Explanation:
Clustering is an unsupervised method that discovers natural groups in unlabeled data based on similarity.
Incorrect! Try again.
26A dataset contains 100 strongly correlated sensor measurements per machine. An engineer wants a smaller set of features that preserves as much variation as possible. Which technique is most appropriate?
Unsupervised learning
Medium
A.Principal component analysis
B.Decision-tree pruning
C.Logistic regression
D.Q-learning
Correct Answer: Principal component analysis
Explanation:
Principal component analysis transforms correlated features into fewer components that retain as much data variance as possible.
Incorrect! Try again.
27A warehouse robot receives for delivering a package, for a collision, and for each movement. Why is the small movement penalty useful?
Reinforcement learning
Medium
A.It guarantees the robot explores every state
B.It encourages shorter delivery paths
C.It prevents the reward function from changing while the robot operates
D.It converts actions into labeled examples
Correct Answer: It encourages shorter delivery paths
Explanation:
Because every movement has a cost, the agent is encouraged to complete deliveries using fewer actions while avoiding collisions.
Incorrect! Try again.
28An agent always chooses the action with the highest current estimated value and never tries alternatives. What problem is most likely?
Reinforcement learning
Medium
A.It will require labeled outputs for every state
B.It will automatically overfit a validation set
C.It will cluster states without considering rewards
D.It may miss actions with higher true rewards
Correct Answer: It may miss actions with higher true rewards
Explanation:
Without exploration, the agent may never discover that an action currently believed to be inferior actually provides a better long-term reward.
Incorrect! Try again.
29Why can adding nonlinear activation functions between neural network layers increase the range of functions the network can represent?
Introduction to Deep Learning
Medium
A.They make all hidden layers equivalent to one linear transformation with more parameters
B.They allow nonlinear relationships to be modeled
C.They force every neuron to produce a probability
D.They eliminate the need for training data
Correct Answer: They allow nonlinear relationships to be modeled
Explanation:
Without nonlinear activations, multiple linear layers collapse into a single linear transformation. Nonlinearity enables more complex mappings.
Incorrect! Try again.
30A system must identify defects in images even when the defect appears at different positions. Which neural architecture is especially suitable?
Types and applications of Deep Learning
Medium
A.Convolutional neural network
B.Rule-based expert system
C.Linear regression model
D.Tabular decision tree
Correct Answer: Convolutional neural network
Explanation:
Convolutional neural networks learn local visual patterns and can detect them across different image positions.
Incorrect! Try again.
31A translation system must relate each generated word to relevant words anywhere in a long source sentence. Which mechanism best supports this requirement?
Types and applications of Deep Learning
Medium
A.Max pooling
B.Self-attention
C.A fixed rule table that stores one complete translation for every possible sentence
D.K-means clustering
Correct Answer: Self-attention
Explanation:
Attention mechanisms let the model weigh relationships between tokens regardless of their distance in the sequence.
Incorrect! Try again.
32An organization adapts a pretrained language model to classify legal documents using a relatively small labeled legal dataset. Which process is being applied?
Foundation models
Medium
A.Random initialization
B.Unsupervised clustering
C.Reward-free exploration
D.Fine-tuning
Correct Answer: Fine-tuning
Explanation:
Fine-tuning updates a pretrained foundation model on task-specific data so it performs better in a particular domain or task.
Incorrect! Try again.
33Why can one foundation model support summarization, question answering, and text classification?
Foundation models
Medium
A.Pretraining guarantees that all generated information is factually correct in every domain
B.The model stores an exact rule for every request
Training on broad data allows foundation models to learn general representations that can be adapted or prompted for many downstream tasks.
Incorrect! Try again.
34A model answers questions about a chart by combining its title, labels, and plotted shapes. Why is this a multimodal task?
Multimodal Artificial Intelligence
Medium
A.It combines visual and textual information
B.It trains on multiple copies of one image
C.It runs separate statistical models that never exchange representations or outputs
D.It predicts several text labels at once
Correct Answer: It combines visual and textual information
Explanation:
The task requires reasoning across two modalities: visual chart elements and textual labels or questions.
Incorrect! Try again.
35In a vision-language search system, what is the main benefit of mapping images and captions into a shared embedding space?
Multimodal Artificial Intelligence
Medium
A.Semantically matching images and text become close
B.Each modality can be processed in isolation without any comparable representation
C.All images are converted into identical captions
D.Image resolution automatically increases during retrieval
Correct Answer: Semantically matching images and text become close
Explanation:
A shared embedding space enables cross-modal comparison, so a text query can retrieve images with similar semantic meaning.
Incorrect! Try again.
36An AI assistant must schedule a meeting by checking calendars, proposing times, sending invitations, and retrying after conflicts. Which capability most clearly makes it agentic?
Agentic Artificial Intelligence
Medium
A.It generates one response from a fixed prompt
B.It plans and performs a sequence of tool-based actions
C.It groups invitations by textual similarity
D.It stores every possible calendar arrangement in a manually maintained rule database
Correct Answer: It plans and performs a sequence of tool-based actions
Explanation:
Agentic AI pursues goals through planning, tool use, execution, feedback, and adjustment across multiple actions.
Incorrect! Try again.
37A purchasing agent can place orders autonomously. Which control most directly limits harm from an incorrect high-cost decision?
Agentic Artificial Intelligence
Medium
A.Increase the model's response temperature
B.Remove logs after each completed purchase
C.Require approval above a spending threshold
D.Allow unrestricted retries so the agent can repeatedly revise and submit expensive orders
Correct Answer: Require approval above a spending threshold
Explanation:
Human approval for high-impact actions creates a clear authorization boundary while preserving autonomy for lower-risk purchases.
Incorrect! Try again.
38A factory camera must stop machinery within milliseconds when it detects a worker in a danger zone, even if the internet connection fails. Where should inference primarily run?
Edge Artificial Intelligence
Medium
A.In an offline training archive
B.On a device near the camera
C.In a distant cloud data center
D.On a central server that receives all raw video before returning each decision
Correct Answer: On a device near the camera
Explanation:
Edge inference reduces network latency and continues operating without a reliable cloud connection, which is important for immediate safety decisions.
Incorrect! Try again.
39A neural network must run on a microcontroller with limited memory and power. Which change most directly reduces model storage by representing weights with fewer bits?
Tiny Artificial Intelligence
Medium
A.Label smoothing
B.Data augmentation
C.Quantization
D.Increasing the batch size used during cloud-based training while leaving the deployed weights unchanged
Correct Answer: Quantization
Explanation:
Quantization stores and computes weights using lower-precision formats, reducing memory use and often improving inference efficiency.
Incorrect! Try again.
40A battery-powered sensor must detect a wake word continuously using very little energy. Which deployment design best fits Tiny AI?
Tiny Artificial Intelligence
Medium
A.Run a compressed model locally on the microcontroller
B.Use a large uncompressed model on the sensor so that no optimization choices are required
C.Store audio and classify it manually once per day
D.Stream all audio continuously to a cloud model
Correct Answer: Run a compressed model locally on the microcontroller
Explanation:
Tiny AI targets highly constrained hardware. A compressed local model reduces communication, latency, energy use, and dependence on connectivity.
Incorrect! Try again.
41A diagnostic system must justify every conclusion using explicit domain rules, but its observations are noisy and incomplete. Which architecture best preserves symbolic interpretability while handling uncertainty?
Symbolic and statistical Artificial Intelligence
Hard
A.A neuro-symbolic system combining learned probabilities with explicit rules
B.A purely symbolic rule engine using deterministic predicates
D.A purely statistical classifier trained on historical diagnoses
Correct Answer: A neuro-symbolic system combining learned probabilities with explicit rules
Explanation:
A neuro-symbolic architecture can estimate uncertain evidence statistically while using symbolic rules to constrain inference and produce inspectable explanations.
Incorrect! Try again.
42A symbolic planner performs perfectly on known objects but fails when a new object is introduced, whereas a statistical model generalizes to the object but violates a hard safety constraint. What is the most appropriate synthesis?
Symbolic and statistical Artificial Intelligence
Hard
A.Use symbolic perception followed by unconstrained statistical control
B.Use statistical perception followed by symbolic constrained planning
C.Train the planner only on additional examples of the new object
D.Replace both systems with a larger supervised model
Correct Answer: Use statistical perception followed by symbolic constrained planning
Explanation:
Statistical perception supports generalization from sensory data, while symbolic planning can enforce non-negotiable constraints and structured action sequences.
Incorrect! Try again.
43A model achieves high accuracy on randomly split records, but its performance drops sharply when evaluated on patients admitted in a later year. Which diagnosis is most likely?
Overview of Machine Learning
Hard
A.The training set is necessarily too small
B.The labels contain no predictive information
C.The random split removed all sampling variance
D.The model suffers from temporal distribution shift
Correct Answer: The model suffers from temporal distribution shift
Explanation:
A random split can mix records from the same historical conditions, while a later-year evaluation exposes changes in populations, policies, sensors, or disease patterns.
Incorrect! Try again.
44A model has excellent discrimination but produces probabilities that are systematically too high. Which evaluation and remedy are most directly appropriate?
Overview of Machine Learning
Hard
A.Use training loss and add more hidden layers
B.Use recall and remove all low-confidence samples
C.Use accuracy and increase the classification threshold
D.Use calibration curves and apply probability calibration
Correct Answer: Use calibration curves and apply probability calibration
Explanation:
Discrimination and calibration measure different properties. Calibration curves reveal whether predicted probabilities match observed frequencies, and methods such as isotonic regression or Platt scaling can correct them.
Incorrect! Try again.
45In a medical classification task, positive cases are rare and false negatives are substantially more costly than false positives. Which evaluation strategy is most defensible?
Supervised learning
Hard
A.Optimize only the negative-class precision
B.Use an unweighted loss and retain a threshold of 0.5
C.Select the model with the highest raw accuracy
D.Evaluate precision-recall tradeoffs with cost-sensitive thresholds
Correct Answer: Evaluate precision-recall tradeoffs with cost-sensitive thresholds
Explanation:
With severe class imbalance and asymmetric costs, accuracy can be misleading. Precision-recall analysis and cost-sensitive threshold selection directly reflect the operational objective.
Incorrect! Try again.
46A feature is recorded after a loan application is approved and is strongly predictive of repayment. Including it during training produces impressive validation results. What is the central problem?
Supervised learning
Hard
A.Target leakage from a post-decision feature
B.Label smoothing caused by correlated observations
C.Underfitting caused by a weak target variable
D.High variance caused by excessive regularization
Correct Answer: Target leakage from a post-decision feature
Explanation:
The feature would not be available when the prediction is made. Its use leaks information from a later stage of the process and invalidates the apparent validation performance.
Incorrect! Try again.
47K-means produces different clusters under feature rescaling, while the underlying relationships are unchanged. Which explanation is correct?
Unsupervised learning
Hard
A.K-means is invariant to all monotonic transformations
B.Euclidean distance changes when feature scales change
C.The number of observations changes after normalization
D.Cluster centroids are determined only by feature order
Correct Answer: Euclidean distance changes when feature scales change
Explanation:
K-means minimizes within-cluster squared Euclidean distance. A high-variance or differently scaled feature can therefore dominate the objective unless features are appropriately transformed.
Incorrect! Try again.
48A clustering algorithm finds three groups with strong internal separation, but the groups disappear after removing a variable that encodes hospital identity. What should be concluded first?
Unsupervised learning
Hard
A.The algorithm must be replaced by supervised learning
B.Removing the variable proves that clustering is invalid
C.The clustering is sensitive to a potentially confounding variable
D.The original clusters are certainly clinically meaningful
Correct Answer: The clustering is sensitive to a potentially confounding variable
Explanation:
Hospital identity may reflect site-specific practices or measurement differences rather than patient structure. Sensitivity analysis indicates that the discovered clusters require substantive validation.
Incorrect! Try again.
49An agent receives a reward only when it reaches a distant goal, and learning is nearly absent because exploratory trajectories rarely reach it. Which intervention most directly addresses this issue?
Reinforcement learning
Hard
A.Reduce the action space without changing feedback
B.Increase the discount factor to zero
C.Use reward shaping or a suitable exploration strategy
D.Remove the terminal goal condition
Correct Answer: Use reward shaping or a suitable exploration strategy
Explanation:
Sparse rewards provide little learning signal. Carefully designed shaping rewards or exploration methods can increase useful state visitation while preserving the intended objective.
Incorrect! Try again.
50In Q-learning, an agent repeatedly selects an action with an optimistic estimated value, even after receiving poor outcomes. Which issue can cause this behavior when updates are infrequent?
Reinforcement learning
Hard
A.Unsupervised labels assigned to terminal actions
B.Excessive exploitation of stale value estimates
C.A zero learning rate that updates every state
D.A guaranteed violation of the Markov property
Correct Answer: Excessive exploitation of stale value estimates
Explanation:
If the policy relies heavily on old estimates and exploration is insufficient, an initially overestimated action may continue to be selected before negative evidence propagates effectively.
Incorrect! Try again.
51Why can residual connections improve the optimization of a very deep neural network?
Introduction to Deep Learning
Hard
A.They make the training objective independent of initialization
B.They guarantee that every layer learns a useful transformation
C.They eliminate the need for nonlinear activation functions
D.They provide shorter gradient paths through identity mappings
Correct Answer: They provide shorter gradient paths through identity mappings
Explanation:
Residual connections allow information and gradients to bypass layers through an identity path, reducing optimization difficulty caused by vanishing or poorly conditioned gradients.
Incorrect! Try again.
52A neural network performs well on training data but poorly on unseen data, and increasing its depth worsens the gap. Which intervention is most directly aimed at the observed problem?
Introduction to Deep Learning
Hard
A.Apply regularization, augmentation, or early stopping
B.Remove the validation set to improve sample efficiency
C.Increase the learning rate until training loss rises
D.Increase model capacity without changing the data
Correct Answer: Apply regularization, augmentation, or early stopping
Explanation:
The pattern indicates overfitting. Regularization, data augmentation, and early stopping constrain reliance on training-specific patterns and can improve generalization.
Incorrect! Try again.
53A convolutional model detects a small manufacturing defect, but the defect's location is needed for robotic repair. Which output task is required?
Types and applications of Deep Learning
Hard
A.Sequence-level language modeling
B.Image-level classification
C.Scalar regression without spatial outputs
D.Object or defect localization
Correct Answer: Object or defect localization
Explanation:
Classification only determines whether a defect exists. Repair requires spatial information, such as a bounding box or pixel-level segmentation mask.
Incorrect! Try again.
54A speech system must convert an audio stream of variable duration into text of variable length while using surrounding context. Which model family is most naturally suited?
Types and applications of Deep Learning
Hard
A.A clustering algorithm using static centroids
B.A sequence-to-sequence model with attention
C.A fixed-size linear regression model
D.A shallow decision tree with independent frames
Correct Answer: A sequence-to-sequence model with attention
Explanation:
Speech recognition maps variable-length input sequences to variable-length output sequences. Attention enables the decoder to focus on relevant portions of the encoded audio context.
Incorrect! Try again.
55A foundation model performs well on a downstream task with a few labeled examples but fails when prompts contain a domain-specific abbreviation absent from pretraining. Which limitation is most relevant?
B.Foundation models operate only on numerical inputs
C.Pretraining distribution limits representation of unseen terminology
D.Fine-tuning cannot change any model representation
Correct Answer: Pretraining distribution limits representation of unseen terminology
Explanation:
Few-shot prompting can adapt behavior, but it cannot reliably supply missing semantic knowledge or robust representations for terminology poorly represented during pretraining.
Incorrect! Try again.
56A language model generates a fluent citation that does not exist. Which system-level mitigation is most appropriate for a high-stakes retrieval question?
Foundation models
Hard
A.Increase temperature to diversify possible citations
B.Use retrieval grounding with source verification
C.Measure fluency instead of factual accuracy
D.Remove all context to prevent memorization
Correct Answer: Use retrieval grounding with source verification
Explanation:
Retrieval grounding supplies authoritative evidence, while source verification checks whether the generated claim is actually supported by the cited material.
Incorrect! Try again.
57A multimodal model answers a question about a chart using text that contradicts the plotted values. Which capability is most likely deficient?
Multimodal Artificial Intelligence
Hard
A.Tokenization of ordinary grammatical words
B.Image compression during model deployment
C.Unimodal text generation fluency
D.Cross-modal alignment between visual data and language
Correct Answer: Cross-modal alignment between visual data and language
Explanation:
The model must associate numerical visual structures with the corresponding linguistic claims. Contradiction suggests weak grounding or alignment across modalities.
Incorrect! Try again.
58An agent can call external tools and is asked to delete duplicate records. Which design most reduces the risk of irreversible unintended actions?
Agentic Artificial Intelligence
Hard
A.Hide tool outputs so the agent cannot be distracted
B.Allow unrestricted tool calls for maximum autonomy
C.Require preview, authorization, and idempotent deletion operations
D.Use a higher temperature to explore safer actions
Correct Answer: Require preview, authorization, and idempotent deletion operations
Explanation:
Preview and human authorization add control before irreversible changes, while idempotent operations reduce damage from retries or repeated tool calls.
Incorrect! Try again.
59An edge vision system must respond within 30 milliseconds even when network connectivity is intermittent. Which architecture best satisfies the latency requirement?
Edge Artificial Intelligence
Hard
A.Wait for network recovery before processing each frame
B.Use cloud inference with a larger batch size
C.Run inference locally and synchronize results asynchronously
D.Send every frame to a remote cloud model
Correct Answer: Run inference locally and synchronize results asynchronously
Explanation:
Local inference avoids network round-trip latency and connectivity dependence. Asynchronous synchronization can preserve central reporting without blocking real-time decisions.
Incorrect! Try again.
60A model for a battery-powered sensor must fit within a strict memory budget and process streaming data continuously. Which optimization is most appropriate?
Tiny Artificial Intelligence
Hard
A.Increase precision from 8-bit to 64-bit
B.Apply quantization and use a compact streaming architecture
C.Replace inference with periodic cloud retraining
D.Store all historical sensor data before inference
Correct Answer: Apply quantization and use a compact streaming architecture
Explanation:
Quantization reduces memory and computation, while streaming architectures process bounded windows or states instead of storing the entire sensor history.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →